194663 Commits

Author SHA1 Message Date
Adrian Roos
377ab9f226 Merge "Hide keyguard status bar view when alpha is zero" into mnc-dev 2015-06-10 22:52:51 +00:00
Raph Levien
a011c7fcf7 Merge "Fix documentation of nextSpanTransition off by one" into mnc-dev 2015-06-10 22:52:33 +00:00
Adrian Roos
454e3f1b63 Hide keyguard status bar view when alpha is zero
Bug: 21614747
Change-Id: Ie61f284ef791fa6dbadfea9ba1df595de1e2cba2
2015-06-10 22:43:13 +00:00
Jeff Davidson
a66a067a9c Merge "Mark CARRIER_PRIVILEGE_* constants as @SystemApi." into mnc-dev 2015-06-10 22:40:29 +00:00
Fyodor Kupolov
50baf43eeb Merge "Changed guest_notification_text string" into mnc-dev 2015-06-10 22:34:53 +00:00
Selim Cinek
5f2c415fbd Merge "Enabled appear and dissappear animations for the overflow card" into mnc-dev 2015-06-10 22:34:17 +00:00
Fyodor Kupolov
7b4ce6af02 Changed guest_notification_text string
Bug: 21758946
Change-Id: Id435a660edc92a01384587fec9ef4efc6552c5fa
2015-06-10 15:33:40 -07:00
Jason Monk
d9d529497d Merge "QS: Allow changes between open detail panels" into mnc-dev 2015-06-10 22:27:23 +00:00
Raph Levien
7d627eb9d2 Fix documentation of nextSpanTransition off by one
Improve wording of javadoc for nextSpanTransition() to accurately
reflect the actual implementation.

Bug: 19274845
Change-Id: I8f8fb6a21a8cbcc26fefb63164a6943431d16089
2015-06-10 15:19:50 -07:00
Vladislav Kaznacheev
1955ee57b3 Merge "Make VPA.setInterpolator(null) unset the interpolator." into mnc-dev 2015-06-10 21:55:39 +00:00
Adrian Roos
76430b4222 Merge changes from topic 'sup-a11y' into mnc-dev
* changes:
  Make keyguard indication an a11y live view
  Hide keyguard status view from a11y when QS expanded
  Hide keyguard bottom area from a11y when alpha is zero
  Remove unusable a11y focusable area from pattern unlock
  Hide StatusBarWindowView from a11y when bouncer is up
2015-06-10 21:52:38 +00:00
Jim Miller
9481227fac Correct comments for DPM keyguard features.
Fixes bug 21760462

Change-Id: I88d90f0091d9b467bd9017dae2b79a2ab55c7825
2015-06-10 21:41:51 +00:00
Selim Cinek
2cd45dfba6 Enabled appear and dissappear animations for the overflow card
Bug: 21651647
Change-Id: I0732cb27ec8f88ae74fcff11340092879ba8bae3
2015-06-10 14:35:23 -07:00
John Spurlock
5b1548b6b4 Merge "Zen a11y: Add a blurb re: screen readers to total silence." into mnc-dev 2015-06-10 21:33:56 +00:00
Alan Viverette
e2998a0269 Merge "Account for hotspot bounds in RippleDrawable projection check" into mnc-dev 2015-06-10 21:30:27 +00:00
Alan Viverette
2964c7b8af Merge "Update seek bar dialog preference for Material" into mnc-dev 2015-06-10 21:28:32 +00:00
Jim Miller
09425e5069 Merge "Update DPM strings for keyguard features" into mnc-dev 2015-06-10 21:21:09 +00:00
Jim Miller
43d1194f08 Update DPM strings for keyguard features
Fixes bug 21760462

