Commit Graph

235136 Commits

Author SHA1 Message Date
Sudheer Shanka
535b4e7eac Fix description for the string disabled_by_admin.
Change-Id: I229891fd6796521fc0b84f5ae5463b8697cf0934
2016-03-09 17:04:15 -08:00
Makoto Onuki
4a07c34ca8 Merge "ShortcutManager: add remaining APIs." into nyc-dev 2016-03-09 22:28:45 +00:00
Felipe Leme
0108597395 Merge "Warn user when bugreport is finished but screenshot is pending." into nyc-dev 2016-03-09 22:12:25 +00:00
Andy Hung
55a2603026 Merge "Add audioserver to Watchdog stacks" into nyc-dev 2016-03-09 22:08:52 +00:00
Felipe Leme
509d407e30 Merge "Vibrate after a screenshot is taken, not before." into nyc-dev 2016-03-09 22:05:30 +00:00
Jeff Sharkey
2478f36428 Merge "Resolve ringtone Uris using Context user." into nyc-dev 2016-03-09 21:59:20 +00:00
Jeff Sharkey
265551de72 Resolve ringtone Uris using Context user.
The Context passed in has already been tied strongly to a specific
user, so resolve Settings based on that user.

Bug: 27568161
Change-Id: I1365c25f97c4177afe592d7c9f410eab777110e7
2016-03-09 14:56:01 -07:00
Andy Hung
3a64ecb7fd Add audioserver to Watchdog stacks
Needed for debugging after mediaserver split.

Bug: 27548913
Bug: 27570954
Change-Id: I7d1e92494c0543f10f3193153e3e9afdafd41655
2016-03-09 13:55:58 -08:00
Lifu Tang
e1b5358bae Merge "Modified the API to make coverage test possible" into nyc-dev 2016-03-09 21:53:17 +00:00
Suprabh Shukla
d7924b6063 Merge "Calling method in DPMS after resolving userId" into nyc-dev 2016-03-09 21:50:44 +00:00
Jason Monk
2c1c731183 Merge "Actually fix the QS anim curves" into nyc-dev 2016-03-09 21:48:12 +00:00
Suprabh Shukla
8bea73e5c1 Calling method in DPMS after resolving userId
ActivityManagerService was calling
hasDeviceOwnerOrProfileOwner in DevicePolicyManagerService.LocalService
before resolving negative userIds to a real user. Moved the call to a point
when userId is already resolved.

bug: b/27538249
Change-Id: I760412978b3260523e9abcfe59d8e100ec4af12f
2016-03-09 13:38:15 -08:00
Kirill Grouchnikov
04c659299f Merge "Tweaks to ViewOverlay." into nyc-dev 2016-03-09 21:35:46 +00:00
Kirill Grouchnikov
b4b939cf1a Tweaks to ViewOverlay.
* Clarify Javadocs for add / remove when called with the same
Drawable.
* Add @NonNull annotation to all add / remove APIs and throw
IllegalArgumentException when null value is passed.

Bug: 27528798
Change-Id: Ied8f28c70775309e4fa85aff6a7202c1a0eb6aa3
2016-03-09 16:34:49 -05:00
Dianne Hackborn
2d57bd2342 Merge "Fix issue #27408705: Runtime restart: WATCHDOG KILLING SYSTEM PROCESS..." into nyc-dev 2016-03-09 21:19:59 +00:00
Yorke Lee
7014a3a893 Merge "Add configurable nav bar opacity rules" into nyc-dev 2016-03-09 20:58:06 +00:00
Selim Cinek
e001805c40 Merge "Fixed a bug where notification icons were not animating when dozing" into nyc-dev 2016-03-09 20:51:54 +00:00
Adrian Roos
c59cb01c1e Merge "Don't close RemoteInputView on window focus loss" into nyc-dev 2016-03-09 20:48:54 +00:00
Adrian Roos
967f6199ba Don't close RemoteInputView on window focus loss
Fixes issues where the status bar would temporarily
lose focus to things like the IME or auto correction
popups.

Bug: 27340422
Change-Id: I0af6e89179b78b147eee1091361da1f8a97f186b
2016-03-09 12:47:39 -08:00
Selim Cinek
cd5b22f0c2 Fixed a bug where notification icons were not animating when dozing
This lead to them also being colored.

Bug: 27513595
Change-Id: I2bd5a66128fb550e0eea543fd60d946d36a4635f
2016-03-09 12:45:59 -08:00
Chad Brubaker
8064b4a687 Merge "Allow debug-overrides to be specified in an extra resource" into nyc-dev 2016-03-09 20:45:23 +00:00
Julia Reynolds
e85b98adb5 Merge "Query calendar in a background thread." into nyc-dev 2016-03-09 20:42:24 +00:00
Jason Monk
a97776abde Actually fix the QS anim curves
Also fix the gravity of the panel in landscape

