Commit Graph

1374 Commits

Author SHA1 Message Date
Mike Lockwood
d75fb2f92f Settings: Add preference to enable/disable assisted GPS.
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-06-25 17:16:10 -04:00
Roy West
d2e3b01390 Edit second line of Search settings. First part of fix to bug1928620. 2009-06-25 13:40:28 -07:00
Android (Google) Code Review
517ce789b4 Merge change 5374 into donut
* changes:
  Remove pitch selection from TTS settings. Use the settings name for the locale property rather than the UI key. Add prefs entry to install the voice data.
2009-06-25 12:18:54 -07:00
Mike Lockwood
b7e46e89d7 Display a warning dialog when the user enables USB debugging.
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-06-25 13:36:00 -04:00
Jean-Michel Trivi
2acc02e942 Remove pitch selection from TTS settings.
Use the settings name for the locale property rather than the UI key.
Add prefs entry to install the voice data.
2009-06-25 10:03:43 -07:00
Amith Yamasani
0f1e11e219 Track native processes.
Add gauge to detail screen and make it look like the item from summary screen.
Some string changes.
2009-06-25 00:40:50 -07:00
Dianne Hackborn
a54672f3a9 Some cleanup of settings launching, adding shortcuts.
- Move the battery usage item from applications to phone info.
- Give the battery usage item a summary.
- Fiddle with the manifest to make it so we can launch parts of the settings
  app without messing up launching of the main app.  (That is, remove
  affinities so they each are treated as different tasks.)
- Add the ability to make shortcuts to some key settings panels.
2009-06-24 20:13:16 -07:00
Roy West
74b53da253 Additional edits to strings when uninstalling system app updates.
Fixes bug 1940257.
2009-06-24 09:25:12 -07:00
Amith Yamasani
972fc2989a Description and suggestion strings for Battery Usage detail screens. 2009-06-23 17:43:22 -07:00
Roy West
4b007cb732 Fix bug 1937431.
Shorten cut-off location permission string.
2009-06-23 16:53:37 -07:00
Roy West
518d02caa9 First part of fix to bug 1813461, changing "Factory reset" to "Uninstall updates" 2009-06-23 14:02:50 -07:00
Jean-Michel Trivi
1e6a45a2d0 Updated TTS settings to support language, country and variant settings.
Disable/enable entries based on whether language files are installed on the phone.
Added entry to install the language files on the phone.
2009-06-23 13:17:13 -07:00
Roy West
db33eb01cd Use sentence style for "System tutorial"
Bug 1742121
2009-06-22 11:26:59 -07:00
Hung-ying Tyan
d22da2096b Add save-username checkbox in the connect dialog.
* changes
  + Add checkbox to layout file and handling code in related classes.
  + Add new methods to VpnProfileActor.
  + Move dialog handling to VpnSettings from AuthenticatorActor in order
    to support screen orientation change.
  + Hide "Connect" in the context menu if the profile is connecting.
  + Enable connecting profile in case it was disabled in last call.
2009-06-20 11:36:16 +08:00
Jean-Michel Trivi
74e565d85d Update the Text-To-Speech settings screen to allow listening to a TTS
example after checking that the data required by the TTS engine is
properly installed.
Removed use of local constants for the the default TTS values, use
the values defined in TextToSpeech.Engine instead.
2009-06-18 18:54:02 -07:00
Amith Yamasani
dd14ee3d16 Remove extra subtitle for legal preferences.
Fixes #1894381
2009-06-17 16:57:30 -07:00
Amith Yamasani
2fb22c03bd Fixed auto-uncap of Wifi status messages.
Fixes #1852765. Change strings to lowercase and capitalize on demand.
2009-06-17 12:12:51 -07:00
Chung-yih Wang
b2f1c334de Simply the EAP certificate selection in Wifi Setting.
-- use the new keystore APU to save one more selection in WiFi EAP setting.
2009-06-17 15:46:42 +08:00
Amith Yamasani
f06d8698a4 Add setting for allowing Google to use location for better search results. 2009-06-16 22:02:06 -07:00
Roy West
14fa2b9986 Another edit, now in two places, now that I understand the workflow of resetting the flow a bit better. 2009-06-16 14:07:55 -07:00
Roy West
68e175cba2 String change to fix bug 1838792. 2009-06-15 14:40:17 -07:00
Hung-ying Tyan
71e2d3bc3a Remove LAUNCHER category from VPN settings activity's intent filter.
Also add preference summary to the VPN entry in the security settings.
2009-06-14 17:53:19 +08:00
Ken Shirriff
b315980367 Improve power control widget GUI.
Shrink power widget to 3 cells wide.  Reorder buttons to group wireless
and other.  Add color bar to indicate on/off.
2009-06-12 15:04:25 -07:00
Amith Yamasani
0422a3bf61 Minor UI improvements and showing of unplugged duration. 2009-06-12 14:23:15 -07:00
Eric Fischer
188ca77870 Make the Settings side of the date format settings more locale-aware.
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.
2009-06-12 13:23:07 -07:00
Hung-ying Tyan
1617706d25 Add VPN settings classes to Settings app.
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.
2009-06-12 15:44:49 +08:00
Android (Google) Code Review
1d09759798 Merge change 3994 into donut
* changes:
  Shrink power widget to 3 cells wide.
