summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherModel.java
Commit message (Expand)AuthorAgeFilesLines
* Do updateWorkspaceScreenOrder inside a single transaction.Yura2014-06-061-4/+9
* Small refactor to separate adding workspace / all apps itemsAdam Cohen2014-06-061-18/+40
* Don't migrate shortcuts for components that no longer existAdam Cohen2014-06-061-2/+3
* Tightening migration conditions. (Bug 11973614)Winson Chung2014-06-061-2/+2
* Adding migration Clings. (Bug 11973614)Winson Chung2014-06-061-1/+10
* New launcher2 icon migration algorithm.Dan Sandler2014-06-061-5/+27
* Allow DISABLE_ALL_APPS to be set using a system property.Nilesh Agrawal2014-06-061-2/+2
* Accounting for new Package event extras when updating forward-locked apps. (B...Winson Chung2014-06-061-7/+21
* Don't load items which exceed the grid boundsAdam Cohen2014-06-061-39/+11
* Size hotseat data structure appropriately.Dan Sandler2014-06-061-1/+1
* Bind the workspace synchronously if started on -1 screen.Derek Prothro2014-06-061-8/+11
* Fixing crash in empty folders. (Bug 11627191)Winson Chung2014-06-061-2/+3
* Add guards for restoreInstanceState (issue 11982812)Adam Cohen2014-06-061-1/+1
* Fix binding problem with no screens (issue 11768766)Adam Cohen2014-06-061-21/+7
* Disable importing workspaces from Launcher2.Dan Sandler2014-06-061-0/+2
* Updating LauncherModel filtering to use screen ids. (Bug 11685286)Winson Chung2014-06-061-23/+30
* Additional logs to track down missing workspace screen. (Bug 11683562)Winson Chung2014-06-061-0/+16
* Adding logs to track down missing workspace screen. (Bug 11683562)Winson Chung2014-06-061-0/+14
* Require valid arrays when adding and binding new Apps. (Bug 11627095)Winson Chung2014-06-061-2/+5
* Uncommenting throw when item not contained in sBgItemsIdMapAdam Cohen2014-06-061-2/+1
* Ensuring disabled packages remove all components on the workspace. (Bug 11172...Winson Chung2014-06-051-38/+48
* Lazy load default app icon in LauncherModel. (Bug 11203738)Winson Chung2014-06-051-3/+5
* Re-Add hidden-apps settingFlamefire2014-04-221-1/+99
* Trebuchet: fix icons disappearing from the hotseat (dock).lee worrall2014-03-031-3/+4
* Trebuchet : Avoid upgrade paths if ALL_APPS buttonDanesh M2014-02-131-2/+4
* Trebuchet : default workspaceDanesh M2014-02-061-1/+1
* Launcher3 : checkItemPlacement fixesDanesh M2014-01-311-3/+8
* Trebuchet : Default workspace improvementsDanesh M2014-01-301-63/+63
* Trebuchet : Icon pack supportDanesh Mondegarian2014-01-291-1/+1
* Hotseat: Movable AllApps buttonNebojsa Cvetkovic2014-01-241-26/+106
* AppsCustomize: Overview panelNebojsa Cvetkovic2014-01-241-8/+15
* LauncherModel: Add launch count app comparatorNebojsa Cvetkovic2014-01-241-0/+16
* move the provider authority to a config classChris Wren2013-10-091-0/+1
* Fixing issue with numerous empty screens showing when adding a shortcut to a ...Winson Chung2013-10-031-2/+4
* Add a better app filtering mechanism and filter widgetsBjorn Bringert2013-10-031-8/+5
* Ensuring that we always update the container when modifying an item in the db...Winson Chung2013-09-301-0/+1
* Integrating some aosp fixes, ensuring that we update the install queue before...Winson Chung2013-09-261-6/+13
* Recover when reading corrupted widget previewsMichael Jurka2013-09-261-2/+2
* Restoring INSTALL_SHORTCUT receiver (Bug. 10343529)Winson Chung2013-09-251-18/+25
* Removing any overlapping items with the hotseat.Winson Chung2013-09-251-7/+31
* Removing old debugging logs. (Bug 107442854)Winson Chung2013-09-191-114/+2
* fixup missing providers on load.Chris Wren2013-09-181-0/+14
* Fixing issue with folders not showing up.Winson Chung2013-09-131-4/+1
* Allow Launcher class to hide activities from All AppsBjorn Bringert2013-09-061-3/+9
* Fix crash when setting wallpaperMichael Jurka2013-09-051-2/+0
* Initial changes to restore AllApps.Winson Chung2013-09-051-14/+18
* Merge "Fixing issue where shortcuts to standard android intents were getting ...Winson Chung2013-09-041-2/+2
|\
| * Fixing issue where shortcuts to standard android intents were getting pruned.Winson Chung2013-08-301-2/+2
* | Move wallpapers to external activityMichael Jurka2013-09-041-29/+29
|/
* Fixing missing workspace screens. (Bug 10512285)Winson Chung2013-08-301-22/+51