summaryrefslogtreecommitdiffstats
path: root/src/com/android
Commit message (Collapse)AuthorAgeFilesLines
...
* Wifi: Add frequency selection for new IBSSBruno Randolf2013-04-134-7/+55
| | | | | | | Allow users to select a frequency for newly created Ad-Hoc (IBSS) networks, and show the frequency for existing IBSS. Change-Id: Icaa09c9386967fdf0a88865ff2e64cc9b219da1f
* Stylus gestures features (2/2)masiullah2013-04-122-0/+228
| | | | | | | Forward-port of https://github.com/CyanogenMod/android_packages_apps_Settings/commit/b3d850521e0042b85422903c70130f350f57b87a to CM-10.1 Change-Id: I0ab78f1129d2d04b0af21e9b38da027dfe3d1295
* Merge "Settings: rotation settings for devices with hardware rotation lock" ↵Ricardo Cerqueira2013-04-111-3/+10
|\ | | | | | | into cm-10.1
| * Settings: rotation settings for devices with hardware rotation lockPawit Pornkitprasan2013-04-081-3/+10
| | | | | | | | | | | | | | | | All settings would be disabled on devices with hardware rotation lock due to dependency setting. Disable dependency to allow setting swap volume and rotation degrees on those devices. Change-Id: Iee0532902d59fa80666e17b3853db8e3d7ed5ddc
* | QuickSettings : Use stock layouts / fix userTileDanesh Mondegarian2013-04-073-24/+42
|/ | | | | | | | Switch over to using 2 layouts (one generic, one user tile), just like how aosp does it. This way the tiles look similar to their SystemUI counter part. Change-Id: I8640c99602b056fb48b37f516c23c16555a2ba2a
* Settings: Add Expanded desktop tile in QuickSettings (1/2)xavihernandez2013-04-043-7/+15
| | | | Change-Id: I42a7182859bd028c2e93f0c2fe0b6b5dee404cfa
* Merge "Correctly remember MAP access selection." into cm-10.1Danny Baumann2013-04-043-37/+62
|\
| * Correctly remember MAP access selection.Danny Baumann2013-04-033-37/+62
| | | | | | | | | | | | | | | | | | Previously, the MAP access notification used to pop up on every BT connection. 'Don't ask this again' didn't work. Fix that by correctly remembering not only the PBAP access selection, but also the MAP access selection. Change-Id: I8fb9bedc02f696c9247861eb57ad64c4a8f5f6fa
* | Merge "Profile: respect DPM when overriding screen lock (2/2)" into cm-10.1David van Tonder2013-04-031-0/+8
|\ \
| * | Profile: respect DPM when overriding screen lock (2/2)Pawit Pornkitprasan2013-04-031-0/+8
| |/ | | | | | | Change-Id: Ia0c2b51cfa35e47328a68366964f231e2bb7ebfa
* | Merge "Settings: Separate Expanded desktop from Power menu settings" into ↵DvTonder2013-04-032-77/+89
|\ \ | | | | | | | | | cm-10.1
| * | Settings: Separate Expanded desktop from Power menu settingsDvTonder2013-04-032-77/+89
| |/ | | | | | | | | | | | | | | | | | | This commit separates the ability to configure the Expanded desktop mode from the ability to enable the switch in the Power menu. This will allow for the ED Tile to be hidden if the feature is disabled and the power menu entry to be removed if the user chooses to use the Tile instead. Change-Id: I3d2eabde8087d25940cbb1e5262086b9c6e291f1
* | Merge "Settings : Fix accessibility shortcut" into cm-10.1Danesh Mondegarian2013-04-031-2/+13
|\ \
| * | Settings : Fix accessibility shortcutDanesh Mondegarian2013-03-311-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Shortcuts like accessibility, have preferences with titleText rather than titleRes as their title. Settings only had a override for titleText, which caused preference screens inside accessibility to not work. This commit addresses that. Reproducable via : 1. Create a settings accessibility shortcut. 2. Launch shortcut and try to open an of the services Expected behaviour : Appropriate ToggleAccessibilityServicePreferenceFragment should open Observed behaviour : Same Settings instead gets relaunched instead Change-Id: I89b7539672cd7278d51f9e88bac1948669940e59
* | | QS: Add dock battery tile (2/2)Jorge Ruesga2013-04-031-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a dinamic tile for devices with dock battery Requires http://review.cyanogenmod.org/#/c/33999 Patchset 2: Rebased Change-Id: If6c49a5277899997717f5a3af8ed3ad5bbb30b67 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* | | Merge "Settings : Toggle expanded desktop for navbar" into cm-10.1David van Tonder2013-04-031-0/+17
|\ \ \
| * | | Settings : Toggle expanded desktop for navbarDanesh Mondegarian2013-04-021-0/+17
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If entering the navbar screen with expanded desktop enabled, the navbar is not shown hence hindering the ability to use the panel This patchset addresses that by disabling expanded desktop upon entering, and re-enabling upon exiting if it was previously enabled. Patchset 2 : Fix state issues Change-Id: I2776cf971f8899d30a25c0bf6b418793153555fc
* | | Use a hashed ANDROID_ID instead of IMEI for stats collection.Koushik Dutta2013-04-031-16/+2
| | | | | | | | | | | | Change-Id: I7379c5b380273e35b5aab582f5268d6946e0a255
* | | Merge "Enable Ethernet tab in data usage" into cm-10.1Ricardo Cerqueira2013-04-031-8/+8
|\ \ \
| * | | Enable Ethernet tab in data usageJaewan Kim2013-04-021-8/+8
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mStateSession is not initialized at the time hasEthernet is called to set mShowEthernet, so Ethernet tab is not shown at the startup. In this case, if the device doesn't support mobile network, user cannot even select it from the context menu. Bug: 8365419 Change-Id: I441971f18346c34a3adf3f18d9355075d9dce3f0 Signed-off-by: Jaewan Kim<jaewan@google.com>
* | | Restore the opt-out for stats.Steve Kondik2013-04-035-27/+275
|/ / | | | | | | | | | | | | | | * Apparently this is a bigger issue for a small number of extremely vocal users. We should respect their wishes, no matter how off-base their claims are in this context. Change-Id: I9eef9a65260ec4e360d398f80d610a198c09c915
* | Merge Navigation Bar and Pie Controls button config (2/2)Jens Doll2013-04-021-15/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on the commit series for pie controls, this commit makes the Navigation Bar and Pie Controls share the same button layout. This commit applies the changes made in part 1 to the Settings app. For the real commit see framework/base. This commit introduces here: * Some setting constants changes to avoid clashes with PA. * Removal of the pie search key setting. Change-Id: I5b4abd6d32a3fc835466ac4cb1f0b9c851641061
* | FIx up analytics results by normalizing the version by stripping the device ↵Koushik Dutta2013-04-011-0/+13
| | | | | | | | | | | | info, which is redundant. Change-Id: If4fc97c28fff6a82206a5491c256b05444da1a34
* | Add Google Analytics support.Koushik Dutta2013-03-311-0/+12
| | | | | | | | Change-Id: I81f816f2a358a36247c05a97053e948f4ea62753
* | cmstats: Remove preferences and always enable statsSteve Kondik2013-03-315-275/+27
|/ | | | | | | | | | * Not having an accurate count of how many people are using CM is painful. I am making an executive decision to remove the opt-out and always turn stats on. The data is anonymized and there is nothing evil that can be done with it. The only purpose here is to tell us if we are a successful project or not. Change-Id: I915c5e824d4e15c05feb37a3d8ed911464b5d61b
* Merge "Settings: fix incorrect value in autobrightness adjustment" into cm-10.1Danny Baumann2013-03-311-2/+2
|\
| * Settings: fix incorrect value in autobrightness adjustmentPawit Pornkitprasan2013-03-311-2/+2
| | | | | | | | | | | | | | | | If the user drag the progress bar below the min value, the incorrect setting will be saved since seekBar.setProgress code path does not return to the "getItem(pos).backlight = ..." line. Change-Id: I4796e22ba9c44315be92de4040f6cd8451bdf153
* | SECURITY FIX: Fix package uids being reused between uninstall and reinstall ↵Koushik Dutta2013-03-301-0/+4
|/ | | | | | | | of different packages. Policies for older packages were being granted to the newly installed package that got the recyled uid. Change-Id: I6c74cf6762e8da10e09d5cf5d94e9f826e47f24d
* Fix exception on rotation.Danny Baumann2013-03-291-18/+22
| | | | | Change-Id: I6cc653db3397074fb1cd9aa12b06511ce2cc3c9d JIRA:CYAN-731
* Settings: use checkbox for expanded desktop setting for devices without navbarPawit Pornkitprasan2013-03-281-14/+30
| | | | | | On those devices, there are only two settings an a checkbox would fit better. Change-Id: I394736dacf7765f7fdda47d6d743d7479bd4de7e
* Merge "Settings: remove Pie control for devices without navbar" into cm-10.1David van Tonder2013-03-261-16/+22
|\
| * Settings: remove Pie control for devices without navbarPawit Pornkitprasan2013-03-261-16/+22
| | | | | | | | Change-Id: Ie0e8994436bce1848f540b50bd15bce77276808d
* | Settings: removed "Status bar visible" expanded desktop setting for devices ↵Pawit Pornkitprasan2013-03-261-0/+13
| | | | | | | | | | | | | | | | | | | | without navbar On devices without navigation bar, expanded desktop is only useful for hiding the status bar when the apps don't hide them. "Status bar visible" setting is a no-op. Change-Id: I16a31ec6e10c7ed11600e3b1a1d9b631f31af55e
* | Settings: disable expanded desktop on power menu disablePawit Pornkitprasan2013-03-271-0/+3
|/ | | | | | | | | If expanded desktop is enabled while the option for expanded desktop setting is disabled, expanded desktop will remain active and the user will not be able to disable expanded desktop without reenabling the setting. Change-Id: Ia91e34e5ce9f8680f64b81e5f79c2df6f0639bb2
* Bringing basic Pie controls to CyanogenMod. (2/2)crizmess2013-03-253-19/+319
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the settings part of the pie commit, for the real implementation look in frameworks/base. Patch Set 3: * CyanogenMod Code Style Patch Set 4: * Strings cleanup * Better integration into CyanogenMod system settings UX * Some related cleanup in SysteSettings.java Patch Set 5 and 6: * Rename feature to Quick controls to match AOSP terminology Patch Set 7: * Remove WIP Patch Set 8: * Revert name to Pie controls Patch Set 11: * Fix broken revert * Fix spelling of search Change-Id: I47599316273d8e46017f49ba62a02cc55a785678
* Wifi: Enable IBSS options only if IBSS is supportedBruno Randolf2013-03-244-7/+22
| | | | | | | | | | | | Show IBSS network options only if IBSS mode is supported by the Wifi driver. This makes use of the new API isIbssSupported() of WifiManager. We have to be careful to make the query only after we reached WIFI_STATE_ENABLED. WifiSettingsForSetupWizardXL is left out because it does not handle these states. Change-Id: I072c5cc6ed36305806b469cf05c4786d22bfd418
* Wifi: Allow configuration of Ad-Hoc (IBSS) networksBruno Randolf2013-03-243-15/+43
| | | | | | | | | Show Ad-Hoc (IBSS) networks in the list of available Wi-Fi networks and allow to connect to or create new Ad-Hoc (IBSS) networks. This requires the IBSS changes in frameworks/base and external/wpa_supplicant_8 Change-Id: Ie44c47753100bbf8e691446e69b8d31659f64e3b
* Adding configurability of frequency cap (min/max) files' path.tbalden2013-03-242-2/+28
| | | | | | | | | | | | | This way those devices that have a special path for frequency caps can overlay it in the given device's resources for Settings package. It's defaulting to the general paths that are used in most of the kernels. It's usable for example in endeavoru device tree where the max cap can only be set through a different sys path. Change-Id: Ic3113222580ebe8cc8e43d3dad7a15e041448c53
* Fix FC when trying to adjust radio band via *#*#4636#*#* dialer code.Andrew Xie2013-03-241-25/+35
| | | | | | | | | | | Fixes: 1. Add additional strings to BAND_NAMES array for additional bands from ril.h 2. Fix logic when adding band strings to selection list (for loop ends before entire array is read) Change-Id: I5ff883a469f757a30c71d7d72c8f6ace19ce7a4d Signed-off-by: Andrew Xie <andrew.w.xie@gmail.com> (cherry picked from commit 4845045bb2dfd9b1a67f9f0c62bb44bfc5152284)
* Swap volume buttons when the screen is rotated (2/2)Laszlo David2013-03-241-0/+22
| | | | | | | | | | Patch Set 7: Hide option if device not supported Patch Set 8: Fix string derp introduced on ps7 Patch Set 9: Invert the orientation interpretations on tablets Change-Id: Ie2166a4d50050e7a60933251bfc8cda97c42d419
* QuickTiles : Fix order in tileDanesh Mondegarian2013-03-201-3/+3
| | | | | | Preserve alphabetical sorting. Change-Id: I1790fd3536f3ca6551ba8d83ff2c6437a2885a94
* QuickSettings: Fix load default tiles (CYAN-541)fuzz2013-03-181-2/+20
| | | | | | | This fix a issue unable to reorder tiles correctly caused by loading tiles device doesn't supported. Change-Id: Id341e698394c14c1525115616128f019fc244598 JIRA: https://jira.cyanogenmod.org/browse/CYAN-541
* Allow to hide Vibrate on notification option if it's not supportedfuzz2013-03-161-4/+2
| | | | | | also improve codes for need voice capability Change-Id: If99335301af80c5f5d2c1ed3c20430cb363a690c
* Merge "Fix scrollbars appearing out of place in Superuser." into cm-10.1Danny Baumann2013-03-141-1/+61
|\
| * Fix scrollbars appearing out of place in Superuser.Danny Baumann2013-03-121-1/+61
| | | | | | | | Change-Id: Ia206623716192e479901c02cf94de84a29e0479e
* | Added Volume Tile to Tile chooser in Settingsstofstik2013-03-111-4/+8
| | | | | | | | Change-Id: Iafaf817e380790dadbf5eb41bd27c19927645e1e
* | 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
|\ \ | |/ |/|