summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherModel.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Launcher3: fix app shortcuts for suspended apps" into ub-launcher3-masterTreeHugger Robot2017-02-211-2/+5
|\
| * Launcher3: fix app shortcuts for suspended appsCharles He2017-02-211-2/+5
* | Merge "Separating methods for updating the model to a sepatate class." into u...TreeHugger Robot2017-02-161-309/+8
|\ \ | |/ |/|
| * Separating methods for updating the model to a sepatate class.Sunny Goyal2017-02-161-309/+8
* | Merge "Making methods in PaackageManagerHelper non-static" into ub-launcher3-...TreeHugger Robot2017-02-091-8/+5
|\ \
| * | Making methods in PaackageManagerHelper non-staticSunny Goyal2017-02-021-8/+5
| |/
* / Clean up around 1) Log.VERBOSE and 2) dumpHyunyoung Song2017-02-011-19/+10
|/
* Fixing loadWorkspaceSunny Goyal2017-01-241-108/+109
* Moving icon generation out of ShortcutInfo constructor so that itSunny Goyal2017-01-181-0/+14
* Only marking items not already restored as restoreSunny Goyal2017-01-131-37/+21
* Removing promiseIntent property from ShortuctInfoSunny Goyal2017-01-121-5/+0
* No more LauncherActivityInfoCompatSunny Goyal2017-01-111-3/+3
* Removing static Context access using LauncherAppStateSunny Goyal2017-01-111-11/+13
* Enforcing background thread when accessing iconCacheDb.Sunny Goyal2017-01-101-6/+5
* Refactoring some loadWorkspace logic in a separate classSunny Goyal2017-01-101-473/+85
* Removing logic around replacing icon during restoreSunny Goyal2017-01-051-30/+1
* Simplifying IconCache access codeSunny Goyal2017-01-031-7/+9
* No more UserHandleCompatSunny Goyal2016-12-151-35/+34
* Ensuring that ShortcutInfo always has an iconSunny Goyal2016-12-131-29/+21
* Adding support for deep shortcuts in Install queueSunny Goyal2016-12-031-1/+4
* Merge "Moving ShortcutInfo creation in InstallShortcutReceiver to background ...Sunny Goyal2016-11-301-2/+10
|\
| * Moving ShortcutInfo creation in InstallShortcutReceiver to background threadSunny Goyal2016-11-301-2/+10
* | Merge "Changing DeepShortcutManager to have a singleton contructor instead of...Sunny Goyal2016-11-211-11/+11
|\ \
| * | Changing DeepShortcutManager to have a singleton contructor insteadSunny Goyal2016-11-211-11/+11
| |/
* / Adding a utility class to enforce that icons are always flattened onSunny Goyal2016-11-191-27/+26
|/
* Moving various runnables in LauncherModel to individual tasksSunny Goyal2016-11-091-886/+82
* Updating version check method namesSunny Goyal2016-11-021-1/+1
* Fixing static instance of Indexer being created in the modelSunny Goyal2016-10-191-9/+13
* resolve merge conflicts of 2fd0208 to ub-launcher3-masterTony Wickham2016-10-121-4/+7
|\
| * Use Launcher.getLauncher(Context) instead of type-casting.Tony2016-10-071-4/+7
* | Moving come helper methods to corresponding classesSunny Goyal2016-10-101-64/+9
* | Remove shortcuts that no longer exist or are no longer pinned.Tony Wickham2016-09-231-21/+36
|\|
| * Remove shortcuts that no longer exist or are no longer pinned.Tony Wickham2016-09-221-21/+36
| * Merge "Use promisedIntent instead of intent when deep shortcuts are restored....Tony Wickham2016-08-291-4/+7
| |\
* | | Separating all the static data in a separate class, BgDataModel.Sunny Goyal2016-09-091-245/+73
* | | Using ItemInfoMatcher in place of similar interfaces and utility methodsSunny Goyal2016-09-081-101/+27
* | | Merge "Moving some image handling classes to .graphics package" into ub-launc...Sunny Goyal2016-09-021-5/+4
|\ \ \
| * | | Moving some image handling classes to .graphics packageSunny Goyal2016-09-021-5/+4
* | | | Moving AppsAvailabilityCheck into a separate classSunny Goyal2016-09-021-52/+14
|/ / /
* | | Use promisedIntent instead of intent when deep shortcuts are restored.Tony Wickham2016-08-291-4/+7
|\ \ \ | |/ / |/| / | |/
| * Use promisedIntent instead of intent when deep shortcuts are restored.Tony Wickham2016-08-291-4/+7
* | Adding a debug flag to prevent broken downlodas from getting removed duringSunny Goyal2016-08-291-4/+3
|/
* Checking for duplicate intent with proper source bounds.Sunny Goyal2016-08-231-1/+3
* Adding support for pending widgets in AutoInstall layoutSunny Goyal2016-08-161-1/+9
* Reloading workspace when the shortcuts permission changesSunny Goyal2016-08-101-5/+36
* Fixing potential ConcurrentModificationExceptionSunny Goyal2016-08-081-2/+1
* Adding support for updating the pinned shortcuts without updatingSunny Goyal2016-08-041-8/+17
* Handling IllegalStateException which can be thrown by the system when the use...Sunny Goyal2016-08-011-9/+24
* Adding quiet mode support for shortcutsSunny Goyal2016-07-291-120/+171
* Only add shortcuts to the deep shortcut map if they are dynamic/manifest.Tony Wickham2016-07-281-1/+3