summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/Folder.java
Commit message (Collapse)AuthorAgeFilesLines
* Adding the ability to scale the hotseat or items in the hotseatAdam Cohen2012-08-201-3/+3
| | | | | | | | | | | --> A bunch of stuff breaks when scaling the hotseat. More specifically, drag and drop animations between hotseat and workspace, scaling on pick up, folder animations, determination of item placement. This CL fixes these issues so that the hotseat or hotseat items are ready to be scaled. --> For now, using 90% scale factor for 7-inch+ UIs Change-Id: Iac098409347e76139e4d726a071397b56ac684d2
* Fix occupied issue when switching from folder icon to its final itemAdam Cohen2012-07-121-5/+8
| | | | Change-Id: I445156ed8f99f0489776043440faa45399fb3888
* Trying to track down corrupt database / items disappearingAdam Cohen2012-07-091-10/+9
| | | | | | | | | | | -> 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
* Remove use of private ValueAnimator apiMichael Jurka2012-06-191-2/+2
| | | | Change-Id: I455edcd17bda83ab51c2c04fa40e66097a4d6975
* am 2561ee84: am d74389d9: Merge "Add null pointer checks to fix NPEs" into ↵Michael Jurka2012-06-181-1/+3
|\ | | | | | | | | | | | | jb-dev * commit '2561ee8453dc41a9d65f7890ea227416d7e8948c': Add null pointer checks to fix NPEs
| * Add null pointer checks to fix NPEsMichael Jurka2012-06-181-1/+3
| | | | | | | | | | | | | | Bug: 6611233 Bug: 6685401 Change-Id: I804dfe0a7ad36b43168f7384ef88459d765fff6b
* | Merge "Adding animation when destroying folder due to single item remaining"Michael Jurka2012-06-141-23/+36
|\ \
| * | Adding animation when destroying folder due to single item remainingAdam Cohen2012-06-111-23/+36
| |/ | | | | | | Change-Id: I079af9a50d7d6f63092b725ecd941ab1e298032d
* / Clean up warnings and some private API usageMichael Jurka2012-06-121-2/+0
|/ | | Change-Id: Ic3c0b333942bc3de130e41531017e71358bd5bfb
* Fix two pieces of folder jankAdam Cohen2012-06-071-5/+11
| | | | | | | | -> Folder icon gets clipped when animating from dock as well as a couple other cases (issue 5849615) -> Blip when creating folder (issue 6623095) Change-Id: I638c9a7876de2f87eb8e96a9eb192fa4a127fb4a
* Making folders open/close smoothlyMichael Jurka2012-05-311-5/+27
| | | | Change-Id: Iff5d71aa60a2e391d2d94b420953bbfd25691555
* Fix folder order regression (issue 6482634)Adam Cohen2012-05-111-2/+3
| | | | Change-Id: I8246450ec857d0653c65d9daaf7a8b771de6c974
* Do not defer removing the drag view if we don't animate the item back into ↵Winson Chung2012-05-081-0/+1
| | | | | | the folder. (Bug 6249514) Change-Id: I40c47d9320158ec5ba4b4663316ecee488a61876
* Merge "Fixing folder order persistence (issue 6176721)" into jb-devAdam Cohen2012-05-081-3/+44
|\
| * Fixing folder order persistence (issue 6176721)Adam Cohen2012-05-081-3/+44
| | | | | | | | Change-Id: I5b3e4b7baa4222a883bcb061429113962ea69883
* | Further preventing drags while loading is in progress. (Bug 6276881)Winson Chung2012-05-061-0/+3
|/ | | | Change-Id: I3fc9ad4cd3d71a8eba4e3bcc0a1b6346c59fbee5
* Remove use of private APIsMichael Jurka2012-04-251-6/+8
| | | Change-Id: I3e28763075f8e92391796dc009214c9fa8f50008
* Updating launcher transitions.Winson Chung2012-04-241-1/+2
| | | | Change-Id: I32b35189fe05a1c0db0ac1d7f508b1560088f635
* Fix warnings and remove dead codeMichael Jurka2012-04-131-1/+1
| | | Change-Id: I574d823fedf4b752c3df5a72599b390f708823ac
* Allow fling gesture while dragging from AllApps to dismiss drag.Winson Chung2012-03-221-5/+13
| | | | Change-Id: I5eea14336579a1374aded63dda9ad1a33e8b8d4a
* Merge "Eliminate custom alpha handling in CellLayout"Michael Jurka2012-03-211-4/+4
|\
| * Eliminate custom alpha handling in CellLayoutMichael Jurka2012-03-201-4/+4
| | | | | | | | | | | | Also rename CellLayoutChildren to ShortcutsAndWidgetsView Change-Id: Ic2ebc5497adb153cc2fce99730cc2c6fbdc101e6
* | Adding fling-to-delete.Winson Chung2012-03-201-1/+9
|/ | | | | | - Also fixing issue where the drop target icon changes color slower than the text. Change-Id: I0bfa59da5d202016342f1c3de419ebcafd81ff6f
* Initial implementation of CellLayout auto-reorderingAdam Cohen2012-03-151-2/+2
| | | | Change-Id: Id5b5080e846907a7d9cd6535f6e7285e83a0ff71
* Removing dead codeMichael Jurka2012-01-161-4/+1
| | | | Change-Id: I712144b0beb81387efd4c4b59087594e9832d116
* Fixing subtle animation jank when dropping icon on adjacent pageAdam Cohen2011-12-141-1/+1
| | | | | | -> The old path of the icon wasn't correct from a motion standpoint Change-Id: Icb4b06b5cd5649e983d43953ff369d1d8d8cdee2
* Fix issue where folder can open offscreen (issue 5291408)Adam Cohen2011-12-131-2/+8
| | | | Change-Id: I359dc2188c50ab1c4e42c448ecce04530ba45734
* Stripping out code path that we have no intention of usingAdam Cohen2011-12-131-83/+16
| | | | Change-Id: I89cc6b1760a9fd8c051857699724435eef6c8b14
* Fix issue 5639994: disabled multi-touch on foldersAdam Cohen2011-11-181-0/+1
| | | | Change-Id: I95bb0089e7522db88dea56281a375f9c98ece460
* Modifying portals in landscape on the phone UIAdam Cohen2011-11-151-5/+13
| | | | Change-Id: I4190b0e4958dfd0d59d943d9b4c4d6fd2e9303c0
* Initial changes to make folders accessibleAdam Cohen2011-10-261-2/+28
| | | | Change-Id: Id8c9cbc0ef200967c3b966fbccfdfde184d4211c
* Fixing folder order persistence, issue 5422712Adam Cohen2011-10-061-3/+17
| | | | Change-Id: I72d99274b581a803f01042e1de979c59faa4684b
* Small fix in Folder text editingAdam Cohen2011-09-301-11/+9
| | | | Change-Id: I65c6862cbbc125b197bb6afa4951b267373832e9
* Adding keyboard support to folders and fixing renaming rough edgesAdam Cohen2011-09-291-7/+38
| | | | Change-Id: I62e1a5699e4c7e8d53f5f7d6331a854270a83aa1
* Addressing slow rotation due to folders (issue 5297213)Adam Cohen2011-09-261-4/+6
| | | | Change-Id: I41e9594d547695bd6b37254396874fe1a9e7cf68
* Tweaking clings in response to usability testing. (5057945, 5056643)Winson Chung2011-09-201-0/+5
| | | | | | | | | - Updating assets - Removing folder cling text - Fading in folder cling after folder animation - Highlighting different icon in allapps cling Change-Id: I6e4fadf10b81a91296304f008644ee1d154ec5f8
* Updating Clings. (5057945, 5056643)Winson Chung2011-09-181-0/+2
| | | | Change-Id: Ifb2d37e92495aeddf9d4b3277eb8d2a846f4aa99
* No longer using hardware layers for folders, issue 5051178Adam Cohen2011-08-241-18/+0
| | | | Change-Id: I875b91c6d7cce028f33dceb5ac17bc43ce045039
* Minor code cleanup, addresses issues raised in issue 5097504Adam Cohen2011-08-121-2/+8
| | | | Change-Id: Ib409e96986b43d0c919256b6a2584ef515c93dae
* Fixing issue where folder names aren't being persistedAdam Cohen2011-08-121-3/+3
| | | | Change-Id: I94b40c49f2d737ae1ac03b3fa58ade8079256a8f
* Small code cleanup in folders, prevent crash issue 5082899Adam Cohen2011-08-031-8/+2
| | | | Change-Id: Iccd4a1367f895dac7925ceae7cd7934b95e81474
* Fix 5033850 (again), slight variant this timeAdam Cohen2011-08-021-1/+3
| | | | Change-Id: I9b9fe1bb114a66c99a4819607a482d1b776a6269
* Fixing issue 5043360, double haptic feedbackAdam Cohen2011-08-011-13/+15
| | | | | | -> Minor code cleanup in Folder.java Change-Id: I62267078bfdab9f37fdef28448a63760db1fc1fb
* Completing fix for issue 5052078, folder items no longer lostAdam Cohen2011-07-291-17/+40
| | | | Change-Id: I9d9cc4658122816e2a60de2e12da65f3fe42bc5c
* Merge "Some launcher bugs:"Adam Cohen2011-07-281-11/+16
|\
| * Some launcher bugs:Adam Cohen2011-07-271-11/+16
| | | | | | | | | | | | | | | | -> Allowing folders to be specified in xml (issue 5032559) -> Mostly fixing issue where you can lose items when dragging out of a folder to a full screen (issue 5052078) Change-Id: I3228dd568b2b8919c14594ee518f86173430481e
* | Clearing selection when done editing folder nameAdam Cohen2011-07-261-0/+3
|/ | | | Change-Id: I3709d1be4ef4cf6bb6d4c52a41d2eccb1c9aa21f
* Cleaning up folder layout, still pending final assets / cell sizeAdam Cohen2011-07-221-8/+4
| | | | | | -> see bug 5044356 Change-Id: I80a3cd90145de2a774565aae04809d8c1d04ccd5
* Fixing a couple bugs, allapps clicks and weird crashAdam Cohen2011-07-201-6/+8
| | | | | | | -> issue 5021897 (when this was fixed, exposed more bugginess that is now fixed) -> issue 5038392 Change-Id: I49a4e9fca154f75ea22ad2c462641747536102ce
* Initial changes to add configurable hotseat.Winson Chung2011-07-201-9/+6
| | | | Change-Id: I4c2ed4a1c122c057662fabc70bfef7c5c088460b