summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | QuickSettings : Add torch tileDanesh Mondegarian2012-12-141-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3d206c95e5da15a0717b500ed30efc69ff28c07d
* | | | | | Fix possible NPEnebkat2012-12-141-1/+3
| |/ / / / |/| | | | | | | | | | | | | | Change-Id: I9d7e9019c4caac6ab1e534ef7b6dc84d19400a8f
* | | | | Settings: Add ability to reset Quick Settings panel to defaultDvTonder2012-12-142-13/+50
| | | | | | | | | | | | | | | | | | | | Change-Id: I968f8b01e82e39410d6b1fc8dacced05c011468b
* | | | | Settings: Fix Quick Settings panel settings FC when rotating deviceDvTonder2012-12-141-47/+15
| | | | | | | | | | | | | | | | | | | | Change-Id: I588c466dcdc22200e2169cd3e97aa13b5e2821b4
* | | | | Settings: Add Quick pulldown support for Quick Settings panel configDvTonder2012-12-141-0/+15
| | | | | | | | | | | | | | | | | | | | Change-Id: Ia54fa85466f47ad5952b18e9316fb5133334463b
* | | | | Settings: Quick Settings customization (Part 1 of 2) WIP!DvTonder2012-12-135-0/+1216
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit will alow configuring the Quick Settings tiles layout in Settings. Patchset 2 - Add QS Configuration UI (Danesh M) Patchset 3 - Bug fixes Patchset 4 - Cleanup - Sort supported tiles alphabetically - Add license headers Patchset 5 - Fix re-arrangement bug Patchset 6 - Add 'Static tiles' category and move Sound modes preference Patchset 7 - Add Note to Power widget explaining interaction with Quick Settings panel behaviour Patchset 8 - Whitespace derp Patchset 9 - Restore Settings tile to AOSP location Change-Id: I6239abb1b93f9d65072d16cc61954bb0140d4777
* | | | | Settings : Switch state fixDanesh M2012-12-121-1/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Since the switch views are shared, we need to recreate them in order to prevent from being reused as they don't share state. Change-Id: I4d7038f37883e1791c8c2b0009f0adb85ebb2b88
* | | | Profiles: Airplanmode Settings with Checkbox (2/2)Felix Bechstein2012-12-122-32/+219
| | | | | | | | | | | | | | | | | | | | | | | | Change Airplanemode Settings to look like Connection/SilentMode etc. Change-Id: Ida61c51a04e609c7f44d1e320a1cc3fe4208cd7b
* | | | Remove duplicate line enabling Mod Version twiceblunden2012-12-121-1/+0
| | | | | | | | | | | | | | | | Change-Id: I0a144df643ec01e275500287efebdd8351887c2b
* | | | Merge "LockScreen: allow long-press actions from hardware keys (2/2)" into ↵David van Tonder2012-12-112-0/+177
|\ \ \ \ | | | | | | | | | | | | | | | mr1-staging
| * | | | LockScreen: allow long-press actions from hardware keys (2/2)jt11342012-12-112-0/+177
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow following actions with button long-presses on lockscreen: - toggle flashlight (if available) - play/pause/next/previous track selection - toggle silent mode Allow customizing of back, menu, and home buttons. Search button events are completely ignored on the lockscreen. Auto-detect hardware keys, only show appropriate menu options based on the actual hardware keys available on the device (or completely hide if there are no hardware keys). Based largely on Danny Baumann's work from gingerbread. Ported from CM10 Change-Id: I36ea5eb7e93d68de872536dc6d7e93f99ba1621f
* | | | | Settings: Forward port Change behavior when back pressed in PerformanceSettingsJohn Hsing2012-12-111-1/+5
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | When back key pressed, finish this activity if user does NOT accept 'Ok' in warning dialog rather than show it. Id: Ied763db4f76a3a2a36f134bd93a0f18047c6cf5c Change-Id: I07d41d43d00e4fb42ad526d27ee9188d830906ea
* | | | Settings: Forward port Hardware key custom rebinding (2/2)Phil Tunstall2012-12-102-1/+288
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Settings for rebinding the actions performed on the following key press events: Home long-press, menu press, menu long-press, search press, search long-press, app-switch press and app-switch long-press. The available actions are: Nothing, open/close menu, recent apps switcher, search assistant, voice search and in-app search. Devices with a key configuration other than home, back, menu and search need to set config_deviceHardwareKeys in an overlay to have the correct preferences show up. Change-Id: Id04a598aeb9829d7971dedbd171a61999ce2f919
* | | | Merge "Cid Head : Cyanogenmod version preference" into mr1-stagingDanesh Mondegarian2012-12-091-0/+15
|\ \ \ \
| * | | | Cid Head : Cyanogenmod version preferenceDanesh Mondegarian2012-12-091-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Binds the cyanogenmod version preference to launch CID head upon multiple taps. Change-Id: I8e06642944d24581c0932c9964f2d9615bfcb832
* | | | | Merge "Lockscreen Shortcut : Delete entry if reset" into mr1-stagingDanesh Mondegarian2012-12-091-2/+2
|\ \ \ \ \
| * | | | | Lockscreen Shortcut : Delete entry if resetDanesh Mondegarian2012-12-091-2/+2
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delete the entry when resetAll is selected so that original AOSP behaviour is present, such as magneticTargets. Thanks Eddy Witkamp for reporting Change-Id: I04e03336d8f51fd9683f6d859a649a37e68655ba
* | | | | Settings: Forward port CM Screen Security settings (Part 1 of 2)Danesh M2012-12-091-40/+233
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | includes: - Menu Unlock, Quick Unlock, Home unlock and Slide lock delay settings Author: DvTonder - Lockscreen cleanup: Rework the logic to separate cm lockscreen settings from stock lockscreen settings. Author: Danesh M Id: Ic3eebc30fbb55afa6254889b17bde6e3083d1847 - Fix unknown sources crash Modify logic to only make cmsecurity specify the extra, any other time, default to stock security Author: Danesh M Id: Ida4b8ccc2f41d79aa9013029b4245ae4d3cd4496 - Adjust available options based on screen lock picked Disable / enable the available screen security aditional options based on what screen lock was picked. Author: jfassad Id: I634b18b58d0e1a1c075f9808776fc4f685316221 - Add home button unlock option Author: invisiblek Id: I10b96b2f788ca26bc45f1758e612b9dfe7beff59 Change-Id: I0dda524830d8dce571910eb1fbd66d5b5af11bff
* | | | Settings: Forward port Slider shortcutsDvTonder2012-12-094-0/+1149
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes Change I683d9c22: Add the new lockscreen drawables to the picker list by Bjorn Lunden (blunden) Settings : Lockscreen targets alignment fix Add separate layouts for different layouts to fix alignment issues. Change-Id: I2453225e8a683244a1e11f0a8d3c18954ba5885f Change-Id: I155824abc0578d98d3e2f1f5c2dcde3fa7b2ef84
* | | | Merge "migrate vibrator to silent mode settings (2/2)" into mr1-stagingDavid van Tonder2012-12-092-91/+76
|\ \ \ \
| * | | | migrate vibrator to silent mode settings (2/2)Felix Bechstein2012-12-092-91/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change profiles: * remove deprecated vibrator settings * add silent mode settings Available modes: * off * vibrate * silent Patch Set 1: Initial patch with plain ListPreference Patch Set 2: Use Checkbox + Dialog like ConnectionSettings Patch Set 3: Rebase Change-Id: I227f8b00f8dc17f06c8de6716c0f34b2faf82e2c
* | | | | Makes the add button for new APNs appear in the action bar.Manuel R. Ciosici2012-12-091-1/+2
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | The APN add button (a plus sign) now appears in the action bar if possible. The APN list interface is now more consistent with the WiFi list interface. Previously the user had to press the 'Menu' hardware button or the three dot button on the screen in order to reveal the actions. Change-Id: Iae622054ec080ba4775c22223dd75a865c83fc27 Signed-off-by: Manuel R. Ciosici <manuelrciosici@gmail.com>
* | | | Settings: Forward port ADB over network (Part 1 of 2)Tanguy Pruvot2012-12-081-9/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of: - Adb over network (Settings part for Jellybean) + Display WiFi IP Address & Port as preference summary. Note: adb_over_network were already pushed in 5555aae3 Author: Tanguy Pruvot Id: Ia05aa8f6281c9bdcb3d5e62566b103c38bc70b82 - Settings : Fix mismatched dialog listener Set listener on correct dialog Author: Danesh Mondegarian Id: I0c05af859ad0e93ba6a1d3d395dc6c31e9949426 - ADB: missing dialog dismiss, and use updateCheckBox() this function check if debug features are enabled. Author: Tanguy Pruvot Id: I675a3a9ce5c28b16f9e13e78499e5f6f897b9dd3 - DevelopmentSettings: Refactor ADB over Network The checkbox would never enable adbd in tcpip mode. Author: Alexander Hofbauer Id: Iab8307bb91f69d85ed3a46d5ef09274fa8b03da Change-Id: I6ff367cfd1bbf1db9b4862d3c5e8215959609e61
* | | | Merge "Apn settings fixes / code maintainence" into mr1-stagingDanesh M2012-12-074-103/+73
|\ \ \ \
| * | | | Apn settings fixes / code maintainenceDanesh M2012-12-074-103/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Depends on : http://review.cyanogenmod.com/#change,13743 Cleanup unecessary resources and use global ones - This fixes the duplicate id issue currently causing apn's to be un-editable Bring the ui aspect of the preference up to speed with ics - Use ics highlight / layout...etc - Use fragments Patchset 5 : Remove theme for ApnEditor Use static access for variables Patchset 6 : Launch apn editor internally as a fragment Replace deprecated managedQuery with CursorLoader Change-Id: I069415b29846f30665ce76e52f04115d1b65e455 Conflicts: AndroidManifest.xml Conflicts: AndroidManifest.xml res/layout/apn_preference_layout.xml src/com/android/settings/ApnEditor.java src/com/android/settings/ApnSettings.java
* | | | | Merge "PowerWidgetUtil: Re-enable LTE button." into mr1-stagingDavid van Tonder2012-12-072-5/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | PowerWidgetUtil: Re-enable LTE button.Mike Kasick2012-12-052-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Also use Settings.Global.getInt() for PREFERRED_NETWORK_MODE. Change-Id: I677de6353bf451fe4390ff74f9703b5df3beb39d
* | | | | Developer Options: launch the Development appChirayu Desai2012-12-051-0/+6
|/ / / / | | | | | | | | | | | | Change-Id: I0f798d197888ef7f40688009536040e061c410f4
* | | | Settings: Forward port missing Profiles related changesDvTonder2012-12-025-8/+85
| | | | | | | | | | | | | | | | Change-Id: I3cda345208171c5b45daf2d5d263017bc538bd48
* | | | Power menu: allow enabling user switcherChirayu Desai2012-12-011-0/+18
| | | | | | | | | | | | | | | | Change-Id: I6a8d2e25beb1c4def60a7cee440df0fb66f169b1
* | | | Use holo alert drawableblunden2012-11-293-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | These instances of the GB icon got missed in the big feature merge. Change-Id: I4725be79af6e51e1aa5d575a32232bbac0a11275
* | | | Settings: Default the old CM Power widget to OFFDvTonder2012-11-282-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | THe Power widget functionality will be replaced by the new QuickSettings functionality of Android 4.2. Turn the old CM widget off by default. Change-Id: I9144130898aff1fb9f882aaf68a3b0873742f3d6
* | | | Settings: Make Perf settings act just like dev setting - start hiddenDvTonder2012-11-282-24/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Performance settings should not show until the owner of the device enables development options, guest users should not be able to turn it on. Change-Id: Ib08d29bfd92ad44c71d02c115e12064ddf4704e0
* | | | Settings: Move Notification and Battery light settings to System settingsDvTonder2012-11-282-43/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | In an attempt to make the LED settings more discoverable, move it from Display to System settings. Change-Id: I374cdd08f330ff367405d204b5eb073efa98f04d
* | | | Settings: Move font size back to AOSP location + System settings cleanupDvTonder2012-11-282-146/+72
| | | | | | | | | | | | | | | | Change-Id: I37e8dc686e03bdcb732785e8f077ab79bb88bb6d
* | | | Settings: Fix NPE when CM IME switcher is disabledTakazumi Matsumoto2012-11-281-3/+13
| | | | | | | | | | | | | | | | Change-Id: I8c1dc5874accc6d1340dc46a58867d97f708aeb7
* | | | Merge "Settings: fix storage measurement for device without emulated sdcard" ↵Ricardo Cerqueira2012-11-282-5/+8
|\ \ \ \ | | | | | | | | | | | | | | | into mr1-staging
| * | | | Settings: fix storage measurement for device without emulated sdcardPawit Pornkitprasan2012-11-262-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | StorageMeasurement: misc files should only be measured for internal storage only if it is the emulated storage, otherwise misc count for the primary storage will be erroneously duplicated on the internal storage count. StorageVolumePreferenceCategory: - Always create mMountTogglePreference to avoid null pointer exception for code that relies on it existing - Check if the keys exist before calculating totalValues to avoid null pointer exception on storage where media is not calculated - For available/readonly, set title, not summary (summary is supposed to be the amount available) Change-Id: Ib217f79ee562dffc514696fff038e58ed0dba7d9
* | | | | Settings: Forward port Kill app back long pressDvTonder2012-11-271-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Original author: DaneshM Change-Id: Ide8be24d679d0b3d74bf56b33696dc279de49470
* | | | | Settings: Make CM developer options additions respect the on/off toggleDvTonder2012-11-271-2/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes the problem where, when dev options are turned off, our CM customizations don't turn off with the rest of the options and the dangerous option (root access) does not reset to a safe setting. Change-Id: I879756ea353ce2940c05b224998fc1a945f2ceff
* | | | | Port "Option to hide Adb notification icon (1/2)"Tanguy Pruvot2012-11-271-0/+9
| | | | | | | | | | | | | | | | | | | | Change-Id: Ic58b1727adc223a9ec0de48fa44df442937797cb
* | | | | Settings: port vol rocker wakeDvTonder2012-11-271-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | framework changes already present Change-Id: I481c62fe573834681ac212ac9d91e5b8c941c3bc
* | | | | Forward port Status Bar settingsRobert Burns2012-11-261-0/+146
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch Set 2: Rebase Patch Set 3: Commit message Patch Set 4: Remove (default) designation in AM/PM style options Patch Set 5: Remove Combined Bar options Patch Set 6: Remove Auto Brightness Slider options Patch Set 7: Adjust Signal status style availability according to new tablet devices Patch Set 8: Rebase Patch Set 9: Updated commit message Change-Id: I1632b6454a3fd5240179dfed34b1f332a7a37cda
* | | | | Settings: Forward port Volume button music controlsDvTonder2012-11-261-0/+13
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | FW side already exists. Original author: Danesh Mondegarian (devatwork) Change-Id: I174fa5ec72e36e29d7c8d139213905f3327f6aae
* | | | Merge "settings: port ime selector notification toggle" into mr1-stagingDavid van Tonder2012-11-261-1/+12
|\ \ \ \
| * | | | settings: port ime selector notification toggleRick C2012-11-261-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | framework changes already present Change-Id: Iffd7cf5c3eb7368974e792194e9ebe8a75ca35b7
* | | | | Settings: Fix possible NPE in Display settingsDvTonder2012-11-261-6/+10
|/ / / / | | | | | | | | | | | | Change-Id: I186203782aa27fb4eaa77500fecb82946bfdd173
* | | | Setings: Forward port Display Rotation settingsDvTonder2012-11-252-29/+228
| | | | | | | | | | | | | | | | | | | | | | | | Originaly authored by Robert Burns (burnsra) Change-Id: I4f96b3f804ee4732b277c35340790f3561d69764
* | | | Settings: Forward port Performance settingsDvTonder2012-11-256-0/+807
| | | | | | | | | | | | | | | | Change-Id: Ib510b35fc2763c6942737afa33873aa5d349a173
* | | | Settings: Add Updater and ChangelogDvTonder2012-11-252-3/+125
| | | | | | | | | | | | | | | | Change-Id: I8cf09962d9ba667bcdba78d7214fd6b5bb0feedc