Commit Graph

6432 Commits

Author SHA1 Message Date
Eric Fischer
b11b9abf95 Restore deleted string still referenced from XML.
Change-Id: I2a1384db53b5670815503076f28b89712b8c9c00
2012-04-18 15:26:18 -07:00
Eric Fischer
7046d96bcb Import translations. DO NOT MERGE
Change-Id: I1f5bf9b21d66376e163cb4a32fb0a55ebba66cb3
2012-04-18 14:42:42 -07:00
Gilles Debunne
58a904ad2e Data usage limit label font size fixed
Bug 6326750

The font size around the text was removed when its content is replaced.
This is WAI since the spans created from <font> html tags have a
SPAN_EXCLUSIVE_EXCLUSIVE flag. These are removed when their length
becomes 0. The bug came from a recent enforcement of this constraint.

The fix is to change the flags of these AbsoluteSizeSpan spans.

This CL also changes the code to avoid the creation of the int[] array.

Change-Id: Ib58270bb9d1cf0c7609ba1e36d6c0cca841300db
2012-04-17 18:39:26 -07:00
Jeff Brown
aae7f693ea Merge "Add label for default keyboard layout." 2012-04-17 14:29:29 -07:00
Jeff Brown
512d0cb3eb Add label for default keyboard layout.
Bug: 6110399
Change-Id: I2431b99884cbd01de32f8cd6c14a3afbd18b5020
2012-04-17 13:55:15 -07:00
Jake Hamby
bae78c609a Merge "Remove "Searching/Tap To Pair" text from Bluetooth Settings." 2012-04-16 18:10:33 -07:00
Jake Hamby
494f646a30 Remove "Searching/Tap To Pair" text from Bluetooth Settings.
The second text field next to "Available devices" in the Bluetooth
Settings device list creates a cluttered heading that wraps to multiple
lines in some locales. It's unnecessary because there's a graphical
progress spinner when searching for devices, and "Touch to pair" is
easily discoverable. Remove the second text field and the "Searching"
and "Touch to pair" string resources.

Bug: 5496221
Change-Id: I7b71222415152014426cf54fc112fe5379d350dc
2012-04-16 16:34:01 -07:00
Eric Fischer
f2dedc0f27 Import translations. DO NOT MERGE
Change-Id: I58fdf383ccd986cb56187d098365dab7b1ec4462
2012-04-16 14:40:19 -07:00
Irfan Sheriff
afdadec674 Merge "Wifi: Update message when scan result is empty" 2012-04-13 22:12:57 -07:00
Vishal Mahaveer
6243e8e466 Wifi: Update message when scan result is empty
Handle case when Wi-Fi scan result is empty

Change-Id: I03ccbf2603367efa3c6dfe20514e8c7c5a68b5d9
Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
2012-04-13 21:45:38 -07:00
Jeff Brown
08c9dcc083 Merge "Add setting to redirect vibrator to game controller." 2012-04-13 20:40:06 -07:00
Jeff Brown
d350f8556e Merge "Use new input device listener API to refresh keyboards." 2012-04-13 20:31:37 -07:00
Jeff Brown
f8fb0e5b24 Add setting to redirect vibrator to game controller.
Bug: 6334179
Change-Id: I62c9c163aa4ee2c88286daee77641418869a1dab
2012-04-13 20:27:45 -07:00
Jeff Sharkey
7482e7e4cb Merge "Show data restricted apps, unify strings." 2012-04-13 20:16:00 -07:00
Jeff Sharkey
e557c3349e Show data restricted apps, unify strings.
Always show apps with background data restricted, even when not
used in selected time period.  Combine measurement disclaimer into
single string, and only show for mobile networks.  Unify limit
dialog string.

Bug: 6007276, 5505010, 5495020, 5456087
Change-Id: I0ec307b330838dc9528d7e63e0ac1edd14ba122c
2012-04-13 19:45:02 -07:00
Jeff Brown
96cdcd80a8 Use new input device listener API to refresh keyboards.
Bug: 6110399
Change-Id: Ibb0bbeb40af2ee7204e4682bc7493262407fd83f
2012-04-13 18:25:51 -07:00
Eric Fischer
b2b9312b70 am dad12ddb: (-s ours) am 6ce339f6: Import translations. DO NOT MERGE
* commit 'dad12ddbe6425b031002c2f2e646f78789de36ac':
  Import translations. DO NOT MERGE
2012-04-13 17:29:02 -07:00
Eric Fischer
dad12ddbe6 am 6ce339f6: Import translations. DO NOT MERGE
* commit '6ce339f6788a8e95c6e412e1704499b4ba15dcf2':
  Import translations. DO NOT MERGE
2012-04-13 17:26:34 -07:00
Eric Fischer
215de5cdf6 Merge "Import translations. DO NOT MERGE" 2012-04-13 17:25:45 -07:00
Eric Fischer
c1c0486b36 am ee365b41: (-s ours) Import translations. DO NOT MERGE
* commit 'ee365b411d98aa693506e88f2d73ebf09e81d098':
  Import translations. DO NOT MERGE
