summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/Workspace.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge "Making the page spacing fixed in spring loaded mode. (Bug 6478409)" in...Winson Chung2012-05-141-0/+5
|\
| * Making the page spacing fixed in spring loaded mode. (Bug 6478409)Winson Chung2012-05-141-0/+5
* | Preventing drawing pages in Workspace if possibleMichael Jurka2012-05-141-0/+7
|/
* Fixing widget overlapping another widget (issue 6475997)Adam Cohen2012-05-101-0/+2
* Fix launcher crash when adding widget (issue 6433360)Adam Cohen2012-05-101-2/+2
* Don't show the outline on the current pageMichael Jurka2012-05-081-6/+22
* Merge "DO NOT MERGE Add content descriptions for workspace cells." into jb-devMichael Jurka2012-05-071-0/+2
|\
| * DO NOT MERGE Add content descriptions for workspace cells.alanv2012-05-071-0/+2
* | Try and resolve the package name from the intent directly falling back to the...Winson Chung2012-05-071-1/+2
* | Merge "Unify tablet/phone workspace scrolling behavior" into jb-devMichael Jurka2012-05-061-113/+27
|\ \
| * | Unify tablet/phone workspace scrolling behaviorMichael Jurka2012-05-061-113/+27
| |/
* / Fixing NPE in LauncherModel (Bug 6449627)Winson Chung2012-05-061-1/+1
|/
* Merge "Fixing issue where items that were not yet added were not removed from...Winson Chung2012-05-041-14/+48
|\
| * Fixing issue where items that were not yet added were not removed from the db...Winson Chung2012-05-041-16/+48