summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Fix bug where All Apps wasn't always getting updated"Michael Jurka2011-07-121-1/+5
|\
| * Fix bug where All Apps wasn't always getting updatedMichael Jurka2011-07-111-1/+5
| | | | | | Bug # 4731290
* | Fixing crash when dragging item in software mode.Winson Chung2011-07-121-6/+0
| | | | | | | | Change-Id: I3d2c479061292a89355b70d07746fbef6fc4647a
* | Merge "Don't crash if global search specified bad toolbar icon."Mathew Inwood2011-07-121-0/+4
|\ \
| * | Don't crash if global search specified bad toolbar icon.Mathew Inwood2011-07-121-0/+4
| | | | | | | | | | | | | | | | | | | | | This should prevent a dodgy global search app crashing the launcher and making it unusable. Change-Id: Ia55a197a0c11de4ce24695313a3fa71fefa488e3
* | | Merge "Tweaking drop target transition to prevent flash."Winson Chung2011-07-123-3/+9
|\ \ \
| * | | Tweaking drop target transition to prevent flash.Winson Chung2011-07-113-3/+9
| | | | | | | | | | | | | | | | Change-Id: I7a0204685f1d377117b4d8e39b1c0d32e7b37a76
* | | | Merge "Fixing bug 5011917 - clearing refernce to old folders from FolderInfo"Adam Cohen2011-07-116-43/+43
|\ \ \ \
| * | | | Fixing bug 5011917 - clearing refernce to old folders from FolderInfoAdam Cohen2011-07-116-43/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -> Also, ensured that unbind() gets called on all ItemInfos on rotate Change-Id: I869b68fcae5c66702ec204596f5ecabdc7a32df7
* | | | | Preventing multiple calls to loadLabel for the same info within a single load.Winson Chung2011-07-115-42/+75
| |/ / / |/| | | | | | | | | | | | | | | | | | | - Fixing mind boggling bug where we weren't even using the label cache earlier. Change-Id: I605abf4d589ad02b2426d20adfe9cd1773cc84fd
* | | | Merge "No longer generating title bitmaps for icons."Michael Jurka2011-07-112-12/+2
|\ \ \ \ | |/ / / |/| | |
| * | | No longer generating title bitmaps for icons.Winson Chung2011-07-112-12/+2
| | | | | | | | | | | | | | | | Change-Id: I857ba2a532158175396d45cba0976baa17da126f
* | | | Fix for bug 5015232, folder won't openAdam Cohen2011-07-111-0/+3
|/ / / | | | | | | | | | Change-Id: Icd0527a1afe519ebcf117587c9a61a9e933a6c47
* | | Merge "Clamping touch positions to drag layer rect to prevent dragging ↵Winson Chung2011-07-112-12/+33
|\ \ \ | |_|/ |/| | | | | outside of bounds."
| * | Clamping touch positions to drag layer rect to prevent dragging outside of ↵Winson Chung2011-07-112-12/+33
| |/ | | | | | | | | | | | | | | bounds. - Fixing small issue with default widget preview aspect ratios Change-Id: I2dca0524e8aa7c48345b424bad889736fa345386
* | Merge "Little fix for folders"Adam Cohen2011-07-111-0/+1
|\ \
| * | Little fix for foldersAdam Cohen2011-07-081-0/+1
| | | | | | | | | | | | Change-Id: I2d4eb534640e25bc8c07d06e5d3354473751dd9f
* | | Merge "Solving rendering issues when unshrinking"Michael Jurka2011-07-111-2/+1
|\ \ \
| * | | Solving rendering issues when unshrinkingMichael Jurka2011-07-111-2/+1
| | |/ | |/|
* / | Fixing issues with spring loaded adding.Winson Chung2011-07-118-124/+199
|/ / | | | | | | | | | | | | | | | | - Delaying until items are added - Showing bg when going into spring loaded mode - Fixing regression where dropping widgets on full page would not trigger a notification - Fixing regression on tablet where pages were no longer being rotated or shown Change-Id: Iadc0c406f0c065c5029addea1abfee395eed81b9
* | Fix rendering issue when coming from spring loaded modeMichael Jurka2011-07-101-1/+1
| | | | | | Bug #5011693
* | Fix bug: deleting items in foldersd does not persistMichael Jurka2011-07-101-6/+9
| | | | | | Bug# 5010678
* | Cleaning out unused lines of codeMichael Jurka2011-07-083-34/+0
| | | | | | Change-Id: I558248c9e1ccf8098220b110709d2a0cba9247ea
* | Disable wallpaper panning when switching to All AppsMichael Jurka2011-07-081-2/+8
| |
* | Merge "Remove unnecessary lock"Michael Jurka2011-07-081-1/+1
|\ \
| * | Remove unnecessary lockMichael Jurka2011-07-071-1/+1
| | |
* | | Merge "Improving LauncherModel performance"Michael Jurka2011-07-083-68/+209
|\ \ \ | |_|/ |/| |
| * | Improving LauncherModel performanceMichael Jurka2011-07-083-68/+209
| | | | | | | | | | | | | | | | | | - no longer reloading DB on each configuration change - adding/updating items in DB on background thread Change-Id: Ie140f31608df84b0ca2d45eb7a210a8a3b36b52f
* | | Merge "Fixing small bug where you could not cancel springloaded the first ↵Winson Chung2011-07-081-5/+5
|\ \ \ | |/ / |/| | | | | time you drag out of layout."
| * | Fixing small bug where you could not cancel springloaded the first time you ↵Winson Chung2011-07-081-5/+5
| | | | | | | | | | | | | | | | | | drag out of layout. Change-Id: I29a76eb628b232a2853bc3ba3dd632328b376d4e
* | | Merge "Moving a bit of code around"Michael Jurka2011-07-081-12/+9
|\ \ \ | |/ / |/| |
| * | Moving a bit of code aroundMichael Jurka2011-07-071-12/+9
| |/ | | | | | | - Resources.NotFoundException now handled inside getFullResIcon()
* | Merge "Substantially improved performance of dragging and drop animations"Adam Cohen2011-07-079-188/+182
|\ \
| * | Substantially improved performance of dragging and drop animationsAdam Cohen2011-07-079-188/+182
| |/ | | | | | | | | | | | | | | | | | | -> Took DragView drawing out of the window and put it into the DragLayer -> Added fade-in/out animations to transition between the final view and the DragView, after the view animates -> Enabled hardware layers on Folder items which improves the performance Folder reordering Change-Id: I4d92ca9fba172d1bab9efc215a99abcaadcdf503
* / Don't reset pages in AllApps if not necessaryMichael Jurka2011-07-072-2/+3
|/
* Updating assets.Winson Chung2011-07-073-33/+25
| | | | | | - Tweaking search bar layout. Change-Id: I9624fa4284135858d3e19b8b8e4710b5dd746042
* Cleaning up some spring-loaded related dragging code. Allow cancel spring ↵Winson Chung2011-07-067-213/+215
| | | | | | loaded mode. Change-Id: Ie1f0468c563bed7abc1aa6416e222cdb0853c03a
* Adding transitions during folder creationAdam Cohen2011-07-064-87/+237
| | | | | | | | | | | -> Seamless* transition from dropping item onto another to the creation of a folder containing those items -> Seamless* transitions when adding the third item to a folder -> Cleaned up the code in FolderIcon in order to achieve above Change-Id: Iaf2519ac480acfdc928cc2b7585f28bc7d50bd23
* Folders now close in various situations where we want them to:Adam Cohen2011-07-043-29/+12
| | | | | | | | -> When pressing home, from app or from home -> When rotating (as per design request) -> When scrolling to another page Change-Id: I3b96b216f1ec5da07cd95d2541999866a1c1424e
* Merge "Cleaning up Folder accept animation drawing"Adam Cohen2011-07-044-129/+95
|\
| * Cleaning up Folder accept animation drawingAdam Cohen2011-07-034-129/+95
| | | | | | | | | | | | | | -> Moved from Workspace to CellLayout, which fixes a bunch of bugs with transforms (springloaded mode and page scrolling) Change-Id: I92510be817f46bd29b8a10aac5512dc1ead87180
* | Merge "Remove workaround for wrong search icon in landscape."Mathew Inwood2011-07-041-16/+2
|\ \ | |/ |/|
| * Remove workaround for wrong search icon in landscape.Mathew Inwood2011-07-011-16/+2
| | | | | | | | | | | | QSB now has a different asset so this is not needed. Change-Id: If695ed1b76d69dc00a26b943c51823bc66e276ee
* | Merge "Added transitions when dropping items onto Folders, fixed bugs"Adam Cohen2011-07-025-84/+148
|\ \
| * | Added transitions when dropping items onto Folders, fixed bugsAdam Cohen2011-07-025-84/+148
| |/ | | | | | | | | | | | | -> Changed the ordering of the FolderIcon preview to show first items first -> Folder now closes immediately upon drop of an item from folder to workspace Change-Id: I66361b604dc5ef81da2413b7dda53d0c4691377e
* | Adding new assets.Winson Chung2011-07-016-30/+19
| | | | | | | | Change-Id: I20c8ceae997290781923caf195f6f87e283b1b7f
* | Tweaking the scroll indicators with new assets and sizing.Winson Chung2011-06-304-11/+65
|/ | | | | | - Showing the scroll indicators when changing between workspace/apps customize Change-Id: I791c09b76deb00108c466f08ae3c29b19d77c4d8
* Merge "Fixing small folder bugs"Adam Cohen2011-06-302-3/+13
|\
| * Fixing small folder bugsAdam Cohen2011-06-302-3/+13
| | | | | | | | | | | | | | -> Issue 4972348 -> Center folder when it extends beyond the workspace Change-Id: Id5551d17d595151bfd27122e1fd4ddfeab7dbf40
* | Merge "Tweaking AppsCustomize spacing to match CellLayout."Winson Chung2011-06-302-35/+40
|\ \