summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/Launcher.java
Commit message (Collapse)AuthorAgeFilesLines
...
* optimizing transitions in LauncherMichael Jurka2011-02-031-27/+59
| | | | | Bug #3413510 Change-Id: I89896b40b73d781255f9c0263300e9c5716d4efc
* Disabling auto-advance when we are not on the workspace. (3413510)Winson Chung2011-02-021-0/+12
| | | | Change-Id: I3793d4221b4ec91ed1fbf35a9e5ff0237e7e8542
* Only use hardware layers for transitions to all apps/customize in portraitMichael Jurka2011-01-311-1/+4
|
* Merge "Using hardware layers for animations to all apps/customize" into ↵Michael Jurka2011-01-311-0/+2
|\ | | | | | | honeycomb
| * Using hardware layers for animations to all apps/customizeMichael Jurka2011-01-311-0/+2
| | | | | | - improves performance of All Apps transition in portrait
* | Workaround for the issue where a layout is not being triggered when rotating ↵Winson Chung2011-01-311-0/+9
|/ | | | | | the screen while customizing. (3329988) Change-Id: I3348bd2a381608592bef774da3851ec61cd69b29
* Merge "Calling removeItems() should mark the item's previous cell as ↵Winson Chung2011-01-301-2/+2
|\ | | | | | | unoccupied. (3405806)" into honeycomb
| * Calling removeItems() should mark the item's previous cell as unoccupied. ↵Winson Chung2011-01-301-2/+2
| | | | | | | | | | | | (3405806) Change-Id: I99de0149dea5b487ed75e2469478e2346cd5b5df
* | Improving performance of state transitionsMichael Jurka2011-01-291-0/+2
|/ | | | | | - Caching CellLayouts to bitmaps when they're small again - Enabling hardware layers on customize tray/all apps during transition Change-Id: Ia4f5f7b608a9d013ed48b990551fd1b9de503b32
* Final tweaks for home animationsAdam Cohen2011-01-271-7/+7
| | | | Change-Id: I9a160a71fe22286077fe8601fb30a1a9bbe84da3
* Fixes for other places where we expect CellLayoutChildren instead of ↵Winson Chung2011-01-271-1/+2
| | | | | | CellLayout. (3392097) Change-Id: I9df13c413ce62a2760ce6a8ebafed1e948088de2
* reduce number of animations on state changesMichael Jurka2011-01-261-21/+5
|
* Merge "Updating layout of search buttons" into honeycombMichael Jurka2011-01-251-2/+10
|\
| * Updating layout of search buttonsMichael Jurka2011-01-251-2/+10
| | | | | | Change-Id: Id18c9ba18cc5a4645a192393926054e3ffaad3d0
* | Fix 3385181: Widget doesn't stay where I put itPatrick Dubroy2011-01-251-11/+2
|/ | | | Change-Id: I8ea7bb50fea6c6b113e4ba69221623e6c6cd80cc
* Refactoring CellLayout into three classesMichael Jurka2011-01-241-2/+2
| | | | | | | - splitting the rendering of children from the CellLayout to enhance performance, gives ~4 fps boost while scrolling on pages full of icons, and no change on pages full of widgets - this will allow us to add hardware layer support trivially, which will increase performance while scrolling ~6-10 fps - separated logic for caching celllayouts to bitmaps into a separate class Change-Id: Ib6abeb19126e1504997b43c2f44af2a2fb3cd39f
* Updating call to match framework.Adam Cohen2011-01-191-1/+1
| | | | Change-Id: I31cb1e66b1091898433461e07315abc05cf6bf2e
* Merge "Fix 3369762: long press should take you into customization mode" into ↵Patrick Dubroy2011-01-191-1/+3
|\ | | | | | | honeycomb
| * Fix 3369762: long press should take you into customization modePatrick Dubroy2011-01-191-1/+3
| |
* | tweaking parallax effectMichael Jurka2011-01-181-5/+0
|/ | | | | | | - centering workspace in All Apps and Customize mode - tweaking spring constants - solved problem where wallpaper offset was being continually set Change-Id: Id3b12af0151490536e4330beea4a494700224fee
* Removing dead codeMichael Jurka2011-01-171-3/+0
| | | | Change-Id: Iec1e23a9764b8ef2bb1326c8502f31f5b5c8763a
* Update to follow API.Dianne Hackborn2011-01-171-1/+1
| | | | Change-Id: Ib0378736b7c7acf33e6e2de0327d686bacff9275
* Merge "Preventing screen rotations when dragging." into honeycombWinson Chung2011-01-171-18/+65
|\
| * Preventing screen rotations when dragging.Winson Chung2011-01-171-18/+65
| | | | | | | | Change-Id: I6805c66f9aeec32bc7d597e99e1f62be0e2d0ab3
* | Merge "More changes to improve memory usage during rotation" into honeycombPatrick Dubroy2011-01-161-0/+2
|\ \
| * | More changes to improve memory usage during rotationPatrick Dubroy2011-01-161-0/+2
| |/
* / Fix bug: rotating screen in All Apps mode would show blank workspaceMichael Jurka2011-01-161-1/+1
|/
* Allow previous view hierarchy to be GC'ed more quickly on rotationPatrick Dubroy2011-01-141-0/+11
| | | Change-Id: I76215a48e76234501b7ce253dedfa449502ab88f
* tweaking parallax effectMichael Jurka2011-01-131-17/+11
| | | | | | | - adding vertical parallax when switching to all apps/customize mode - added effect to have parallax lag the rest of scrolling - adjusted the amount of horizontal/vertical parallax in both portrait and landscape modes Change-Id: I5ee778f78c1080337f642217bcf828b2392ddf70
* Making AllApps transition more cinematicAdam Cohen2011-01-131-10/+39
| | | | Change-Id: Ib9b98d90917ee69a9cc440cd9ed8df5a2f339dcf
* Restore wallpaper parallaxMichael Jurka2011-01-111-6/+6
| | | Gives us a 7-10fps drop
* Ensuring that we don't start dragging while another drag is in progress.Winson Chung2011-01-071-1/+1
| | | | Change-Id: If3c5a059407efc3ee9a0c9b1b3b7fb942d3a7664
* Added accessibility support for the home/all app togle in Launcher2Svetoslav Ganov2011-01-071-1/+22
| | | | | | | | | | bug:3307225 1. Added code to fire accessibility events on transition to all apps and to home and to appropriately populate the generated accessibility event depending on the context in which it is fired. Change-Id: Icd1ceb3b2556b6f416829d58b4ac7df42d61936c
* Minor fixes to stop crashing on panning/dragging on phones.Winson Chung2011-01-061-2/+2
| | | | Change-Id: Ibfc0072d6db039b97876702b2c0577359a7ae567
* Fix NPE when running on Passion device.tedbo2010-12-221-1/+3
| | | | | | | This change fixes a NullPointerException that happens on the Passion device when the Launcher is started. Change-Id: If568cac8bf5a625da859b824245cca641cdc06de
* adding "Remove" and "Delete" text to delete buttonMichael Jurka2010-12-211-1/+5
| | | | | | - also removed some unused assets Change-Id: Iad42afd2f144de92d80fb89d892ab42b32811b69
* Don't show application info icon on workspaceMichael Jurka2010-12-201-16/+10
| | | Change-Id: I79e59211633609f4bd13e91a6c745ff28a309e2e
* Saving AllApps page when rotating screen, fixing customization rotate flash.Winson Chung2010-12-201-52/+70
| | | | Change-Id: Idc4b919fa34413578fc07be263aadffb062f6115
* removing workaround for fixed animator bugMichael Jurka2010-12-171-10/+11
| | | | Change-Id: I244b1c83f5659cf55e1f172ae33f63adbdcf2ea5
* updating assets for configure/all appsMichael Jurka2010-12-171-0/+4
| | | | - fixed the dead zone between configure/all apps
* Fixing drawing order issue in bg gradientWinson Chung2010-12-151-2/+0
| | | | | | | | - Synchronizing icon button animations + some initial code refactoring for icon buttons - Fixing crash in non-xlarge devices - Adding fix to prevent customization bg protection from being drawn in all apps Change-Id: If231a1bf4b32f59fb1de85ff67143ee08d2c93a1
* fix potential leak of ActivitiesMichael Jurka2010-12-141-10/+10
| | | | | - cache ConstantStates instead of Drawables Change-Id: Iea1cf23c845b9128ea1c12dffc32265f8d7db933
* Various tweaks to launcherWinson Chung2010-12-141-1/+1
| | | | | | | | | - Removing hotdog for shadow bg protection - Adding bg protection for customization tray - Restoring holographic outlines for all apps - Small bug fixes Change-Id: I58d81bb490f78c76fcaf46122febc3c1aace854e
* added spring loaded mode for adding items to workspaceMichael Jurka2010-12-091-12/+62
| | | Change-Id: Ie92294fe2b1d6697d84756a2fcea91a09f72825b
* code cleanup, preparing for spring-loaded adding to screensMichael Jurka2010-12-081-14/+14
| | | Change-Id: Ic52b8df2b4c4998272fbfe2b1b195c177cac9a23
* Minor visual changesAdam Lesinski2010-12-061-1/+0
| | | | | | | -Updated the hdpi resource to match the mdpi (market_icon) -Removed a background color used for debugging Change-Id: I99440083b1296bca0f2f24370658f995ff209063
* Saving/restoring the current AllApps tab on orientation change.Winson Chung2010-12-061-2/+22
| | | | Change-Id: Ib89d70600d945d8d512242bfb2c14a69eb38861f
* Removing CAB from AllAppsAdam Cohen2010-12-011-2/+30
| | | | | | | | -Removed CAB and single selection mode -Replaced it with trash and appinfo drag targets at the top right of the tab view Change-Id: Ic4acaaef7fc71dc2ca0bffd516da31e85af1be69
* Caching icon labels to bitmaps for better performanceMichael Jurka2010-12-011-10/+2
| | | Change-Id: I78a3c116c1103b5b994a47f2cfcff18c0a9b31b8
* Adding background protection for tab labels in AllApps/Customize and ↵Winson Chung2010-11-301-8/+18
| | | | | | modified padding to match mockups. Change-Id: I7f3b37d892fdf5a702a66d68e1bbdf333068d7ec