Bug: 27201532
Change-Id: I56b33fb142afdabd9461177f15434a7d78b9f8bc
2016-03-09 15:41:25 -05:00
John Reck
99f1215607 Merge "Add basic LsaVector tests" into nyc-dev 2016-03-09 20:29:46 +00:00
Lifu Tang
0f1ab04516 Modified the API to make coverage test possible
Bug: 27462840
Change-Id: Idfd2c3c108b25f8be9046fd4bb72dbc57edc24bd
2016-03-09 11:32:43 -08:00
Alan Viverette
0dda14c671 Merge "Add missing annotations, getters to GradientDrawable" into nyc-dev 2016-03-09 19:22:34 +00:00
Felipe Leme
5ee846dd18 Warn user when bugreport is finished but screenshot is pending.
BUG: 27524556
Change-Id: Iaecdd01605dc4b01cdf669baf443eaee7fb20f6f
2016-03-09 10:41:32 -08:00
Alan Viverette
366e137c0e Merge "Clean up SimpleMonthView formatters" into nyc-dev 2016-03-09 18:40:47 +00:00
Steve McKay
32c90f1d53 Merge "Make disabled items look disabled." into nyc-dev 2016-03-09 18:35:33 +00:00
Alan Viverette
5f63721a6c Add missing annotations, getters to GradientDrawable
Fixes getColor() NPE when colors array is null.

Bug: 27543512
Change-Id: Ieec8a2315d0a2e4ab0ddbe053bccdd8c43080857
2016-03-09 13:30:35 -05:00
Yorke Lee
9b2ffb31df Add configurable nav bar opacity rules
NAV_BAR_OPAQUE_WHEN_FREEFORM_OR_DOCKED (default) - Nav bar is always opaque when
either the freeform stack or docked stack is visible.
NAV_BAR_TRANSLUCENT_WHEN_FREEFORM_OPAQUE_OTHERWISE - Nav bar is always
translucent when the freeform stack is visible, otherwise always opaque.

Bug: 26425669

Change-Id: I36ff12df4448a35c66f0e3dc2272169496b562d5
2016-03-09 10:30:22 -08:00
Zach Kuznia
51f0dd6bef Merge "Increase threshold for gesture detection timeout" into nyc-dev 2016-03-09 18:27:39 +00:00
Tenghui Zhu
35d44ba439 Merge "Update the VD and AVD's getOpacity()" into nyc-dev 2016-03-09 18:07:43 +00:00
Fyodor Kupolov
fa4f3f2f2c Merge "Check VPN status when adding/removing restricted profiles" into nyc-dev 2016-03-09 18:03:00 +00:00
Steve McKay
ad2953c8a2 Merge "Fix notification message when moving." into nyc-dev 2016-03-09 18:00:19 +00:00
Steve McKay
df72a43218 Make disabled items look disabled.
Update app to use color-selectors for item text.

Bug: 27246583
Change-Id: I2ba0b89e4640b987da248957f8ba5e6760d1b21d
2016-03-09 09:51:19 -08:00
Chen Xu
5a994060a7 Merge "Add default Carrier cfg for IMS_WFC" into nyc-dev 2016-03-09 17:43:23 +00:00
Julia Reynolds
7034caf294 Query calendar in a background thread.
Bug: 24667663
Change-Id: I87da42e9d0a12629d58cc4b859ae1ad7ab5f3121
2016-03-09 12:32:03 -05:00
Sudheer Shanka
d7061416eb Merge "Minor cleanup in restricted_icon." into nyc-dev 2016-03-09 17:03:38 +00:00
Sudheer Shanka
bc58e3faa1 Merge "Remove unused imports and variables." into nyc-dev 2016-03-09 17:03:33 +00:00
Sudheer Shanka
efbecddcb7 Remove unused imports and variables.
Bug: 27564074
Change-Id: I5eff9f673fe093a9068e94619cfe7eef10c0b4a9
2016-03-09 16:31:49 +00:00
Sudheer Shanka
65c000fd98 Minor cleanup in restricted_icon.
android:gravity doesn't have any effect for ImageView, remove it.

Bug: 27564074

Change-Id: Icb6e5dc2bfeb0b30b2b77cb56fc7439950eadce1
2016-03-09 16:31:28 +00:00
Chris Wren
a82662e3f5 Merge "add a ranking service to the rocket" into nyc-dev 2016-03-09 16:26:56 +00:00
Jason Monk
c297036643 Merge "Clear animation state before dumping old views" into nyc-dev 2016-03-09 16:13:56 +00:00
Jason Monk
bc8ffc2ff2 Clear animation state before dumping old views
Make sure we leave any views we aren't continuing to control in a
bad state.

Bug: 27560770
Change-Id: I0e5174bc7f93f73c4e5eb5711bb85845b7cd8c92
2016-03-09 10:58:49 -05:00
Alan Viverette
2c18cd0823 Merge "Set DatePickerListener last during DatePickerDialog construction" into nyc-dev 2016-03-09 15:52:35 +00:00
Robin Lee
9acee934de Merge "Corrections to javadoc for install & removeKeyPair" into nyc-dev 2016-03-09 15:48:25 +00:00
Geoff Mendal
1a0c2899d9 Merge "Import translations. DO NOT MERGE" into nyc-dev 2016-03-09 15:45:24 +00:00
Geoff Mendal
c9effc96a9 Merge "Import translations. DO NOT MERGE" into nyc-dev 2016-03-09 15:45:10 +00:00
Jason Monk
4628b6c12a Merge "Support updates to the data usage graph" into nyc-dev 2016-03-09 15:40:56 +00:00