Jim Miller
3ea1c9938a
am 04e3a2aa: am d386c0a4: am be5ba9a2: Merge "Update search asset with new new new asset." into klp-dev
...
* commit '04e3a2aaf503e15b8b549443f1351eb2a4d069da':
Update search asset with new new new asset.
2013-10-07 18:59:17 -07:00
Jim Miller
04e3a2aaf5
am d386c0a4: am be5ba9a2: Merge "Update search asset with new new new asset." into klp-dev
...
* commit 'd386c0a4f312f4f6fc4d621a358c2850516a8292':
Update search asset with new new new asset.
2013-10-07 18:56:29 -07:00
Jim Miller
be5ba9a255
Merge "Update search asset with new new new asset." into klp-dev
2013-10-08 01:52:13 +00:00
Jim Miller
2de3b6be0b
Update search asset with new new new asset.
...
Fixes bug 11102853
Change-Id: Icab95409e0b641858e301157ad3f56542bb6d4f8
2013-10-07 18:40:43 -07:00
Michael Wright
839dae4a96
am d07179ba: am 7c677bb8: am bf33f34c: Merge "Show no_sim icon when no SIM card is available." into klp-dev
...
* commit 'd07179ba2343713685a546d7f8b14bf49d9b5a5c':
Show no_sim icon when no SIM card is available.
2013-10-07 17:19:51 -07:00
Michael Wright
d07179ba23
am 7c677bb8: am bf33f34c: Merge "Show no_sim icon when no SIM card is available." into klp-dev
...
* commit '7c677bb8220023bc83ef5b78a8e298ef4d3ab463':
Show no_sim icon when no SIM card is available.
2013-10-07 17:16:58 -07:00
Michael Wright
bf33f34c1b
Merge "Show no_sim icon when no SIM card is available." into klp-dev
2013-10-08 00:10:05 +00:00
Michael Wright
2eeacc02a2
Show no_sim icon when no SIM card is available.
...
Bug: 10958943
Change-Id: I1fcd961ddab45e316d726b90fdbbc176e6e7d737
2013-10-07 13:50:32 -07:00
Baligh Uddin
ce97178708
Merge "Import translations. DO NOT MERGE"
2013-10-07 19:44:44 +00:00
Baligh Uddin
60346c7eef
Import translations. DO NOT MERGE
...
Change-Id: If15c5c51c1e0b1168de88539edea55d427c68c61
Auto-generated-cl: translation import
2013-10-07 11:09:40 -07:00
Chris Craik
641ac6429a
Clean up unused resources
...
bug:10641374
Additionally, fixes incorrect getColor use
Change-Id: Ie56ad5baa099cc421629a5dcc8ef9de14e44079a
2013-10-07 11:00:33 -07:00
John Spurlock
e2603ffe96
am 7f106c46: am f2ec90f2: am 2788712a: Merge "Update qs asset outlines." into klp-dev
...
* commit '7f106c465bae726aa421ceceb4489eee1d9dad42':
Update qs asset outlines.
2013-10-07 10:15:52 -07:00
John Spurlock
7f106c465b
am f2ec90f2: am 2788712a: Merge "Update qs asset outlines." into klp-dev
...
* commit 'f2ec90f26ca29f3fe1237f8b593a0f2d6f25de80':
Update qs asset outlines.
2013-10-07 10:10:12 -07:00
John Spurlock
9c00a2f304
Update qs asset outlines.
...
Bug:10641374
Change-Id: Id4748cf72b4c8c3c59797fc4880926cb4fe57b74
2013-10-07 12:39:18 -04:00
Kenny Guy
e8f50a1400
Fix null pointer exception when updating rotation tile.
...
This occurs when switching users on devices that
don't have a rotation lock quick settings tile.
Change-Id: I738ca15ca754be90cec7eaf3a8eda3e38ed96b33
2013-10-07 15:54:04 +01:00
John Spurlock
13431ad822
am 4818db0f: am b88ede00: am d5102f19: Merge "Transparent system ui flags -> Translucent WM flags." into klp-dev
...
* commit '4818db0fc5dec465a2cdb76c0faff4750a3a3fff':
Transparent system ui flags -> Translucent WM flags.
2013-10-06 19:22:46 -07:00
John Spurlock
4818db0fc5
am b88ede00: am d5102f19: Merge "Transparent system ui flags -> Translucent WM flags." into klp-dev
...
* commit 'b88ede00ac12fb359b490a5167cd595ebde7e805':
Transparent system ui flags -> Translucent WM flags.
2013-10-06 19:19:18 -07:00
John Spurlock
d5102f1965
Merge "Transparent system ui flags -> Translucent WM flags." into klp-dev
2013-10-07 02:13:50 +00:00
Jim Miller
18ac0d7741
am 143f2e4c: am 1654f847: am 158fbd3a: Fix bug where pebble app triggers accessibility mode in navbar camera
...
* commit '143f2e4c5c33d4cedf8dfa667f990e3957ee53f5':
Fix bug where pebble app triggers accessibility mode in navbar camera
2013-10-06 18:23:41 -07:00
Jim Miller
143f2e4c5c
am 1654f847: am 158fbd3a: Fix bug where pebble app triggers accessibility mode in navbar camera
...
* commit '1654f84712d79a96083e039fc5b3cdaf05857d2f':
Fix bug where pebble app triggers accessibility mode in navbar camera
2013-10-06 18:18:40 -07:00
John Spurlock
bd95740648
Transparent system ui flags -> Translucent WM flags.
...
Migrate View.SYSTEM_UI_FLAG_TRANSPARENT_(STATUS/NAVIGATION) to
WindowManager.LayoutParams.FLAG_TRANSLUCENT_(STATUS|NAVIGATION).
Add associated public attrs for both new window flags:
windowTranslucentStatus
windowTranslucentNavigation
Introduce convenient four new themes that set translucent decor:
Theme.Holo.NoActionBar.TranslucentDecor
Theme.Holo.Light.NoActionBar.TranslucentDecor
Theme.DeviceDefault.NoActionBar.TranslucentDecor
Theme.DeviceDefault.Light.NoActionBar.TranslucentDecor
Update PhoneWindowManager mechanism to plumb these values back to
SystemUI to drive bar mode state.
The new translucent flags come from the top fullscreen window, not
the focused window, so translucency does not change when opening
dialogs.
Imply some window-level system-ui visibility if one or both of these
new flags are present, specifically:
FLAG_TRANSLUCENT_STATUS implies LAYOUT_STABLE, LAYOUT_FULLSCREEN
FLAG_TRANSLUCENT_NAVIGATION implies LAYOUT STABLE, LAYOUT_HIDE_NAV
Rename all associated variable & resource names to use the term
translucent instead of transparent. (Retain the term semi-transparent
for the transient bar style).
Recents activity allowed to inherit translucent decor state via the
new PRIVATE_FLAG_INHERIT_TRANSLUCENT_DECOR. Compensating changes
to use the full screen area more appropriately.
Update keyguard to use new WM flags.
Update docs and various api artifacts.
Sanity-check fixes:
- Toasts and alerts given stable layout.
- Suppress nu-gradient when in transient (hidey) mode.
- New translucent flags use top-fullscreen window, dialogs don't clear.
Bug:10674960
Bug:11062108
Bug:10987178
Bug:10786445
Bug:10781433
Change-Id: If667a55bea4cf5e008549524b9899197fab55ebe
2013-10-06 16:03:53 -04:00
Jim Miller
158fbd3ab8
Fix bug where pebble app triggers accessibility mode in navbar camera
...
Apparently the Pebble application uses accessibility. This was
triggering the navbar to resort to accessibility mode for launching
the camera. The fix is to also require touch exploration to be
enabled.
Fixes bug 11061505
Change-Id: I2245bd37eef9e68911862ce86147b1343816f1a4
2013-10-05 19:01:00 -07:00
Jim Miller
7dc10595e5
am bb93ee73: am d479396d: am ed887bff: Merge "Replace searchlight asset with new new asset" into klp-dev
...
* commit 'bb93ee731c7056769b10371caf0be7a12c6db78c':
Replace searchlight asset with new new asset
2013-10-04 17:37:18 -07:00
Jim Miller
bb93ee731c
am d479396d: am ed887bff: Merge "Replace searchlight asset with new new asset" into klp-dev
...
* commit 'd479396d2d3cc6470c5774863827ccc9cb3133e1':
Replace searchlight asset with new new asset
2013-10-04 16:51:52 -07:00
Jim Miller
ed887bff6e
Merge "Replace searchlight asset with new new asset" into klp-dev
2013-10-04 23:48:24 +00:00
Jim Miller
93cc6106be
Replace searchlight asset with new new asset
...
Fixes bug 11030712
Change-Id: I8361c74e344ec3f9c7176635face84af2d754973
2013-10-04 16:41:34 -07:00
Baligh Uddin
2dbc82fd6f
Merge "Import translations. DO NOT MERGE"
2013-10-04 22:55:47 +00:00
Alan Viverette
467e4ffbbc
Merge "Add accessibility display adjustments to Quick Settings"
2013-10-04 22:38:18 +00:00
Baligh Uddin
061d045a17
Import translations. DO NOT MERGE
...
Change-Id: I3530c584e8597199bccf03abb98f25feaa1101ba
Auto-generated-cl: translation import
2013-10-04 12:54:44 -07:00
Baligh Uddin
57c8f4f259
Import translations. DO NOT MERGE
...
Change-Id: I17e711092eecfea0af5f133185672b729f8d4bf1
Auto-generated-cl: translation import
2013-10-04 12:50:57 -07:00
Jim Miller
f5d35c9bd0
am 84e0766c: am 43bd3f24: am 3d61bf45: Merge "Replace searchlight asset" into klp-dev
...
* commit '84e0766cbe75c88055298081b52a409ab14db256':
Replace searchlight asset
2013-10-04 11:10:27 -07:00
John Spurlock
528e60be6b
am 89862d73: am c20988e1: am 0ea4a5fb: Merge "Replace linear GradientDrawable with asset-based approach." into klp-dev
...
* commit '89862d73ceee0db93821df8c53afb3031ef06ed9':
Replace linear GradientDrawable with asset-based approach.
2013-10-04 09:10:29 -07:00
Jim Miller
84e0766cbe
am 43bd3f24: am 3d61bf45: Merge "Replace searchlight asset" into klp-dev
...
* commit '43bd3f2459642f38f88e9aa90a05a50ea21ba010':
Replace searchlight asset
2013-10-03 21:30:39 -07:00
Jim Miller
43bd3f2459
am 3d61bf45: Merge "Replace searchlight asset" into klp-dev
...
* commit '3d61bf45e559e084fa173bd50e2e7d7286dc9a35':
Replace searchlight asset
2013-10-03 21:27:20 -07:00
Jim Miller
d34de7304c
Replace searchlight asset
...
Fixes bug 11030712
Change-Id: Ia25dec35dd3a8d59f98521e579bc1d269518c395
2013-10-03 19:20:58 -07:00
John Spurlock
89862d73ce
am c20988e1: am 0ea4a5fb: Merge "Replace linear GradientDrawable with asset-based approach." into klp-dev
...
* commit 'c20988e16b5a1129c28ca4d378456bbdc60e19e3':
Replace linear GradientDrawable with asset-based approach.
2013-10-03 15:38:58 -07:00
John Spurlock
c20988e16b
am 0ea4a5fb: Merge "Replace linear GradientDrawable with asset-based approach." into klp-dev
...
* commit '0ea4a5fb8de62acb057651a4821af9b8699d9fcf':
Replace linear GradientDrawable with asset-based approach.
2013-10-03 12:18:36 -07:00
Baligh Uddin
778c2de060
Merge "Import translations. DO NOT MERGE" into klp-dev
2013-10-03 03:45:22 +00:00
Baligh Uddin
19db520069
Merge "Import translations. DO NOT MERGE"
2013-10-03 03:42:39 +00:00
John Spurlock
7057d2c3a9
Replace linear GradientDrawable with asset-based approach.
...
And disallow fully transparent nav bar when vertical.
Bug: 10967264
Change-Id: I42adf6de1eeb91e1b1a24dc6c7a64c8d86017b2d
2013-10-02 22:24:12 -04:00
Baligh Uddin
b2bebdbc30
Import translations. DO NOT MERGE
...
Change-Id: I0b272f5a1d1072d7a45a474bbfa7758c07490020
Auto-generated-cl: translation import
2013-10-02 12:30:39 -07:00
Baligh Uddin
ee379ac3f3
Import translations. DO NOT MERGE
...
Change-Id: Ibc6ea940342fcfa81edfed6efc2d8f50d3106398
Auto-generated-cl: translation import
2013-10-02 12:28:22 -07:00
Daniel Sandler
51ae2297cf
am 484b80a4: am 6812b03e: am 7eb5ce03: Merge "Update date format in panel on locale change." into klp-dev
...
* commit '484b80a4568acb3075217dae01a77f1ce1d59185':
Update date format in panel on locale change.
2013-10-02 09:43:13 -07:00
Daniel Sandler
484b80a456
am 6812b03e: am 7eb5ce03: Merge "Update date format in panel on locale change." into klp-dev
...
* commit '6812b03ee313a346c2216f4a2d7a51cf88733b57':
Update date format in panel on locale change.
2013-10-02 09:34:39 -07:00
Daniel Sandler
36d02b17e6
am 026dc143: Merge "Fix configuration changes in status bars." into klp-dev
...
* commit '026dc1432ef70308ef44dafcc28998436e304e75':
Fix configuration changes in status bars.
2013-10-01 18:45:25 -07:00
Jim Miller
d273cae2c4
resolved conflicts for merge of fb2e3c8d to master
...
Change-Id: Ic9fe2674e0eb82d071f9b547b6089acacf705576
2013-10-01 15:42:45 -07:00
Elliott Hughes
7fce50eb7c
am ad8ec14f: am 7fb64c6e: Merge "more locale-appropriate screenshot share text"
...
* commit 'ad8ec14f85c4ae7cd7e5c916a7e8d8c1edd2759e':
more locale-appropriate screenshot share text
2013-10-01 14:36:17 -07:00
Victoria Lease
e733a4012d
more locale-appropriate screenshot share text
...
The SimpleDateFormat version of this produces very poor results in
locales other than en_US. Trusting DateFormat to do its thing
produces more consistently-pleasing results across all locales.
(cherry-pick of e45e1f2efe69ba931efa88c6e33879fbc8d8c4c1.)
Change-Id: I7f1714446bb50285d851e8e313e7f32a0a822bf2
2013-10-01 14:25:39 -07:00
Victoria Lease
e45e1f2efe
more locale-appropriate screenshot share text
...
The SimpleDateFormat version of this produces very poor results in
locales other than en_US. Trusting DateFormat to do its thing
produces more consistently-pleasing results across all locales.
Change-Id: I2eca2b035dfe5282cfc506080db2780bedd15dd4
2013-10-01 11:10:12 -07:00
Daniel Sandler
6812b03ee3
am 7eb5ce03: Merge "Update date format in panel on locale change." into klp-dev
...
* commit '7eb5ce03d9697caa2e9caf0437036a937d081e90':
Update date format in panel on locale change.
2013-09-30 20:55:06 -07:00