summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Settings: Navigation bar Quick launch shortcuts (1 of 2)Stevespear4262013-03-112-0/+322
| | | | | | | | | | | | | | This allows up to 3 targets on the Navigation bar ring or Home buttons with custom Quick launch shortcut actions. Patchset 1 to 17 - Initial commits and edits Patchset 18 - Update preference layout - Use AOSP terminology for the feature name - Group under new 'Navigation bar' category - Rename Navigationbar buttons configurator Patchset 19 - Update commit message with x of y indicator Change-Id: I91a7b86b7bfa79526b537e28b510ec078a58c956
* Merge "LockscreenPattern: Fix toggle dots/error pattern visibility" into cm-10.1Danny Baumann2013-03-111-9/+6
|\
| * LockscreenPattern: Fix toggle dots/error pattern visibilityfuzz2013-03-111-9/+6
| | | | | | | | | | | | | | This fix the issues dot/error pattern state doesn't save. also cleanup redundant code. Change-Id: Iebaac9679ad9c621d62effd700689485db7c252a
* | Merge "Hide Volume adjustment sound if it's not supported" into cm-10.1Danny Baumann2013-03-111-2/+8
|\ \ | |/ |/|
| * Hide Volume adjustment sound if it's not supportedfuzz2013-03-091-2/+8
| | | | | | | | Change-Id: I8c21c04135ac8d22208c8a2c2feff3863bd43cc0
* | hide torch tile on devices that don't have led flashKonsta2013-03-101-0/+6
| | | | | | | | Change-Id: I24b3efe31142857ce63dd2dd5d0a808be9ecce1d
* | Fix the message when Bluetooth is turning off while on the tethering menu.Ryan Baxter2013-03-091-1/+1
|/ | | | | | | | Currently says "Turning Wifi off..." This change will display "Turning Bluetooth off..." instead. Change-Id: I741e07f3b583e8e4cfb51073fe2556f58d8a89a1 Signed-off-by: Ryan Baxter <rbryanbaxter@gmail.com>
* fix hiding volume key wakeup optionKonsta2013-03-061-1/+1
| | | | | | | | | | Volume rocker wake option can't be currently hidden without disabling all volume rocker preferences. This issue was introduced in: http://review.cyanogenmod.org/#/c/32108/ Change-Id: Icdbb2a833bad1045fb75517d9fffcd8eb92f9494
* Hide Superuser entry if root access for apps is disabled.Danny Baumann2013-03-062-0/+9
| | | | Change-Id: Ibb77ba5a0fccf22564a26b8b1e13f7762c65718e
* Switch to new SuperuserKoushik Dutta2013-03-045-0/+20
| | | | Change-Id: I9d91392ad6fbc9953d19059ab59b91d214c00e0c
* Merge "LockscreenPattern : Toggle dots/error pattern visibility (2/2)" into ↵Ricardo Cerqueira2013-03-041-2/+25
|\ | | | | | | cm-10.1
| * LockscreenPattern : Toggle dots/error pattern visibility (2/2)Danesh M2013-03-011-2/+25
| | | | | | | | | | | | | | | | Give user ability to hide error pattern / dots. Patchset 2 : Cleanup commit msg Change-Id: Ifdd4615c7116f974a0a67079d58a521e84d76367
* | QuickSettings: Honors config_show_cmIMESwitcher setting (2/2)Jorge Ruesga2013-03-041-3/+10
|/ | | | | | Change-Id: If1900d35e562c27822322551343c4556539c4f4e Required: http://review.cyanogenmod.org/#/c/33184 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Settings: Add LTE Quick Settings Tile (2 of 2)DvTonder2013-02-282-11/+11
| | | | | | | Patchset 2 - Use proper SystemUI drawable - Place tile in alpha order Change-Id: Id2d6cf549d17a139acda3b9edafae6ee5e0692a5
* Settings : QuickSettings CleanupDanesh Mondegarian2013-02-282-89/+55
| | | | | | | | | | | | Use the new class introduced to avoid code duplication. Patchset 2 - Cleanup Patchset 3 - Rebase Patchset 4 - Rebase and expanding of imports Patchset 5 - Organize imports Patchset 6 - Fix commit message Change-Id: I6868563d6526bd7d5069c17d39cc6d2640476333
* Prevent cursor from causing global reference leaks.Per Allard2013-02-251-0/+1
| | | | | | | | To fix this the ContentQueryMap needs to be closed when onStop is called so any global references can be reclaimed. Change-Id: I0c679c10b0d75ab0aac2fe499563c57d934e318a
* Merge "Settings: fix profiles TabManager" into cm-10.1David van Tonder2013-02-243-12/+44
|\
| * Settings: fix profiles TabManagerJorge Ruesga2013-02-243-12/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever an user enters in the profiles settings a new TabHost, but the TabManager is neither created or updated with this new tabhost. On tablets when the user returns to profiles from a fragment activity, the tabhost is not displayed. TabManager need to be created along with the tabhost. Patchset 2: Fixed ProfileEnabler on tablets. The instance of ProfileEnabler of Settings that is the one used on tablets doesn't have a reference of ProfileSettings, so this class never will be updated. With this pathset the profiles enabler follows the rules of wifi and bluetooth enablers: broadcast intent. Now, settings listen for PROFILES_STATE_CHANGED_ACTION events, and refresh its own ui. Requires: http://review.cyanogenmod.org/#/c/32460/1 Change-Id: I5eae79cd20cee3c14f7d2c30a2238425ccd15e09 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* | Settings: fix dinamic tiles NPEJorge Ruesga2013-02-221-11/+17
|/ | | | | | | | | | | | This change ensures that mDynamicUsbTether and mDynamicWifi are not null when user returns to activity from a subpreference of QuickSettings. Steps to reproduce the FC: Go into Settings-> System-> Quick Settings panel-> Tiles and layout, then hit the Back button. mDynamicUsbTether and mDynamicWifi were removed if they are not supported by the device. Change-Id: Id871c6d8e422626d2a4ca3243b9ac6bd2a0345e5 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Fix up hide Volume key cursor controlfuzz2013-02-191-2/+2
| | | | | | | | | I'm sorry but I broke the code while review had been in progress between http://review.cyanogenmod.org/#/c/26310/ and http://review.cyanogenmod.org/#/c/32108/ Now Volume key cursor control should be hidden as intended. Change-Id: I697984f25e6a53af4ee0c95a9951a31c5116eb91
* Add ability to hide volume rocker preferencesfuzz2013-02-184-9/+27
| | | | | | | | also make the config_show_volumeRockerWake config to false see more details: http://review.cyanogenmod.org/#/c/26310/ Change-Id: Id885aa423074b3e3fb871716560837a183357cac
* Feature : Volume adjust sound preference 2/2StevenHarperUK2013-02-181-0/+9
| | | | | | | | | | | | | | This patch allows the users to choose if they want the audible tone when adjusting the volume The new preference is in Settings | Sound Volume adjust sound Play sound when adjusting volume with hard keys The Checkbox is defaulted to ON (1 in defaults.xml) Look for 1/2 for the Framework volume panel change Change-Id: I6d43cba83bf4cf10f2d50502e7cee5408a73c520
* Settings: Add Advanced reboot (1 of 2)DvTonder2013-02-181-1/+27
| | | | | | | | | | | This commit adds a setting in Development settings for including options in the power menu for rebooting into recovery or bootloader, defauled to off. When enabled, the Advanced reboot options will only be available once the device is unlocked. Change-Id: I72d6df55bf5df251802b321410670646d26c54b0
* Merge "Settings: Lockscreen Targets Icon Revamp" into cm-10.1David van Tonder2013-02-161-1/+29
|\
| * Settings: Lockscreen Targets Icon RevampStevespear4262013-02-161-1/+29
| | | | | | | | | | | | | | | | | | | | | | Adjust the size of custom app icons and resize and round the corners of gallery icons for a more uniform look. Before http://imgur.com/cTOqdwX After http://imgur.com/EKAeFiw Change-Id: I75f3656ae5b4ac4a4bd1c1cbed6c07ab2863f4fd
* | Intent now pointed correctly to ChooseLockPatternrob432013-02-151-1/+1
|/ | | | Change-Id: I33c76f9e9ed38ad3ded37d503185e3f09f12f794
* Some post-merge cleanup for automatic brightness adjustmentDanny Baumann2013-02-151-9/+26
| | | | | | | | - Remove some unused strings - Use (device-dependant) minimum brightness level (as calculated by DisplayPowerController) as '0%' instead of the actual value 0. Change-Id: I79123d2421c9ab35fa0f1808d82d785463e8fbaa
* Merge branch 'mr1.1-staging' of ↵Steve Kondik2013-02-1433-264/+447
|\ | | | | | | | | | | git://github.com/CyanogenMod/android_packages_apps_Settings into mr1.1-staging Change-Id: I17e7cea5e432d0025c64465a7c01c42bb24e7133
| * Merge commit 'android-4.2.2_r1' into mr1.1-stagingRicardo Cerqueira2013-02-1533-264/+447
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: AndroidManifest.xml res/values-de/strings.xml res/values-el/strings.xml res/values-es/strings.xml res/values-fi/strings.xml res/values-hu/strings.xml res/values-it/strings.xml res/values-iw/strings.xml res/values-nl/strings.xml res/values-ru/strings.xml res/values-zh-rCN/strings.xml res/values/strings.xml src/com/android/settings/ChooseLockGeneric.java src/com/android/settings/ChooseLockPatternTutorial.java src/com/android/settings/DeviceInfoSettings.java src/com/android/settings/Settings.java Change-Id: I275be467a401ad6dcc7966924358a5adb0773b75
| | * Distinguish adding an already present word / cancellingJean Chalard2012-12-173-13/+15
| | | | | | | | | | | | | | | Bug: 7725834 Change-Id: Iab3d1818f008a553868fb30e8460ea3f77c2de50
| | * Merge "Call back to whom requested to add a word to the user dict" into ↵Mike Cleron2012-12-142-4/+37
| | |\ | | | | | | | | | | | | jb-mr1.1-dev
| | | * Call back to whom requested to add a word to the user dictJean Chalard2012-12-142-4/+37
| | | | | | | | | | | | | | | | | | | | Bug: 7725834 Change-Id: I2537754789f25fa978efd457979ed130806b9fbf
| | * | am f197105e: Merge "Fix wifi compareTo" into jb-mr1-devIrfan Sheriff2012-12-131-9/+27
| | |\ \ | | | |/ | | |/| | | | | | | | | * commit 'f197105e3bd83a1f244cb690a1aa615624629961': Fix wifi compareTo
| | | * Merge "Fix wifi compareTo" into jb-mr1-devIrfan Sheriff2012-12-131-9/+27
| | | |\
| | | | * Fix wifi compareToIrfan Sheriff2012-12-131-9/+27
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7521354 Change-Id: I8d77594dacb56f17126f0e33ff6e47379f615d40
| | * | | Pass the locale code in the help url for help pages.Amith Yamasani2012-12-064-16/+146
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise the help will always be shown in English. Bug: 7564049 Change-Id: I94da36aa1ae5aabd118178866b7e570bb77add34
| | * | | Add latest area info broadcast to Settings status screen.Jake Hamby2012-12-041-5/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the SIM has a Brazilian country code, add an item to the status screen to show the most recently received area info cell broadcast, requested from CellBroadcastReceiver, which also broadcasts any updates to the area info. To read the area info broadcast or request it from CellBroadcastReceiver requires READ_PHONE_STATE permission. Bug: 7445881 Change-Id: I387e23ecd0802b212ecb3e44f900a3a7a4b27e76
| | * | | Merge "Removing tutorial for choosing a pattern as part of b/7459863" into ↵Danielle Millett2012-11-302-123/+1
| | |\ \ \ | | | | | | | | | | | | | | | | | | jb-mr1.1-dev
| | | * | | Removing tutorial for choosing a pattern as part of b/7459863Danielle Millett2012-11-212-123/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing the tutorial that is shown the first time a user sets up a pattern as their lock type. Change-Id: If73c936e41458af729740fe5b178b9452c7dd2c0
| | * | | | Merge "Push scrollbars to screen edges." into jb-mr1.1-devJeff Sharkey2012-11-308-15/+69
| | |\ \ \ \
| | | * | | | Push scrollbars to screen edges.Jeff Sharkey2012-11-308-15/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Push scrollbar to screen edges on custom ListView and ScrollViews to match Preferences framework behavior. Bug: 7633165 Change-Id: Ideecd0e243c7de7bf977caef2b1585e707a00ca4
| | * | | | | Merge "Fix incorrectly inverted text color." into jb-mr1.1-devJeff Sharkey2012-11-301-3/+0
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Fix incorrectly inverted text color.Jeff Sharkey2012-11-301-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7632947 Change-Id: I2eb8c4c24bda5b08215204330c30431bf6d0fc27
| | * | | | | Merge "Disable USB debugging checkbox and backup password for secondary ↵Amith Yamasani2012-11-301-0/+13
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | users" into jb-mr1.1-dev
| | | * | | | | Disable USB debugging checkbox and backup password for secondary usersAmith Yamasani2012-11-301-0/+13
| | | | |/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents secondary users from turning on adb debugging, even if they find a way to launch developer options. Similarly, don't let them add or change the adb backup password. Bug: 7637920 Change-Id: I297f0c515a276ede6a7f12d2add72faec4eeb384
| | * | | | | Merge "Add android.settings.DREAM_SETTINGS for Daydream settings." into ↵Daniel Sandler2012-11-301-0/+1
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | jb-mr1.1-dev
| | | * | | | | Add android.settings.DREAM_SETTINGS for Daydream settings.Daniel Sandler2012-11-271-0/+1
| | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7480927 Change-Id: I5777f7c4aec9ad7d7eb9f7eeb882d2342cb481c3
| | * | | | | Merge "Use plurals for the developer steps countdown" into jb-mr1.1-devEvan Charlton2012-11-301-2/+2
| | |\ \ \ \ \
| | | * | | | | Use plurals for the developer steps countdownEvan Charlton2012-11-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When counting down how many steps are left before the user becomes a developer, use plurals so that "steps" becomes "step" correctly. Change-Id: I5dbe2c229c9e6ed0c45aaae8c303b23efc76f75d
| | * | | | | | Use uniform font size for APNs and timezones. DO NOT MERGE.Jeff Sharkey2012-11-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also get rid of some orange highlight! Bug: 7632945 Change-Id: I6a4b59f4eef81b128d128f5a429fb96f6366843a