summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherModel.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix widget tray crash on screen rotation introduced by ag/694693" into...Hyunyoung Song2015-05-221-4/+8
|\
| * Fix widget tray crash on screen rotation introduced byHyunyoung Song2015-05-221-4/+8
* | Refactoring DeviceProfileAdam Cohen2015-05-211-28/+15
* | Icons are not updated to TYPE_APPLICATION during restoreSunny Goyal2015-05-211-3/+3
* | Merge "Breaking icon update task so that it doesn't block worker thread" into...Sunny Goyal2015-05-211-61/+51
|\ \
| * | Breaking icon update task so that it doesn't block worker threadSunny Goyal2015-05-211-61/+51
* | | Merge "Load PackageItemInfo in background thread to prevent ANR" into ub-laun...Hyunyoung Song2015-05-211-6/+10
|\ \ \ | | |/ | |/|
| * | Load PackageItemInfo in background thread to prevent ANRHyunyoung Song2015-05-211-6/+10
| |/
* / Do not trim folder titleSunny Goyal2015-05-211-2/+4
|/
* Merge "Moving LauncherAccessibilityDelegate to accessibility package" into ub...Sunny Goyal2015-05-201-2/+2
|\
| * Moving LauncherAccessibilityDelegate to accessibility packageSunny Goyal2015-05-191-2/+2
* | Unify sorting between all apps and widget trayHyunyoung Song2015-05-191-34/+0
|/
* Removing some thread priority management logicSunny Goyal2015-05-181-48/+11
* Starting the loader if the previous loader is not complete, instead of bindin...Sunny Goyal2015-05-181-2/+10
* Preventing homscreen getting filled with secondary user apps, when launcherSunny Goyal2015-05-151-1/+1
* Removing empty folders in loaderSunny Goyal2015-05-121-0/+16
* Trim all whitespace from titles and labels.Winson Chung2015-05-081-18/+15
* Widgets should also be bound when binding all apps.Hyunyoung Song2015-05-071-2/+4
* Merge "Skipping package update tasks if loader has not yet run." into ub-laun...Sunny Goyal2015-05-071-0/+4
|\
| * Skipping package update tasks if loader has not yet run.Sunny Goyal2015-05-061-0/+4
* | Updating the icon cache after all apps has been bound.Sunny Goyal2015-05-061-39/+63
|/
* Merge "Adding workprofile shortcuts after the loader has completed" into ub-l...Sunny Goyal2015-05-061-10/+51
|\
| * Adding workprofile shortcuts after the loader has completedSunny Goyal2015-05-041-10/+51
* | Use valid context inside LauncherModel when calling loadAndBindXXXHyunyoung Song2015-05-051-1/+3
* | update widgets model when package is updatedHyunyoung Song2015-05-041-6/+8
* | Merge "WidgetTray performance improvement (less sorting): Part 1" into ub-lau...Hyunyoung Song2015-05-041-10/+12
|\ \
| * | WidgetTray performance improvement (less sorting): Part 1Hyunyoung Song2015-05-041-10/+12
* | | Handling managed profile creation in the model as the activitySunny Goyal2015-05-011-0/+3
| |/ |/|
* | Various managed profile fixesSunny Goyal2015-05-011-10/+12
|/
* Simplifying add to workspace by not going through the worker threadSunny Goyal2015-04-291-124/+28
* Removing some unused method params from CellLayoutSunny Goyal2015-04-241-1/+1
* Adding LongArrayMap as a replacement for HashMap<Long, E>Sunny Goyal2015-04-241-34/+40
* Clearing all pending runnables when Launcher is destroyed.Sunny Goyal2015-04-231-30/+19
* Fixing missing updates in package install sessionsSunny Goyal2015-04-221-47/+149
* Merge "Using a different userManager class as getUserForSerialNumber gives a ...Sunny Goyal2015-04-221-4/+14
|\
| * Using a different userManager class as getUserForSerialNumber givesSunny Goyal2015-04-211-4/+14
* | Remove duplicate calls to getSortedWidgetsAndShortcutsHyunyoung Song2015-04-211-13/+23
|/
* Updating drop button targetsSunny Goyal2015-04-161-2/+8
* Automatically adding managed profile shortcuts to homescreen.Sunny Goyal2015-04-101-71/+37
* WidgetTray revamp workHyunyoung Song2015-04-081-1/+1
* Ensuring that work-profile applications are mixed in with other apps.Winson Chung2015-04-061-35/+0
* Removing ContentObserver from LauncherModel, and calling reloadSunny Goyal2015-04-011-15/+13
* Rewrite: Widget preview loader logicSunny Goyal2015-03-201-4/+5
* Reducing method count by eliminating synthetic accessorsAdam Cohen2015-03-201-26/+27
* Don't clobber widgets with the same component.Robin Lee2015-03-191-20/+27
* Lazy loading high res iconsSunny Goyal2015-03-171-9/+13
* Adding sort switch in FolderPagedViewSunny Goyal2015-03-171-3/+5
* Fix widget refresh issue on package install/uninstallHyunyoung Song2015-03-111-8/+7
* Initial changes to break out AllApps into its own view.Winson Chung2015-03-101-1/+1
* Merge "Removed disableAllApps flag" into ub-launcher3-burnabySunny Goyal2015-03-021-35/+1
|\