summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | | | Be quiet!Dianne Hackborn2012-11-281-1/+1
| | | |/ / / / | | | | | | | | | | | | | | | | | | | | | Change-Id: Ifcce5bf4b2fca35fe50a2684983dc726534c3d0c
| | * | | | | Making sure keyguard and homescreen only display eligible widgets (issue ↵Adam Cohen2012-11-281-1/+2
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7550090) Change-Id: Ia1eb902618855e1a86a84c9090cdeefe5a404fd7
| | * | | | Merge "fix dock audio enable dialog" into jb-mr1.1-devEric Laurent2012-11-161-14/+23
| | |\ \ \ \
| | | * | | | fix dock audio enable dialogEric Laurent2012-11-121-14/+23
| | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The dock audio enable setting is not saved if the user dismisses the dialog without checking or unchecking the check box. The dialog is then displayed each time the device is docked until the user checks/unchecks the dialog or goes to sound settings to enable or disable dock audio. Bug 7518165. Change-Id: Ifbc6179e78b64b5b7577ac750acf9846525e47c5
| | * | | | Merge "Use AlarmManager calls to set date/time, instead of ↵Amith Yamasani2012-11-162-8/+9
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | SystemClock.setTime" into jb-mr1.1-dev
| | | * | | | Use AlarmManager calls to set date/time, instead of SystemClock.setTimeAmith Yamasani2012-11-152-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This way secondary users' settings app can request the system server to set the time. Alarm driver cannot be opened as a secondary user. Bug: 7459635 Change-Id: I1ae1630dc448021d35280a297c5d9960f8e8fc2e
| | * | | | | Merge "Remove back button entirely when disabled" into jb-mr1.1-devVikram Aggarwal2012-11-151-10/+30
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Remove back button entirely when disabledVikram Aggarwal2012-11-091-10/+30
| | | | |/ / | | | |/| | | | | | | | | | | | | | | | | | | | Bug: 7480506 Encryption screen shows back button Change-Id: Iba2706fd6b61303178b472071f32d65bdf72e50d
| | * | | | Merge "Fix a race condition when switching between settings panels" into ↵Amith Yamasani2012-11-151-3/+4
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | jb-mr1.1-dev
| | | * | | | Fix a race condition when switching between settings panelsAmith Yamasani2012-11-141-3/+4
| | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fragment was removed while the images were being loaded, so the activity was null. This fix holds on to the Resources object. Bug: 7490425 Change-Id: Ic2d8dd3c620fc34ce8255104001e17b39f828601
| | * | | | Internationalize bytes and percentages.Jeff Sharkey2012-11-142-20/+5
| | |/ / / | | | | | | | | | | | | | | | | | | | | Bug: 7545890 Change-Id: I634fafe9d61a2ebbf7a0cc56d8255457ee9fe1b2
* | | | | Settings: Simplyfiy expanded desktop summaryjackmu952013-02-141-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no need to have an extra summary string to display the state of the expanded desktop mode. This commit removes the unneeded strings and uses the entries as summary. Change-Id: Ia7e99ec52577c64d786ef5a0117fb33f5af671ab
* | | | | Add back backlight curve adjustment.Danny Baumann2013-02-132-0/+591
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Patch set 1-8: Initial commits Patch set 9 : Shortened strings to better fit Design Guidelines Change-Id: I1eb370f8911d1c92ef06e553cc1c1be81e83cb95
* | | | Option to show status bar in expanded desktop mode (1/2)Michael A. Alcorn2013-02-101-18/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit changes the "Expanded desktop" checkbox in the "Power menu" settings to a list containing the options "Off", "With status bar", and "Without status bar". Patch-set 1: fix erroneous whitespace/tabs. Patch-set 2: missed some whitespace. Patch-set 3: fix typos, clarify variable names. Change-Id: I491538d1e537b5b245ff8621e88bc2012ca17a49 Signed-off-by: Michael A. Alcorn <airalcorn2@gmail.com>
* | | | QuietHours Tile (2/2)Danesh Mondegarian2013-02-072-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Allows user to toggle state of quiet hours Change-Id: I9d3234b993d250a7d43683b51c1c3254aaec262f
* | | | Settings: Safe headset volume override legal waiverDvTonder2013-02-071-4/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch set 1 : Initial commit Patch set 2 : Remove alert icon (per Design guidelines) Patch set 3 : Fix per Danesh's comment Change-Id: Ic6b9ba2620de6efb327416e8955c3a2c08af043b
* | | | Merge "Settings: Make Safe headset volume handling user configurable (2 of ↵DvTonder2013-02-071-2/+19
|\ \ \ \ | | | | | | | | | | | | | | | 2)" into cm-10.1
| * | | | Settings: Make Safe headset volume handling user configurable (2 of 2)DvTonder2013-02-061-2/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch set 1 : Initial commit Patch set 2 : Code cleanup and dedupe Change-Id: I9d46ba5b8ca5a8b18dcb4856c348c86bc3e70899
* | | | | Settings: Allow non-primary user to access selected CM SettingsDvTonder2013-02-063-67/+115
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, Chronus and Notification light settings in System and Background in Lock screen settings Patch set 1 : Initial commit Patch set 2 : Enable Lock screen targets Patch set 3 : Enable Notification light settings Change-Id: Ie9d40649f60b7279c4a07e77543720cfee4a3002
* | | | Merge "TouchInterceptor: Fixed image cache problems Fixes the problem shown ↵David van Tonder2013-02-021-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | in this video: http://youtu.be/piqHych4nJY" into cm-10.1
| * | | | TouchInterceptor: Fixed image cache problemsOr Harambam2013-02-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes the problem shown in this video: http://youtu.be/piqHych4nJY Change-Id: I42f35ddd6677afd10187a7c5a390287acd3f39a9
* | | | | Settings: Hide Development settings when it is turned offDvTonder2013-01-311-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit hides the Development and Performance settings items when the user turns off Development settings. This sets things back to tapping x number of times on the build number to once again enable developer settings Patch set 1,2 : Initial commit Patch set 3 : Fix case where, if user toggles off and on without exiting Development settings, the main menu items should remain visible Patch set 4 : Fix typo in comment Change-Id: I6003f73f5abee54bb000f01757ecffe7b68dba59
* | | | | Notification sound-to-vibration conversion toggleRoman Birg2013-01-311-0/+12
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows to change the new feature of AOSP 4.2, where all notification are changed to vibrations on vibrate mode. Instead, allow the old behaviour to silence sound notifications and to only play vibrations if desired. Alle credits go to romanbb from AOKP, I just ported it, changed the position in the menu and the label. Original AOKP-Commit: https://github.com/AOKP/packages_apps_Settings/commit/e92446576c2dfbe51089287c43c3f799b5cc0057 Patch set 1-6 : Initial commits Patch set 7 : Better wording of the summary string Patch set 8 : Lower case app Change-Id: I267fc4b62ff045f305cf29c1b4f365e91f7cf1db
* | | | Merge "Disable Automatic brightness checkbox if automatic brightness is not ↵David van Tonder2013-01-301-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | available" into cm-10.1
| * | | | Disable Automatic brightness checkbox if automatic brightness is not availablefuzz2013-01-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | port from jellybean branch: http://review.cyanogenmod.org/#/c/26134/ Change-Id: Ib32b9af5f79d5c5f7383dd5542891a82a17f3989
* | | | | Fix the spacing between displayed rotation anglesVeeti Paananen2013-01-301-11/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before: http://goo.gl/QJ7hE After: http://goo.gl/V0alW My suggestion: http://goo.gl/Sn4R5 Patch Set 1: * initial commit Patch Set 2: * simplify code * fix code style issues * rename/delete strings * remove 'Activated.' before the values when Auto-rotate screen is activated Patch Set 3: * remove display rotation unit string and use the degree sign after every value Patch Set 4: * code cleanup Change-Id: I0319f8e84e4b278b2f720cbc77cecc280c82d461
* | | | | Settings: Custom lock screen background [2/2]jackmu952013-01-301-0/+157
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch Set 1: * port the custom lock screen feature from ics (http://review.cyanogenmod.org/#/c/16914) Patch Set 2: * rename some strings * use constants instead of numbers * fix some code styling issues Patch Set 3: * code cleanup Patch Set 4: * rebased Patch Set 5-6: * code cleanup Patch Set 7: * fix comment location Change-Id: I35e5c70fff423770a03b5bb39d439ebea82dd56a
* | | | Add option for switching between UMS and MTP/PTP mode. (2/2)Espen Fjellvær Olsen2013-01-262-1/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6cf50a41a9a82e40e702f5231ce663636c149613 This adds support for switching between UMS and MTP/PTP. Settings part (this part) adds option in USB settings (statusbar/notification drawer) for enabling UMS, and adds setting in Storage menu to enable / disable UMS, this since the USB settings page disappears when enabling UMS. It's only porting this http://review.cyanogenmod.org/#/c/21115/
* | | | Wi-Fi: Manage Wi-Fi AP prioritiesJorge Ruesga2013-01-262-0/+192
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AOSP has a basic LRU priority for Wi-Fi networks (last connected has more priority). This changes added the ability of graphically set the priority of any of the configured Wi-Fi networks through Settings -> Wi-Fi -> Advanced Settings -> Wi-Fi priority. Patchset 2: Move WiFiPriority from cyanogenmod folder to wifi folder Remove double quotes in SSID name Patchset 3: Fixed code issues Change-Id: Ief590e799cdb7ef760b631d0b22d9719f867393f Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* | | | Performance: BootReceiver: set CPU min/max freqs before CPU governorjt11342013-01-211-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When setting certain combinations of CPU governor/freqs on boot , the max frequency needs to be changed first in order for some settings to work correctly. Example: changing from a default governor of ondemand and frequency of 1GHz to interactive governor and 1.2GHz frequency , hispeed_freq will get stuck at 1GHz unless the max frequency is set prior to the governor. Change-Id: I302739893470ec0fa27197c122ebed4795347d61
* | | | Merge "Settings: Fix TouchInterceptor widget on tablets" into cm-10.1Steve Kondik2013-01-201-4/+8
|\ \ \ \
| * | | | Settings: Fix TouchInterceptor widget on tabletsJorge Ruesga2013-01-191-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the x position of the dragging view to align to the item to be dragged. Actually, dragging view is aligned to CENTER and is shown in the middle of the screen in tablets (or devices with tablets fragments layouts) Change-Id: I7a061df5a3d297c567103447555c6ecf4f3d836f Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* | | | | Bluetooth MAP (Message Access Profile) Upstream Changes (2/3)Corey Garst2013-01-201-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PORTED FROM CM10: http://review.cyanogenmod.org/#/c/26393/ Incorporates updates to the Bluetooth MAP profile from Code Aurora's Android Enablement Project since we initially pulled in from their gingerbread to CM7 last year. This patch addresses bugs with the current MAP profile, adds a UI request for message access approval when pairing, and adds additional error checking and logging. Confirmed to fix date and "Download" function of Ford SYNC Gen1. Pulled in from the codeaurora jb branch. Change-Id: Ie35067f389ced8e86433a991776b4a8e1f1ce963
* | | | | Settings: Improve configuration options displayingjackmu952013-01-201-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch Set 1: * Replace the backslash sign with the vertical line sign for a better displaying of the configuration options for network mode, screen timeout and sound modes. Before: http://goo.gl/3adfn After: http://goo.gl/Uvjy2 Change-Id: I0ce415e4163f2f7d0891397a922bc8621634fac9
* | | | | Merge "Settings: RTL layout fixes" into cm-10.1Danny Baumann2013-01-2010-20/+27
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Settings: RTL layout fixesOr Harambam2013-01-1910-20/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced Left with Start, and Right with End to fit Google's new RTL API. Replaced setPadding with setPaddingRelative (which uses Start and End instead of Left and Right) around switches to make them look right in RTL UIs Added RTL Support to LinearColorBar in order to make App Management's storageBar compatible with the RTL UI. Reversed App Management's ViewPager in RTL langs Fastscroll aligned to the left Change-Id: I495f4794a9861fa01692d766ef86f4fdd8e4b38d
* | | | | Merge "Remove app security settings from lockscreen settings." into cm-10.1Danny Baumann2013-01-171-8/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove app security settings from lockscreen settings.Danny Baumann2013-01-151-8/+8
| | | | | | | | | | | | | | | | | | | | Change-Id: Id0f4c29bc52117b58392a35804c3cd2b3c7c631b
* | | | | Revert "Patch Set 2/2: Add an "Automatically Connect" option for WiFi networks"David van Tonder2013-01-142-30/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit breaks 3rd party apps like Tasker. It is being reverted until a better solution can be found. This reverts commit 3d3d0a374d3c2194701a8be4a2d926f47576f5fa Change-Id: I31689838ec8be4aa33036ea75794cfbb7a69d109
* | | | | QuickSettings: wifi display optimizationRobert Burns2013-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: I62501dbc08d91be4a5a0d33ac450e6d9285351e4
* | | | | Quick Settings - adjust dynamic tile displayRobert Burns2013-01-121-0/+18
|/ / / / | | | | | | | | | | | | | | | | | | | | - Hides dynamic tiles that don't apply to device capabilities Change-Id: I529c7fd985cbe82587c9d9ba6dc130bc83d8298a
* | | | Add Quick Settings USB Tether tile (1 of 2)Robert Burns2013-01-111-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch Set 3: Hide the tile if USB Tethering is not supported Patch Set 4: Make tile dynamic Change-Id: I43fec8c3264b89b647f1626b8d29e459e78672ab
* | | | Merge "Added fastsroll to the manage application screen so you don't need to ↵David van Tonder2013-01-101-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | scroll so much if you have alot of apps and want to go to the bottom of the list." into cm-10.1
| * | | | Added fastsroll to the manage application screen so you don't need to scroll ↵Jimmy2013-01-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | so much if you have alot of apps and want to go to the bottom of the list. Change-Id: I96d892abf53a9da784ae1df056558d4fd3cf64f6
* | | | | Patch Set 2/2: Add an "Automatically Connect" option for WiFi networksian2013-01-082-0/+30
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Relies on: http://review.cyanogenmod.org/28529 Allows the ability for a user to determine whether to connect to an SSID automatically. e.g. At work, there are several SSIDs with long, complex keys. I don't want to connect to them all of the time, but would like them to be remebered. The default behaviour is to allow automatic connection, as it is today. Patch set 2 : Fix capitalization & whitespace Change-Id: I0f0aa64498115e3e1058f73113d37df63ab72d60
* | | | Merge "QuickSettings : Filter tiles from default" into cm-10.1Danesh Mondegarian2013-01-082-10/+21
|\ \ \ \
| * | | | QuickSettings : Filter tiles from defaultDanesh Mondegarian2013-01-072-10/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Filter unsupported tiles from default. Fixes re-arrange issue found on tablets post reset Note : Please reset quicksettings after this commit to fix issues. Change-Id: Ib92a8fc7e5e23baefb1e83a0309e73879ca64515
* | | | | Launch music player on headset connectDanesh Mondegarian2013-01-081-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Launches the default music player when a headset is connected Patchset 2 - Add headset category Patchset 3 - Remove summary Change-Id: I1ee973bec35d95285a646b86213ced3dd15852ed
* | | | | Display lock screen widget maximize for phone onlyRobert Burns2013-01-081-1/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | - Hide the option when not utilizing a phone device, as widgets are already maximized Change-Id: Id6700b31fbd108851c846f68cc9d845fb8b3830f
* | | | Merge "Fix NPE exceptions in the Quick Settings menu" into cm-10.1David van Tonder2013-01-071-4/+8
|\ \ \ \