summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* | Animating the drag view scale up and down when dragging items.Winson Chung2012-02-131-5/+0
| | | | | | | | Change-Id: Ic97d74a14964c6bdc23305b2d378b13a1f2e3664
* | Reverting: "Animating the drag view scale up and down when dragging items."Winson Chung2012-02-131-3/+4
| | | | | | | | Change-Id: I133ff2631834a4b97e1e4750fb7c07793ddeba69
* | Animating the drag view scale up and down when dragging items.Winson Chung2012-02-071-4/+3
|/ | | | | | - Also fixing up how we draw the drag view alpha Change-Id: Ied82aec9d52274b0fe65c989eab818b0264a9eb2
* Modifying portals in landscape on the phone UIAdam Cohen2011-11-151-0/+6
| | | | Change-Id: I4190b0e4958dfd0d59d943d9b4c4d6fd2e9303c0
* Fixing stutter in AllApps transitionAdam Cohen2011-10-171-2/+2
| | | | | | | | | | | | -> Tightened up the interpolator and decreased the duration of the AllApps-in animation. This removes many excess frames at the end of the transition, and frees up perf for swiping AllApps: (issue 5359751) -> Changed when AllApps state gets reset -- now only after leaving home, and then pressing home, or when the screen turns off. Change-Id: I76e988102da91c12cb52af01468cf9a81fe45545
* Tuning AllApps <--> Workspace transitionsAdam Cohen2011-09-141-5/+7
| | | | | | -> Removed extraneous service transactions during scrolling Change-Id: I60a201e7a94608d6fbafd2350f39a466d7a4c003
* Refactor and simplify home transitionsAdam Cohen2011-08-311-4/+4
| | | | Change-Id: I499ba571c889b684a759ee84c2a626ef94977855
* Tweaking grid spacing (5162387)Winson Chung2011-08-291-0/+2
| | | | Change-Id: I67ebe3484f504d5f987486c80d4d21db3c2e06e1
* Workaround for wallpaper crash. (5191436)Winson Chung2011-08-221-1/+1
| | | | | | - Adding a little time to the tab transition Change-Id: Ia7615d93f471845e568742df828cde43c1b917c4
* Improving transition between Apps/Widgets panes (5145408)Winson Chung2011-08-161-1/+1
| | | | Change-Id: Id4f73a89b646bbf168ee49e8bdeb34b85a52d9d4
* Multitude of launcher behaviour changes.Winson Chung2011-08-021-1/+1
| | | | | | | | | - Merging widgets and shortcuts in widgets pane - Removing legacy long press menu items (make it go straight to wallpapers) - Removing old option menu (just making it point to wallpapers) - Dropping user to workspace after adding an item (animations to be tweaked) or back to AppsCustomize only on failure/cancel Change-Id: Ia73670ce76f321dc45defb27bb5a828764240ab4
* Turning off largeHeap on CrespoAdam Cohen2011-07-251-0/+1
| | | | Change-Id: I28dcd1db577688fe24c786f1519f442c690bff1d
* Removing unused resourcesMichael Jurka2011-07-201-6/+0
|
* Cleaning up some drop-target issues.Winson Chung2011-07-121-0/+4
| | | | | | | | - Setting text color during drag over transitions - Fixing regression in drop target padding = Using old drop-down animation where possible Change-Id: Ia1c5ec9e58fc734d28133349d9920d123ed71ae6
* Tweaking drop target transition to prevent flash.Winson Chung2011-07-111-1/+1
| | | | Change-Id: I7a0204685f1d377117b4d8e39b1c0d32e7b37a76
* Fixing issues with spring loaded adding.Winson Chung2011-07-111-0/+2
| | | | | | | | | - 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
* Substantially improved performance of dragging and drop animationsAdam Cohen2011-07-071-1/+1
| | | | | | | | | | -> 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
* Cleaning up some spring-loaded related dragging code. Allow cancel spring ↵Winson Chung2011-07-061-1/+1
| | | | | | loaded mode. Change-Id: Ie1f0468c563bed7abc1aa6416e222cdb0853c03a
* Adding transitions during folder creationAdam Cohen2011-07-061-2/+1
| | | | | | | | | | | -> 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
* Added transitions when dropping items onto Folders, fixed bugsAdam Cohen2011-07-021-1/+1
| | | | | | | -> 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
* Allow overlays to disable hw accelerationMichael Jurka2011-06-141-0/+1
|
* Fixing drop target area, and adding bg color indicators.Winson Chung2011-06-131-0/+3
| | | | | | - Merging wallpaper fix and PagedViewIconCache key fix Change-Id: I2a65bc4b642f020dfc4d2223a36d3ebcf41de5f5
* Modifying AppsCustomize behaviour to use springloaded mode.Winson Chung2011-06-081-0/+10
| | | | Change-Id: I21d181ad3d245731ee8402915f8918b91bfc4553
* remove unused/redundant params to turn on HW accelMichael Jurka2011-06-011-3/+0
|
* Add config_workspaceShrinkPercent for phone launcher configs.Adam Powell2011-05-231-0/+3
| | | | Change-Id: I1a25cba72d13b337df87fb414335d9b80e4a6051
* Shrink-wrapped foldersAdam Cohen2011-05-161-1/+1
| | | | Change-Id: Ida1b5d0bd4d39eabfde9f8a5bee0d4b6e9b33627
* Merge "Adding initial folder animation"Adam Cohen2011-04-261-0/+3
|\
| * Adding initial folder animationAdam Cohen2011-04-211-0/+3
| | | | | | | | | | | | | | -Changed CellLayout/CellLayoutChildren to use padding in the more standard way Change-Id: I728f1b699232422be76eb29b4cf710cd5723a0aa
* | Initial changes to merged AllApps/Customize pane in the Phone UI.Winson Chung2011-04-221-7/+34
|/ | | | Change-Id: Ifa1676736033fe617dd0cca965156c38fa452948
* Fixing drag icon location on non-xlarge devicesAdam Cohen2011-03-281-6/+0
| | | | Change-Id: I7897f67e145818866a51c6a50d4d3e59674b08b4
* Remove duplicate XML created by mergeKenny Root2011-01-271-6/+0
| | | | Change-Id: I49c3a4130d547fc02ab59265ebee8630bfeb2848
* am d1633b20: Add in cache values for non-xlarge screensKenny Root2011-01-271-0/+6
|\ | | | | | | | | * commit 'd1633b2059860d48f8050667417314a2af477bf5': Add in cache values for non-xlarge screens
| * Add in cache values for non-xlarge screensKenny Root2011-01-271-0/+6
| | | | | | | | Change-Id: I2ddf4a2ad90c0aea8b576c279161767be17f9227
* | Fix missing resource issue when running on Passion device.tedbo2011-01-071-0/+6
|/ | | | | | | | | | | This fixes an issue where the Launcher app will crash with a resource not found exception when running on a non-xlarge device. The missing resource(s) are config_workspaceScreenBitmapCacheScale and config_maxScaleForUsingWorkspaceScreenBitmapCache. These were introduced in commit bea15195346bab3c52b0156e92f2b71f0811b210. This change moves those two resources into the common values. Change-Id: Id642153fe514675f22ba37062544eefacf2d435e
* Update Wallpaper picker and fix bugAdam Lesinski2010-12-131-0/+4
| | | | | | | -Fixed b/3271838 -On a phone, Fragment would not remember its previous state and crash on rotation Change-Id: Ida923fba0c7f4622b090e2838fd932328ad68c63
* Animate items into place when dropping on home screenPatrick Dubroy2010-10-191-0/+8
|
* fix 3029324: Implement new drag feedbackJoe Onorato2010-10-131-1/+1
| | | | Add "shrinkwrap" icon outlines to visualize where the item will land
* Fix 3065611: NPE in Launcher attempting to drag app to home screenPatrick Dubroy2010-10-061-0/+9
|
* Show crosshairs when dragging items around the workspace.Patrick Dubroy2010-09-291-0/+11
|
* cleaning up hardware acceleration XML value a bitMichael Jurka2010-09-281-1/+1
| | | (switch from integer -> bool)
* adding hardware acceleration flag to config.xmlMichael Jurka2010-09-271-0/+1
| | | | | | (later, this will let us turn on HW acceleration via a device-specific overlay) Change-Id: I33c957911db7ac730770b71d6644568fbfa86adf
* Move batch size to a resource.Daniel Sandler2010-04-191-1/+2
| | | | | | | | This way we can figure out how many apps to send to the grid at a time even if the grid hasn't been instantiated yet. Bug: 2599979 Change-Id: I7960fe1adae6976555334422335f3a4b28d0675e
* More Launcher performance improvements.Daniel Sandler2010-04-161-0/+1
| | | | | | | | | | | | | | * Removed another redundant sort * Correctly set the thread priority to BACKGROUND for the all apps loading step. * Moved batch delay to a resource * Reduced delay between loading batches of apps to 100ms (we really just want to sleep a tiny bit between batches to give the UI time to react) Bug: 2562420 Bug: 2599979 (related) Change-Id: I1ae72a68c1a47377a9eb62827fe7666bfc50caa5
* Slow down 2D All Apps fadeout.Daniel Sandler2010-04-021-1/+1
| | | | Change-Id: Ifd8564bca26265540589a48ea281e8ce9fa1001e
* Speed up 2D AllApps fade-in.Daniel Sandler2010-03-081-1/+1
| | | | Change-Id: I466c97cb63687ec3dab5109a8e77445e78e8b3ee
* Introduce 2D All Apps and other support for sapphire-class devices.Daniel Sandler2010-03-031-0/+4
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