summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/model
Commit message (Expand)AuthorAgeFilesLines
* Merge "Separating methods for updating the model to a sepatate class." into u...TreeHugger Robot2017-02-165-15/+386
|\
| * Separating methods for updating the model to a sepatate class.Sunny Goyal2017-02-165-15/+386
* | Merge "Fixing wrong check for grid migration" into ub-launcher3-masterTreeHugger Robot2017-02-161-1/+1
|\ \
| * | Fixing wrong check for grid migrationSunny Goyal2017-02-151-1/+1
* | | Adding some logging around launcher grid when device profile changesSunny Goyal2017-02-151-0/+18
|/ /
* | Merge "Making methods in PaackageManagerHelper non-static" into ub-launcher3-...TreeHugger Robot2017-02-091-2/+2
|\ \
| * | Making methods in PaackageManagerHelper non-staticSunny Goyal2017-02-021-2/+2
| |/
* / Clean up around 1) Log.VERBOSE and 2) dumpHyunyoung Song2017-02-011-0/+34
|/
* Fixing loadWorkspaceSunny Goyal2017-01-241-0/+14
* Adding support for new APIs in O related to configurable shortcutsSunny Goyal2017-01-192-12/+12
* 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