summaryrefslogtreecommitdiffstats
path: root/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* Storage Settings: Allow user to trigger a volume rescanJorge Ruesga2013-07-051-2/+21
| | | | | | | | | | | | | | | This change allows to trigger a rescan of a volume with the next restrictions: - Internal volumes if they are emulates - Primary volumes - Non-Removable volumes Requires http://review.cyanogenmod.org/#/c/44585/ Change-Id: I42aebc9fc0d3530cf0a3efb4d2139b688707d43d JIRA: CYAN-1391 Issue: https://jira.cyanogenmod.org/browse/CYAN-1391 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Settings: Introduce Privacy Guard ManagerLars Greiss2013-07-032-0/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due that on the one hand a lot user are not familiar with permissions and how to read them and on the other user want to have a faster easy access to setup privacy guard for several apps this small manager assist the user to setup. Privacy Guard Manager shows a list off all installed apps Per default it shows only user apps which have critical permissions privacy guard can protect. The user can optional show in the list as well all system apps or turn off the filter to show all apps undependent of the permission the app has. To activate privacy guard for an app a simple click on the entry activates it so that the user can go fast trough the list. Longpress opens app detail page. Initial help dialog tells the user how to use it. Due the filter user who are unfimiliar with permissions can fast see which apps are effected without deeper knowledge cheers SlimRoms PatchSet3: - go inline with AOSP style - move PrivacyGuard by default into manager - change behaviour off active icons PatchSet4: - change app icon size to 36dip PatchSet5: - string change PatchSet6: - add reset option to disable privacy guard for all shown apps in the list PatchSet7: - Cleaned up the intro dialog a bit. PatchSet8+9: - cleanup - fix alignment of top checkbox PatchSet10: - fix permission filter PatchSet11: - improve icon loading Change-Id: I6bc886393bf90f8daed92b66d5fee1ce9e1accd0
* settings: Privacy Guard supportSteve Kondik2013-06-241-0/+8
| | | | | | | | * Add toggle to InstalledAppDetails to enable/disable privacy guard flag on a per-application basis. * Add toggle to enable privacy guard by default for applications. Change-Id: If03aa5319c520b6c4a78887f0f46ef1443ddaa83
* Show application's package name in the "App info" screen.Chirayu Desai2013-06-131-2/+15
| | | | Change-Id: I7dac8ffa0b10abb5ff235750e90a96d801b2f919
* Allow changing auto-brightness responsitivity.Danny Baumann2013-05-261-0/+15
| | | | Change-Id: Icf62db26735f9ab7ad63e750a1824eb7823c3d70
* QuickSettings : Fix layoutDanesh Mondegarian2013-05-121-1/+1
| | | | | | | | Make layout more inline with framework. Scale appropriately on larger devices. Adjust columns according to orientation/device type Change-Id: I20872a42344936b0643a7eff0007c50aaaa5fdd6
* Option to use volume keys to control media volume anytime (1/2)Pawit Pornkitprasan2013-05-071-0/+8
| | | | | | | | | | Some users don't adjust ringtone volume often (e.g. only use toggle to switch between silent and non-silent) mode. Having an option to use the volume keys to control media volume anytime allows media volume to be controllled/muted before entering a game or other apps with sound in an undesirable location. Change-Id: I6dbd25d1a14bcf5b1bf0b0468b96f4b4f8efdb14
* Fix dialog state handling.Danny Baumann2013-04-251-2/+0
| | | | | | | | | Convert ApplicationLightPreference into a DialogPreference to correctly manage the dialog lifecycle, e.g. when rotating the device. Also save the user-defined color in case the dialog was open. Change-Id: Ife00e1c4737fbf6710ccdaa1252def00f2831af3 JIRA:CYAN-914
* Merge "Led Settings : Hex input for colorpicker" into cm-10.1David van Tonder2013-04-201-13/+6
|\
| * Led Settings : Hex input for colorpickerDanesh Mondegarian2013-04-191-13/+6
| | | | | | | | | | | | Allow users to specify hex color codes Change-Id: I644b624d569e5c2fbb0fc48683c73041b4193d27
* | Improve brightness curve previewDanny Baumann2013-04-181-1/+2
|/ | | | | | | - Avoid log spamming - Add a little margin around the grid so outer control points aren't cut Change-Id: Idb6cd2773186f9e7011486dc62f21e2fab85e245
* Overhaul auto-brightness level UI.Danny Baumann2013-04-184-18/+115
| | | | | | | | | | | | This changes a few things: - Don't imply a 'bucket' type of algorithm is used by showing an ambient brightness range for each line - Allow manually entering the screen brightness - Add a preview window for the cubic spline interpolation - Add a help text JIRA:CYAN-612 Change-Id: I64274280872b9fe4f6fdc368d654aca81e0a4e0c
* Wifi: Add frequency selection for new IBSSBruno Randolf2013-04-131-0/+13
| | | | | | | Allow users to select a frequency for newly created Ad-Hoc (IBSS) networks, and show the frequency for existing IBSS. Change-Id: Icaa09c9386967fdf0a88865ff2e64cc9b219da1f
* QuickSettings : Use stock layouts / fix userTileDanesh Mondegarian2013-04-072-3/+54
| | | | | | | | 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
* Wifi: Allow configuration of Ad-Hoc (IBSS) networksBruno Randolf2013-03-241-0/+9
| | | | | | | | | 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
* Settings: Navigation bar Quick launch shortcuts (1 of 2)Stevespear4262013-03-111-0/+51
| | | | | | | | | | | | | | 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 branch 'mr1.1-staging' of ↵Steve Kondik2013-02-1418-398/+264
|\ | | | | | | | | | | 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-1518-398/+264
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * Better layouts for security screen setups as part of b/7459863Danielle Millett2012-11-301-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The major change is that choose pattern and confirm pattern layouts no longer uses a split screen layout on tablets. The new layout closely mimics the layout for portrait. Other minor changes include: -Made the header font size for confirm pattern and choose pattern medium (this matches with face unlock changes). -Made the buttons on choose pattern for landscape phone side-by-side rather than above each other (to be consistent with face unlock). -Removed the black background from phone landscape confirm pattern since it's inconsistent with all the other layouts. Change-Id: I4473fe880ac471a3b5bc5399a454b10504589f87
| | * Merge "Removing tutorial for choosing a pattern as part of b/7459863" into ↵Danielle Millett2012-11-301-81/+0
| | |\ | | | | | | | | | | | | jb-mr1.1-dev
| | | * Removing tutorial for choosing a pattern as part of b/7459863Danielle Millett2012-11-211-81/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-3010-146/+152
| | |\ \
| | | * | Push scrollbars to screen edges.Jeff Sharkey2012-11-3010-146/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Push scrollbar to screen edges on custom ListView and ScrollViews to match Preferences framework behavior. Bug: 7633165 Change-Id: Ideecd0e243c7de7bf977caef2b1585e707a00ca4
| | * | | Merge "Fix text alignment and simplify layouts." into jb-mr1.1-devJeff Sharkey2012-11-304-127/+103
| | |\ \ \ | | | |/ /
| | | * | Fix text alignment and simplify layouts.Jeff Sharkey2012-11-304-127/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Apps items to correctly base align text, and to align correctly in RTL mode. Use GridLayout to reduce layout complexity. Bug: 7633350, 7132595 Change-Id: Ic3563cfe408ebcdaef1ed693cc6b01b886d700ea
| | * | | Use uniform font size for APNs and timezones. DO NOT MERGE.Jeff Sharkey2012-11-291-10/+9
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | Also get rid of some orange highlight! Bug: 7632945 Change-Id: I6a4b59f4eef81b128d128f5a429fb96f6366843a
| | * | Fix Bluetooth enable dialog to match Android style guide.Jake Hamby2012-11-201-33/+0
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When an app requests to enable Bluetooth and/or Bluetooth discovery, we show a dialog for user confirmation. Remove the dialog title, update the message text and button labels to be more descriptive, and use the standard dialog layout instead of a custom layout. Also fixes the button layout on the Bluetooth permission test app so that the "Discoverable" button doesn't wrap to two lines. Bug: 6001468 Change-Id: I731e2f31b4c822395fc3f83584a092550d9ae7d3
* | | Add back backlight curve adjustment.Danny Baumann2013-02-134-0/+181
|/ / | | | | | | | | | | | | Patch set 1-8: Initial commits Patch set 9 : Shortened strings to better fit Design Guidelines Change-Id: I1eb370f8911d1c92ef06e553cc1c1be81e83cb95
* | Bluetooth MAP (Message Access Profile) Upstream Changes (2/3)Corey Garst2013-01-201-0/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: RTL layout fixesOr Harambam2013-01-1922-68/+68
| | | | | | | | | | | | | | | | | | | | 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
* | Revert "Patch Set 2/2: Add an "Automatically Connect" option for WiFi networks"David van Tonder2013-01-141-9/+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
* | Patch Set 2/2: Add an "Automatically Connect" option for WiFi networksian2013-01-081-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Settings : NavigationBar CustomizationDanesh M2013-01-051-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Contains: - Settings side to customize the navigation bar buttons. Id: I39d9362f1930dc4181d20ff95077b4c290f6907e - Settings : NavigationBar Customization Settings side to customize the navigation bar buttons. Id: Ibd51fbca96d5f0d5e75c7bd74dc5ec62ed1d969d - Settings: Fix NavBar lock button when resetting default When the NavBar is reset to defaults while in edit mode, lock icon should re-lock Id: I876725046e380ebb7da774ae412ce2b68f5310f8 - And a few small fixes - Add support for navbar editing on tablets - Add npe check Change-Id: Ic77ca21d976015a1f4b4e10cab27fa35760035da
* | Settings: Quick Settings customization (Part 1 of 2) WIP!DvTonder2012-12-131-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: Forward port Slider shortcutsDvTonder2012-12-093-5/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Forward port miscelaneous audio featuresDvTonder2012-11-222-0/+96
| | | | | | | | | | | | | | | | | | | | This commit adds: - Ascending ringtone (maniac103) - Silent mode - Volume panel style (ptunstall) - Link volumes Change-Id: I21742ab94e45407111794b5868d9b4f14d7488da
* | Forward port Quiet Hours settingsDvTonder2012-11-221-0/+80
| | | | | | | | Change-Id: I57ad089a2b2f7d6ed3df773ca69ad67f7b8fe185
* | Add LED configuration support from mr0/10.0Ricardo Cerqueira2012-11-213-0/+191
| | | | | | | | Change-Id: I36cee9cc813bd0fc62c30c6e10c61bcd9a131bf6
* | Bring in Profiles support from mr0Ricardo Cerqueira2012-11-218-4/+402
|/ | | | Change-Id: Icae838838ce2c34aec22c50f166b957205db8394
* Fix jank after adding a widget for lock screenMichael Jurka2012-11-071-2/+2
| | | | | | | | | After adding a widget, you see a black flash, but there's also a small sliver of wallpaper left showing. This change covers up that small bit of wallpaper. Bug: 7381803
* Updated layouts for keyguard widget pickerMichael Jurka2012-11-072-3/+7
| | | | | Bug: 7381803 Change-Id: I9a6a8fe3216002b486e7b6ddf7544d9fc4e73de8
* Add widget previews to the key guard widget pickerMichael Jurka2012-11-062-16/+30
| | | | | Bug: 7381803 Change-Id: I86946b7d0d75f8a1f89120600be2513bdf9026f0
* Fix issue #7448596: Can't uninstall app that was installed by another userDianne Hackborn2012-10-311-1/+0
| | | | Change-Id: I6614346f8da80ffedd71645ee2920cf85b92c87c
* New widget picker for keyguard widgetsMichael Jurka2012-10-312-0/+62
| | | | | | | | | | New layout for widget picker is still not up to final design, but this change prepares all the backend work Also, remove use of features filter from the picker, since this is being removed from the API Change-Id: I9b332e22cf34b98c20c720602c920d28aed01d6c
* display audio dialog when connecting low end dockEric Laurent2012-10-301-0/+24
| | | | | | | | | | | | | Display a dialog to enable the use of the dock audio connection when a low end dock is connected for the first time. Modify DockService to process docked and undocked messages even if the device indicated is null (meaning the dock is not a bluetooth dock) only for low end docks. Bug 7302106. Change-Id: I331d83a74fecf5f26b24bfc178342df414bd8153
* Fix layout with no access pointsRussell Brenner2012-10-231-1/+2
| | | | | | | | The "Searching for Wi-Fi" message was filling it's view parent, pushing the "Other network..." option and Skip button out of view. Bug: 7335738 Change-Id: I6fd1ceff67e04385c6e325ec4bb8a2e30f38c924
* Added info about why Wi-Fi is requiredRussell Brenner2012-10-191-0/+9
| | | | | | | | Added a new optional textview to wifi settings, informing that wifi is required during setup. For use on Nakasi 3G. Bug: 7383934 Change-Id: I231472438e61ccddedc1e680a362f90738d64a2d
* Merge "Fix bug #7356946 The Data Usage app details contain titles that are ↵Fabrice Di Meglio2012-10-182-6/+14
|\ | | | | | | not RTL align. ( Hebrew Only )" into jb-mr1-dev
| * Fix bug #7356946 The Data Usage app details contain titles that are not RTL ↵Fabrice Di Meglio2012-10-172-6/+14
| | | | | | | | | | | | | | | | align. ( Hebrew Only ) - use "viewStart" as text alignment Change-Id: Iaff5eec130fcb57e8352f16f87faaf3bd980e994
* | Merge "Show regulatory info within a ScrollView" into jb-mr1-devBrian Muramatsu2012-10-171-5/+10
|\ \