summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/folder/Folder.java
Commit message (Expand)AuthorAgeFilesLines
* Update app open/close animations.Jon Miranda2019-09-041-2/+2
* Fix bug where FolderIcon stays visible during swipe up to home animation.Jon Miranda2019-05-201-0/+4
* Fixing jank in folder animation.vadimt2019-05-021-1/+28
* Initial changes to creating a fake landscape Launcher UISunny Goyal2019-05-021-3/+2
* ShortcutInfo renamed to WorkspaceItemInfoSunny Goyal2019-04-161-20/+20
* Swipe up on nav bar to go home from -1 and widgetsTony Wickham2019-04-091-1/+6
* Fix sizing of FloatingIconView so that it matches the workspace.Jon Miranda2019-03-271-2/+1
* Transform closing window to icon on workspace using adaptive icons.Jon Miranda2019-03-011-1/+3
* Changing min sdk to 25Sunny Goyal2019-01-291-25/+0
* Rename "badges" to "dots" where appropriateTony Wickham2018-12-041-2/+2
* Changing the FolderIcon shape based on AdpativeIconSunny Goyal2018-10-171-0/+25
* Add undo snackbar for deleting itemsTony Wickham2018-08-301-2/+0
* Cancel badge scale anim when setting new badge scaleTony2018-08-171-1/+1
* Fix bug where default folder name doesn't change when locale changes.Jon Miranda2018-07-121-7/+12
* Go back to previous state when hitting back from discovery bounceTony Wickham2018-05-211-1/+2
* Fixing wrong accessibility focus when opening a floating viewSunny Goyal2018-05-161-17/+10
* Call close for AbstractFloatingViews that were removed while still open.Jon Miranda2018-04-251-12/+4
* Fix back button not showing in all floating viewsTony Wickham2018-03-231-2/+2
* Simplifying options popup and overview handlingSunny Goyal2018-03-131-3/+3
* Fixing folder icons not handling clicksSunny Goyal2018-03-091-9/+1
* Revert "Revert "Adding a separate state for QuickScrub""Winson Chung2018-03-051-1/+1
* Revert "Adding a separate state for QuickScrub"Winson Chung2018-03-051-1/+1
* Adding a separate state for QuickScrubSunny Goyal2018-03-021-1/+1
* Quick step/scrub/switch loggingHyunyoung Song2018-02-201-1/+1
* Bound folders to overview panel instead of workspaceTony Wickham2018-01-121-1/+7
* Making LauncherIcons thread safeSunny Goyal2018-01-091-3/+2
* Removing some unused code pathSunny Goyal2018-01-041-17/+2
* Adding placeholder method for compat implementations for Accessibility managerSunny Goyal2017-12-081-3/+4
* Exposing the state manager directly instead of providing various helper metho...Sunny Goyal2017-10-251-1/+2
* Moving Workspace states into a separate fileSunny Goyal2017-10-181-2/+2
* Launcher state management cleanupSunny Goyal2017-10-171-2/+3
* Cleaning up drag state management.Sunny Goyal2017-10-161-25/+4
* Merge "Merging duplicate logic for deferred drop handling in Worksace and Fol...TreeHugger Robot2017-10-061-39/+6
|\
| * Merging duplicate logic for deferred drop handling in Worksace and FolderSunny Goyal2017-10-061-39/+6
* | Merge "Polish animation when icon returns to Folder." into ub-launcher3-masterTreeHugger Robot2017-10-051-1/+1
|\ \ | |/ |/|
| * Polish animation when icon returns to Folder.Jon Miranda2017-09-111-1/+1
* | Removing some methods from the DragSourceSunny Goyal2017-10-031-15/+1
* | Allowing the widgetBottomSheet to be draggedSunny Goyal2017-10-021-7/+42
|/
* Removing some folder customization optionsSunny Goyal2017-09-081-137/+15
* Fix crash when adding PinShortcutRequestActivityInfo to Folder.Jon Miranda2017-07-181-3/+8
* Fix bug where Folder name stayed invisible.Jon Miranda2017-07-171-0/+1
* Revert "Match items in icon preview with items in Folder using permutations."Jonathan Miranda2017-07-131-45/+35
* Slide in first page preview items in FolderIcon after Folder closes.Jon Miranda2017-07-101-9/+11
* Move the PreviewItem drawing/animation logic to PreviewItemManager.Jon Miranda2017-07-061-1/+1
* Match items in icon preview with items in Folder using permutations.Jon Miranda2017-06-281-35/+45
* Fix Folder text animation bugs.Jon Miranda2017-06-261-0/+1
* Removing view.isInTouchMode() because plaform returns false whenMario Bertschler2017-06-221-3/+0
* Set mDragInProcess to false in onDragEnd.Jon Miranda2017-06-211-0/+1
* Fix shadow problems with Folder animation.Jon Miranda2017-06-201-1/+4
* Merge "Fade folder icon text when opening/closing." into ub-launcher3-dorval-...TreeHugger Robot2017-06-191-1/+3
|\