2012-04-13 17:25:43 -07:00
Eric Fischer
2127d21031 Import translations. DO NOT MERGE
Change-Id: I1addf893fc64101dca482c89e2b0e286f679d7bf
2012-04-13 14:00:36 -07:00
Eric Fischer
6ce339f678 Import translations. DO NOT MERGE
Change-Id: I88661d0e666de6dca93aa2b55dd1ecd38040b7b3
2012-04-13 13:58:45 -07:00
Eric Fischer
ee365b411d Import translations. DO NOT MERGE
Change-Id: I7a7ab730f6d513c7a32e84a3536d8aa1dbd010bd
2012-04-13 13:56:55 -07:00
Jeff Sharkey
e8a930427d Merge "Handle READ_EXTERNAL enforced by default." 2012-04-13 10:42:37 -07:00
Jeff Sharkey
78a534af1b Handle READ_EXTERNAL enforced by default.
Bug: 6131916
Change-Id: Icbdaf6c7febfb8f93992a1f32732d104c8c1848c
2012-04-12 23:27:59 -07:00
Svetoslav Ganov
9ad9cf646e Adding Text-To-Speech under Accessibility.
1. Adding text to speech (TTS) settings link under accessibility since
   the TTS settings are buried under language and input, therefore it is
   hard to find for a blind user. Note that TTS settings are some of the most
   important for a visually impaired user.

bug:5713535

Change-Id: I60aed1aeec5d40aa633dbac6e6149ad12366e9e6
2012-04-12 19:38:03 -07:00
Eric Fischer
5cce0e6e77 Merge "Import translations. DO NOT MERGE" 2012-04-11 14:06:11 -07:00
Eric Fischer
7dbda12734 Import translations. DO NOT MERGE
Change-Id: I9259a45cd35d2404b4a4111092e62e0d20bf0ec9
2012-04-11 13:56:16 -07:00
Jeff Sharkey
27dcb8d7b6 Merge "Hide body immediately when no tabs." 2012-04-11 11:04:00 -07:00
Jeff Sharkey
ad17de32bc Hide body immediately when no tabs.
Also check for valid SIM card when checking 4G radio status.

Bug: 6311752
Change-Id: Ic148f052429cc66bb51237bdc93c09f7c8ba3df1
2012-04-11 11:03:25 -07:00
Jeff Brown
4397f406a3 Update use of input manager API in settings.
Change-Id: I7aa033df8b5eec69cc6002b0bcc20b1d9902e4e0
2012-04-10 18:23:59 -07:00
Eric Fischer
7939df8182 am 13741f2f: (-s ours) Import translations. DO NOT MERGE
* commit '13741f2fa6f950f718b60077c32c4b88025d9a22':
  Import translations. DO NOT MERGE
2012-04-10 15:13:44 -07:00
Eric Fischer
dbc7d9c7e5 Import translations. DO NOT MERGE
Change-Id: Ia88d79197d3af7e2bc17e42c5717de7fb74de306
2012-04-10 14:38:57 -07:00
Eric Fischer
13741f2fa6 Import translations. DO NOT MERGE
Change-Id: Ia2e68c14354bee036c6508af492e6a4eff376f17
2012-04-10 14:34:32 -07:00
Daniel Sandler
47c991f78c Update Settings for new Dreams architecture.
Additionally, hide all Dreams settings if the feature is
disabled (R.bool.config_enableDreams).

(Depends on change Idfe9d430)

Change-Id: Ifa05f125e411ca58605c33481de26cd29a926807
2012-04-10 04:15:21 -04:00
Eric Fischer
c8732db7e5 Merge "Import translations. DO NOT MERGE" 2012-04-09 15:46:21 -07:00
Eric Fischer
2269c2d12b Import translations. DO NOT MERGE
Change-Id: Icf78d443b9bd55cab09bead04c8046bcecab171d
2012-04-09 15:02:34 -07:00
Irfan Sheriff
d723367a6b Merge "Add support for cancelling connection" 2012-04-09 14:29:14 -07:00
Jeff Sharkey
76c5ed4f35 Migrate to @Override to remove warnings.
Bug: 6303344

Change-Id: I8f17edc3b12d50cedab2c5f555c63bc07d85bca2
2012-04-09 10:57:29 -07:00
Eric Fischer
fac28c5010 Merge "Import translations. DO NOT MERGE" 2012-04-06 16:42:13 -07:00
Irfan Sheriff
c08caf7a33 Add support for cancelling connection
Change-Id: Iba4a002ab86e62d87ae1175b75c203d3a86ad7c6
2012-04-06 15:28:57 -07:00
Eric Fischer
7b778e558e Import translations. DO NOT MERGE
Change-Id: I8bdd165249129d85855fc43b738fb970f132ce8b
2012-04-06 14:08:15 -07:00
Jeff Sharkey
3d7355342a Merge "Move to INetworkStatsSession with lifecycle." 2012-04-06 13:40:45 -07:00
Amith Yamasani
96b5ce8419 Merge "Update strings and character limits for some new strings" 2012-04-06 12:00:01 -07:00
Amith Yamasani
86ad15e741 Update strings and character limits for some new strings
Bug: 6243599
Bug: 6247318
Change-Id: Iaab4f6a2b55b7ee18804a3dcf8a0d00e67627e57
2012-04-06 11:59:02 -07:00
Jeff Sharkey
08ce99e224 Move to INetworkStatsSession with lifecycle.
Explicitly communicate lifecycle, enabling system_server to cache
stats when actively being used.

Bug: 6236498
Change-Id: Ieecc4b1d4fd46aeb5207c4ba9b450e04e9438d00
2012-04-06 11:47:25 -07:00
Jeff Brown
11ca81e1f0 Merge "Use new input manager API." 2012-04-05 19:34:58 -07:00
Jeff Brown
b4765ac70d Use new input manager API.
Bug: 6110399
Change-Id: I13f23b5d0aa5dc461a135303fc47432a6d57cbb4
2012-04-05 18:50:14 -07:00
Jean Chalard
7719be16df Merge "Update the delete asset with a more modern one." 2012-04-05 18:18:49 -07:00
Adam Powell
c48bf55b28 Merge "Specify up navigation behavior" 2012-04-05 16:24:19 -07:00