summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherModel.java
Commit message (Expand)AuthorAgeFilesLines
* Fix failing test testPromiseIcon_addedFromEligibleSession.Jon Miranda2019-09-121-1/+1
* Fix bug where existing icon is removed when install session is abandonded.Jon Miranda2019-09-111-0/+26
* Disable fake landscape UISunny Goyal2019-06-191-1/+2
* Fixing ANR when loader task could run while helding the lock objectSunny Goyal2019-05-291-13/+11
* Remove tracing for fixed bugsvadimt2019-05-011-7/+0
* Add tracing for non-loading modelvadimt2019-04-231-0/+7
* Removing ShortcutInfoCompat and directly using ShortcutInfoSunny Goyal2019-04-221-4/+4
* ShortcutInfo renamed to WorkspaceItemInfoSunny Goyal2019-04-161-7/+7
* Fixing launcher UI not reapplied properly when IDP changed as a result of dis...Sunny Goyal2019-03-061-52/+0
* Fixing some Launcher crashes because of using old model data evenSunny Goyal2019-03-051-14/+15
* Merge "Removing diagnostics" into ub-launcher3-masterTreeHugger Robot2019-01-301-15/+0
|\
| * Removing diagnosticsvadimt2019-01-251-15/+0
* | Changing min sdk to 25Sunny Goyal2019-01-291-6/+4
|/
* When undoing a removal, always return to the page it came fromTony2018-12-211-3/+11
* Bye bye workspace screens tableSunny Goyal2018-12-101-66/+1
* Moving come tests to RoboelectricSunny Goyal2018-11-121-2/+4
* Deepshortcuts - only keep the per package shortcut count in memory.Zak Cohen2018-10-221-2/+2
* Setup make icon-loader libraryHyunyoung Song2018-10-191-1/+1
* Improving tests to fix testBindNormalWidget_withoutConfig, and beyondVadim Tryshev2018-10-091-0/+5
* Converting long item IDs to intSunny Goyal2018-10-081-16/+15
* More temporary logging to diagnose testPendingWidget_autoRestoredVadim Tryshev2018-10-051-0/+5
* Adding temporary logging to diagnose testPendingWidget_autoRestoredVadim Tryshev2018-10-051-0/+5
* Caching widget labels in icon cache to avoid lookup at startupSunny Goyal2018-09-281-0/+13
* Move IconNormalizer/ShadowGenerator/LauncherIcons to icons packageHyunyoung Song2018-09-261-1/+1
* Removing additional rpc due to icon cache updateSunny Goyal2018-09-211-0/+1
* Add undo snackbar for deleting itemsTony Wickham2018-08-301-1/+6
* Migrating to android-xSunny Goyal2018-08-141-1/+2
* Moving some abstract classes to interfaces, to better use java-8 featuresSunny Goyal2018-07-091-9/+6
* Persist the updated item to DB when a shortcut info is badged for the first timeSunny Goyal2018-06-211-0/+1
* Fixing bug when model was not reflected properly on the UI.Sunny Goyal2018-03-051-2/+5
* Ensuring that all the pending tasks are runSunny Goyal2018-02-221-5/+1
* Revert "Revert "Synchronizing loader preload to avoid launcher getting stuck ...Winson Chung2018-02-161-0/+9
* Revert "Synchronizing loader preload to avoid launcher getting stuck in loadi...Winson Chung2018-02-161-9/+0
* Synchronizing loader preload to avoid launcher getting stuck in loading state,Sunny Goyal2018-02-151-0/+9
* Preloading the LauncherModel in case launcher diesSunny Goyal2018-01-311-5/+1
* Making LauncherIcons thread safeSunny Goyal2018-01-091-1/+3
* Dominant color is part of icon cacheSunny Goyal2018-01-031-1/+1
* No more waiting around for resumeSunny Goyal2017-12-191-18/+9
* Launcher state management cleanupSunny Goyal2017-10-171-1/+1
* Converting widget panel into a floating viewSunny Goyal2017-10-131-1/+2
* Moving install queue updates to worker thread.Sunny Goyal2017-10-061-3/+2
* Removing extraction service and palette api dependencySunny Goyal2017-09-291-3/+0
* Simplifying some package matching code by using common itemInfo mathcherSunny Goyal2017-08-171-5/+3
* Fixing duplicate/inconsistent definitions for model and callbacksSunny Goyal2017-08-171-7/+4
* Defer some work until after workspace fade-inTony2017-08-041-0/+4
* Adding A feature flag to disable widgets and a corresponding buildSunny Goyal2017-07-211-2/+1
* Adding support for loading workspace in the absence of Launcher.Sunny Goyal2017-06-081-70/+29
* Moving LoaderTask to a separate class fileSunny Goyal2017-06-061-789/+5
* Moving LoaderTask staticSunny Goyal2017-06-021-148/+140
* Moving workspace bind logic into a separate class.Sunny Goyal2017-06-011-440/+24