summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/Workspace.java
Commit message (Expand)AuthorAgeFilesLines
* Fixing issue where drag view is jumping when you scroll from hovering over an...Winson Chung2013-04-011-1/+1
* Fix jumps in the beginning of animationsMichael Jurka2013-03-281-2/+4
* Improve All Apps --> Workspace performanceMichael Jurka2013-03-071-1/+1
* Disable clipping where unnecessaryRomain Guy2013-02-251-0/+2
* Adding RTL paging.Winson Chung2013-02-041-16/+19
* Use less HW layers in All AppsMichael Jurka2013-01-171-2/+2
* Cleaning up unused codeMichael Jurka2012-11-151-1/+0
* Remove unnecessary allocations during drawRomain Guy2012-10-101-6/+8
* Fix to ensure default widgets get size callbacks (issue 7287744)Adam Cohen2012-10-051-5/+3
* Fix # 6925851: Workspace page spacing gets messed upMichael Jurka2012-09-251-1/+3
* Making launcher use new widget binding APIsAdam Cohen2012-09-191-1/+19
* Fixing some warningsMichael Jurka2012-09-171-5/+5
* Fixing issue where we were not removing items from LauncherModel and only the...Winson Chung2012-08-301-0/+10
* Adding the ability to scale the hotseat or items in the hotseatAdam Cohen2012-08-201-13/+7
* resolved conflicts w/0ede734d0780a968c9c345f99a18f9f8b9fc02cdEd Heyl2012-07-251-0/+30
|\
| * Ensuring that restoreInstanceState is being called promptly for synchronously...Adam Cohen2012-07-241-0/+30
| * DO NOT MERGE Adding sycnhronous loading of current page to support seamless r...Adam Cohen2012-07-181-0/+8
* | Initial changes to synchronously load workspace on rotation.Winson Chung2012-07-171-0/+8
* | Fix inconsistency when dropping to hotseatAdam Cohen2012-07-121-1/+1
* | Fixing issue where the scrolling indicator was stuck while panning pages in s...Winson Chung2012-07-091-5/+0
* | Trying to track down corrupt database / items disappearingAdam Cohen2012-07-091-1/+2
* | Only enable hardware layers on visible workspace pagesMichael Jurka2012-06-281-6/+39
* | Removing unnecessary check of shortcut infos (now that we key removals off pa...Winson Chung2012-06-281-25/+13
* | Fix buildMichael Jurka2012-06-251-0/+1
* | am bcff7eda: am 9dc25f06: Merge "Fixing concurrent modification exception whe...Winson Chung2012-06-251-3/+4
|\|
| * Fixing concurrent modification exception when iterating through new apps list...Winson Chung2012-06-251-3/+4
* | Remove unneeded importsMichael Jurka2012-06-251-2/+0
* | Compile Launcher against only public apis (level 16)Michael Jurka2012-06-221-4/+4
* | Merge "Decoupling launcher/workspace package cleanup from the application lis...Winson Chung2012-06-211-5/+2
|\ \
| * | Decoupling launcher/workspace package cleanup from the application list (Bug ...Winson Chung2012-06-211-5/+2
* | | Merge "Use getCurrentSizeRange to determine cell dimensions"Michael Jurka2012-06-211-7/+7
|\ \ \
| * | | Use getCurrentSizeRange to determine cell dimensionsMichael Jurka2012-06-211-7/+7
* | | | Merge "Remove use of private api ViewGroup.setChildrenLayersEnabled"Michael Jurka2012-06-211-21/+27
|\ \ \ \
| * | | | Remove use of private api ViewGroup.setChildrenLayersEnabledMichael Jurka2012-06-211-21/+27
| |/ / /
* / / / Remove use of private Display apisMichael Jurka2012-06-211-4/+6
|/ / /
* / / Remove use of private ValueAnimator apiMichael Jurka2012-06-191-5/+5
|/ /
* | Fixing issue where dropping items onto side pages might drop them two pages a...Winson Chung2012-06-181-1/+7
* | Clean up warnings and some private API usageMichael Jurka2012-06-121-35/+0
|/
* Improving overscroll paramaters for 7-inch devicesAdam Cohen2012-06-081-2/+3
* Merge "Synchronizing on the new-apps list before modifying it. (Bug 6621553)"...Winson Chung2012-06-061-8/+10
|\
| * Synchronizing on the new-apps list before modifying it. (Bug 6621553)Winson Chung2012-06-061-8/+10
* | Fixing ConcurrentModificationException (issue 6619380)Adam Cohen2012-06-061-0/+23
|/
* Fix issue where item gets added to folder when displacing folder (issue 6576460)Adam Cohen2012-05-291-1/+0
* Merge "Don't scale shortcut icons during install animation" into jb-devMichael Jurka2012-05-291-4/+13
|\
| * Don't scale shortcut icons during install animationMichael Jurka2012-05-291-4/+13
* | Adding debugging for stuck widget (issue 6557954)Adam Cohen2012-05-281-0/+1
|/
* Cleaning up some reordering issues:Adam Cohen2012-05-231-8/+5
* Fix a couple small bugs (issue 6539339)Adam Cohen2012-05-221-0/+3
* Tweak folder creation threshold (issue 6443778)Adam Cohen2012-05-161-8/+2
* Adding accessibility scroll support to PagedView.Svetoslav Ganov2012-05-151-0/+5