summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/shortcuts
Commit message (Expand)AuthorAgeFilesLines
* Removing ShortcutInfoCompat and directly using ShortcutInfoSunny Goyal2019-04-223-131/+19
* ShortcutInfo renamed to WorkspaceItemInfoSunny Goyal2019-04-162-10/+9
* Changing min sdk to 25Sunny Goyal2019-01-292-77/+0
* Create a deep shortcuts override.Rajeev Kumar2018-10-311-254/+0
* Remove unused code from DeepShortcutView.Zak Cohen2018-10-261-10/+0
* DeepShortcut - show loading placeholder before content is available.Zak Cohen2018-10-261-0/+63
* Deepshortcuts - only keep the per package shortcut count in memory.Zak Cohen2018-10-221-2/+3
* 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
* Deleting invalid icons when an app is restoredSunny Goyal2018-05-301-1/+6
* Show instruction toast when user taps on drag handle.Jon Miranda2018-03-221-4/+22
* Moving click and long click handling for items from launcher to separate classSunny Goyal2018-03-081-1/+2
* Stop using deprecated Canvas APIs.Derek Sollenberger2018-03-011-2/+0
* Removing unused constructorsSunny Goyal2018-02-221-3/+2
* Enabling to retrieve a badge-package as an extra in ShortcutInfoCompat forMario Bertschler2018-01-161-1/+13
* Added constructor to ShortcutKey.George Hodulik2017-12-141-0/+5
* Simplifying app icon popupSunny Goyal2017-11-152-341/+8
* Simplifying drag preview generationSunny Goyal2017-09-271-22/+3
* Integrating suggested app by handling new status flags for shortcut items.Mario Bertschler2017-08-241-1/+1
* Polish popupTony2017-07-051-12/+1
* Popup visual changesTony Wickham2017-06-271-0/+4
* Removing view.isInTouchMode() because plaform returns false whenMario Bertschler2017-06-221-2/+2
* Adjust some sizes in popupTony Wickham2017-06-191-8/+41
* Show more shortcuts when last notification is dimissedTony2017-06-151-8/+97
* 1. Replace use of java.util.HashMap with android.util.ArrayMap inRajeev Kumar2017-06-121-8/+4
* Promise icons don't support popupTony2017-06-021-1/+3
* Remove gap between popup itemsTony2017-05-311-51/+12
* Merge "Visual updates for popup" into ub-launcher3-dorvalTony2017-05-101-0/+9
|\
| * Merge "Visual updates for popup" into ub-launcher3-dorvalTreeHugger Robot2017-05-101-0/+9
| |\
| | * Visual updates for popupTony2017-05-091-0/+9
* | | Fix bug where deep shortcut drag view target was skewed to the right.Jon Miranda2017-05-091-1/+1
|\| |
| * | Fix bug where deep shortcut drag view target was skewed to the right.Jon Miranda2017-05-091-1/+1
| |/
* | resolve merge conflicts of 6f725f283 to ub-launcher3-masterTony Wickham2017-04-201-17/+45
|\|
| * Only add widgets system shortcut if widgets existTony Wickham2017-04-201-17/+45
* | Merge "Ensure system shortcut icons always appear in correct order" into ub-l...Tony Wickham2017-04-141-1/+3
|\|
| * Ensure system shortcut icons always appear in correct orderTony Wickham2017-04-131-1/+3
* | resolve merge conflicts of ce44516dd to ub-launcher3-masterTony Wickham2017-04-112-8/+3
|\|
| * Update popup to match redlinesTony Wickham2017-04-112-8/+3
* | resolve merge conflicts of 26b174659 to ub-launcher3-masterTony2017-03-302-29/+80
|\|
| * Add support for system shortcuts in popup containerTony Wickham2017-03-302-29/+80
* | Minor Refactoring only: no functional changeMario Bertschler2017-03-282-5/+1
|/
* Removing the profile extra from intent and using the profile id from the prof...Sunny Goyal2017-03-211-4/+1
* Merge deep shortcuts in rounded rectTony Wickham2017-03-012-4/+200
* Launcher3: fix app shortcuts for suspended appsCharles He2017-02-211-1/+2
* Refactor DeepShortcutsContainer to PopupContainerWithArrowTony Wickham2017-01-253-973/+5
* Add NotificationListener to launcher.Tony Wickham2017-01-251-1/+2
* Fix shortcuts alignment in landscapeTony Wickham2017-01-201-8/+57
* Moving icon generation out of ShortcutInfo constructor so that itSunny Goyal2017-01-182-40/+23
* Enforcing background thread when accessing iconCacheDb.Sunny Goyal2017-01-101-2/+10
* Simplifying IconCache access codeSunny Goyal2017-01-032-9/+3