Change-Id: If71d7f7a81fe3f39da730c3fbb408a4dd25ac52f
2015-06-10 14:19:46 -07:00
John Spurlock
bd1abe631c Zen a11y: Add a blurb re: screen readers to total silence.
Bug: 21640568
Change-Id: Ia1278844270d157f8bd9f0e853e4e7296e025aef
2015-06-10 17:18:38 -04:00
Tyler Gunn
71bb4ca7ca Merge "Add support for specifying looper on VideoProviders." into mnc-dev 2015-06-10 21:16:38 +00:00
Jeff Brown
797b3d2e9c Merge "Don't request traversals when updating display brightness." into mnc-dev 2015-06-10 21:15:32 +00:00
Jun Mukai
b3aa575e3b Merge "Specifies the new height/width for update() on ListPopupWindow.show()." into mnc-dev 2015-06-10 21:13:28 +00:00
Nick Kralevich
5ac4a5fa38 Merge "Fix USB access control when adb is disabled." into mnc-dev 2015-06-10 21:11:38 +00:00
Adrian Roos
aa619a62f6 Make keyguard indication an a11y live view
Bug: 21635944
Change-Id: I17eac538a23da579215bbfe7d1ff6cacd3b3a2c6
2015-06-10 14:07:31 -07:00
Adrian Roos
4c7d960308 Hide keyguard status view from a11y when QS expanded
Bug: 20535583
Bug: 20343910
Change-Id: I1919508ae3c532577e1a9eec4a36aed15a6222de
2015-06-10 14:07:26 -07:00
Adrian Roos
14410b0aed Hide keyguard bottom area from a11y when alpha is zero
Bug: 20535583
Bug: 20343910
Change-Id: I1557e3b1acd8cab028673bbcb7cd54b068c4b48a
2015-06-10 14:06:12 -07:00
Adrian Roos
27b96cc738 Remove unusable a11y focusable area from pattern unlock
Bug: 20343910
Change-Id: I7644ee8284382072fda8b4aab0ef7114d9079ac1
2015-06-10 13:59:35 -07:00
Adrian Roos
3531a95aaa Hide StatusBarWindowView from a11y when bouncer is up
Bug: 20343910
Change-Id: Ib4c5e57f8494d980c3b2db2cd37fb478da7996eb
2015-06-10 13:59:07 -07:00
Felipe Leme
a6dd714a5a Merge "Added new options (--eial, --elal, --efal, and --esal) to pass multiple extras as ArrayList instead of Array. BUG: 21757911 Change-Id: I7e2a9c81ad4606a8aba90ea4820ba0732a1c8749 modified: src/com/android/commands/am/Am.java On branch handles_array_list Changes to be committed: modified: src/com/android/commands/am/Am.java" into mnc-dev 2015-06-10 20:53:24 +00:00
Jason Monk
efe3d3f988 QS: Allow changes between open detail panels
This allows the user switcher to open from inside wifi details.

Bug: 20096365
Change-Id: Ib4596f1f378bbf5812c2cd0591b4b1a8c31cce4e
2015-06-10 16:48:03 -04:00
Felipe Leme
f36a0f5d17 Added new options (--eial, --elal, --efal, and --esal) to pass multiple extras as ArrayList instead of Array.
BUG: 21757911
Change-Id: I7e2a9c81ad4606a8aba90ea4820ba0732a1c8749
	modified:   src/com/android/commands/am/Am.java
 On branch handles_array_list
 Changes to be committed:
	modified:   src/com/android/commands/am/Am.java
2015-06-10 13:44:04 -07:00
Dmitriy Ivanov
7cbe9f03a9 Merge "Fix abi-detection for 32-bit system apps" into mnc-dev 2015-06-10 20:39:33 +00:00
Adam Lesinski
3d53a26d1a Merge "Add more blaming output to batterystats dumpsys" into mnc-dev 2015-06-10 20:11:25 +00:00
Adam Lesinski
628ef9cbed Add more blaming output to batterystats dumpsys
Change-Id: I3216f13f16d89a72617d54638df43ce39183da9e
2015-06-10 13:08:57 -07:00
Jason Monk
253ee76dd9 Merge "Add action for reaching ignore battery optimizations" into mnc-dev 2015-06-10 20:06:15 +00:00
Jeff Brown
8e5d33ef98 Don't request traversals when updating display brightness.
Setting the display state and brightness does not require a surface
flinger transaction so don't schedule traversals unnecessarily.
They may still be scheduled as a side-effect of other operations
but only when needed.

