summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/model
Commit message (Expand)AuthorAgeFilesLines
...
* Adding support for requesting addition of shortcut/widgetSunny Goyal2017-01-181-1/+6
* Moving icon generation out of ShortcutInfo constructor so that itSunny Goyal2017-01-182-0/+5
* Only marking items not already restored as restoreSunny Goyal2017-01-131-6/+17
* Removing promiseIntent property from ShortuctInfoSunny Goyal2017-01-123-8/+4
* No more LauncherActivityInfoCompatSunny Goyal2017-01-111-2/+2
* Removing static Context access using LauncherAppStateSunny Goyal2017-01-115-25/+23
* Refactoring some loadWorkspace logic in a separate classSunny Goyal2017-01-101-0/+445
* Updating PendingAppWidgetHostView to load icon on the background threadSunny Goyal2017-01-051-1/+1
* Simplifying IconCache access codeSunny Goyal2017-01-036-25/+10
* Removing all compatibility code below LollipopSunny Goyal2016-12-162-9/+8
* No more UserHandleCompatSunny Goyal2016-12-1510-32/+34
* Ensuring that ShortcutInfo always has an iconSunny Goyal2016-12-132-12/+15
* Merge "Adding a generic method to initiate overridable objects" into ub-launc...Sunny Goyal2016-12-121-1/+1
|\
| * Adding a generic method to initiate overridable objectsSunny Goyal2016-12-121-1/+1
* | Adding support for app widgets in the InstallQueueSunny Goyal2016-12-121-10/+12
|/
* Adding support for deep shortcuts in Install queueSunny Goyal2016-12-031-3/+7
* Merge "Moving ShortcutInfo creation in InstallShortcutReceiver to background ...Sunny Goyal2016-11-301-7/+9
|\
| * Moving ShortcutInfo creation in InstallShortcutReceiver to background threadSunny Goyal2016-11-301-7/+9
* | Merge "Changing DeepShortcutManager to have a singleton contructor instead of...Sunny Goyal2016-11-213-6/+7
|\ \
| * | Changing DeepShortcutManager to have a singleton contructor insteadSunny Goyal2016-11-213-6/+7
* | | Merge "Adding a utility class to enforce that icons are always flattened on t...Sunny Goyal2016-11-211-1/+0
|\ \ \ | |/ / |/| |
| * | Adding a utility class to enforce that icons are always flattened onSunny Goyal2016-11-191-1/+0
* | | Fixing item check when user is enabled/disabledSunny Goyal2016-11-151-5/+6
| |/ |/|
* | Merge "Catching TransactionTooLargeException when binding widget." into ub-la...Sunny Goyal2016-11-151-10/+2
|\ \ | |/ |/|
| * Catching TransactionTooLargeException when binding widget.Sunny Goyal2016-11-091-10/+2
* | Moving various runnables in LauncherModel to individual tasksSunny Goyal2016-11-097-0/+1109
|/
* Updating version check method namesSunny Goyal2016-11-021-1/+1
* Fixing static instance of Indexer being created in the modelSunny Goyal2016-10-194-238/+19
* Moving come helper methods to corresponding classesSunny Goyal2016-10-101-0/+40
* Separating all the static data in a separate class, BgDataModel.Sunny Goyal2016-09-091-0/+197
* Moving AppsAvailabilityCheck into a separate classSunny Goyal2016-09-021-0/+88
* Unifying toString() method for various ItemInfo subclassesSunny Goyal2016-09-011-7/+2
* Fixing the hotseat import logicSunny Goyal2016-08-241-0/+20
|\
| * Fixing the hotseat import logicSunny Goyal2016-08-241-0/+20
* | Comparing widget sizes when sorting if the labels are sameSunny Goyal2016-08-181-1/+12
|/
* Adding logic to pull in workspace data from another Launcher3 basedSunny Goyal2016-07-091-40/+64
* Build fix.Sunny Goyal2016-07-091-1/+0
* Removing Key-Value pair backup logic as Launcher now uses full-data backupSunny Goyal2016-06-231-28/+2
* Merge "Add support for launcher shortcuts." into ub-launcher3-calgaryTony Wickham2016-06-221-4/+6
|\
| * Add support for launcher shortcuts.Tony Wickham2016-06-211-4/+6
* | Fixing bug in GridSizeMigrationTask, where it was not accounting forSunny Goyal2016-06-221-1/+1
|/
* Adding a flag (enabled by default) to remove the all-apps button.Sunny Goyal2016-06-171-21/+10
* Adding a DB update path to handle the QSB position changeSunny Goyal2016-06-151-23/+36
* Moving the QSB to the workspace grid.Sunny Goyal2016-05-271-13/+25
* Refactoring out grid occupancy management in a separate classSunny Goyal2016-05-271-45/+24
* Adding some utility methods for thread verificationSunny Goyal2016-04-151-2/+2
* Fixing wrong grid size definitionsSunny Goyal2016-04-071-3/+5
* Creating WidgetCellItem to wrap LauncherAppWidgetProviderInfo and resolveInfoSunny Goyal2016-03-183-158/+122
* Changing the widget loading strategySunny Goyal2016-03-092-6/+46
* Manual revert due to conflict:Hyunyoung Song2016-02-231-32/+1
|\