summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/compat
Commit message (Collapse)AuthorAgeFilesLines
* Include user handle for uninstall intents.Kenny Guy2014-07-161-0/+13
| | | | | | | | Add support for uninstalling apps from other profiles. Bug: 14127299 Change-Id: I1a3724a45c95cf93b958d23a57829efcedfc4291
* Fixing icon disappearing when apps are moved to sdcardSunny Goyal2014-07-071-2/+7
| | | | | | | | | | For intents, external application unavailable/available, the extra argument 'replacing' is not sent for jelly beans and lower devices. Using appropriate default value issue: 15852084 Change-Id: I865aa22a16700629fffe440a4b92a634a0ba8ae7
* Revert "Revert Cls stopping now-master running on googlefood"Kenny Guy2014-06-3010-385/+128
| | | | | | | | | This reverts commit 7bc272a11b701a32d2ed91277341c382cbd84aeb. Conflicts: src/com/android/launcher3/BubbleTextView.java Change-Id: Id1fb2e1249e72658ce5477165c9bcacba9de2b04
* Revert Cls stopping now-master running on googlefoodKenny Guy2014-06-2410-128/+385
| | | | | | | | | | This reverts commits 01453e855fa87ee19f61223b2b1a6965071ee95a. and 242bbe1b72e4978dde8a662d164cd186305e14a7. "Add content description to bagded icons." "Remove reflection now we are building against L" Bug: 15833449 Change-Id: I81a5316f5619a9cd3b6ab9fd03b2ba96657b7f68
* Remove reflection now we are building against LKenny Guy2014-06-2310-385/+128
| | | | | | | Remove reflection and update changed renamed L APIs now that branch has L sdk. Change-Id: I223c6528487110eb328e2e229bbcbefb701e0c20
* Add catch for missing app icon resource.Kenny Guy2014-05-271-1/+5
| | | | | | | | The catch was present before moving the code into the compat class. Bug: 15276879 Change-Id: I81fbd49dacd813e861a2bc4f0b41dcbeccb9def2
* Return null from compat when resolveActivity returns null.Kenny Guy2014-05-141-2/+7
| | | | | | | | | Fixes bug that LauncherAppsCompatVL.resolveActivity was wrapping a null in a compat class when LauncherApps.resolveActivity returns null. Bug: 14891460 Change-Id: I0364b198486f14393e51ac383a9d10b89e466bdf
* Watch for profile events and reloadAmith Yamasani2014-05-021-0/+5
| | | | | | | | Reload the workspace and all-apps list when a managed profile is added or removed. Bug: 14484845 Change-Id: I69210c22e568f2a561266ef2846ddf8f6d659070
* Launcher3 multi-profile supportKenny Guy2014-04-3012-0/+1120
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