Przemyslaw Szczepaniak
4c85c1d6f4
Disable TTS "Listen to the example" if not supported
...
If current TTS locale (most of the cases same as device locale) is
not supported by the TTS engine, field for setting synthesis speed
and "Listen to the example" will be disabled.
Added new field, "Default language status" to indicate level of support
for currently selected language. It can take one of three messages:
%s is fully supported
%s requires network connection
%s is not supported
Where %s is locale display name.
Added example string that will provide a fallback for example text
if not provided by Settings or TTS engine.
Change-Id: Ia2a920a71197a85d3812fc8df9dfed4ebe6b515f
Bug: 9982002
2013-08-05 10:55:07 +01:00
Dianne Hackborn
2500f7a3f5
am ad38b60b
: am 0a09b13c
: am a6683e0f
: Reset app preferences now resets all app ops.
...
* commit 'ad38b60b372314f6266381207bd82144f21b1027':
Reset app preferences now resets all app ops.
2013-08-03 00:10:16 -07:00
Dianne Hackborn
ad38b60b37
am 0a09b13c
: am a6683e0f
: Reset app preferences now resets all app ops.
...
* commit '0a09b13c81bb0ebe556e46e3859a25805b2cbdcf':
Reset app preferences now resets all app ops.
2013-08-02 19:32:14 -07:00
Dianne Hackborn
a6683e0f4a
Reset app preferences now resets all app ops.
...
Change-Id: I7966245b5f322f55e139b2da661c02cd58530f11
2013-08-02 19:20:48 -07:00
Lifu Tang
1cad5b21e4
Merge "Added UI widgets for new location settings page"
2013-08-03 00:04:24 +00:00
Lifu Tang
d5fbbc4e49
Added UI widgets for new location settings page
...
Change-Id: I87eee999a4dd0189609f58d6f3e4ffe517d63a0e
2013-08-02 16:57:07 -07:00
Geoffrey Borggaard
8f09a57604
Merge "Adds a base class for restricted settings"
2013-08-02 21:09:41 +00:00
Geoffrey Borggaard
e38ea38002
Adds a base class for restricted settings
...
Creates an easy way to ask for the restriction pin before
allowing access to a settings page. Does this to the WiFiSettings.
Change-Id: I49734f66e09b6449596412ecf6fc1113bf57ce7f
2013-08-02 17:07:21 -04:00
Satoshi Kataoka
d3e8bed913
Fix ime settings
...
Bug: 8364845
Change-Id: I1c9b30fa64682b905ef32c10bda0c9f93e8be975
2013-08-02 20:52:12 +09:00
Satoshi Kataoka
c6fc8e46f2
Allow the users to disable system IME
...
Bug: 8364845
Change-Id: Icc5173a68fa00b2895c0768ff8f8b9dcf30e6171
2013-08-02 20:06:34 +09:00
David Christie
34605e1dcf
Merge "Add Strings for the new high power location monitoring app op."
2013-08-01 19:26:08 +00:00
Amith Yamasani
e990420f52
Add import for recently moved class
...
Change-Id: Iee617cf00271344bd6494824ca980c96e6df72bf
2013-08-01 10:26:14 -07:00
Amith Yamasani
a7fd2a5d66
Merge "Whitelist fragments appropriate for an activity"
2013-08-01 17:18:39 +00:00
Lorenzo Colitti
769f069a47
Display all link IP addresses, on different lines
...
Currently, the "IP address" field in the status page of the
settings app displays only the IP addesses on the base link.
Make it display the stacked link IP addresses as well.
Also, separate IP addresses via newlines instead of commas.
For example, display:
2a00:f40:e000:11c:cf93:ee9:5ad3:6686
192.0.0.4
instead of:
2a00:f40:e000:11c:cf93:ee9:5ad3:6686, 192.0.0.4
Change-Id: Ie78da142fea87735139adcefcfed7154b4f7fefb
2013-08-01 21:45:09 +09:00
Lifu Tang
fc86f69d3b
Implemented RadioButtonPreference
...
Change-Id: I047b6a95f3001b60e7500f85c25d507e1ca1ad0f
2013-07-31 11:07:27 -07:00
Amith Yamasani
a677ee210c
Whitelist fragments appropriate for an activity
...
Change-Id: If4f8c4e9d9949b652946cffe0ebb09b587e5a042
2013-07-30 16:24:58 -07:00
Lifu Tang
040ce60582
Merge "Moved LocationSettings into location sub-package"
2013-07-30 18:43:16 +00:00
David Christie
4a06e4cc43
Add Strings for the new high power location monitoring app op.
...
Change-Id: I36b59fb0c18de1718c8fd2cfe30d713aed59c562
2013-07-30 11:27:55 -07:00
Satoshi Kataoka
4e46424761
Merge "Refactor ime settings"
2013-07-30 08:10:58 +00:00
Satoshi Kataoka
993f6ecf40
Refactor ime settings
...
Bug: 8364845
Change-Id: Ie8db248314f2014278e1006b4b37aa64ce76f893
2013-07-30 16:21:27 +09:00
Satoshi Kataoka
1ccd78cd68
Merge "Fix the displayed name of the personal dictionary"
2013-07-30 03:52:42 +00:00
Satoshi Kataoka
4b6603cb79
Fix the displayed name of the personal dictionary
...
Bug: 8976598
Change-Id: I3a8b50790b6da1658f32ff89df222127cb310da6
2013-07-30 12:42:43 +09:00
Robert Greenwalt
7e9d6a8e55
am 5b7bf112
: am 35a2d796
: Merge "Fix "Add Network" show last selected WiFi AP Dialog"
...
* commit '5b7bf112f55639668b34919dcf2ba19f2cfffaa3':
Fix "Add Network" show last selected WiFi AP Dialog
2013-07-29 16:53:10 -07:00
Robert Greenwalt
5b7bf112f5
am 35a2d796
: Merge "Fix "Add Network" show last selected WiFi AP Dialog"
...
* commit '35a2d796e3afbd7c2572c16f5c8655d89078198b':
Fix "Add Network" show last selected WiFi AP Dialog
2013-07-29 16:50:30 -07:00
Lifu Tang
83ab7c932e
Moved LocationSettings into location sub-package
...
Change-Id: I55b30df5b6889576539b8cb880e3032f417ddfd7
2013-07-29 12:13:48 -07:00
Jonathan Dixon
0125d032ef
Merge "Use WebViewFactory accessors to find experimental state"
2013-07-29 18:51:33 +00:00
Birdson_Chen
2dcf6083f7
Fix "Add Network" show last selected WiFi AP Dialog
...
When user taps Wi-Fi add network button, the pop-up dialog is not empty (it shows last selected WiFi AP Dialog).
The above is observed after the following steps:
- Launch Settings application
- Turn on Wi-Fi
- Select any Wi-Fi Access Point which is not connected previously and change to portrait mode
- Press Cancel from the pop-up and select Add Network icon in menu
Because the "Rotation" operation will cause WifiDialog re-creating and the current settings
of selected Wi-Fi Access Point is saved before WifiDialog destroyed.
Then, the saved Wi-Fi Access Point is displayed when user tap on "Add Network".
It need to clear the saved Wi-Fi Access Point when WifiDialog re-creating.
Change-Id: I3e93943e5bee405329e309c3ec88a35ee9cafc43
2013-07-29 10:37:36 +08:00
Zhihai Xu
84bbb548a6
Add debug menu to enable btsnoop
...
bug: 8059358
Change-Id: Ib695aa5c9fff96d1676f718a2e3fb0bbf91eca04
2013-07-26 13:33:16 -07:00
Jonathan Dixon
c79f26f1ec
Use WebViewFactory accessors to find experimental state
...
This allows the knowledge of default on/off state to the contained in
the WebViewFactory class.
Change-Id: I5645b403d6232252ef36e45097c6a76e4b693dd4
2013-07-25 19:54:31 -07:00
Jean Chalard
1fb887f264
Fix a bug with multiple word insertion.
...
Bug: 7903831
Change-Id: I5202bc529a570292dd78d8503d8e2cc93b43d354
2013-07-25 16:07:31 +09:00
Satoshi Kataoka
cb8c084baf
Merge "Show all languages if user enables multiple subtypes"
2013-07-24 07:02:46 +00:00
Satoshi Kataoka
bac2974dd0
Show all languages if user enables multiple subtypes
...
Bug: 8976598
Change-Id: Idbed69da04321a6f27033329686572d452d26f7a
2013-07-24 15:26:26 +09:00
Alan Viverette
36abe5d62c
Merge "Move accessibility settings to their own package"
2013-07-23 21:16:29 +00:00
Amith Yamasani
9ab062b5d5
Merge "Don't show Restrictions item if it has been disabled for the user."
2013-07-23 16:22:13 +00:00
Satoshi Kataoka
b355683253
Stop redirecting the user dicitonary settings fragments
...
Bug: 9755092
Change-Id: If4443412ca8f33e076edbe2c23c15b07b9b89fa9
2013-07-23 17:28:07 +09:00
Amith Yamasani
d5b1a291eb
Don't show Restrictions item if it has been disabled for the user.
...
Also don't show actual Restrictions content if the fragment was launched
through a different entry point.
Change-Id: I70cb76ca6f68a382e68219053e6f69e7f1fa0150
2013-07-22 16:51:39 -07:00
Satoshi Kataoka
a5c08c9a6f
Remove the locale spinner and show the current language
...
Bug: 8976598
Change-Id: I092141d0cc5c6d7af499ab8ceb69275923180e37
2013-07-22 16:34:41 +09:00
Robert Greenwalt
ff303b4f81
am ea6b5d63
: am 275c1dff
: am 3c087a68
: Merge "Use ConnectivityManager for mobile provision url" into jb-mr2-dev
...
* commit 'ea6b5d63d9100f014cdedf438f1750ed65b822b2':
Use ConnectivityManager for mobile provision url
2013-07-19 16:02:13 -07:00
Robert Greenwalt
ea6b5d63d9
am 275c1dff
: am 3c087a68
: Merge "Use ConnectivityManager for mobile provision url" into jb-mr2-dev
...
* commit '275c1dff7dbec58588b0c696fc5ff4dc80ca6942':
Use ConnectivityManager for mobile provision url
2013-07-19 13:43:04 -07:00
Amith Yamasani
a28787a1cb
Remove spurious import
...
Change-Id: I91172626f4ec64c0fc7497f9f7d11244ca49a341
2013-07-19 13:21:35 -07:00
Amith Yamasani
0ee32a1254
Merge "Apply restrictions right away instead of on exit"
2013-07-19 19:49:16 +00:00
Robert Greenwalt
638bfd9e87
am ba32c249
: resolved conflicts for merge of 4d9f670b
to stage-aosp-master
...
* commit 'ba32c249addded770c288771748aa25d554352a0':
Fix issue 52986: Wifi settings abnormal when screen rotation
2013-07-18 21:16:01 -07:00
Robert Greenwalt
ba32c249ad
resolved conflicts for merge of 4d9f670b
to stage-aosp-master
...
Change-Id: Ia5bb368dbbd857c6e201b821ae7c03a9f6f5006b
2013-07-18 20:52:47 -07:00
Alan Viverette
341ff66e03
Move accessibility settings to their own package
...
Change-Id: I5822bf4a81f5ade4ee0649ed30c2daa40d7e8fe2
2013-07-18 17:49:33 -07:00
Amith Yamasani
7eedcf4a50
Apply restrictions right away instead of on exit
...
Use usermanager to clear restrictions, as it needs to do a bunch of
book keeping.
Apply PIN restriction to master clear button.
Changing existing PIN now includes verifying the PIN, so it doesn't
need to be cleared here in Settings.
Removed automatic persisting of restrictions on receiving them unless
it is a restricted profile.
Make apps that are signed with platform certs immutable and ON.
Change-Id: Iffd1bf2eb0d18202fb66ddcf80668baa8e6b84ed
2013-07-18 11:37:32 -07:00
Robert Greenwalt
4929e912c0
Use ConnectivityManager for mobile provision url
...
bug:9623159
Change-Id: I36697ed341353b7a3dbec5afe20241102e76f6f1
2013-07-16 14:39:50 -07:00
Amith Yamasani
6cb5630c17
Potential fix for Settings instability on x-large.
...
Bug: 9752185
Change-Id: I1b2af6661a601e1d487a35a53f5d01e58529a34d
2013-07-15 15:35:29 -07:00
Wink Saville
5c2075037d
am eeb90735
: am 95c2a4a4
: am 80bfbd53
: Merge "VZW wants the phoneNumber to be 10 zero\'s if there isn\'t one." into jb-mr2-dev
...
* commit 'eeb90735dd7accfa34d77bcc8023412dab84bf9d':
VZW wants the phoneNumber to be 10 zero's if there isn't one.
2013-07-12 12:14:02 -07:00
Wink Saville
eeb90735dd
am 95c2a4a4
: am 80bfbd53
: Merge "VZW wants the phoneNumber to be 10 zero\'s if there isn\'t one." into jb-mr2-dev
...
* commit '95c2a4a43039705f573b346026908369aa5df2b6':
VZW wants the phoneNumber to be 10 zero's if there isn't one.
2013-07-12 12:03:54 -07:00
Wink Saville
b464478664
VZW wants the phoneNumber to be 10 zero's if there isn't one.
...
Bug: 9784059
Change-Id: I41bba908855648d2560440655d8a75a7cb2e0859
2013-07-10 22:19:26 -07:00