summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/folder/FolderIcon.java
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Animate badge after folder closesTony2017-06-151-3/+9
* | resolve merge conflicts of 7092db024 to ub-launcher3-dorval-polishTony Wickham2017-06-081-1/+3
|\ \ | |/ |/|
| * Add support for color extracted notification dotsTony Wickham2017-06-081-1/+3
* | Defining a dark theme for launcherSunny Goyal2017-05-241-10/+12
* | Allow user to place PendingAddShortcutInfo in opened Folder.Jon Miranda2017-05-221-6/+5
* | resolve merge conflicts of 02aced978 to ub-launcher3-dorval-polishTony Wickham2017-05-191-2/+1
|\|
| * Use a single color for all icon badges.Tony Wickham2017-05-161-2/+1
* | Add missing 'leave behind' view for new Folder animation.Jon Miranda2017-05-161-12/+17
* | Fade in the FolderIcon stroke after Folder animates closed.Jon Miranda2017-05-011-1/+33
* | Support notifications with 0 count (show as dots)Tony Wickham2017-04-271-12/+10
|\|
| * Support notifications with 0 count (show as dots)Tony Wickham2017-04-261-12/+10
* | Merge "Update icon badges to match spec" into ub-launcher3-dorvalTony Wickham2017-04-251-6/+10
|\|
| * Update icon badges to match specTony Wickham2017-04-251-6/+10
* | Merge "Defining HomeScreenElementTheme for elements which appear on top of wa...Sunny Goyal2017-03-131-1/+2
|\ \
| * | Defining HomeScreenElementTheme for elements which appear on top ofSunny Goyal2017-02-171-1/+2
* | | New folder animations.Jon Miranda2017-03-061-5/+17
* | | Merge "Updating FolderIcon drawing to avoid dependency on software layer." in...Sunny Goyal2017-03-061-72/+128
|\ \ \ | | |/ | |/|
| * | Updating FolderIcon drawing to avoid dependency on software layer.Sunny Goyal2017-03-031-72/+128
* | | Added getIconSize method to PreviewLayoutRule interface.Jon Miranda2017-03-011-0/+1
* | | Merge "Added FolderIconPreviewVerifier class." into ub-launcher3-masterJonathan Miranda2017-02-281-2/+21
|\ \ \ | |/ / |/| |
| * | Added FolderIconPreviewVerifier class.Jon Miranda2017-02-281-2/+21
* | | Close Folder before doing any automatic updates.Jon Miranda2017-02-281-1/+1
|/ /
* / Close Folder when an item is auto added to it.Jon Miranda2017-02-221-0/+4
|/
* Merge "Animate badges when they are added or removed" into ub-launcher3-masterTony Wickham2017-02-071-3/+52
|\
| * Animate badges when they are added or removedTony Wickham2017-02-071-3/+52
* | Merge "Update PreviewLayoutRule API to prepare for new folder animation." int...Jonathan Miranda2017-02-071-8/+9
|\ \ | |/ |/|
| * Update PreviewLayoutRule API to prepare for new folder animation.Jon Miranda2017-02-061-8/+9
* | Add badges to foldersTony Wickham2017-02-071-0/+25
|/
* Merge "Updating the PreloadIconDrawable" into ub-launcher3-masterSunny Goyal2017-02-071-10/+3
|\
| * Updating the PreloadIconDrawableSunny Goyal2017-02-061-10/+3
* | Remove unused View parameter from ofFloat method.Jon Miranda2017-02-061-2/+2
|/
* Ensuring that ShortcutInfo always has an iconSunny Goyal2016-12-131-1/+1
* Adding an overridable DrawableFactory to allow creating custom icon drawablesSunny Goyal2016-12-071-4/+1
* Refactoring floating view opening/closing logicSunny Goyal2016-10-101-17/+71
* Using DragObject for folder drop instead of maintaining states whenSunny Goyal2016-09-091-24/+4