Commit Graph

14456 Commits

Author SHA1 Message Date
Adam Lesinski
6eae70fd5d Fix resource id generation
ID resources were being generated in the 'android' package.

Change-Id: Ia2569c187102551fe85fe7cc88970b38032801a6
2014-06-19 16:30:36 -07:00
Yorke Lee
cb4f825c77 Merge "Revert "Add default Dialer preference to Settings"" 2014-06-19 22:33:55 +00:00
Yorke Lee
5e10834bd8 Revert "Add default Dialer preference to Settings"
This reverts commit d4720d9872.

Change-Id: I0cfc0506619892360e42a62c6bdbf6d2d3186e1c
2014-06-19 22:21:41 +00:00
Fabrice Di Meglio
356b89a3ba Merge "Improve Search results highlighting" 2014-06-19 20:37:59 +00:00
Fabrice Di Meglio
c70b7f6f35 Improve Search results highlighting
- remove unnecessary code
- use keyed Tag with a well known App key for preventing collisions
- fix missing Brightness Level preference key (used for highlight)

Change-Id: I070e3b8c3cb43da7addd34be192aade21951f57c
2014-06-19 13:58:22 -07:00
Maurice Lam
3c9ca35ebc [WifiSetup] Fix WifiDialog crash
Static inner class fragments need to be public.

Bug: 15742215
Change-Id: I24410b1ad6756c090fbf15f2a2ba07aa4eae5f41
2014-06-19 11:36:03 -07:00
Przemyslaw Szczepaniak
6ac8ddb898 Normalize TTS default locale before #toDisplayString
TTS is... special in regard of Locale instances it uses.
Recently ISO-3166 alpha 3 country codes went out of spec, so
"English (GBR)".

Bug: 15741357
Change-Id: I022105acad9d319d5e09231be340405d797c84c4
2014-06-19 15:50:50 +00:00
Jay Civelli
ad90774075 Reenabling permission check for TrustAgent.
Now that master is using the latest Manchego, we can reenable the
permission check for TrustAgent.

Change-Id: Icec3be998eb1f6db67e99d29859a593d7ddcc60a
2014-06-19 08:34:18 -07:00
Fabrice Di Meglio
ee18fdbec8 Fix bug #15729260 Switch should not have any outer glow ripple around its circle
- @null for the background

Change-Id: If2fa9f3dcdbd79af42e308120ce0c3ba3bc78ea3
2014-06-18 17:09:19 -07:00
Baligh Uddin
f682847746 Import translations. DO NOT MERGE
Change-Id: I67f5858d2072ad89652040f543bca2dd93ef6fce
Auto-generated-cl: translation import
2014-06-18 13:08:00 -07:00
Fabrice Di Meglio
b11f132e07 Merge "Fix Spell Checker layout padding" 2014-06-18 18:22:48 +00:00
Fabrice Di Meglio
e4f58f9c52 Fix Spell Checker layout padding
- update padding layout for being consistent with the rest of the Settings App

See bug: #15384992 Setting Dashboard - padding updates

Change-Id: I37ce631425b3e075f4a5d44a41c6a3bac7607a3d
2014-06-18 16:25:33 -07:00
Fabrice Di Meglio
0ec4251d12 Make Process Stats more beautiful
- update padding layouts for being consistent with the rest of the Settings App

See bug: #15384992 Setting Dashboard - padding updates

Change-Id: I1813eec92a97e4cd9adb4a9c9852c8cd03c38a05
2014-06-18 16:14:45 -07:00
Fabrice Di Meglio
6ebcc36514 Update more colors in Data Usage Summary
- use colors from the Settings Theme
- code cleaning for use the Theme accent color constant
instead of raw color value

Change-Id: I04ec913f0b8048b6e50069213e9d92992168fe18
2014-06-18 12:56:04 -07:00
Fabrice Di Meglio
e5c75ab44b Fix bug #15696670 Settings > Apps using old Holo colors in tabs, space indicator
- updated the LinearColorBar colors, the gradient colors on top of it
and also the label colors too for being compatible with the rest of
the Settings App theming

Change-Id: If88be4ac7084d26299e8e738389279bec636ccd6
2014-06-18 12:01:47 -07:00
Fabrice Di Meglio
cc22af0811 Fix bug #15696670 Settings > Apps using old Holo colors in tabs, space indicator
- update color from Holo to the Theme accent color

