Przemyslaw Szczepaniak
eb306b4c15
Fix for empty "Listen to an example" string.
...
Because of bug in previous TTS related change (bugfix for hiding
"Play TTS sample" if default language is not supported), settings
stopped to call getSampleText() when it was established that current
default language is supported.
This change makes sure that getSampleText() is always called if language
is supported.
Bug: 10672535
Change-Id: I83bf7056e12ddbe2322b6a3f04552802037626aa
2013-09-10 10:35:57 +01:00
Baligh Uddin
d84f4b737a
am 97b1f619
: (-s ours) am c184ed76
: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
...
* commit '97b1f619588f5def6bd0b78ba5b60d57e8d95d23':
Import translations. DO NOT MERGE
2013-09-09 22:15:53 -07:00
Baligh Uddin
97b1f61958
am c184ed76
: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
...
* commit 'c184ed7683f3d56ca545ac91c15c747f5460addc':
Import translations. DO NOT MERGE
2013-09-09 22:13:17 -07:00
Baligh Uddin
e578b1cdf5
Merge "Import translations. DO NOT MERGE"
2013-09-10 05:09:04 +00:00
Baligh Uddin
c184ed7683
Merge "Import translations. DO NOT MERGE" into klp-dev
2013-09-10 05:09:00 +00:00
Jeff Sharkey
69f5a7e046
am ffb9258b
: am 75c4204e
: Merge "Remove sdcard developer option, avoid data crash." into klp-dev
...
* commit 'ffb9258b85b894377bef59a08d3466a6d0d12406':
Remove sdcard developer option, avoid data crash.
2013-09-09 21:48:48 -07:00
Jeff Sharkey
ffb9258b85
am 75c4204e
: Merge "Remove sdcard developer option, avoid data crash." into klp-dev
...
* commit '75c4204e8ab154d860824abfec965a8c62f10d77':
Remove sdcard developer option, avoid data crash.
2013-09-09 21:46:19 -07:00
Jeff Sharkey
75c4204e8a
Merge "Remove sdcard developer option, avoid data crash." into klp-dev
2013-09-10 04:41:19 +00:00
Jeff Sharkey
78ff1b8f10
Remove sdcard developer option, avoid data crash.
...
Remove READ_EXTERNAL_STORAGE enforcement UI, since the permission is
now always enforced. Check to see if bandwidth module is enabled
when launching data usage, and finish gracefully if disabled.
Bug: 10116515, 10392597
Change-Id: Id0295c405b780a53867934b3bcd0a5f56db7d87a
2013-09-09 18:42:33 -07:00
Russell Brenner
03d61aff62
am 4d92f098
: am ac72a3df
: Merge "Limit wifi password to ascii chars" into klp-dev
...
* commit '4d92f098d063f4922d48cc7f0205d0fced03321b':
Limit wifi password to ascii chars
2013-09-09 18:18:37 -07:00
Russell Brenner
4d92f098d0
am ac72a3df
: Merge "Limit wifi password to ascii chars" into klp-dev
...
* commit 'ac72a3dfd3069c39e3605a9f5f114efb19059ded':
Limit wifi password to ascii chars
2013-09-09 18:15:57 -07:00
Russell Brenner
ac72a3dfd3
Merge "Limit wifi password to ascii chars" into klp-dev
2013-09-10 01:11:43 +00:00
Amith Yamasani
d87794187b
am 42c020ef
: am 329e5b15
: Merge "Fix NPE for stability tests" into klp-dev
...
* commit '42c020ef51ababcd8bb6a1f42bd2fbe759f44eac':
Fix NPE for stability tests
2013-09-09 14:29:11 -07:00
Dianne Hackborn
3e0495eec5
am b2a4a735
: am d90ff677
: Merge "Follow-on for #10671878 : Proc stats needs to remove old data structures" into klp-dev
...
* commit 'b2a4a735e20a8f4c02a7205cb5da23ef0021fcef':
Follow-on for #10671878 : Proc stats needs to remove old data structures
2013-09-09 14:29:10 -07:00
Tom O'Neill
59b29c7dde
am 0bd29674
: am b23c86dd
: Merge "Specify user when starting service" into klp-dev
...
* commit '0bd296742473bb4c5ed7150cea05c25817b36b80':
Specify user when starting service
2013-09-09 14:29:10 -07:00
Amith Yamasani
42c020ef51
am 329e5b15
: Merge "Fix NPE for stability tests" into klp-dev
...
* commit '329e5b159a559791c41fbf401cf1af5063caf1cf':
Fix NPE for stability tests
2013-09-09 14:25:26 -07:00
Dianne Hackborn
b2a4a735e2
am d90ff677
: Merge "Follow-on for #10671878 : Proc stats needs to remove old data structures" into klp-dev
...
* commit 'd90ff6772b9b21e6c2e6a0bfa616bd612c6bc849':
Follow-on for #10671878 : Proc stats needs to remove old data structures
2013-09-09 14:25:12 -07:00
Tom O'Neill
0bd2967424
am b23c86dd
: Merge "Specify user when starting service" into klp-dev
...
* commit 'b23c86dd2ec48387f099749673df75cc332761e5':
Specify user when starting service
2013-09-09 14:25:11 -07:00
Amith Yamasani
329e5b159a
Merge "Fix NPE for stability tests" into klp-dev
2013-09-09 21:19:02 +00:00
Dianne Hackborn
d90ff6772b
Merge "Follow-on for #10671878 : Proc stats needs to remove old data structures" into klp-dev
2013-09-09 20:37:26 +00:00
Baligh Uddin
73f6f1bfd1
Import translations. DO NOT MERGE
...
Change-Id: I58db88d216a60723598c41e786cbfcfc972d0dfe
Auto-generated-cl: translation import
2013-09-09 13:34:45 -07:00
Baligh Uddin
e10fd7afa2
Import translations. DO NOT MERGE
...
Change-Id: I69705cf113c1288bad878c5b06b5519df8df92d6
Auto-generated-cl: translation import
2013-09-09 13:27:39 -07:00
Amith Yamasani
5334cf609f
Fix NPE for stability tests
...
Bug: 9882651
Change-Id: I4164764a058d68d448ef4a4aba2a18f072079b9c
2013-09-09 13:16:00 -07:00
Tom O'Neill
b23c86dd2e
Merge "Specify user when starting service" into klp-dev
2013-09-09 20:04:27 +00:00
Lifu Tang
242e670f32
am c75a2c58
: am d1253a2b
: Merge "Revert "Dim icons when recent apps category is disabled"" into klp-dev
...
* commit 'c75a2c58d85163cadb4d8b8582ebd81c2c9ecc68':
Revert "Dim icons when recent apps category is disabled"
2013-09-09 10:48:23 -07:00
Lifu Tang
c75a2c58d8
am d1253a2b
: Merge "Revert "Dim icons when recent apps category is disabled"" into klp-dev
...
* commit 'd1253a2b435c17513a397eee3350f737df7a1d8f':
Revert "Dim icons when recent apps category is disabled"
2013-09-09 10:44:41 -07:00
Lifu Tang
d1253a2b43
Merge "Revert "Dim icons when recent apps category is disabled"" into klp-dev
2013-09-09 17:40:24 +00:00
Tom O'Neill
7f91d86283
Specify user when starting service
...
- Improve logging
- Fix b/10621831
Change-Id: Icbb265ce53640dcf63f1c81d682f5811f196efcc
2013-09-09 10:33:52 -07:00
Russell Brenner
e094f60f1c
Limit wifi password to ascii chars
...
Bug: 10441448
Change-Id: I7a77a8f594dbe0ef4df60db9b26167b8f17bf8b2
2013-09-09 10:13:47 -07:00
Dianne Hackborn
04436c51f6
Follow-on for #10671878 : Proc stats needs to remove old data structures
...
The UI can now show better information about services, now that we
have the name of the process each service runs in and its total run
time.
Change-Id: I0777d8295a50c8f69c57bad24ccafe3bf0fbe5b8
2013-09-09 09:51:34 -07:00
Lifu Tang
332822e31b
Revert "Dim icons when recent apps category is disabled"
...
This change makes all the icons in the system dimmed, not only on Location Settings page. I haven't managed to find a simple fix to that problem. I think we should abandon this feature, and revert this CL.
This reverts commit ebcd196a0b
.
Change-Id: If39f2892c82643b936d2d9ff7b1d1c027018f3f6
2013-09-09 00:06:34 +00:00
Lifu Tang
033899161e
am e13049b0
: am 5999658e
: Merge "Dim icons when recent apps category is disabled" into klp-dev
...
* commit 'e13049b04a62212f8d47a822350a165ff9a76a2a':
Dim icons when recent apps category is disabled
2013-09-07 22:15:58 -07:00
Lifu Tang
e13049b04a
am 5999658e
: Merge "Dim icons when recent apps category is disabled" into klp-dev
...
* commit '5999658ef8e5ae0e1e148cca8ab8ab90813902ba':
Dim icons when recent apps category is disabled
2013-09-07 22:14:11 -07:00
Lifu Tang
5999658ef8
Merge "Dim icons when recent apps category is disabled" into klp-dev
2013-09-08 05:12:00 +00:00
Svetoslav Ganov
00457ee68d
am 3a67c5e3
: am 1e1d5324
: Merge "Print service settings polish" into klp-dev
...
* commit '3a67c5e3b3534176d9b57480b2a9d79b1f8e6ba9':
Print service settings polish
2013-09-07 15:12:51 -07:00
Svetoslav Ganov
3a67c5e3b3
am 1e1d5324
: Merge "Print service settings polish" into klp-dev
...
* commit '1e1d532491ecf10e7fd5791559b5d97be5553ae4':
Print service settings polish
2013-09-07 15:10:35 -07:00
Svetoslav Ganov
1e1d532491
Merge "Print service settings polish" into klp-dev
2013-09-07 22:05:38 +00:00
Lifu Tang
ebcd196a0b
Dim icons when recent apps category is disabled
...
- Fix b/10654646
Change-Id: I7581054b0838c801cf9a6c889e8aeb9db8c7ba56
2013-09-06 20:19:33 -07:00
Lifu Tang
34d0264d05
am 1cae5d35
: am 066d04de
: Merge "Gray recent apps section when location disabled" into klp-dev
...
* commit '1cae5d35b257d2ba7c018ceb87c22496bc189147':
Gray recent apps section when location disabled
2013-09-06 18:38:12 -07:00
Lifu Tang
1cae5d35b2
am 066d04de
: Merge "Gray recent apps section when location disabled" into klp-dev
...
* commit '066d04def1325b97e90f1aaff77e532bf299d938':
Gray recent apps section when location disabled
2013-09-06 18:35:35 -07:00
Lifu Tang
066d04def1
Merge "Gray recent apps section when location disabled" into klp-dev
2013-09-07 01:32:48 +00:00
Lifu Tang
d3a77665ef
Gray recent apps section when location disabled
...
- Fix b/10638903
Change-Id: I1c09661b0e5ac8d089a515b64301ddfe9bcedaa9
2013-09-06 18:26:21 -07:00
Lifu Tang
e6960f001b
am 0c6eb1e7
: am fbf2d276
: Merge "Made "No Recent Apps" banner brighter" into klp-dev
...
* commit '0c6eb1e773ca0d095d4b284950e07807a3c1f613':
Made "No Recent Apps" banner brighter
2013-09-06 17:22:35 -07:00
Lifu Tang
0c6eb1e773
am fbf2d276
: Merge "Made "No Recent Apps" banner brighter" into klp-dev
...
* commit 'fbf2d276353e76958484b0489df84f5b6ef8feef':
Made "No Recent Apps" banner brighter
2013-09-06 17:19:13 -07:00
Lifu Tang
fbf2d27635
Merge "Made "No Recent Apps" banner brighter" into klp-dev
2013-09-07 00:15:26 +00:00
Robert Greenwalt
61e703a67c
am 0c6790a7
: am 8ad8bfd9
: Merge "Use the application name instead of package." into klp-dev
...
* commit '0c6790a7453ed8b5edc672a209b0eb32532cb1bc':
Use the application name instead of package.
2013-09-06 16:39:53 -07:00
Robert Greenwalt
0c6790a745
am 8ad8bfd9
: Merge "Use the application name instead of package." into klp-dev
...
* commit '8ad8bfd9aa871473a3cd1546bed34a366bfaa74f':
Use the application name instead of package.
2013-09-06 16:37:52 -07:00
Robert Greenwalt
8ad8bfd9aa
Merge "Use the application name instead of package." into klp-dev
2013-09-06 23:35:46 +00:00
Lifu Tang
0d56bb2950
Made "No Recent Apps" banner brighter
...
- Fix b/10638903
Change-Id: I83d3dc30315c05844ed57ee3065b099ce1ec1f96
2013-09-06 16:05:23 -07:00
Svetoslav Ganov
43557570cf
Print service settings polish
...
1. Moved the settings and add printers to the overflow menu.
2. Collapsing the search action view to get proper behavior when selected.
3. Showing the search option only if there are printers.
4. Stop observing for printers if the service is disabled.
bug:10652301
Change-Id: I589a3b177c5a58a8b1382d7020fd4b128afd9038
2013-09-06 14:57:51 -07:00