summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/shortcuts/DeepShortcutView.java
Commit message (Expand)AuthorAgeFilesLines
* Removing ShortcutInfoCompat and directly using ShortcutInfoSunny Goyal2019-04-221-3/+4
* ShortcutInfo renamed to WorkspaceItemInfoSunny Goyal2019-04-161-9/+7
* Remove unused code from DeepShortcutView.Zak Cohen2018-10-261-10/+0
* Exposing some private methods to easily customize widgets popupSunny Goyal2018-08-021-0/+4
* Exposing some private methods to easily customize arrow popupSunny Goyal2018-07-111-1/+1
* Moving click and long click handling for items from launcher to separate classSunny Goyal2018-03-081-1/+2
* Simplifying app icon popupSunny Goyal2017-11-151-1/+8
* Add support for system shortcuts in popup containerTony Wickham2017-03-301-3/+4
* Merge deep shortcuts in rounded rectTony Wickham2017-03-011-4/+20
* Refactor DeepShortcutsContainer to PopupContainerWithArrowTony Wickham2017-01-251-140/+5
* Moving icon generation out of ShortcutInfo constructor so that itSunny Goyal2017-01-181-14/+9
* Enforcing background thread when accessing iconCacheDb.Sunny Goyal2017-01-101-2/+10
* Ensuring that ShortcutInfo always has an iconSunny Goyal2016-12-131-4/+1
* Moving the shortcut application logic to the DeepShortcutView.Sunny Goyal2016-08-121-1/+32
* Start shortcuts close animation where open left off.Tony Wickham2016-08-021-8/+60
* Launcher shortcuts animations update.Sunny Goyal2016-07-271-53/+100
* Add arrow view to deep shortcuts container.Tony2016-07-261-6/+2
* Remove hover-to-launch gesture for shortcuts.Tony Wickham2016-07-261-70/+0
* Update shortcut animations.Tony Wickham2016-07-191-12/+97
* Long-press on an app to reveal its shortcuts.Tony Wickham2016-06-291-0/+113