summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/Workspace.java
Commit message (Collapse)AuthorAgeFilesLines
* resolved conflicts w/0ede734d0780a968c9c345f99a18f9f8b9fc02cdEd Heyl2012-07-251-0/+30
|\ | | | | | | Change-Id: I50900698a590e8d84a6cbcc560f95209d3a6d110
| * Ensuring that restoreInstanceState is being called promptly for ↵Adam Cohen2012-07-241-0/+30
| | | | | | | | | | | | synchronously bound page Change-Id: I0e71c29f553ad360ec42a6a0b2529d16cbddd437
| * DO NOT MERGE Adding sycnhronous loading of current page to support seamless ↵Adam Cohen2012-07-181-0/+8
| | | | | | | | | | | | rotation. (Bug 6792288) Change-Id: I341160e8a604cde63443e331f762cebc1ed5ec0c
* | Initial changes to synchronously load workspace on rotation.Winson Chung2012-07-171-0/+8
| | | | | | | | Change-Id: Ia7cf80177fd0aee88aa3f4a731f5d6dc904bea16
* | Fix inconsistency when dropping to hotseatAdam Cohen2012-07-121-1/+1
| | | | | | | | Change-Id: I0c186f930713bf195b3966ba5cfeac78220370bd
* | Fixing issue where the scrolling indicator was stuck while panning pages in ↵Winson Chung2012-07-091-5/+0
| | | | | | | | | | | | spring loaded mode. (Bug 6603301) Change-Id: I329a20e932ab6c4450a60a24c8ab7c0e090fe64d
* | Trying to track down corrupt database / items disappearingAdam Cohen2012-07-091-1/+2
| | | | | | | | | | | | | | | | | | | | | | -> Adding logs for all database transactions -> Adding sanity checks for items in folders, throwing exceptions if they are violated -> Reducing database upates when re-arranging items, only update if values have changed -> Removed some dead code from ItemInfo (isGesture?) Change-Id: Ia5cd57d92082f633dbf4aa5d64612cbae2d82bb4
* | Only enable hardware layers on visible workspace pagesMichael Jurka2012-06-281-6/+39
| | | | | | Change-Id: Id82fc76d00a188556460d1a78388d46be56c9c4e
* | Removing unnecessary check of shortcut infos (now that we key removals off ↵Winson Chung2012-06-281-25/+13
| | | | | | | | | | | | package names already). (Bug 6755420) Change-Id: I13f088503e58eb021a585493e1c55eeccdffea86
* | Fix buildMichael Jurka2012-06-251-0/+1
| | | | | | | | Change-Id: I34b052159a393842bad707921205ea2778c1cbfe
* | am bcff7eda: am 9dc25f06: Merge "Fixing concurrent modification exception ↵Winson Chung2012-06-251-3/+4
|\| | | | | | | | | | | | | when iterating through new apps list. (Bug 6621553)" into jb-dev * commit 'bcff7eda3731b7af254a1d5182766683ea1d46e3': Fixing concurrent modification exception when iterating through new apps list. (Bug 6621553)
| * Fixing concurrent modification exception when iterating through new apps ↵Winson Chung2012-06-251-3/+4
| | | | | | | | | | | | list. (Bug 6621553) Change-Id: Idf4fae51c65e0e53520740dd0b2050eeac00b251
* | Remove unneeded importsMichael Jurka2012-06-251-2/+0
| | | | | | | | Change-Id: I96e125c5ddbde7df10847e9514b947c80292ea40
* | Compile Launcher against only public apis (level 16)Michael Jurka2012-06-221-4/+4
| | | | | | | | | | | | Also, removing use of TableMaskFilter (last remaining private api) Change-Id: I2df80605b240352fdf7ef2ebd26b98342149bda3
* | Merge "Decoupling launcher/workspace package cleanup from the application ↵Winson Chung2012-06-211-5/+2
|\ \ | | | | | | | | | list (Bug 6602756)"
| * | Decoupling launcher/workspace package cleanup from the application list (Bug ↵Winson Chung2012-06-211-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | 6602756) - Fixes issues where shortcuts created by wallpaper/widget-only apps are uninstalled. Change-Id: I94c9d1d71fc34aa2fb7f0660534e616a82ac6f36
* | | Merge "Use getCurrentSizeRange to determine cell dimensions"Michael Jurka2012-06-211-7/+7
|\ \ \
| * | | Use getCurrentSizeRange to determine cell dimensionsMichael Jurka2012-06-211-7/+7
| | | | | | | | | | | | | | | | Change-Id: I7b50ad85594585a3c18838776652c3d873dbd82d
* | | | 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
| |/ / / | | | | | | | | | | | | Change-Id: I877bd84c6846ae232e2877e97de95d9344c13e56
* / / / Remove use of private Display apisMichael Jurka2012-06-211-4/+6
|/ / / | | | | | | Change-Id: I560a730af20f3068e7904eb9c8bfb29fa5d2c22f
* / / Remove use of private ValueAnimator apiMichael Jurka2012-06-191-5/+5
|/ / | | | | | | Change-Id: I455edcd17bda83ab51c2c04fa40e66097a4d6975
* | Fixing issue where dropping items onto side pages might drop them two pages ↵Winson Chung2012-06-181-1/+7
| | | | | | | | | | | | away. (Bug 6433177) Change-Id: I7fa745c269e63d699671cdaf0b527f2675ce3081
* | Clean up warnings and some private API usageMichael Jurka2012-06-121-35/+0
|/ | | Change-Id: Ic3c0b333942bc3de130e41531017e71358bd5bfb
* Improving overscroll paramaters for 7-inch devicesAdam Cohen2012-06-081-2/+3
| | | | Change-Id: Iba805137fca121bab7675eac22236af9642c27bb
* Merge "Synchronizing on the new-apps list before modifying it. (Bug ↵Winson Chung2012-06-061-8/+10
|\ | | | | | | 6621553)" into jb-dev
| * Synchronizing on the new-apps list before modifying it. (Bug 6621553)Winson Chung2012-06-061-8/+10
| | | | | | | | | | | | | | - Minor tweak to qsb padding - Adding yet more logging for single-app-page issue Change-Id: I4272dd7a70c9ac26f026b03a1f991f14844fdb9d
* | Fixing ConcurrentModificationException (issue 6619380)Adam Cohen2012-06-061-0/+23
|/ | | | Change-Id: I49d293a79a463d129e829f823d6b213f3d5ffcf4
* Fix issue where item gets added to folder when displacing folder (issue 6576460)Adam Cohen2012-05-291-1/+0
| | | | Change-Id: I6999d97a7aa35d2aa348ca350f89765abb674089
* 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
| | | | | | | | | | Bug: 6540432 Change-Id: I5760b1a66d3871702fea1cb51e5ba31d812a8158
* | Adding debugging for stuck widget (issue 6557954)Adam Cohen2012-05-281-0/+1
|/ | | | Change-Id: I73217d6a5dd650278f93ae02672c92c823e08ded
* Cleaning up some reordering issues:Adam Cohen2012-05-231-8/+5
| | | | | | | | | -> Reorder solution should never change unless target cell changes -> Simplified code and improved the behaviour when items' jiggle animations switch from one direction to another. These transitions are now seamless and have no more strange delays. Change-Id: I35d70f275d622501851328584bfcb46eec91ff3b
* Fix a couple small bugs (issue 6539339)Adam Cohen2012-05-221-0/+3
| | | | | | | | | -> Adjusting the character of the 'shake' animation to keep a single phase, and instead stagger the animations slightly -> Fixing issue where widget is not given the size change callback if the widget is resized on drop Change-Id: I9cd9e6cd39009d9e5c70e745812b6ece71b845ee
* Tweak folder creation threshold (issue 6443778)Adam Cohen2012-05-161-8/+2
| | | | Change-Id: I7bd4ec5da5181032d2e0891a0ac8fca35454efa4
* Adding accessibility scroll support to PagedView.Svetoslav Ganov2012-05-151-0/+5
| | | | | | | | | | | | 1. Added support for accessibility scroll action to PagedView. 2. Exposed AppsCustomizePagedView and Workspace for acessibility if otherwise specified. bug:5932640 Change-Id: I812e7c285cbc4d925390b9fae48a18acc68432ce
* Merge "Making the page spacing fixed in spring loaded mode. (Bug 6478409)" ↵Winson Chung2012-05-141-0/+5
|\ | | | | | | into jb-dev
| * Making the page spacing fixed in spring loaded mode. (Bug 6478409)Winson Chung2012-05-141-0/+5
| | | | | | | | Change-Id: I3577a1beecacb82528f0fde9439a8366a709b29c
* | Preventing drawing pages in Workspace if possibleMichael Jurka2012-05-141-0/+7
|/ | | | | | Bug: 6427601 Change-Id: I259554557a5856aa17a532c656032c4d6d5826bd
* Fixing widget overlapping another widget (issue 6475997)Adam Cohen2012-05-101-0/+2
| | | | Change-Id: Ic78afc0ef5a2eab2278feb080f6b81d4b2baaed2
* Fix launcher crash when adding widget (issue 6433360)Adam Cohen2012-05-101-2/+2
| | | | Change-Id: I0deaef6f4ba9252b76aeb5f2afa8564479557f8c
* Don't show the outline on the current pageMichael Jurka2012-05-081-6/+22
| | | | | | - only on sw720dp+ devices Change-Id: I7253bedbf6dd61c766fe7e9ad861d3a917d37fed
* 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
| | | | | | | | | | Bug: 6441414 Change-Id: Iba57fb25c4c7e57a04b45ca60923edd9158228aa
* | Try and resolve the package name from the intent directly falling back to ↵Winson Chung2012-05-071-1/+2
| | | | | | | | | | | | the resolved component name if it fails. (Bug 6452306) Change-Id: Ifb2187fb845f807f30df966bf298ffde1b779b46
* | 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
| |/ | | | | | | Bug: 5954015
* / Fixing NPE in LauncherModel (Bug 6449627)Winson Chung2012-05-061-1/+1
|/ | | | Change-Id: I6e0040465e6bf9f65ad7c05af1f7ef7cf948a355
* Merge "Fixing issue where items that were not yet added were not removed ↵Winson Chung2012-05-041-14/+48
|\ | | | | | | from the db. (Bug 6428418)" into jb-dev
| * Fixing issue where items that were not yet added were not removed from the ↵Winson Chung2012-05-041-16/+48
| | | | | | | | | | | | db. (Bug 6428418) Change-Id: I8f76af1ccaa2bc5053f3e1f6606202310855aaae