16151 Commits

Author SHA1 Message Date
Jason Monk
4b8704c9e1 Merge "Don't try to get entries for uninstalled apps." into mnc-dev 2015-06-15 15:41:38 +00:00
Jason Monk
c1f24abd10 Don't try to get entries for uninstalled apps.
Bug: 21837824
Change-Id: I6f7bbc309e9edf1db12476f55ab8be424739fae0
2015-06-15 11:38:03 -04:00
Jason Monk
7d79bea4a9 Merge "Fix invisible rotation tile" into mnc-dev 2015-06-15 14:26:38 +00:00
Jason Monk
1634d182e1 Fix invisible rotation tile
Make sure we set the state at least once.

Bug: 21837219
Change-Id: Iabd0524f0c09fd3f7b895007204ddf49af19ea98
2015-06-15 10:19:26 -04:00
Jason Monk
5d8c276bb9 Merge "Make references to ssid use a verbatim TtsSpan" into mnc-dev 2015-06-15 14:14:52 +00:00
Jason Monk
6980d12c58 Make references to ssid use a verbatim TtsSpan
Bug: 20059794
Change-Id: Id92ef11e78547e168f55515dea2fc28519871d6f
2015-06-15 10:07:55 -04:00
Geoff Mendal
991f0f6549 Merge "Import translations. DO NOT MERGE" into mnc-dev 2015-06-15 13:53:11 +00:00
Geoff Mendal
1649b7895b Import translations. DO NOT MERGE
Change-Id: I2b7fd1100aca78ce28f084bcf94637ba1975b21e
Auto-generated-cl: translation import
2015-06-15 08:51:34 -05:00
Geoff Mendal
8cacde1383 Merge "Import translations. DO NOT MERGE" into mnc-dev 2015-06-15 13:45:48 +00:00
Geoff Mendal
007c215917 Import translations. DO NOT MERGE
Change-Id: Id021d13867abfcb10e4fb1a9754ae21052f66ffb
Auto-generated-cl: translation import
2015-06-15 08:43:30 -05:00
Geoff Mendal
ee4a297766 Import translations. DO NOT MERGE
Change-Id: I7bb1d35595971e4d2ff83ba40c01524ed243d26d
Auto-generated-cl: translation import
2015-06-15 08:39:05 -05:00
Jeff Sharkey
52fc3c0f73 Start using new storage strings.
We have language for "unsupported" devices, and we're letting the
user snooze missing private volumes.

Bug: 21666225
Change-Id: I0bc17e6b854946036f02df5b4953b4344fa85a1f
2015-06-14 20:58:57 -07:00
Jorim Jaggi
a899042237 Merge "Fix dark mode for custom views" into mnc-dev 2015-06-13 00:27:07 +00:00
Andrew Flynn
0f27a3f0d7 SysUI: Status bar ImageViews
- Switch AlphaOptimizedImageView to have the boolean hasOverLappingRendering()
  return be a custom value. This allows us to have AnimatedImageView extend
  AlphaOptimizedImageView and support both types of ImageViews w/o having to
  create 2x subclasses.
- Add drawable ID tracking to AnimatedImageView so that we don't interrupt
  animations with an update of the exact same drawable.
- Switch mobile signal icon to use AnimatedImageView so that animations aren't
  interrupted.

Bug: 21504588
Change-Id: Ic2275f1bf607449c191ae0d08bc7756c7d694bc1
2015-06-12 09:56:56 -04:00
Adrian Roos
1b5eb97ae6 Accessibility improvements
- label the "no sims" icon
- label the "managed profile" icon

