summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherModel.java
Commit message (Expand)AuthorAgeFilesLines
...
* Add status to DeepShortcutManager api calls.Tony Wickham2016-07-131-2/+11
* Adding logic to pull in workspace data from another Launcher3 basedSunny Goyal2016-07-091-1/+9
* Call bindDeepShortcuts() from runBindSynchronousPage().Tony Wickham2016-06-301-15/+13
* Surround shortcut API calls with try-catch.Tony2016-06-271-4/+1
* Making some shortcut manager calls protected by MR1 version checkSunny Goyal2016-06-231-3/+3
* Merge "Add support for launcher shortcuts." into ub-launcher3-calgaryTony Wickham2016-06-221-24/+272
|\
| * Add support for launcher shortcuts.Tony Wickham2016-06-211-24/+272
* | Adding some tracing sections around launcher startupSunny Goyal2016-06-201-0/+7
|/
* Adding a flag (enabled by default) to remove the all-apps button.Sunny Goyal2016-06-171-3/+2
* Adding a DB update path to handle the QSB position changeSunny Goyal2016-06-151-18/+7
* Moving the QSB to the workspace grid.Sunny Goyal2016-05-271-9/+6
* Refactoring out grid occupancy management in a separate classSunny Goyal2016-05-271-57/+31
* Removing logic for workspace migration from Launcher2Sunny Goyal2016-05-231-25/+8
* Rearranging the provider checks to avoid packagemanager lookupsSunny Goyal2016-05-181-29/+1
* instead of unbinding items from the loader, unregistering listenersSunny Goyal2016-05-171-40/+5
* Removing icon_type columnSunny Goyal2016-05-111-1/+0
* Adding a utility class for persistant logging.Sunny Goyal2016-05-091-16/+11
* Removing dependency on getApplicationInfo method added in NSunny Goyal2016-04-071-17/+23
* Fixing folder icon not getting redrawn when the contents changeSunny Goyal2016-04-061-1/+1
* Merge "Fixing bug where folders on the first screen and hotseat are not regis...Sunny Goyal2016-04-061-62/+9
|\
| * Fixing bug where folders on the first screen and hotseat are notSunny Goyal2016-04-021-62/+9
* | Listen on new broadcasts for profile changes.Rubin Xu2016-04-041-1/+2
|/
* Merge "No need to differentiate package event into app or updated based on a ...Sunny Goyal2016-04-011-16/+2
|\
| * No need to differentiate package event into app or updated based onSunny Goyal2016-03-301-16/+2
* | Merge "Added ColorExtractionService and ExtractedColors." into ub-launcher3-c...Tony Wickham2016-04-011-0/+3
|\ \
| * | Added ColorExtractionService and ExtractedColors.Tony Wickham2016-04-011-0/+3
| |/
* / Fixing the loader to bind the first screen as well as the hotseat togetherSunny Goyal2016-03-301-8/+7
|/
* Fixing debug logSunny Goyal2016-03-241-1/+1
* Instead of reloading the launcher, updating items dynamically whenSunny Goyal2016-03-241-12/+25
* Fixing model being updated on UI threadSunny Goyal2016-03-181-50/+62
* Changing the widget loading strategySunny Goyal2016-03-091-172/+41
* Revert "Reverting refactoring of Folder and FolderIcon to avoid dependencies ...Sunny Goyal2016-02-231-0/+2
* Reverting refactoring of Folder and FolderIcon to avoid dependencies breakageSunny Goyal2016-02-171-2/+0
* Refactor FolderIcon to separate the preview effect into it's own classAdam Cohen2016-02-121-2/+4
* WidgetsModel clone method should be called in worker threadHyunyoung Song2016-02-081-7/+9
* Respond to managed profile availabilty Intents.Kenny Guy2016-01-251-4/+11
* Grey out suspended applications.Kenny Guy2016-01-251-2/+39
* Adding support for migrating the grid between any two valid screens sizes.Sunny Goyal2016-01-201-19/+4
* Extending the grid migration logic to handle density changesSunny Goyal2016-01-061-4/+6
* Fixing some invalid checks and cleaning some redundant conditionsSunny Goyal2015-12-181-1/+1
|\
| * Fixing some invalid checks and cleaning some redundant conditionsSunny Goyal2015-12-181-1/+1
* | Build fixSunny Goyal2015-10-301-1/+2
* | Merge "Refactoring WallpaperOffsetInterpolator to a new file Removing some us...Sunny Goyal2015-10-301-62/+2
|\ \
| * | Refactoring WallpaperOffsetInterpolator to a new fileSunny Goyal2015-10-161-62/+2
* | | Making all provider calls using content resolver.Sunny Goyal2015-10-201-7/+17
|/ /
* | resolved conflicts for 1845049c to ub-launcher3-masterWinson2015-10-071-4/+4
|\|
| * Replace Long.compare() with implementation.Winson2015-10-011-2/+2
* | Adding some information in bug reportsSunny Goyal2015-10-011-43/+19
* | resolved conflicts for 850de64c to ub-launcher3-masterWinson2015-09-291-3/+3
|\|
| * Fixing other missing cases of truncated sorts.Winson2015-09-291-1/+1