summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/folder/FolderIcon.java
Commit message (Expand)AuthorAgeFilesLines
* [DO NOT MERGE] Folder name suggestHyunyoung Song2019-11-061-6/+13
* Fix notification dot scale in AllApps with grid size enabledSamuel Fufa2019-09-271-1/+1
* Merge "resolve merge conflicts of 1bd96b1e96a663c835cb263cbc4aa54a7841ab28 to...TreeHugger Robot2019-09-091-3/+20
|\
| * resolve merge conflicts of 1bd96b1e96a663c835cb263cbc4aa54a7841ab28 to ub-lau...Jon Miranda2019-09-061-3/+20
| |\
| | * Update app open/close animations.Jon Miranda2019-09-041-3/+20
* | | Lazily binding folder pages and iconsSunny Goyal2019-09-051-18/+18
|/ /
* / Refactoring some folder binding logic:Sunny Goyal2019-08-141-41/+16
|/
* Adding a utility class to cache views at an activity levelSunny Goyal2019-05-221-1/+0
* Swipe up to home into FolderIcon animation bug fixes.Jon Miranda2019-05-201-0/+4
* Always place notification dots directly on adaptive icon pathTony Wickham2019-05-061-4/+5
* Initial changes to creating a fake landscape Launcher UISunny Goyal2019-05-021-3/+4
* ShortcutInfo renamed to WorkspaceItemInfoSunny Goyal2019-04-161-14/+14
* Recompute folder icon drawing params before computing its positionTony2019-03-281-0/+1
* Fix sizing of FloatingIconView so that it matches the workspace.Jon Miranda2019-03-271-0/+9
* Fix bug where folder items preview remain in low res state.Jon Miranda2019-03-081-0/+1
* Fix app to folder icon animation.Jon Miranda2019-03-051-0/+4
* Rename "badges" to "dots" where appropriateTony Wickham2018-12-041-45/+45
* Move BadgeRenderer to iconloader libraryTony Wickham2018-11-301-11/+12
* Changing the FolderIcon shape based on AdpativeIconSunny Goyal2018-10-171-13/+3
* Cancel badge scale anim when setting new badge scaleTony2018-08-171-3/+23
* Migrating to android-xSunny Goyal2018-08-141-2/+2
* Merge "Adjust notification dots" into ub-launcher3-masterTreeHugger Robot2018-08-091-5/+1
|\
| * Adjust notification dotsTony2018-07-231-5/+1
* | Fix bug where default folder name doesn't change when locale changes.Jon Miranda2018-07-121-7/+0
|/
* Fixing taskMenu and taskView clicks in fallback activitySunny Goyal2018-03-151-2/+2
* Moving click and long click handling for items from launcher to separate classSunny Goyal2018-03-081-2/+3
* Stop using deprecated Canvas APIs.Derek Sollenberger2018-03-011-4/+3
* Removing some unused code pathSunny Goyal2018-01-041-1/+1
* Dominant color is part of icon cacheSunny Goyal2018-01-031-3/+1
* Consolidating various interpolatorsSunny Goyal2017-10-261-6/+5
* Launcher state management cleanupSunny Goyal2017-10-171-2/+2
* Cleaning up drag state management.Sunny Goyal2017-10-161-5/+5
* Polish animation when icon returns to Folder.Jon Miranda2017-09-111-14/+28
* Removing some folder customization optionsSunny Goyal2017-09-081-87/+11
* Fix bug where dragging app from Search breaks Folder preview.Jon Miranda2017-08-301-0/+4
* Adding spring effect for folder icons when dragging similar to adaptive iconsSunny Goyal2017-07-251-4/+13
* Fix bug when dragging FolderIcon between Workspace/Hotseat.Jon Miranda2017-07-241-0/+2
* Add new motion for when Folder preview changes due to onDrop.Jon Miranda2017-07-141-7/+47
* Slide in first page preview items in FolderIcon after Folder closes.Jon Miranda2017-07-101-5/+19
* Move the PreviewItem drawing/animation logic to PreviewItemManager.Jon Miranda2017-07-061-180/+29
* Match items in icon preview with items in Folder using permutations.Jon Miranda2017-06-281-1/+1
* Move inner classes out of FolderIcon.Jon Miranda2017-06-251-119/+8
* Move PreviewBackground into its own class file.Jon Miranda2017-06-221-401/+0
* Setting the callback for previewItems to folderIcon. This allows the FolderIc...Sunny Goyal2017-06-221-21/+26
* Prevent recursive draw-invalidate cycle when drawing folderSunny Goyal2017-06-211-0/+5
* Merge "Show and update preload icons when they are in a FolderIcon preview." ...TreeHugger Robot2017-06-201-1/+3
|\
| * Show and update preload icons when they are in a FolderIcon preview.Jon Miranda2017-06-201-1/+3
* | Fix shadow problems with Folder animation.Jon Miranda2017-06-201-1/+34
|/
* Fade folder icon text when opening/closing.Jon Miranda2017-06-181-0/+8
* Merge "Animate badge after folder closes" into ub-launcher3-dorval-polishTony Wickham2017-06-161-3/+9
|\