summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/AllAppsList.java
Commit message (Collapse)AuthorAgeFilesLines
* resolved conflicts for merge of 13ef17a3 to mnc-dr-devHyunyoung Song2015-07-221-8/+14
| | | | | b/22609402 Change-Id: I140cf972d57e14737a6f91c0b4a8ec6c7ff1af2b
* Keeping icons in disabled state when SD-card is unmountedSunny Goyal2014-10-081-2/+4
| | | | | | | | | | > changing shortcutInfo.isDisabled to be a flag based variable > on received OnPackageUnavailable, icons are disabled from desktop instead of being removed. Icons in all apps are removed Bug: 15852084 Bug: 16238283 Change-Id: I126d23c709682a917d4bbb84de71032593dce8f9
* Updating icons for sortcuts when the target app updates.Sunny Goyal2014-10-071-11/+3
| | | | | Bug: 17398260 Change-Id: I055abb971d1f72245e8616ac2ce07bcdf37cdd52
* Fixing issue where package updates were not getting propagated properlyAdam Cohen2014-07-091-1/+1
| | | | | | issue 16097189 Change-Id: I26f2d03930d9d2227017c0cd5a986a230fbe8e58
* Launcher3 multi-profile supportKenny Guy2014-04-301-42/+50
| | | | | | | | | | | | | | | | | | | | | Use LauncherApps API and badging APIs instead of PackageManager. With compatability layer that uses PackageManager pre L. Adds support to show apps from current user and any managed profiles. Background: Managed profiles are user sandboxes that are visible from the primary user and can be launched as if they are a part of this user. A launcher should now be capable of listing apps from this user as well as related profiles of this user. Launching of activities is now via the LauncherApps interface, to allow for cross-profile app launching. Only activities with category LAUNCHER can be added as a shortcut on the workspace for a managed profile. Widgets and non-application shortcuts are only supported for the current profile. Widgets from the managed profile are not available. Change-Id: I5f396b1bf7f91ad91a5710ea4a0fd14573972eb9
* use restored icon for restored app shortcutsChris Wren2014-02-141-3/+2
| | | | | Bug: 10778992 Change-Id: Ie430a6587d49dc0d78b87b81582c0cef7c281017
* Clean up importsMichael Jurka2013-12-131-3/+3
|
* Add a better app filtering mechanism and filter widgetsBjorn Bringert2013-10-031-2/+8
| | | | | | | | | | | The old one didn't use the app filter when packages were added or updated, only in the initial load. The app filter is now also used for appwidget providers. Bug: 10895858 Bug: 10898990 Change-Id: Id29bbc3cf7bdb0c360edd92f768b86684bd338ed
* Move wallpapers to external activityMichael Jurka2013-09-041-19/+19
| | | | | | | Also renaming Launcher's ApplicationInfo to AppInfo since ApplicationInfo is already a framework class Change-Id: Ib3e91d2ba4ace458d790a26c0ce850870fd3f146
* Implement ability to uninstall shortcuts from workspaceMichael Jurka2013-07-191-1/+1
| | | Change-Id: I14ca94ea719825c4de19ab85d67537155098d50c
* Launcher2 is now Launcher3.Daniel Sandler2013-06-051-0/+221
Changes include - moving from com.android.launcher{,2} to com.android.launcher3 - removing wallpapers - new temporary icon Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b