summaryrefslogtreecommitdiffstats
path: root/res/anim
Commit message (Collapse)AuthorAgeFilesLines
* Updating the all-apps discovery bounce animationSunny Goyal2017-08-291-45/+0
| | | | | | | | | > Animation plays on every onResume > Updating animation to loop continuously on v23+ > Updating animation spec Bug: 64331951 Change-Id: Ic6fb8d6975b37f5b010fc585329cba615296f5c7
* Animate discovery bounce for all apps pull up interactionHyunyoung Song2016-07-211-0/+45
| | | | | | | | | | | b/30221381 > Will not support landscape case. If the user knows how to enable rotation, it's very unlikely they don't know how to bring up apps drawer > If unlocked using finger unlock immediately after screen is turned off, bounce is not shown due to delay in ACTION_SCREEN_OFF broadcast Change-Id: Ia8b7e572eaa4aeab8b1add1e5660fee3a63ba21c
* Adding custom slide up activity transition for L MR1Adam Cohen2015-07-071-0/+18
| | | | | | issue 21402755 Change-Id: Id2542c0a3c38bd71aa407a3b0fe00fdee24e2f69
* resolved conflicts for merge of 68fdeaad to ub-launcher3-burnabyAdam Cohen2015-04-063-64/+0
| | | | Change-Id: I29aa5b37968b1ced81cdeb68a021db9310047252
* Remove 300 ms start delay from app launch transitionAdam Cohen2014-07-281-3/+3
| | | | | | | | -> tiny cleanup from isLmp crunch issue 16309411 Change-Id: Ib2edff84b53ca471e7d2a2a458091db1fa2f6b42
* Override app launch transition for LMP previewAdam Cohen2014-06-112-0/+52
| | | | | | issue 15544569 j) Change-Id: I8aff85a154cb98d865a8834f37b13e30cd03de6c
* 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.