Bug: 21296696
Change-Id: Ie264254ea1972c37319e5e5a06163d47f6689c22
2015-06-10 13:05:50 -07:00
Robin Lee
8bbbcd3d54 Merge "Policy: make bulk CA uninstalls happen in service" into mnc-dev 2015-06-10 19:44:18 +00:00
Robin Lee
83881bdbde Policy: make bulk CA uninstalls happen in service
Fewer round trips, only one point of contact for bugs to creep in.

Bug: 21650477
Change-Id: I1764faa753bd674ecb0d13149d778d99bd2ff4c4
2015-06-10 19:40:44 +00:00
Jason Monk
287b889f93 Add action for reaching ignore battery optimizations
Bug: 21375688
Change-Id: I1477192371aae2f3497fd49ad704de183ed836a3
2015-06-10 15:38:47 -04:00
Selim Cinek
94fc0c2630 Merge "Fixed a crash with HUN's" into mnc-dev 2015-06-10 19:22:53 +00:00
Jeff Brown
4bc5054040 Merge "Support 4K overlay displays." into mnc-dev 2015-06-10 19:21:13 +00:00
Wale Ogunwale
59d6d943d8 Merge "Revert "Revert "Recompute focus stack if cleared while starting an activity.""" into mnc-dev 2015-06-10 19:05:23 +00:00
Wale Ogunwale
6eeed830e3 Revert "Revert "Recompute focus stack if cleared while starting an activity.""
This reverts commit 47e53319509474c2f00847ac391dd32776712470.

Some how the reverted CL made it into mnc-dev and and master
when that was the intention...

Bug: 21751387
2015-06-10 12:03:23 -07:00
Abodunrinwa Toki
3ae8bf530a Merge "Change FloatingToolbar entry/exit animations to fadeIn/fadeOut." into mnc-dev 2015-06-10 19:02:17 +00:00
Santos Cordon
cefc16df98 Merge "TelephonyManager should use TelecomManager's getCallState()." into mnc-dev 2015-06-10 18:42:58 +00:00
Santos Cordon
8c332b7275 TelephonyManager should use TelecomManager's getCallState().
Telecom's version includes non-cellular calls in its result. Many apps
compile against TelephonyManager's existing API so we should update it
to use telecom instead.

We kept the implementation as cellular-only for
getCallState[ForSubscription](...) version of the API (which is hidden
anyway).

Bug: 21732997
Change-Id: Ifd27e6b49d76fe96ccc969e5262b1a876670aeef
2015-06-10 11:42:27 -07:00
Ben Kwa
c783a5e762 Merge "Enable apps to exclude their own roots from the DocumentsUI roots list." into mnc-dev 2015-06-10 18:30:31 +00:00
Ben Kwa
77797400ec Enable apps to exclude their own roots from the DocumentsUI roots list.
- Add DocumentsContract.EXTRA_EXCLUDE_SELF (boolean extra)
- Add code to DocumentsActivity to cache the providers of the calling
  app if EXTRA_EXCLUDE_SELF is set on incoming Intents.
- Add code to RootsCache to exclude roots from the calling app.
- Add code to allow only system apps to use EXTRA_PACKAGE_NAME.

Change-Id: Ia7cc2a1a297676c7b26f6e583042a4607d8c9a4e
2015-06-10 11:24:55 -07:00
Dan Sandler
37d1d6d0a3 Merge "Announce navbar buttons when lights-out." into mnc-dev 2015-06-10 18:20:56 +00:00
Dan Stoza
56b94e1593 Merge "screencap: Rotate images when display is rotated" into mnc-dev 2015-06-10 18:19:54 +00:00