summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherModel.java
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\
| * Removed disableAllApps flagSunny Goyal2015-02-261-35/+1
* | Updating IconCache to maintain a persistent of iconsSunny Goyal2015-02-261-174/+60
|/
* Removing code for the unused 'upgrade path'Sunny Goyal2015-02-111-80/+31
* am b76c165a: Fix ClassCastException due to typoAdam Cohen2015-01-301-1/+1
|\
| * Fix ClassCastException due to typoAdam Cohen2015-01-301-1/+1
* | Replacing hotseat icon to an appropriate system appSunny Goyal2015-01-221-11/+45
* | Simplifying loadScreenDB to load the screen IDs in sorted orderSunny Goyal2015-01-201-41/+16
|/
* Adding accessibility controlsSunny Goyal2015-01-161-191/+215
* Adding a rank column for itemInfoSunny Goyal2015-01-131-2/+8
* Supporting custom widgets provided by launcherAdam Cohen2014-12-051-43/+80
* Disabling auto addition of managed profile shortcutsSunny Goyal2014-11-201-3/+6
* Adding shortcuts corresponding to ManagedUsers automatically.Sunny Goyal2014-11-121-37/+101
* Merge "Deleting workspace items from db which have an invalid placement" into...Sunny Goyal2014-10-231-21/+7
|\