summaryrefslogtreecommitdiffstats
path: root/res/anim
Commit message (Collapse)AuthorAgeFilesLines
* Fix a lot of easy lint issuesMichael Jurka2012-02-241-24/+0
| | | | Change-Id: I80b43dae137cbbb912ec0fcc4e401de16a9b44a1
* Removing unused resourcesMichael Jurka2011-07-208-202/+0
|
* Initial changes to merged AllApps/Customize pane in the Phone UI.Winson Chung2011-04-224-4/+4
| | | | Change-Id: Ifa1676736033fe617dd0cca965156c38fa452948
* Using newer object animators for click feedback animation. (3384873)Winson Chung2011-01-261-6/+7
| | | | Change-Id: I50d3a506f2fec3fb868616e3d969d2911fae6706
* Fixing various small bugs with launcherWinson Chung2010-11-111-2/+2
| | | | | | | | | - Items added from customization tray add from top left now - Fixing issue where wallpaper tab was not showing - Workaround for the extra pixel line showing in homescreen drag icons - Speeding up animations for tab transitions and clicking Change-Id: I865531bb4cf896320a9e2ff6cef08bed221a2294
* Adding paging for the widget/shortcut/folder customization area and fixing bugs.Winson Chung2010-08-161-0/+23
| | | | | | | | | Adding pages for customization drawer with initial implementation of proposed flow layout for widgets. Fixes for keeping all apps, and widgets in sync with Launcher Model, optimizations for reloading all apps pages when invalidating. Adding some animations for tab transitions and feedback when long pressing to add certain items. Change-Id: I8d51749f3a91c964bed35681f3a9192200b0d93e
* Switched to tabbed version of AllApps2D on xlarge screens.Patrick Dubroy2010-07-262-0/+66
| | | | | | | | - add a temporary new zoom animation for all apps - modify AllApps2D to allow it to be transparent - other changes to dismiss the customization drawer when appropriate Change-Id: I5660ab77f256ded299c1721c589983a1b30d56a4
* Improving home screen customizationMichael Jurka2010-07-092-2/+23
| | | | | | | | | | - Created a drawer with tabs for widgets, folders, shortcuts, wallpapers (wallpapers are currently not implemented) - Tapping outside the drawer dismisses it - Moved the all apps icon to the upper right of the screen - Adding a toast that says "No more space on screen" when dragging a widget to a full screen - Fixed bug where you could stack two equal-sized widgets on top of each other on the homescreen (exposed by the new ability to drag widgets onto the home screen) Change-Id: I03b65ce54a85d24328c94e0c06e249571de449ee
* First cut at new home screen customization for xlarge displays.Michael Jurka2010-06-281-0/+23
| | | | | | | | - Add new layout for xlarge, removing hotseat, next/prev page, etc. - Add a "+" button in top right which switches to customization mode - Add a widget chooser which slides up from bottom of screen - Initial support for dragging widgets onto home screen Change-Id: I14e2e013ccceff4066fcb7c4492b4f6bef6595e7
* Introduce 2D All Apps and other support for sapphire-class devices.Daniel Sandler2010-03-036-2/+94
| | | | | | | | | | | | | | | | AllAppsView is now the 2D, GridView-based version (very similar to classic Launcher); AllApps3D is the RenderScript/Rollo implementation. TODO: - some mdpi assets are not in fact mdpi - related to above: static wallpapers not working yet - add dynamic selection of 2D/3D AA; currently you must choose one at build time by picking the appropriate class in all_apps.xml (see separate CL for sapphire overlay that does this) Change-Id: I253d98404ea8a329a4049d2e48edd2e5129fa6ba
* Add previews on long press on the indicators.Romain Guy2009-11-092-2/+2
| | | | Change-Id: I6349d55345255caacc1381e83459544f8b8e085c
* Add gestures to Home.Romain Guy2009-06-102-0/+46
Press the Home key while in Home to enable the gestures pad.