summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/Folder.java
Commit message (Collapse)AuthorAgeFilesLines
* Enabling quantum look and feel everywhereAdam Cohen2014-07-071-7/+2
| | | | | | | | -> _l assets become default, new folder icon look is default -> Starting to unify folder look / feel with all apps -> New page indicators Change-Id: I50b2c647fbcbe6ed27705527d8e16bd89e123d0b
* Revert "Revert Cls stopping now-master running on googlefood"Kenny Guy2014-06-301-0/+3
| | | | | | | | | This reverts commit 7bc272a11b701a32d2ed91277341c382cbd84aeb. Conflicts: src/com/android/launcher3/BubbleTextView.java Change-Id: Id1fb2e1249e72658ce5477165c9bcacba9de2b04
* Offer to delete broken promise icons.Chris Wren2014-06-271-0/+1
| | | | | | | | | Track state of promise in the info, not the view. Fix bugs around moving promises to folders. Fix bugs around filterign and removing promises. Bug: 12764789 Change-Id: If5e8b6d315e463154b5bafe8aef7ef4f9889bb95
* Revert Cls stopping now-master running on googlefoodKenny Guy2014-06-241-3/+0
| | | | | | | | | | This reverts commits 01453e855fa87ee19f61223b2b1a6965071ee95a. and 242bbe1b72e4978dde8a662d164cd186305e14a7. "Add content description to bagded icons." "Remove reflection now we are building against L" Bug: 15833449 Change-Id: I81a5316f5619a9cd3b6ab9fd03b2ba96657b7f68
* Add content description to bagded icons.Kenny Guy2014-06-231-0/+3
| | | | | | | | | Enabled accesibility so that icons badged by the managed profile have a content description that is different to the non-bagdged version. Bug: 15106236 Change-Id: Id483273173d9539916eebd59111d179087526be3
* Cleanup pattern for removing the extra empty screen after drag operationsAdam Cohen2014-05-091-16/+5
| | | | | | -> Fixes a couple bugs: issue 12179908, issue 12372657, issue 13287732 Change-Id: I24b5abe8e432ea331eeb77407120a8cec28f6376
* Don't close folder when adding something to itJason Monk2014-04-241-4/+3
| | | | | | | | Remove the call that closes a folder when something from All Apps is added to it. Bug: 14273032 Change-Id: Iac970a5c997fd254eae006be75cfbba9826f47af
* Make FolderIcon.getFolder() public and add Folder.getContent().Anjali Koppal2014-03-101-0/+4
| | | | Change-Id: I21ad8b8178acbde2759cd2dfcd015d91e00b7505
* Implement spring-loading of folders when dragging over.Jorim Jaggi2014-02-121-40/+99
| | | | | Bug: 8912132 Change-Id: Id81889a133e56461df2e20599c4b40020818ba18
* Merge "Quick patch for b/12446428." into jb-ub-now-kermitDan Sandler2014-01-131-1/+4
|\
| * Quick patch for b/12446428.Dan Sandler2014-01-101-1/+4
| | | | | | | | | | Bug: 12446428 Change-Id: I5b9472e55a8919f5640c6e97fede9b5637819be0
* | Merge "Adding migration Clings. (Bug 11973614)" into jb-ub-now-kermitWinson Chung2014-01-101-2/+2
|\ \
| * | Adding migration Clings. (Bug 11973614)Winson Chung2014-01-101-2/+2
| |/ | | | | | | | | - Refactoring Launcher cling code out to LauncherClings. Change-Id: Iff4f84f5b8bfeb69b1be0b4802022c3eb20b6f2c
* / Allow DISABLE_ALL_APPS to be set using a system property.Nilesh Agrawal2014-01-091-2/+2
|/ | | | | | | | | - Moving the property to LauncherAppState - The property is only read on dogfood builds. The property can be set using setprop or /data/local.prop Change-Id: I14c7354efb12edb93f97e81687a6f920cc634e9a
* Merge "Fix issue where deleting item from folder leaves extra page" into ↵Adam Cohen2014-01-091-1/+5
|\ | | | | | | jb-ub-now-kermit
| * Fix issue where deleting item from folder leaves extra pageAdam Cohen2013-12-131-1/+5
| | | | | | | | Change-Id: Ie741dbe5341d8237c85f732b26661d084b99f6e2
* | Allow scrolling folders in when all apps is disabled.Nilesh Agrawal2014-01-021-3/+14
| | | | | | | | | | | | | | | | Allows for more items to be added into a folder. Allows for scrolling by letting the content area inside the scroll view to be taller. The height of content area was capped in https://googleplex-android-review.git.corp.google.com/#/c/387583/ Change-Id: I8d7950ac9c155e26c5a299c17ae6a2bbf829dce6
* | Clean up importsMichael Jurka2013-12-131-4/+0
|/
* Fixing crash in empty folders. (Bug 11627191)Winson Chung2013-12-091-2/+13
| | | | | | Change-Id: I7a0e23e16a7546a9612d3406257e15be758d4c52 Signed-off-by: Winson Chung <winsonc@google.com>
* am d65fb393: Merge "Revert "Fixing crash in empty folders. (Bug 11627191)"" ↵Winson Chung2013-12-091-13/+2
|\ | | | | | | | | | | | | into jb-ub-now-jolly-elf * commit 'd65fb393595cb093936c7d5d0d54b0511430aa9d': Revert "Fixing crash in empty folders. (Bug 11627191)"
| * Revert "Fixing crash in empty folders. (Bug 11627191)"Winson Chung2013-12-101-13/+2
| | | | | | | | | | | | This reverts commit 68b667848ef7c6f69b24a40d780e4088a5f2a1fb. Change-Id: I51da495d6f8ef98b268c23cce02cce5ef1c7ea00
* | am 6de1ba33: Merge "Fixing crash in empty folders. (Bug 11627191)" into ↵Winson Chung2013-12-091-2/+13
|\| | | | | | | | | | | | | jb-ub-now-jolly-elf * commit '6de1ba3377dd407e83f682edf9ae742416302772': Fixing crash in empty folders. (Bug 11627191)
| * Fixing crash in empty folders. (Bug 11627191)Winson Chung2013-12-091-2/+13
| | | | | | | | Change-Id: I7a0e23e16a7546a9612d3406257e15be758d4c52
* | Decrease delay for closing folder on removal of an item (issue 11028310)Adam Cohen2013-12-051-1/+1
| | | | | | | | Change-Id: Ie5c094af8b0293e56bf016be5b4f4db05e7a9a05
* | Generalize support for 'App Info', 'Uninstall' and 'Delete'Mathew Inwood2013-11-281-0/+10
|/ | | | | | | This allows other DragSource's to allow this behaviour, instead of it being tied to specific source types. Change-Id: I06b7c39b1b34a0ae141245bcc13b6a0873a4c0fd
* Merge "Use the icon bounds for all calculations." into jb-ub-now-jolly-elfWinson Chung2013-11-141-0/+5
|\
| * Use the icon bounds for all calculations.Winson Chung2013-11-141-0/+5
| | | | | | | | | | | | | | | | - Fixes a drag and drop issue when the dynamic grid scales icons down, due to the drawable bounds not being equal to their bitmap sizes. Change-Id: If7c68b51131de7bac3195a2619e22340f7789432
* | Merge "Fix CellLayout UNSPECIFIED exception (issue 11627191)" into ↵Adam Cohen2013-11-131-3/+14
|\ \ | |/ |/| | | jb-ub-now-jolly-elf
| * Fix CellLayout UNSPECIFIED exception (issue 11627191)Adam Cohen2013-11-121-3/+14
| | | | | | | | Change-Id: Id2f840a804c51e8c61bb28882796059584e4c8bb
* | Fix issue where extra page hangs around (issue 11634172)Adam Cohen2013-11-121-0/+2
|/ | | | Change-Id: Ia0900c9fc07bc587259e36ed17816eaf519b10dc
* Merge "Initial changes to support smaller landscape layouts." into ↵Winson Chung2013-10-291-2/+0
|\ | | | | | | jb-ub-now-jetsonic
| * Initial changes to support smaller landscape layouts.Winson Chung2013-10-281-2/+0
| | | | | | | | Change-Id: If0abe2b82eb08bae4f1ce65b805362d548acb876
* | Add visible touch feedback to items in foldersAdam Cohen2013-10-241-0/+1
|/ | | | Change-Id: I41937f7864bca39232079a90139679ebd5cc2a07
* Ensuring that we are calling setCompoundDrawable() instead of using ↵Winson Chung2013-10-141-1/+1
| | | | | | intrinsic bounds. (Bug 11203738) Change-Id: Ic2100e4008d7fc95d2670aab9d3b46a96a927599
* Workaround for small icons. Draw icon drawables at the expected icon size. ↵Winson Chung2013-10-131-1/+1
| | | | | | (Bug 11203738) Change-Id: If976ae8b3603e8bf42e8e857ce0b178d977b0a43
* Fixing issue with folder opening in the wrong bounds (Bug. 11025207)Winson Chung2013-10-101-1/+1
| | | | Change-Id: I8baa5d5e8936e89c542d8ac0d98bc0ad939e01eb
* Tweaking folder cling to support large folders.Winson Chung2013-09-261-1/+2
| | | | Change-Id: I3c500463fba8db71807ad4fc27c6923f3e1d0770
* Use AutoScrollHelper from the support-v4 libraryBjorn Bringert2013-09-251-0/+1
| | | | | Bug: 10532260 Change-Id: Ic6519a119fd75890c766b6ffccfc5f660934e1b7
* Initial changes to restore clings.Winson Chung2013-09-201-3/+9
| | | | Change-Id: Ie23e6e9f39679e8d35955a4a7db804d03f8b4d3f
* New folder look / assetsAdam Cohen2013-09-201-3/+6
| | | | | | | -> Restricting the number of items in folders to prevent scrolling (excess items deleted) Change-Id: I4af2590cd5ea7677c875c031f84d4d5bcca3e6e9
* Merge "Move wallpapers to external activity" into jb-ub-gel-agarMichael Jurka2013-09-041-2/+2
|\
| * Move wallpapers to external activityMichael Jurka2013-09-041-2/+2
| | | | | | | | | | | | | | Also renaming Launcher's ApplicationInfo to AppInfo since ApplicationInfo is already a framework class Change-Id: Ib3e91d2ba4ace458d790a26c0ce850870fd3f146
* | Port AutoScroller to launcher3Alan Viverette2013-09-031-23/+23
|/ | | | Change-Id: Ic2b7b5faac4878f3b4645c291e36c5f7734c7f8b
* Clean up unused codeMichael Jurka2013-08-281-7/+1
| | | Change-Id: Ie1e927aa0b5304f62cfffaab449abb3133870f80
* Fixing issue where dragging final items out of hot seat folder can causes ↵Winson Chung2013-08-231-2/+3
| | | | | | inconsistency issue. - Fixing restoring of workspace screens on rotation (and flash of custom content page indicator) - Fixing NPE on long pressing on empty screen to go into overview mode
* Fixing folders to always show in view, removing old assets and references to ↵Winson Chung2013-08-231-23/+25
| | | | LauncherModel count.
* Add logging for Folder drag issuesMichael Jurka2013-08-211-0/+1
| | | | | | | | | Drags out of Folders are getting lost, adding debug code to see if the uninstall logic is causing that Also, fixing one potential cause of the issue Change-Id: I0b6a91268571c2a9394e0d6f19fb9d324b427b51
* Initial Changes for Dynamic GridWinson Chung2013-08-201-38/+12
| | | | Change-Id: I9e6f1e5167791cf8dc140778dfa447f86424e9bf
* Don't switch pages when dragging out of folderAdam Cohen2013-08-141-0/+2
| | | | | | | | | -> Fix bug where page switch indicator wouldn't draw on right -> Fixed some code related to folder reordering -- no behaviour change yet, but once the new AutoScroll is in, this should behave correctly (ie. shouldn't reorder while in scroll zone) Change-Id: Ic14a8d70858777164f094204472dc6a726dd461a
* Fix bugs with dragging items out of foldersMichael Jurka2013-08-021-1/+1
| | | | | | | | | | A folder of one item wasn't converted to a single item - this fixes that regression It was also possible, in some rare cases, that the Folder cleanup code never ran after uninstalling an app Change-Id: Iee2490ed95d4f4a243b6f93411397a397aef7ae1