summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/HiddenFolderFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* Trebuchet: new folder UI v1Raj Yengisetty2015-05-121-4/+4
| | | | | | | | | This change adds a number of new UI components and animations for folders. Designer: Hayden Schoen Change-Id: I255cd4664432d84aebecf7e16ace5d9948573e27
* ProtectedApps: map items without componentNames by positionRaj Yengisetty2015-03-271-5/+16
| | | | | | | | | | | Repro: - Add a contact widget to a folder - Open the hidden apps fragment - Attempt to remove an entry from the fragment - Observe: Force close Change-Id: I3ca2c62283af5232534b766d7579413c060a5403 (cherry picked from commit f963b11485ceef70bbce7a9a4b98415ac2672b5b)
* Protected Apps: fix insets so that views stay above navbarRaj Yengisetty2015-03-251-0/+10
| | | | Change-Id: I78b5a212b66aa31b22d72a65af40452dd114fc35
* ProtectedApps: Fix protecting shortcuts with no ComponentNamesRaj Yengisetty2015-03-251-3/+7
| | | | | | | | | | Repro: - Create a shortcut using the contacts widget - Add to a folder and open app protection screen - Observe: Trebuchet force closes Change-Id: I76f6a8b1d024beb36fa804bb3a866913edc335c1 (cherry picked from commit d8bdb0eef3f1799e8b829bcf114f1c3573bce8d6)
* Protected Apps: Fix launching from Hidden Folder FragmentRaj Yengisetty2014-12-021-1/+1
| | | | Change-Id: Ia6475f114d0ee9c76ebd5a277c66f90d8bbfe1e7
* Clean up protected apps code (2/2)Danny Baumann2014-12-021-33/+24
| | | | | | | | - Work with actual component names instead of converting them between ComponentName and String all the time - Some misc. coding style adaptions Change-Id: I7401ea471d618936e880e6d542744f80f89ce40f
* Protected Folder Fragment: Add remove Shortcut from list.Raj Yengisetty2014-11-191-1/+19
| | | | Change-Id: I0e9f141bc34bcfa955d7f5f3535d9d437e94b1da
* Protected App [3/3] Trebuchet - Protected Apps - Build fixed to work with ↵Raj Yengisetty2014-11-191-0/+325
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