2009-06-11 20:23:33 -07:00
Ken Shirriff
0d3e37c22a Shrink power widget to 3 cells wide. 2009-06-11 17:04:57 -07:00
Charles Chen
52b221d94b Removing the summary texts for the Accessibility checkbox
as requested by Raman.
2009-06-11 15:54:36 -07:00
Amith Yamasani
5b578b4e3f SD card notification settings summary change for #1692416 2009-06-10 21:26:08 -07:00
Amith Yamasani
78fd96a1c5 More details in the summary and details screens.
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.
2009-06-10 20:19:42 -07:00
Jean-Michel Trivi
8036862226 Adding support for selecting the default language for Text-To-Speech in Settings. 2009-06-10 17:12:41 -07:00
Android (Google) Code Review
a8d206265b Merge change 3793 into donut
* changes:
  Update Portuguese translations.
2009-06-10 15:31:18 -07:00
Android (Google) Code Review
b8c5a592e7 Merge change 3689 into donut
* changes:
  CompatibilityMode settings
2009-06-10 15:25:21 -07:00
Eric Fischer
c5b818020d Update Portuguese translations. 2009-06-10 15:12:18 -07:00
Jean-Michel Trivi
ef0bed33b9 CompatibilityMode settings 2009-06-10 13:57:27 -07:00
Eric Fischer
8477860c7c am 9e852f03: AI 149721: Import Portuguese translations.
Merge commit '9e852f03139b28c1f5ad2bc43c64bdf0adae9226' into donut

* commit '9e852f03139b28c1f5ad2bc43c64bdf0adae9226':
  AI 149721: Import Portuguese translations.
2009-06-10 12:31:43 -07:00
Eric Fischer
9e852f0313 AI 149721: Import Portuguese translations.
Automated import of CL 149721
2009-06-10 12:26:09 -07:00
Jean-Michel Trivi
ed29a65835 Adding Text-To-Speech default settings in the Settings application. 2009-06-09 10:48:22 -07:00
Chung-yih Wang
0c1f89857a Add EAP/802.1X configuration for WiFi Setting.
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.
2009-06-09 10:11:11 +08:00
Ken Shirriff
03a6110b4f Implement the power-control widget.
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.
2009-06-08 13:57:26 -07:00
Mike Lockwood
d13308674b Remove Network Location" opt-in dialog from "Security and Settings"
This dialog is being moved to the Network Location Provider itself.

Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-06-07 20:11:39 -04:00
Android (Google) Code Review
08a7f2a09e Merge change 3082 into donut
* changes:
  Removing empty b tag in string (that leaves a big multi-line warning in each build).
2009-06-04 09:20:09 -07:00
Amith Yamasani
7f6aa6283a Add detail page for Battery usage and track GPS and foreground CPU.
Show details such as Cpu time, Cpu foreground time, data sent/received,
and GPS usage.
2009-06-03 16:31:15 -07:00
Jean-Michel Trivi
df1b83e81e Removing empty b tag in string (that leaves a big multi-line warning in each build). 2009-06-03 15:17:22 -07:00
Mike LeBeau
110b75cde7 Fix string to reference 'system search' instead of 'global search'. 2009-06-03 15:50:49 +01:00
Amith Yamasani
2a2daf960c Top level screen for App Fuel Gauge.
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.
2009-05-22 19:41:32 -07:00
svetoslavganov
a05d0dc67e Accessibility feature - settings (replacing 704 and merging with the latest Donut) 2009-05-14 22:26:34 -07:00
Suchi Amalapurapu
50b516760a Add version number to Installed_App_Details
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
2009-05-11 14:37:18 -07:00
Eric Fischer
eccf5d538a am 9d2976a: AI 148147: Import lots of zh_TW translation changes.
Merge commit '9d2976a10baf1c26997c4db02babb14b5bd9204d' into donut

* commit '9d2976a10baf1c26997c4db02babb14b5bd9204d':
  AI 148147: Import lots of zh_TW translation changes.
2009-04-30 17:59:37 -07:00