Bug: 21165217
Change-Id: I3e809d1a857eea12b613f09ae5265e785d372ec3
2015-06-12 01:37:47 +00:00
Adrian Roos
eb91ca56db DO NOT MERGE Remove RemoteInput from SystemUI
Bug: 21570986
Change-Id: I80987b3ac333a97426648c3b363420d502a19866
2015-06-12 01:29:13 +00:00
Jorim Jaggi
021eee53e5 Fix dark mode for custom views
Bug: 20847909
Change-Id: I9f5c6cf2d0fa4e632ce654660050a48c76bc671b
2015-06-11 17:07:18 -07:00
Fyodor Kupolov
421eaa7813 Merge "Fixed NPE when dumpSettings is called with a null cursor" into mnc-dev 2015-06-11 22:29:21 +00:00
Fyodor Kupolov
1f450dbfbc Fixed NPE when dumpSettings is called with a null cursor
Bug: 20070414
Change-Id: I15d5d2ae27a7892807221421778082e0f29a36ff
2015-06-11 15:25:59 -07:00
Adrian Roos
b44f5486ef Fix accessibility bounds
Follow up to Ifcc5bd7258c00ebd3a64ca4a4edd894e3baf0ccc
Bug: 21763049

Change-Id: I3026b22848ef1552e2faa82d9e0f4409d2cba63a
2015-06-11 21:48:32 +00:00
Jason Monk
54380c741b Merge "Fix CarrierText airplane mode with no sims" into mnc-dev 2015-06-11 20:47:49 +00:00
John Spurlock
06a9fdc4ea Merge "A11y: Use a backstop dialog timeout when a11y is enabled." into mnc-dev 2015-06-11 20:35:53 +00:00
John Spurlock
f09838be84 A11y: Use a backstop dialog timeout when a11y is enabled.
- Or more precisely, whenever a non-generic-only a11y service
   is enabled.

Bug: 21360311
Change-Id: I9e65b7f690d5b670b2d8e944b7d87e0fd1bce327
2015-06-11 16:14:44 -04:00
Jason Monk
00a34ab54c Merge "Protect against null detail record." into mnc-dev 2015-06-11 20:06:11 +00:00
Jason Monk
78dcee592b Protect against null detail record.
Bug: 21779477
Change-Id: I70abe5d88f7ca0db782182937f5b73a9e9be1f5a
2015-06-11 15:57:41 -04:00
Jeff Sharkey
8a26514687 Merge "Selected count string needs plurals." into mnc-dev 2015-06-11 18:21:08 +00:00
Adrian Roos
a6e772c822 Merge "Follow-up to I7d96ca46a41ec764984be5fe42d225cb94f53497" into mnc-dev 2015-06-11 16:24:38 +00:00
Adrian Roos
5b56be6089 Merge "Filter hover events for clipped views" into mnc-dev 2015-06-11 16:24:11 +00:00
Jeff Sharkey
f491c72e4a Selected count string needs plurals.
Bug: 21717427
Change-Id: Ie0db8ac30244b022ca5838969fb085230bfc4499
2015-06-11 09:19:37 -07:00
Jason Monk
052082c529 Fix CarrierText airplane mode with no sims
CarrierText wouldn't always update the text when airplane mode
changed, because it depended on the subscriptions to change to
know to update. Now have KeyguardUpdateMonitor listen to airplane
mode changes so that we update text when needed.

Bug: 21705446
Change-Id: I64e1194ebb055ad10acd96b33e22b95fe2454425
2015-06-11 11:35:23 -04:00
Dan Sandler
31ae9936a6 Merge "A11y: Annotate the QS brightness slider properly." into mnc-dev 2015-06-11 14:55:02 +00:00
Dan Sandler
187fe17bba A11y: Annotate the QS brightness slider properly.
Instead of just clobbering SeekBar's awesome feedback with
"Display brightness" right on the slider, we move that
string up to the parent and set it as the slider's label.

The new utterance will be: "<standard seekbar feedback> for
<label>", which in this case comes out as:

"Seek control, fifteen percent, for display brightness."

