summaryrefslogtreecommitdiffstats
path: root/res/values
Commit message (Collapse)AuthorAgeFilesLines
* Move the main interesting DevTools settings into the main settings app.Dianne Hackborn2011-07-012-0/+102
| | | | | | | These are in the "development" section of the settings app, expanding on ADB and other stuff that is already there. Change-Id: I61a4955df0c548dcf1f39be46d21e8b8d02e454a
* Implement new UI for IME settingssatok2011-06-301-0/+5
| | | | | | Bug: 4645160 Change-Id: If9046e7e96732f6ee4c0594cc66622b6462bdec9
* Merge "Fix up storage UI for old USB storage."Dianne Hackborn2011-06-291-2/+4
|\
| * Fix up storage UI for old USB storage.Dianne Hackborn2011-06-291-2/+4
| | | | | | | | | | | | | | | | | | - In the storage overview, if storage is not emulated then we have a new first section showing internal storage. - In manage applications, we know show storage use on the SD card separately from internal storage use. Change-Id: I7eb993f59fdb5de5f5dcfe4a3bc2b95ae30d754a
* | Double list in Bluetooth SettingsGilles Debunne2011-06-281-2/+2
|/ | | | | | | | | | | | | | | Paired devices are listed first (from cache), followed by unpaired ones. A scan is only started on user request or when there is no paired device (should it be when there is no paired *connected* device?). Wrench icon only displayed for paired devices. Wrench click listener no longer uses mDeviceSettings which is unreliable with ListView view recycling. Fixed blinking ProgressCategory when the category was first in the list. Change-Id: Ie749883426c12bd354da64733bd04b00304bc1f5
* Merge "Fix 4686480: Cleanup LockScreen settings"Jim Miller2011-06-281-2/+4
|\
| * Fix 4686480: Cleanup LockScreen settingsJim Miller2011-06-281-2/+4
| | | | | | | | | | | | | | | | | | | | This fix updates the style for buttons to better conform to the screen by using weightSums. It also makes layouts much more flexible across platforms by making better use of the square aspect feature of LockPatternView. Change-Id: I63677790bf0ac52707c8c356540ecd5dc50ca33b
* | Merge "Split ActionBar in Settings"Gilles Debunne2011-06-281-2/+2
|\ \
| * | Split ActionBar in SettingsGilles Debunne2011-06-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Made menu item visible to force action bar, changed style. Also change parent_fragment for items that have been moved to top level (wifi, bluetooth, development, battery). Change-Id: I62932ba55356abdfbf94942f5b4efaa0f15dbd6a
* | | Merge "Minor changes in Settings"Gilles Debunne2011-06-281-1/+1
|\ \ \
| * | | Minor changes in SettingsGilles Debunne2011-06-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Battery moved to main menu. Change-Id: I0db89c197a1256aaac35ceb95bfa4a567ea6613f
* | | | Merge "Add WifiWatchdogService toggle to Wifi Settings"Isaac Levy2011-06-271-0/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add WifiWatchdogService toggle to Wifi SettingsIsaac Levy2011-06-271-0/+4
| | |/ | |/| | | | | | | | | | | | | Toggle is located in Settings->Wifi Settings->Advanced Wifi Settings Change-Id: I0f8f2b6353842dae0b47dca1dd48994e42505169
* | | CA certificate settings fragmentBrian Carlstrom2011-06-271-0/+22
|/ / | | | | | | Change-Id: I8d4b595d6cc8d20be9bea655c7674c86a9183818
* | Merge "Settings: revise VpnSettings."Chia-chi Yeh2011-06-263-7/+98
|\ \
| * | Settings: revise VpnSettings.Chia-chi Yeh2011-06-263-7/+98
| | | | | | | | | | | | | | | | | | | | | | | | Make the style closer to other settings. Profiles are saved in KeyStore with optional account information. Not adapt to IConnectivityManager yet. Change-Id: I9d7a0c14b253a0b355499c5e558b0761fa24ea22
* | | Add "emergency call" button to CryptKeeperDavid Brown2011-06-241-0/+5
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows you to make an emergency call without needing to decrypt your device first. The exact appearance of the button, and the two possible icons shown to the left of the text, are taken directly from the corresponding framework resources (see keyguard_screen_*.xml, ic_emergency.png, and stat_sys_phone_call.png.) Also, the code in CryptKeeper.java for updating the state of, and handling clicks from, the "Emergency call" button is mostly duplicated from the corresponding code in LockPatternUtils and LockPatternKeyguardView under frameworks/base. Bug: 4494186 Change-Id: I36a713fdbc3281a7ba46762d47d5b61fb3cd194d
* | Merge "Add "large text" accessibility option."Dianne Hackborn2011-06-241-6/+6
|\ \
| * | Add "large text" accessibility option.Dianne Hackborn2011-06-231-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Also re-arrange the UI a bit to clearly put the button for enabling/disabiling accessibility services along-side said services. Change-Id: Ica1ddecddf6e97800909ba6bea9ce4e124b59c01
* | | Merge "Refactoring in Settings/Applications"Gilles Debunne2011-06-231-6/+6
|\ \ \ | |/ / |/| |
| * | Refactoring in Settings/ApplicationsGilles Debunne2011-06-221-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | Battery, Development moved to main menu. Unknown sources moved to Security. Main menu links directly to ManageApplications. ApplicationSettings was kept in case an other app referenced it. Change-Id: I0271d4222cfc192f9235f21e06bf3b56f77db1a4
* | | Iterate on data usage chart UI.Jeff Sharkey2011-06-232-2/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to inflating chart views from XML, using attributes for configuration. Start using drawable assets for chart components instead of manually painting. Include hand-cut assets, and animate between states when touched to invoke. Clamp sweeps to valid chart ranges and prepare for sweep labels. Bug: 4768483, 4598460 Change-Id: Ic660c35bec826eb5e3f6a1dde3cc04d8c437ef2b
* | | Fix build.Adam Powell2011-06-221-1/+1
| | | | | | | | | | | | Change-Id: I766022f4b4224253bd6bc54427b8b2dd482685e1
* | | am 87c04ba6: am f3670df2: am 2c85966d: Merge "New strings for Bluetooth" ↵Jaikumar Ganesh2011-06-221-0/+9
|\ \ \ | |/ / |/| | | | | | | | | | | | | | into gingerbread * commit '87c04ba668ed856ec61326e90c1fade980d4e893': New strings for Bluetooth
| * | am f3670df2: am 2c85966d: Merge "New strings for Bluetooth" into gingerbreadJaikumar Ganesh2011-06-201-0/+9
| |\ \ | | | | | | | | | | | | | | | | * commit 'f3670df2ca8e521179907978c7009cba791df7c4': New strings for Bluetooth
| | * \ am 2c85966d: Merge "New strings for Bluetooth" into gingerbreadJaikumar Ganesh2011-06-201-0/+9
| | |\ \ | | | | | | | | | | | | | | | | | | | | * commit '2c85966dd881917b426eefd9643adedf6b0d4ffc': New strings for Bluetooth
| | | * \ Merge "New strings for Bluetooth" into gingerbreadJaikumar Ganesh2011-06-201-0/+9
| | | |\ \
| | | | * | New strings for BluetoothJaikumar Ganesh2011-06-201-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is for the user dialog for incoming BT requests. Change-Id: Ifa8f8e9e00861c65cf1d2f0520d072935b845785
| | * | | | am eddb21a2: Merge "Changes for API of Bluetooth Discoverability. DO NOT ↵Jaikumar Ganesh2011-05-271-1/+1
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MERGE" into gingerbread * commit 'eddb21a2ebd39900893da63749a00570f37e5038': Changes for API of Bluetooth Discoverability. DO NOT MERGE
| | | * | | Merge "Changes for API of Bluetooth Discoverability. DO NOT MERGE" into ↵Jaikumar Ganesh2011-05-271-1/+1
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | gingerbread
| | | | * | | Changes for API of Bluetooth Discoverability. DO NOT MERGEJaikumar Ganesh2011-05-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Apps can ask for any time between 0 and 3600 secs 2. O implies always discoverable 3. Any invalid values will default to the default - 120 secs. A dialog is shown by the system to the users to accept the change in discoverability values. Change-Id: I34ebd907656a87508b0f0b1a4bce78134edcaebf
| | * | | | | am c955d8ee: Merge "Allow users to change the length of BT disoverability. ↵Jaikumar Ganesh2011-05-272-2/+31
| | |\ \ \ \ \ | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DO NOT MERGE" into gingerbread * commit 'c955d8ee1d2b134f8c41989b545b7b3ed830d058': Allow users to change the length of BT disoverability. DO NOT MERGE
| | | * | | | Merge "Allow users to change the length of BT disoverability. DO NOT MERGE" ↵Jaikumar Ganesh2011-05-272-2/+31
| | | |\ \ \ \ | | | | |/ / / | | | | | | | | | | | | | | into gingerbread
| | | | * | | Allow users to change the length of BT disoverability. DO NOT MERGEChris Wren2011-05-272-2/+31
| | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It can set to be two minues, five minutes, an hour, or forever discoverable. The default is 120 secs. This addresses the internal bug 2413429: http://b/issue?id=2413429 and external issue 6348: http://code.google.com/p/android/issues/detail?id=6348 Original Author: Chris Wren <crwen@google.com> Modifications done by: Jaikumar Ganesh<jaikumar@google.com> Change-Id: Ie12e56ac41aa01a161d263c7525b6e021d4eeb1f
* | | | | | Split Location and Security settings.Gilles Debunne2011-06-211-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needs final icon for location. Change-Id: I8d826203c4d0ca4ae768f59ecdeae2700bad7c86
* | | | | | Settings refactoringGilles Debunne2011-06-213-15/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wifi and bluetooth pane refactored, main toggles moved to left pane. Change-Id: I42ea4cf3bdf24158f3c67e0dea311258206cd78a
* | | | | | Detect radios in data usage, control them.Jeff Sharkey2011-06-201-0/+1
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Teach data usage to inspect hardware radios to determine which tabs and options to display. Control "Mobile data enabled" state through ConnectivityManager. Persist "Show Wi-Fi" state. Bug: 4599714, 4645276, 4620024, 4599271, 4596812 Change-Id: I4479593d74a8ba744a056767422f1e03182a7a94
* | | | | Wallpaper settingsAmith Yamasani2011-06-161-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added an option in Screen settings to choose a wallpaper. It then shows a list of wallpaper sources and launches the corresponding intent on selecting. Bug: 4691375 Change-Id: I9de9edf56ae4cdd5145a1c5d836df66b893a05fe
* | | | | Merge "Enable the PowerControl widget that was disabled for honeycomb."Amith Yamasani2011-06-161-0/+3
|\ \ \ \ \
| * | | | | Enable the PowerControl widget that was disabled for honeycomb.Amith Yamasani2011-06-151-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Widget will be selectively disabled for certain devices. Change-Id: I0c8835e70e21e188d8e2131cb22980744abe8524
* | | | | | Merge "Text to speech settings UI change."Narayan Kamath2011-06-161-0/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Text to speech settings UI change.Narayan Kamath2011-06-161-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No more separate checkboxes for each of the engines. This brings it more in line with the voice recognition settings. The user is shown a data warning every time he chooses a non system engine as the default. Change-Id: I00fcb9c9f634a9fc13ff14da8bfade79ae6727c4
* | | | | | Handle data warning/limit notification actions.Jeff Sharkey2011-06-151-3/+14
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Respond to user interaction with data warning/limit notifications shown by NetworkPolicyManager. Show correct tab for the template that triggered notification. When data is disabled, prompt user with dialog and option to re-enable. Change-Id: I73aeecc0e840fffa2b4cdb90af269115ed0ab56c
* | | | | Cycle day editor and other confirmation dialogs.Jeff Sharkey2011-06-141-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create dialog to edit "cycle day" when data usage resets. Also added dialogs to confirm enabling limit and restricting an application. Change-Id: I1e08b17fabd1fcfc2f260807a61435d0ff1a8627
* | | | | First pass at detailed app data usage, policy.Jeff Sharkey2011-06-131-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fragment to show application data usage details, including chart with inspection ranges. Button that invokes ACTION_MANAGE_NETWORK_USAGE towards application, and UID-specific policy controls. Fragment is launched when clicking list items from data usage summary page. Change-Id: Ie1564aa8af98e1a7083817a997059a5a7b1caa50
* | | | | Iterating on data usage; tabs, scrolling, cycles.Jeff Sharkey2011-06-101-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added ActionBar items to control complexity of data surfaced; checked state causes tabs to be shown/hidden for "Mobile", "2G-3G", "4G", and "Wi-Fi" network templates. Loading historical stats and policy from system services based on selected tab. Change entire body under tabs to scroll, treating network options and chart as ListView headers. Teach chart sweep to disable intercept to play with ListView, and draw sweep disabled as dashed line. Hijacking Preference views for toggles to offer consistency. No policy updates are persisted yet. Based on available historical network stats and policy cycle reset day, build list of user-selectable cycles. Wired up chart to display cycle data and reset inspection region to last week of available data. Change-Id: Ia561578276fa23908b745fbc06a6ef828d9ccc2e
* | | | | am 8d7ecabc: am 60d8b3f8: am 55c86911: Mark access to private resources now ↵Dianne Hackborn2011-06-101-1/+1
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | that aapt enforces this. * commit '8d7ecabc6893716d78ede40aedd42683a7627f3c': Mark access to private resources now that aapt enforces this.
| * | | | am 60d8b3f8: am 55c86911: Mark access to private resources now that aapt ↵Dianne Hackborn2011-06-091-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | enforces this. * commit '60d8b3f875ae5630330feacc450169223e605166': Mark access to private resources now that aapt enforces this.
| | * \ \ \ am 55c86911: Mark access to private resources now that aapt enforces this.Dianne Hackborn2011-06-091-1/+1
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '55c869119aabc27d3b6c6b4aab0e69faf57f1250': Mark access to private resources now that aapt enforces this.
| | | * | | | Mark access to private resources now that aapt enforces this.Dianne Hackborn2011-06-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ifea6854d8295294011b5253640198a10e1b5c1e1