Change-Id: Ifd9aced1654e2fddc0ab729cd5c6170b6a07f01e
2014-06-18 11:26:40 -07:00
Fabrice Di Meglio
3b5e885665 Merge "Make Process Stats more beautiful" 2014-06-18 18:22:48 +00:00
PauloftheWest
da43135d7e bug #15543626 Bluetooth Settings headers need to support Quantum styling
+ Changed cog to teal
+ Eliminated double vertical bar
+ Removed dimming the cog

Change-Id: I6311408658328b5cc9c7e2846a8ba74a32d1af6e
2014-06-18 13:26:19 -07:00
Mark Salyzyn
3f7e5fc170 am ce258caa: Merge changes I8f067f14,I54d8255a,Ib15917bf
* commit 'ce258caa4aa5cd1ea66b839ee7231c76fcfbc8d6':
  Settings: crashing when turning ON<>OFF developer option. DO NOT MERGE
  Settings: logd: increase dialog title field size to 59
  Settings: logd: increase summary field size to 30
2014-06-18 14:20:11 +00:00
Griff Hazen
3ba147712b am bd042089: DO NOT MERGE Fix build for notification listener internal api change
* commit 'bd042089891d749855be5d39d76380e7c7f85e6f':
  DO NOT MERGE Fix build for notification listener internal api change
2014-06-18 09:00:55 +00:00
Griff Hazen
bd04208989 DO NOT MERGE Fix build for notification listener internal api change
Bug: 15426276
Change-Id: I3861eb03796f9938f66237454aea148f5c64b370
2014-06-17 21:43:19 -07:00
Fabrice Di Meglio
fb03ae2954 Fix Print Settings layout padding
- make padding consistent with the rest of the Settings App

See bug: #15384992 Setting Dashboard - padding updates

Change-Id: I2f095951143e5c953405c3cd9ff8f77b76c791ae
2014-06-17 19:54:09 -07:00
Maurice Lam
432bd3aab1 [WifiSetup] Removed button bar
Removed button bar from setup_preference because the same feature
is provided in SettingsActivity already.
Also removed setup custom button because that functionality is
superceded by the navigation bar.

Change-Id: I7f853d57bb63ad3c410e2731d1485d152f806d9f
2014-06-17 16:59:28 -07:00
Mark Salyzyn
ce258caa4a Merge changes I8f067f14,I54d8255a,Ib15917bf
* changes:
  Settings: crashing when turning ON<>OFF developer option. DO NOT MERGE
  Settings: logd: increase dialog title field size to 59
  Settings: logd: increase summary field size to 30
2014-06-17 23:00:03 +00:00
Fabrice Di Meglio
2957243d83 Merge "Update more colors in Data Usage Summary" 2014-06-17 21:46:58 +00:00
Ed Heyl
8735c97d59 Merge "Fix the build: Revert "Improve Search results highlighting"" 2014-06-17 21:43:29 +00:00
Ed Heyl
5f5ac95d39 Fix the build: Revert "Improve Search results highlighting"
This reverts commit bba732d1cb.

Change-Id: I73e026456e6fe604f514d504c579ad52cb83c188
2014-06-19 19:59:19 +00:00
Fabrice Di Meglio
bba732d1cb Improve Search results highlighting
- remove unnecessary code
- use keyed Tag with a well known App key for preventing collisions
- fix missing Brightness Level preference key (used for highlight)

Change-Id: Ib856cc33f9058c10303d239e60a0ee4c322385a1
2014-06-19 11:29:26 -07:00
Fabrice Di Meglio
461ef17f2c Merge "Improve Search results highlighting" 2014-06-19 14:48:39 +00:00
Baligh Uddin
b9383e6456 am f6828477: (-s ours) Import translations. DO NOT MERGE
* commit 'f682847746d7de10f72701650365441ff3255ee0':
  Import translations. DO NOT MERGE
