summaryrefslogtreecommitdiffstats
path: root/res/values
Commit message (Collapse)AuthorAgeFilesLines
* Minor UI improvements and showing of unplugged duration.Amith Yamasani2009-06-121-4/+6
|
* Make the Settings side of the date format settings more locale-aware.Eric Fischer2009-06-122-10/+8
| | | | | | | | | | | | | | | Remove the two formats that have a spelled-out month, since applications using this setting are trying to format numeric dates. Do not forcibly set the setting the first time you go into Date & Time -- let the setting remain null if it was null before. Add a choice corresponding to null to the list of format options. It will look like "Normal (12-31-2009)" in the list, and will cause the system to use whatever numeric format the locale calls for. For the other choices, feed them to the locale-aware formatter so they will appear with the punctuation that the locale calls for.
* Add VPN settings classes to Settings app.Hung-ying Tyan2009-06-122-0/+78
| | | | | | | | | | | | | | | | | | | | | | PATCH SET 2: + Add import com.android.settings.R PATCH SET 3: + Remove @Override interface methods to be compilable by Java 1.5. PATCH SET 4: + Add import android.net.vpn.VpnManager PATCH SET 5: + Add license headers. PATCH SET 6: + Remove Constant.java and move the constants to VpnSettings. + Make AuthenticationActor implement DialogInterface's handlers. + Remove trailing spaces. PATCH SET 7: + Remove default username.
* Removing the summary texts for the Accessibility checkboxCharles Chen2009-06-111-4/+0
| | | | as requested by Raman.
* SD card notification settings summary change for #1692416Amith Yamasani2009-06-101-2/+2
|
* More details in the summary and details screens.Amith Yamasani2009-06-101-0/+21
| | | | | | | Show packages included, time that a subsystem was on for. Load label and icon in the background and cache the values. Switch between totals and since-unplugged. Other UI improvements.
* Adding support for selecting the default language for Text-To-Speech in ↵Jean-Michel Trivi2009-06-102-2/+23
| | | | Settings.
* CompatibilityMode settingsJean-Michel Trivi2009-06-101-0/+7
|
* Adding Text-To-Speech default settings in the Settings application.Jean-Michel Trivi2009-06-092-0/+60
|
* Add EAP/802.1X configuration for WiFi Setting.Chung-yih Wang2009-06-092-4/+54
| | | | | | | | | | 1. Remove the isEnterprise() filter in Scanresult. 2. This requires the new fields such as identity, eap, certificate/key to support EAP authentication in Wifi Settings. 3. Add simple file-based keystore to select the cert/key from UI. -- Updated from the comments. -- Fix the bug for passing null pointer for adding spinner items.
* Implement the power-control widget.Ken Shirriff2009-06-081-2/+2
| | | | | | | | | This widget allows uses to turn on/off bluetooth, wifi, gps, and sync, and adjust brightness without going through the settings menu. The widget provider updates the settings when the buttons are pressed. The widget provider is also a receiver for events indicating that the status was updated elsewhere and the buttons need to be changed.
* Remove Network Location" opt-in dialog from "Security and Settings"Mike Lockwood2009-06-071-7/+0
| | | | | | This dialog is being moved to the Network Location Provider itself. Signed-off-by: Mike Lockwood <lockwood@android.com>
* Add detail page for Battery usage and track GPS and foreground CPU.Amith Yamasani2009-06-031-5/+41
| | | | | Show details such as Cpu time, Cpu foreground time, data sent/received, and GPS usage.
* Fix string to reference 'system search' instead of 'global search'.Mike LeBeau2009-06-031-1/+1
|
* Top level screen for App Fuel Gauge.Amith Yamasani2009-05-221-0/+21
| | | | | | | | | | | Shows sorted list of power usage (with some debug information) by the top 10 apps and subsystems. Doesn't yet take into account certain subsystems such as data network usage, audio/video DSP usage, Bluetooth and lights other than screen backlight. Screen, Idle, Wifi and Voice usage and CPU time are accounted for. Also need to add detail screens for each item and suggested actions.
* Accessibility feature - settings (replacing 704 and merging with the latest ↵svetoslavganov2009-05-141-0/+27
| | | | Donut)
* Add version number to Installed_App_DetailsSuchi Amalapurapu2009-05-111-0/+12
| | | | | | | | | Change uninstall string value to Factory reset for updated system apps present a new confirmation dialog when factory resetting a system app. refresh size, app properties and button's text(to clear, uninstall or factory reset) in onStart Add new version attribute in layout. Add new layout attributes for app snippets instead of using the one from ManageApps Use managed dialogs to avoid leaks
* Show Search settings in Settings app.Bjorn Bringert2009-04-271-0/+5
| | | | | | | The Settings app now shows a "Search settings" item, if there is an activity that handles the Search settings intent. This conditionally included settings is handled in the same way as the sync settings.
* AI 145862: am: CL 145584 Make date/time dialog titles translatable.Eric Fischer2009-04-131-2/+2
| | | | | | | | Remove the "do not translate" annotation from the strings. Original author: enf Merged from: //branches/cupcake/... Automated import of CL 145862
* AI 144257: am: CL 144256 Need to show opt-in screen for location collection.Amith Yamasani2009-04-021-0/+8
| | | | | | | | | | | | Added a screen to the setup wizard, after login, to ask user to opt-in for location collection. Added a dialog to Settings when user turns on Network location. Fixed a security permission issue in LocationManagerService related to this change. Original author: yamasani Merged from: //branches/cupcake/... Automated import of CL 144257
* AI 144185: Integrate cdma into the main code base.Wink Saville2009-04-021-0/+22
| | | | Automated import of CL 144185
* AI 143116: Added separate error messages for Bluetooth bonding rejectionsMichael Chan2009-03-271-0/+4
| | | | | | | and bonding failures due to down devices BUG=1308546 Automated import of CL 143116
* Automated import from //branches/donutburger/...@142826,142826Jim Miller2009-03-251-0/+4
|
* Automated import from //branches/donutburger/...@140507,140507Jason Parekh2009-03-241-1/+3
|
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-182-4/+11
|
* auto import from //branches/cupcake_rel/...@138607The Android Open Source Project2009-03-131-6/+2
|
* auto import from //branches/cupcake/...@137197The Android Open Source Project2009-03-091-2/+8
|
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-1/+9
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-035-0/+1795
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-035-1768/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-032-37/+10
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-022-10/+37
|
* auto import from //branches/cupcake/...@132569The Android Open Source Project2009-02-201-1/+1
|
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-192-13/+7
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-104-318/+187
|
* auto import from //branches/cupcake/...@127436The Android Open Source Project2009-01-221-0/+18
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-152-2/+30
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-0/+6
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-172-305/+803
|
* Initial ContributionThe Android Open Source Project2008-10-215-0/+1355