summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/ButtonDropTarget.java
Commit message (Expand)AuthorAgeFilesLines
* Removing various reflection based animations, to allow for better proguardingSunny Goyal2018-09-211-1/+16
* Add undo snackbar for deleting itemsTony Wickham2018-08-301-0/+4
* Refactors ButtonDropTarget to add extension dataMehdi Alizadeh2018-05-021-1/+2
* Fixes the incorrect hover icon color in drop bar when dark themeMehdi Alizadeh2018-04-301-2/+4
* Revert "Revert "Adding support for hiding widgets from the widget tray and re...Winson Chung2018-03-051-3/+9
* Revert "Adding support for hiding widgets from the widget tray and reconfigur...Winson Chung2018-03-051-9/+3
* Adding support for hiding widgets from the widget tray and reconfiguring widgetsSunny Goyal2018-03-021-3/+9
* Fix bug where Cancel/Remove drop target text was not being updated.Jon Miranda2018-02-061-2/+3
* Using same layout for drop-target bar in landscape and portraitSunny Goyal2018-01-191-44/+76
* Simplifying workspace layoutSunny Goyal2017-11-131-3/+4
* Consolidating various interpolatorsSunny Goyal2017-10-261-4/+2
* Merge "Caching the uninstall disabled state for each userHandle" into ub-laun...Sunny Goyal2017-10-261-0/+8
|\
| * Caching the uninstall disabled state for each userHandleSunny Goyal2017-10-241-0/+8
* | Exposing the state manager directly instead of providing various helper metho...Sunny Goyal2017-10-251-2/+2
|/
* Launcher state management cleanupSunny Goyal2017-10-171-1/+3
* Cleaning up drag state management.Sunny Goyal2017-10-161-1/+1
* Merging duplicate logic for deferred drop handling in Worksace and FolderSunny Goyal2017-10-061-1/+1
* Removing some methods from the DragSourceSunny Goyal2017-10-031-3/+3
* Hides text on ButtonDropTargets if any of them are ellipsized.Jon Miranda2017-08-241-0/+29
* Fixing dark tint for ShadowDrawable.Sunny Goyal2017-06-201-2/+2
* Add shadow to badgesTony Wickham2017-03-011-2/+3
* Updating the preview generation logic so that it aligns better withSunny Goyal2017-01-271-1/+1
* Removing all compatibility code below LollipopSunny Goyal2016-12-161-26/+3
* Refactoring FlingToDeleteSunny Goyal2016-12-131-10/+7
* Use Launcher.getLauncher(Context) instead of type-casting.Tony2016-10-071-1/+1
* Adding support for multiwindow drag and dropSunny Goyal2016-09-121-1/+2
* Some drag and drop code refactor:Sunny Goyal2016-09-011-7/+7
* Fixing broken accessibility dragSunny Goyal2016-08-171-2/+5
* Moving LauncherAccessibilityDelegate to Launcher to associate it withSunny Goyal2016-06-171-2/+1
* Removing the SearchDropTarget bar as it no longer contains the QSBSunny Goyal2016-06-061-7/+5
* Add distance threshold for dragged items before accepted by targets.Tony Wickham2016-03-291-3/+8
* Defining separate layouts for horizontal and vertical drop target barsSunny Goyal2016-03-241-10/+11
* Refactoring WallpaperOffsetInterpolator to a new fileSunny Goyal2015-10-161-5/+0
* Added 'Cancel' drop target from all apps and widget picker.Tony Wickham2015-10-051-3/+5
* am 9ccacb54: Merge "Fixing \'Item removed\' announced twice when using access...Sunny Goyal2015-10-011-5/+1
|\
| * Merge "Fixing 'Item removed' announced twice when using accessible DnD" into ...Sunny Goyal2015-10-011-5/+1
| |\
| | * Fixing 'Item removed' announced twice when using accessible DnDSunny Goyal2015-09-251-5/+1
* | | am d21301e6: Cancelling the stateannouncer when entering button drop targetSunny Goyal2015-09-251-0/+3
|\| |
| * | Cancelling the stateannouncer when entering button drop targetSunny Goyal2015-09-251-0/+3
| |/
* | resolved conflicts for e78e3d73 to ub-launcher3-masterSunny Goyal2015-09-251-0/+2
|\|
| * Accessibility fixesSunny Goyal2015-09-251-0/+2
* | Added BaseDropTargetBar, which SearchDropTargetBar extends.Tony Wickham2015-09-151-6/+6
* | Moving drag-drop related code into a separate package.Vadim Tryshev2015-08-201-0/+3
* | resolved conflicts for merge of 9fc953b9 to ub-launcher3-masterSunny Goyal2015-08-171-4/+4
|\|
| * Version code cleanupSunny Goyal2015-08-171-5/+4
* | Refactoring ItemInfoSunny Goyal2015-06-301-4/+3
|/
* Ensure that we use the system long press duration when dragging from AllApps.Winson Chung2015-06-051-6/+3
* Removing some synthetic method creationSunny Goyal2015-06-021-1/+1
* Using color filter when animating the drop target instead to TransitionDrawableSunny Goyal2015-05-211-13/+46
* Setting drawable to droptarget in the code to avoid multiple drawable inflationSunny Goyal2015-05-201-25/+8