summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/model
Commit message (Expand)AuthorAgeFilesLines
* Add undo snackbar for deleting itemsTony Wickham2018-08-302-6/+70
* Using a placeholder icon shape instead of low-res/blurry iconSunny Goyal2018-08-273-3/+3
* Migrating to android-xSunny Goyal2018-08-142-2/+4
* Retiring some feature flagsSunny Goyal2018-07-102-17/+1
* Moving some abstract classes to interfaces, to better use java-8 featuresSunny Goyal2018-07-091-9/+5
* Deleting invalid icons when an app is restoredSunny Goyal2018-05-301-10/+28
* Reverting some debug logsSunny Goyal2018-04-041-14/+0
* Pass intent extras as string arraylist.Jon Miranda2018-03-281-4/+4
* Send directed broadcast to package installers that have active sessions.Jon Miranda2018-03-273-7/+200
* Fixing bug when model was not reflected properly on the UI.Sunny Goyal2018-03-054-19/+77
* Removing click-feedback shadow generation logic in BubbleTextViewSunny Goyal2018-03-051-19/+6
* Adding support for hiding widgets from the widget tray and reconfiguring widgetsSunny Goyal2018-03-021-0/+7
* Merge "Deprecate work folder" into ub-launcher3-masterTreeHugger Robot2018-02-282-27/+0
|\
| * Deprecate work folderTony Mak2018-02-272-27/+0
* | Adding temporary logs to capture configuration changes and item deletionsSunny Goyal2018-02-271-18/+30
|/
* Ensuring that all the pending tasks are runSunny Goyal2018-02-221-1/+1
* Revert "Revert "Synchronizing loader preload to avoid launcher getting stuck ...Winson Chung2018-02-161-5/+2
* Revert "Synchronizing loader preload to avoid launcher getting stuck in loadi...Winson Chung2018-02-161-2/+5
* Synchronizing loader preload to avoid launcher getting stuck in loading state,Sunny Goyal2018-02-151-5/+2
* Preloading the LauncherModel in case launcher diesSunny Goyal2018-01-312-1/+70
* Making LauncherIcons thread safeSunny Goyal2018-01-095-14/+22
* Dominant color is part of icon cacheSunny Goyal2018-01-035-35/+40
* Merge "dump method should accept --proto and --debug flag regardless of the o...Hyunyoung Song2017-11-171-4/+4
|\
| * dump method should accept --proto and --debug flag regardless of the orderHyunyoung Song2017-11-161-4/+4
* | Using view elevation for shadow during click feedback instead ofSunny Goyal2017-11-082-13/+16
* | Moving various runtime flags into the common base class.Sunny Goyal2017-10-314-14/+26
|/
* Launcher state management cleanupSunny Goyal2017-10-171-11/+1
* Converting widget panel into a floating viewSunny Goyal2017-10-133-6/+33
* Moving install queue updates to worker thread.Sunny Goyal2017-10-061-8/+6
* Adding a utility method to simplify method tracingSunny Goyal2017-10-021-44/+16
* [automerger] Fixing widgets not getting restored when the corresponding syste...Sunny Goyal2017-09-181-6/+8
|\
| * Fixing widgets not getting restored when the corresponding system app is enabledSunny Goyal2017-09-181-6/+8
| * Merge "WallpaperManagerCompat should target correct platform Also replace Uti...TreeHugger Robot2017-09-111-2/+2
| |\
* | | Fixing custom widgets support:Sunny Goyal2017-09-131-1/+1
* | | Merge changes from topic "launcher_at_least_oreo" into ub-launcher3-masterTreeHugger Robot2017-09-111-2/+2
|\ \ \
| * \ \ [automerger] WallpaperManagerCompat should target correct platform Also repla...Hyunyoung Song2017-09-111-2/+2
| |\ \ \ | | | |/ | | |/|
| | * | WallpaperManagerCompat should target correct platformHyunyoung Song2017-09-111-2/+2
* | | | [automerger] Fixing promise icons not getting restored after the app is insta...Sunny Goyal2017-09-111-0/+3
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Fixing promise icons not getting restored after the app is installedSunny Goyal2017-09-111-0/+3
| |/
* / Removing some folder customization optionsSunny Goyal2017-09-081-2/+3
|/
* Adding support for badging instant app icons.Sunny Goyal2017-08-283-14/+29
* Integrating suggested app by handling new status flags for shortcut items.Mario Bertschler2017-08-243-5/+16
* Simplifying some package matching code by using common itemInfo mathcherSunny Goyal2017-08-174-50/+54
* Fixing duplicate/inconsistent definitions for model and callbacksSunny Goyal2017-08-174-63/+23
* [automerger] Use deep shortcuts' icons as a fallback when updating am: a8ccf0...Tony Wickham2017-07-292-4/+5
|\
| * Use deep shortcuts' icons as a fallback when updatingTony2017-07-282-4/+5
* | Adding A feature flag to disable widgets and a corresponding buildSunny Goyal2017-07-211-0/+5
|/
* Use last saved icon if pinned shortcut is unpublishedTony Wickham2017-06-291-2/+13
* Log an error when loading an icon failsTony2017-06-271-0/+4
* Merge "Replace use of java.util.HashMap with android.util.ArrayMap in AddWork...Rajeev Kumar2017-06-261-6/+4
|\