Bug: 20343730
Change-Id: I1223b3b07b6bf67ee3df22094ec5976b5188d968
2015-06-11 10:49:28 -04:00
Jason Monk
08f247fe2e Merge "Fix rotation tile animation" into mnc-dev 2015-06-11 14:10:03 +00:00
Joseph Wen
2dd827ae06 Merge "Update Statement Service" into mnc-dev 2015-06-11 13:59:30 +00:00
Jason Monk
6215478e56 Fix rotation tile animation
Don't call setAllowAnimation unless there is a state change.
Also don't bother updating the rest of the state as it hasn't
changed.

Bug: 21337755
Change-Id: Ia3357e075c8e65fdb83232b685332c98e16c291d
2015-06-11 09:23:16 -04:00
Kenny Guy
fd9a2dafdc Merge "New look and feel for managed profile toast" into mnc-dev 2015-06-11 11:06:56 +00:00
Svet Ganov
5772b5c671 Propagete document meta-data to custom print UI.
Change-Id: I3f122224e1b311a222969253ae0336177989a414
2015-06-11 03:32:09 -07:00
Selim Cinek
056b131ca8 Merge "Added strings to explain why the security method needs to be solved" into mnc-dev 2015-06-11 08:12:51 +00:00
Selim Cinek
56a44628b5 Added strings to explain why the security method needs to be solved
Bug: 21618072
Change-Id: I4feca6a597610b09dc4399ff2e9962d0928f46c0
2015-06-11 00:37:18 -07:00
Daichi Hirono
186efa3836 Update visibility of the stack dropdown list after the search view is collapsed.
Previously we hid the stack dropdown list just before the action bar is
collapsed. Then the dropdown list gets back to be visible when the action bar is
collapsed.

The CL updates visibility of the stack dropdown list just after the action bar
is collapsed.

BUG=20945584
Change-Id: Iaf5055bce101f8134accd311829e50f441ddc98b
2015-06-11 14:29:28 +09:00
Adrian Roos
e49e409311 Follow-up to I7d96ca46a41ec764984be5fe42d225cb94f53497
Original CL was missing a case.

Bug: 21765088
Change-Id: I8a2ef543f6ef1c9cb1132cb0caeca1bbdef18890
2015-06-11 01:51:01 +00:00
Adrian Roos
7ce0d25b0d Merge "Fix notification bounds on screen" into mnc-dev 2015-06-11 00:49:52 +00:00
Adrian Roos
e0c1890bdc Filter hover events for clipped views
Fixes a bug where hovering would select a view even
if the hovered part was clipped away.

Bug: 21763049
Change-Id: I1bbe700cf15d467d570a16bf474e62a477e4bb51
2015-06-10 17:47:27 -07:00
Adrian Roos
3aa16d761e Merge "Remove click listener from PIN views" into mnc-dev 2015-06-11 00:25:13 +00:00
Jorim Jaggi
ae7c257031 Merge "Disable swipe-up gesture to invoke assist" into mnc-dev 2015-06-11 00:22:49 +00:00
Adrian Roos
cd55f43db6 Fix notification bounds on screen
Bug: 21763049
Change-Id: Ifcc5bd7258c00ebd3a64ca4a4edd894e3baf0ccc
2015-06-10 17:18:15 -07:00
Jorim Jaggi
fb6b19c84c Disable swipe-up gesture to invoke assist
Bug: 21754666
Change-Id: If76b9a6331f64d09df4ac1fc6c433bfac42e3f13
2015-06-10 16:55:54 -07:00
Jeff Sharkey
5fc247338d New strings!
Bug: 21737573, 21666225, 21756698, 21737666, 21471429
Change-Id: If1c5882d48f798d311f6d2b86277d3c13f06824e
2015-06-10 16:49:11 -07:00
Adrian Roos
2285308629 Remove click listener from PIN views
Bug: 21638812
Change-Id: I382dd0f64092aebeb6fdb6b2e2d465b0abdd5669
2015-06-10 16:43:28 -07:00
Selim Cinek
548a42653c Merge "Fixed a bug where we might get stuck in a fully expanded statusbar" into mnc-dev 2015-06-10 23:31:58 +00:00