summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/settings/SettingsProvider.java
Commit message (Collapse)AuthorAgeFilesLines
* Add support for CMHome (1/2)Matt Garnes2014-07-151-1/+1
| | | | | | | | Add permission for DashClock extensions. Change Trebuchet to allow viewing additional screen. Add setting that to configure Google Now / CMHome. Change-Id: I63286a2cce87455ed411bd4c77680200eec89be7
* Customizeable Dynamic Grid:Raj Yengisetty2014-06-231-0/+3
| | | | | | | | | | | | | - Presets - Comfortable (+0) - Cozy (+1) - Condensed (+2) - Custom option with min, max Reordering items in the settings pane for better organization Modifying Settings Layout for readability Change-Id: I5c926b6ca4b2ed73c263ef34eeb368caeb7af9b5
* trebuchet: custom homeJorge Ruesga2014-06-171-0/+2
| | | | | Change-Id: I4faee66580ab0e41ee8e8bcbd79ce680d45bce97 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Revert font change supportMichael Bestas2014-06-171-2/+0
| | | | Change-Id: I1f1ecd348c485e370b92c4b49512a3bc5d9d56a7
* Trebuchet : Persist sorting modeDanesh Mondegarian2014-06-161-0/+9
| | | | Change-Id: I62e0e79785e7e4c56b8e31df78909c4522e229c7
* Revert "Trebuchet : Icon pack support"Raj Yengisetty2014-06-131-5/+0
| | | | | | | | This is no longer needed because of the awesome new Themes Engine This reverts commit 89970649602163ba8cb5c01c4c77534f45b66121. Change-Id: I1dca53b8c8020ecb6ab7b0da6931f380564eda85
* GEL Integration (2/2)Matt Garnes2014-06-121-0/+1
| | | | | | | | | | Launch search from extra panel to mimic Google Launcher. Changed Trebuchet to build against CM instead of the AOSP SDK. Added support to swipe left from the home screen to enter Google Now, if it is installed. A right swipe will return the user to the home screen. Change-Id: Ia1a77fedea7e67bcd54a6b6d66099f8366d6b1dc
* Protected App [3/3]Raj Yengisetty2014-06-111-1/+0
| | | | | | | | | | | | | | Trebuchet - Protected Apps - Build fixed to work with 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 Change-Id: I41c295e7f2c9abc9b2e77e6e3d39b7ca60d47139
* Add options to hide icon labels from drawer and homescreenFlamefire2014-04-221-0/+2
| | | | | | | | | | | | | Forward port from CM 10.2 PS3: Fix typo PS4: Rebase and global defaults PS8: Rebase to head Issue: There is already an Icon section in general, move both settings there or leave separate in their categories? Change-Id: I90ae4d2357e5f45fa9261c4eaa0fcf287996e327
* Re-Add hidden-apps settingFlamefire2014-04-221-0/+3
| | | | | | | | | | | | Forward port from CM 10.2 PS3: Don't rename and incorporate changes from Devkota PS4: Update German translation PS5: Remove translations PS7: Hide widgets from widget list PS9: Remove debug output PS11: Rebase Change-Id: Ie06b288e22c2678fb09da1bf42d46922b8319e01
* Trebuchet : Use consistent shared_prefsDanesh M2014-02-041-1/+1
| | | | | | | | | | PreferenceFragments by default use getDefaultSharedPreferences(), which is inconsistent with the rest of our settings. This patch ensures its consistent and renames SETTINGS_KEY away from package name space to avoid future confusion. Change-Id: Ic6323a6b392e01b27f7ba20cbd61ec9705bc5845
* Fix Settings not workingAbhisek Devkota2014-01-281-1/+1
| | | | | | | | | | As this is being shipped with and aapt flag rename, the settings is being constructed with our custom namespace instead of AOSP. Net result, without this patch, settings don't get read properly. Simple test, toggle Search Bar visibility (with and without this). Change-Id: I2683f713e04dda57f00c5e2b491e6b2498dae850
* Trebuchet : Icon pack supportDanesh Mondegarian2014-01-291-0/+5
| | | | | | Icons courtesy of Asher Simonds Change-Id: If64811a5506022135ce772ab749a871dab00fc36
* Workspace/AppsCustomizePagedView: Improved transition effect dialogNebojsa Cvetkovic2014-01-241-0/+2
| | | | Change-Id: I7c611ee9702c3a5b945644721948c4724f7639a7
* WallpaperPickerActivity: Move wallpaper scroll preference to menuNebojsa Cvetkovic2014-01-241-1/+1
| | | | Change-Id: I734260cb0c2f86ebe9d5dbbe7367520e9760008f
* PagedView: Transition EffectsNebojsa Cvetkovic2014-01-241-0/+2
| | | | Change-Id: Ib134705952877165c334181548d577b3dceece68
* FontStylePreference: Initial preference with choice of font familyNebojsa Cvetkovic2014-01-241-1/+3
| | | | Change-Id: Idbb400605e47cd4f64a7edd05ceea05504727efc
* Workspace: Scroll wallpaperNebojsa Cvetkovic2014-01-241-1/+2
| | | | Change-Id: I6946df98ada04a3d1fb1da705154888d5cd6973d
* DynamicGrid: Use large iconsNebojsa Cvetkovic2014-01-241-0/+1
| | | | Change-Id: I4cdd15c82bbedd7b54051c3a79d63b6c1238a71a
* Workspace: Show page outlinesNebojsa Cvetkovic2014-01-241-0/+1
| | | | Change-Id: I5c62982e052423f16d2983888a30519e388568c4
* Workspace: Custom default screenNebojsa Cvetkovic2014-01-241-21/+22
| | | | Change-Id: Ic90254f7758b9dbd4997a19474e455230355b772
* Settings: Show Search BarNebojsa Cvetkovic2014-01-241-3/+17
| | | | Change-Id: I7e5c301cd3d0212fbfe0a96de0435ddded4cabaa
* Settings: InitialNebojsa Cvetkovic2014-01-241-0/+50
Change-Id: If8199313561dfba03a1aad0b49bb4036dcf586c9