2014-06-19 19:10:17 +00:00
Baligh Uddin
ea11392e1b Merge "Import translations. DO NOT MERGE" 2014-06-19 14:48:39 +00:00
Julia Reynolds
67ab905a0c Merge "Apply user restriction checks to app info screen in settings." 2014-06-19 03:07:58 +00:00
vandwalle
5569c24380 Merge "add setting to control wifi handover" 2014-06-18 21:47:35 +00:00
vandwalle
5e7b3ad09f add setting to control wifi handover
Change-Id: I85a8c8d501238a8115713ca7b018cdac6d0af95a
2014-06-18 20:26:08 -07:00
Julia Reynolds
30df56dc36 Apply user restriction checks to app info screen in settings.
Bug: 14081992
Change-Id: Id90c00df600c19820dcbc391a09cc6a58e673d0e
2014-06-18 16:38:44 -04:00
Baligh Uddin
80d650d58d Import translations. DO NOT MERGE
Change-Id: I4cf6b8f16630435ad97480cb9257bf745b1365cf
Auto-generated-cl: translation import
2014-06-18 13:12:57 -07:00
Mark Salyzyn
2160b50309 am 3f7e5fc1: am ce258caa: Merge changes I8f067f14,I54d8255a,Ib15917bf
* commit '3f7e5fc170930df1b049c88a0d2b423dbc83252a':
  Settings: crashing when turning ON<>OFF developer option. DO NOT MERGE
  Settings: logd: increase dialog title field size to 59
  Settings: logd: increase summary field size to 30
2014-06-18 14:24:25 +00:00
Griff Hazen
2adb80434c am 3ba14771: (-s ours) am bd042089: DO NOT MERGE Fix build for notification listener internal api change
* commit '3ba147712ba2738c00509df28e4c50e59dbdeb2e':
  DO NOT MERGE Fix build for notification listener internal api change
2014-06-18 10:19:09 +00:00
Fabrice Di Meglio
50bff6fb82 Merge "Fix bug #15696670 Settings > Apps using old Holo colors in tabs, space indicator" 2014-06-17 21:43:29 +00:00
Fabrice Di Meglio
83234b644b Merge "Fix bug #15696670 Settings > Apps using old Holo colors in tabs, space indicator" 2014-06-17 21:36:48 +00:00
Fabrice Di Meglio
77e61fea5e Merge "Fix Print Settings layout padding" 2014-06-17 21:36:48 +00:00
Fabrice Di Meglio
df7becb8e5 Merge "Fix Language & Input Settings layouts padding - part 2" 2014-06-17 20:49:29 +00:00
Fabrice Di Meglio
b6679d2b52 Fix Language & Input Settings layouts padding - part 2
- make padding consistent with the rest of the Settings App
- make input methods and tts engines list item consistent

See bug: #15384992 Setting Dashboard - padding updates

Change-Id: I403adc579adcf4bc31bc198677463177a41bb5ec
2014-06-17 19:22:42 -07:00
Fabrice Di Meglio
e767d2ea97 Fix Language & Input Settings layouts padding
- make padding consistent with the rest of the Settings App

See bug: #15384992 Setting Dashboard - padding updates

Change-Id: I9aab93e6b18d0fa966e79e93a334b339fa2ca20a
2014-06-17 19:07:53 -07:00
Fabrice Di Meglio
21ddce6969 Fix Security Settings padding
- for OwnerInfo / Trust Agent / Trusted Credentials / Device Admin
- fix also scrollbars position
- also layout code formatting

See bug: #15384992 Setting Dashboard - padding updates

Change-Id: Ib840c6dea62d7cead671b2ca8744502a7ecb435a
2014-06-17 18:52:11 -07:00
Fabrice Di Meglio
0106a2efd2 Fix padding for Battery Chart Headers label
- make it consistent with the rest of the Settings App
- also fix label gravity (for RTL support)

See bug: #15384992 Setting Dashboard - padding updates

Change-Id: I91cbfc62daf05d819009f7086047b5b78a03be4e
2014-06-17 17:40:53 -07:00
Fabrice Di Meglio
18bc61bc8d Fix Storage Settings UsageBar empty color
- use same empty color as the Battery graph

Change-Id: I1458ecc713117d79182c427e0eadb7407ec1ebae
2014-06-17 17:01:51 -07:00
Fabrice Di Meglio
1e0e0ed6df Fix UsageBar for Storage Settings
- make padding consistent with the rest of the Settings App

See bug: #15384992 Setting Dashboard - padding updates

Change-Id: Id333493cc4e88355a1211834081cd22e61aabf77
2014-06-17 16:43:00 -07:00
Fabrice Di Meglio
6434149c0e Fix Notifications Settings padding
- make it consistent with the rest of the Settings App

See bug: #15384992 Setting Dashboard - padding updates

Change-Id: I5ac608772070870e5fdcd10257e9f81fe65f08ac
2014-06-17 16:30:02 -07:00
Fabrice Di Meglio
2968c3c114 Fix padding for AndroidBeam layout
- make it standard

See bug: #15384992 Setting Dashboard - padding updates

Change-Id: If4443beea744bd8d1ddb79df6ed48bd95b58fad4
2014-06-17 16:03:20 -07:00