summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/InstallShortcutReceiver.java
Commit message (Expand)AuthorAgeFilesLines
* Preventing a shortcut which requires permissions from being added toSunny Goyal2016-09-081-0/+10
* Removing shadow and badging from the icon which is shown in the menuSunny Goyal2016-07-261-1/+1
* Fixing model being updated on UI threadSunny Goyal2016-03-181-1/+1
* Merge "Using SharedPrefenrece.apply instead of commit to prevent disk IO on m...Sunny Goyal2015-12-181-3/+3
|\
| * Using SharedPrefenrece.apply instead of commit to prevent disk IO on main threadSunny Goyal2015-12-171-3/+3
* | Fixing some invalid checks and cleaning some redundant conditionsSunny Goyal2015-12-181-7/+5
|/
* Verifying the install shortcut intent before casting the extras to various ob...Sunny Goyal2015-12-071-12/+28
* Tying LauncherAppState lifecycle with LauncherProviderSunny Goyal2015-11-241-1/+0
* Refactoring getPreferenceKey methodSunny Goyal2015-10-201-7/+3
* Fixing backup restoreSunny Goyal2015-06-251-6/+0
* Icons are not updated to TYPE_APPLICATION during restoreSunny Goyal2015-05-211-25/+11
* Trim all whitespace from titles and labels.Winson Chung2015-05-081-1/+1
* Preventing launcher crash because of invalid install shortcut intentSunny Goyal2015-05-041-2/+5
* Fixing missing updates in package install sessionsSunny Goyal2015-04-221-6/+2
* Automatically adding managed profile shortcuts to homescreen.Sunny Goyal2015-04-101-11/+2
* Deduping shortcuts to app-shortcuts if they have a valid intentSunny Goyal2015-04-101-0/+42
* Rewrite: Widget preview loader logicSunny Goyal2015-03-201-1/+1
* Reducing method count by eliminating synthetic accessorsAdam Cohen2015-03-201-1/+2
* Removed disableAllApps flagSunny Goyal2015-02-261-5/+0
* Fixing wrong package check when adding shortcutsSunny Goyal2014-12-031-1/+1
* Fixing NullPointer Exception when user is deleted.Sunny Goyal2014-11-141-0/+3
* Adding shortcuts corresponding to ManagedUsers automatically.Sunny Goyal2014-11-121-165/+212
* Adding NPE check in InstallShortcutReceiverSunny Goyal2014-10-141-15/+13
* Fix issue where shortcuts were still being added even if corresponding app is...Adam Cohen2014-05-201-8/+19
* Small refactor to separate adding workspace / all apps itemsAdam Cohen2014-02-051-1/+1
* Allow DISABLE_ALL_APPS to be set using a system property.Nilesh Agrawal2014-01-091-1/+1
* Do not allow duplicate shortcuts when ALL_APPS is disabled.Nilesh Agrawal2013-12-171-0/+32
* Clean up importsMichael Jurka2013-12-131-2/+4
* Require valid arrays when adding and binding new Apps. (Bug 11627095)Winson Chung2013-11-141-1/+1
* Merge "Ensuring that we have a valid name for installed shortcuts. (Bug 11266...Winson Chung2013-10-171-11/+22
|\
| * Ensuring that we have a valid name for installed shortcuts. (Bug 11266005)Winson Chung2013-10-171-11/+22
* | Merge "Ensuring disabled packages remove all components on the workspace. (Bu...Winson Chung2013-10-171-0/+3
|\ \
| * | Ensuring disabled packages remove all components on the workspace. (Bug 11172...Winson Chung2013-10-161-0/+3
| |/
* / Fix ConcurrentModificationException in InstallShortcutReceiverBjorn Bringert2013-10-171-9/+20
|/
* Always set the LauncherAppState context before using it from a broadcast. (Bu...Winson Chung2013-09-271-0/+1
* Integrating some aosp fixes, ensuring that we update the install queue before...Winson Chung2013-09-261-3/+35
* Restoring INSTALL_SHORTCUT receiver (Bug. 10343529)Winson Chung2013-09-251-1/+1
* Fix crash when setting wallpaperMichael Jurka2013-09-051-2/+2
* Initial changes to restore AllApps.Winson Chung2013-09-051-1/+1
* Fixing folders to always show in view, removing old assets and references to ...Winson Chung2013-08-231-2/+2
* Removing old new-app animation code, and refactoring InstallShortcutReceiver ...Winson Chung2013-07-261-137/+51
* Lazily instantiate LauncherAppState.Daniel Sandler2013-06-271-2/+0
* Using package broadcasts to key adding of shortcuts on the workspace.Winson Chung2013-06-261-1/+1
* Initial implementation of Shrink-wrapAdam Cohen2013-06-251-1/+2
* Move LauncherApplication's state and code to LauncherAppState.Daniel Sandler2013-06-111-5/+5
* Changing default screen to 0Adam Cohen2013-06-061-2/+2
* Launcher2 is now Launcher3.Daniel Sandler2013-06-051-0/+363