summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/FolderInfo.java
Commit message (Collapse)AuthorAgeFilesLines
* Protected App [3/3] Trebuchet - Protected Apps - Build fixed to work with ↵Raj Yengisetty2014-11-191-1/+3
| | | | | | | | | | | | | | | | | LOCAL_SDK_VERSION - Fixed adding components to protected folders and adding protected folders to other folders - Fixed issues with EditText for FolderName - Adding support for Settings hooks - Uses Setting's LockPattern for Protected Apps - Add Read from Settings Secure DB (DO NOT WRITE!) - Protecting a folder updates Launcher without restart - Batch send component visibility Conflicts: AndroidManifest.xml res/values/preferences_defaults.xml src/com/android/launcher3/AppsCustomizePagedView.java src/com/android/launcher3/Folder.java src/com/android/launcher3/FolderIcon.java src/com/android/launcher3/Launcher.java src/com/android/launcher3/LauncherModel.java src/com/android/launcher3/LauncherProvider.java src/com/android/launcher3/OverviewSettingsPanel.java Change-Id: I41c295e7f2c9abc9b2e77e6e3d39b7ca60d47139
* Launcher3 multi-profile supportKenny Guy2014-04-301-2/+6
| | | | | | | | | | | | | | | | | | | | | 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
* Fix source code so it compiles on google3Sameer Padala2014-04-211-1/+2
| | | | | | This is a follow up to cr/65191596 which checked for String + array warnings. Change-Id: Id70eaa32b63b838b03be21d632c7470039b6423f
* Make classes that extend ItemInfo public.Anjali Koppal2014-03-041-1/+1
| | | | | | | Also follow up on changes in ag/418520, adding Views to those method params. Change-Id: I93e0a3b30d10b969d1903a2f227f6744d709e89a
* Fixing crash in empty folders. (Bug 11627191)Winson Chung2013-12-091-2/+2
| | | | | | Change-Id: I7a0e23e16a7546a9612d3406257e15be758d4c52 Signed-off-by: Winson Chung <winsonc@google.com>
* Revert "Fixing crash in empty folders. (Bug 11627191)"Winson Chung2013-12-101-2/+2
| | | | | | This reverts commit 68b667848ef7c6f69b24a40d780e4088a5f2a1fb. Change-Id: I51da495d6f8ef98b268c23cce02cce5ef1c7ea00
* Fixing crash in empty folders. (Bug 11627191)Winson Chung2013-12-091-2/+2
| | | | Change-Id: I7a0e23e16a7546a9612d3406257e15be758d4c52
* Ensuring that the db reflects all package added/removed/updated broadcasts.Winson Chung2013-07-111-0/+8
| | | | | | - Also ensuring that newly added pages are added before the empty page Change-Id: I97a01f791c438aa5c5b1fd770d3536b449a871bc
* Launcher2 is now Launcher3.Daniel Sandler2013-06-051-0/+111
Changes include - moving from com.android.launcher{,2} to com.android.launcher3 - removing wallpapers - new temporary icon Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b