24605 Commits

Author SHA1 Message Date
Adrian Roos
a66746d167 Merge "Remove RemoteInput on lockscreen setting" into nyc-dev 2016-06-16 23:33:57 +00:00
Adrian Roos
b27d7a5e2e Remove RemoteInput on lockscreen setting
Bug: 29370898
Change-Id: I8686c2266f13e7e131c2330673ec98c26037edaa
2016-06-16 13:29:36 -07:00
Adrian Roos
db81dd9d2e Merge "Fix unresponsive brightness slider after font size change" into nyc-dev 2016-06-16 19:25:49 +00:00
TreeHugger Robot
60585e6c54 Merge "Include cause when reporting errors." into nyc-dev 2016-06-16 19:14:06 +00:00
Steve McKay
56d950c5e6 Include cause when reporting errors.
Bug: 29191892
Change-Id: I5f904da3a8564ec68ca634c28e3eda7f496a5c1c
2016-06-16 10:41:50 -07:00
TreeHugger Robot
d58da1be76 Merge "Import translations. DO NOT MERGE" into nyc-dev 2016-06-16 10:21:19 +00:00
Bill Yi
ec038aa44a Import translations. DO NOT MERGE
Change-Id: I8186498fb657aa424eeb74f965fa44f7a053f65c
Auto-generated-cl: translation import
2016-06-16 01:42:16 -07:00
TreeHugger Robot
c1720dce1b Merge "Added dismiss, expand, and collapse accessibility actions" into nyc-dev 2016-06-16 04:19:48 +00:00
Selim Cinek
e9bad242f3 Added dismiss, expand, and collapse accessibility actions
Fixes: 20343017
Fixes: 29368014
Change-Id: Ib571242aac04c67aea2f3c3ce76139eaedc1f3f1
2016-06-15 16:30:09 -07:00
Mady Mellor
8363980d45 Merge "Fixes issue with group backgrounds when animating to keyguard" into nyc-dev 2016-06-15 23:20:24 +00:00
TreeHugger Robot
9a75ed7ab5 Merge "Fixing issue with screen pinning screen not showing for secondary users." into nyc-dev 2016-06-15 22:48:55 +00:00
Richard Ho
07a375186e Merge "added null check in doInBackground and if null, properly intializes variables." into nyc-dev 2016-06-15 21:06:07 +00:00
Winson
7555f335f4 Fixing issue with screen pinning screen not showing for secondary users.
- Catch the exception when removing a view that is not yet attached. 
  This is not an issue because we are in the process of attaching it for
  the first time anyways.
- Ensure that we post the calls from the secondary user in the main 
  thread for the system user.  Especially since this calls through to
  add the view for the new screen pinning window.

Bug: 29341417
Change-Id: If0e29a77ddb67426115f1d5d9f1adb580a1f07df
2016-06-15 14:01:58 -07:00
Mady Mellor
1a5d8eadd5 Fixes issue with group backgrounds when animating to keyguard
The backgrounds weren't being updated before the collapse animation when
going to the keyguard so it would look very bad when they collapsed.

This moves updating the background into setChildrenExpanded which will
cover updating the background for both the tapping to expand case as
well as the animating to the keyguard case.

Change-Id: Icba2fa895498d307a38bd9f65be06265afd21a1a
Fixes: 29240532
2016-06-15 13:31:29 -07:00
Adrian Roos
429c962179 Fix unresponsive brightness slider after font size change
We reinflated the brightness mirror, but not the QS panel,
which meant we were controlling the wrong view. Now we
reapply the mirror controller on configuration changes.

Change-Id: I69e5f1962e9ec0cfda85b19b1d5d5bbdf3d5779b
Fixes: 29339630
2016-06-15 13:02:21 -07:00
Richard Ho
8c4e4b0865 added null check in doInBackground and if null, properly intializes
variables.

Bug:29234237
Change-Id: I1d65b1a232c71efdd11a917769aec5044867a085
(cherry picked from commit 0f0f5414f4860de7f5e98d783b3172a39a42df2f)
2016-06-15 11:17:58 -07:00
Adrian Roos
2e0aadf256 Merge "A11y: Fix notification bounds when top notification is scrolled" into nyc-dev 2016-06-15 17:55:52 +00:00
Adrian Roos
98dd7f1308 A11y: Fix notification bounds when top notification is scrolled
Previously, scrolled notifications would collapse into a stack (the top
stack). With the new design, that's no longer the case, so tall
notifications can now be scrolled out so much that their translation
becomes negative.

Unfortunatly, getBoundsOnScreen then clips the bounds to the parent,
which interferes with our adjustment to the bounds, so we first undo
the clipping.

Fixes: 29368064
Change-Id: I71da054ed1eb6d06868d56e18d0320f764ed86b3
2016-06-15 17:28:21 +00:00
Jason Monk
817c4ca6d4 Merge "Fix flashlight dim state" into nyc-dev 2016-06-15 16:55:24 +00:00
Julia Reynolds
7f9e4d13c0 Merge "Fix accessibility for autorotate tile." into nyc-dev 2016-06-15 14:54:48 +00:00
Jason Monk
7f25c759e4 Fix flashlight dim state
Change-Id: I7875d4a0c3733ac2462713d7618d1b7595ea2075
Fixes: 29330406
2016-06-15 10:53:03 -04:00
TreeHugger Robot
6f140a249a Merge "Update CTS shims" into nyc-dev 2016-06-15 01:29:43 +00:00
TreeHugger Robot
8e3a16ad91 Merge "Version PrintRecommendationService." into nyc-dev 2016-06-14 22:08:42 +00:00
Julia Reynolds
68221f5e05 Fix accessibility for autorotate tile.
The tile should be 'on' when rotation is not locked.

Change-Id: I084be4ffb759bf20efe80358b5d103fec8892f76
Fixes: 29102740
2016-06-14 20:50:00 +00:00
Julia Reynolds
8d0a400119 Only reload callback on configuration change.
So it'll get zen changes when the volume dialog is not showing.

Change-Id: I0d4220d0a000d74c6994b07b2d5b8562a6a52585
Fixes: 29355577
2016-06-14 20:45:13 +00:00
Winson Chung
987cd20acf Merge "Fixing several issues with accessibility" into nyc-dev 2016-06-14 20:42:23 +00:00
Julia Reynolds
a64e3a0844 Merge "Revert "Announce access point changes."" into nyc-dev 2016-06-14 20:42:15 +00:00
Philip P. Moltmann
160b043e99 Version PrintRecommendationService.
Fixes: 28908572
Change-Id: I8df106df887cacc8db37f781ade97678960cee04
2016-06-14 13:06:53 -07:00
Todd Kennedy
0d0b59c1e1 Update CTS shims
* define a update hash such that com.android.cts.priv.ctsshim can't
  be updated
* create a new APK to verify that <restrict-update> works as expected

Bug: 29311441
Change-Id: I61f3ae3dbd9c79b2dcdfbc30757af0f9a669fce6
2016-06-14 12:46:34 -07:00
Adrian Roos
207cbee824 Merge "Improve action bar transition" into nyc-dev 2016-06-14 19:42:42 +00:00
Julia Reynolds
8897a5044b Revert "Announce access point changes."
Fixes: 29151018

This reverts commit 7ed62eb7a214126d3dbfd6abd7d6a7db73cc9f3c.

Change-Id: If40669b21cc2a2db7e2bb27c7c981d889cb094ed
2016-06-14 17:29:54 +00:00
TreeHugger Robot
bb8b32262f Merge "Import translations. DO NOT MERGE" into nyc-dev 2016-06-14 11:46:43 +00:00
Bill Yi
829614d3ac Import translations. DO NOT MERGE
Change-Id: I4aafe42447a82d42a1b3c013f046a4a264dafcc4
Auto-generated-cl: translation import
2016-06-13 23:26:51 -07:00
Adrian Roos
599be34e6e Improve action bar transition
Improves the transition of the action bar between
the collapsed and expanded states.

Bug: 28935363
Change-Id: I89efe95aa045d04bab4208a001f82cb69b38fce5
2016-06-14 03:53:45 +00:00
Dan Willemsen
c47168d592 Merge "CtsShim: Support building with tapas" into nyc-dev 2016-06-13 23:07:06 +00:00
Adrian Roos
366f324113 Merge "Correclty capitalize Date in status bar panel" into nyc-dev 2016-06-13 22:39:51 +00:00
Adrian Roos
a5e2aa99c0 Merge "Add MessagingStyle transitions" into nyc-dev 2016-06-13 21:45:08 +00:00
Adrian Roos
feafa052f3 Add MessagingStyle transitions
Fixes a particularly bad transition in the case where there
is one incoming message to a group.

Change-Id: Ieddece4a496292a69e14cdcd74d94986938d8223
Fixes: 29043489
2016-06-13 14:31:51 -07:00
TreeHugger Robot
126366dde5 Merge "Make sure we don't accidentally allow the night mode tile" into nyc-dev 2016-06-13 21:13:36 +00:00
Jason Monk
f31e6d704e Make sure we don't accidentally allow the night mode tile
Bug: 28887927
Change-Id: I7cf9ae3f0c853d70172b2af3e75cd8d0106afde1
2016-06-13 15:39:11 -04:00
Winson
1d581bcb09 Ensuring we don't try and dismiss task views that are already removed.
Bug: 29240786
Change-Id: I724e7c366b2fb835fd81fa966689f999953ef4c8
2016-06-13 19:27:42 +00:00
Jason Monk
50a352bc8d Fix QS edit view accessibility classes
Change-Id: I6aecd900ac6123e3499ab65db8896d51b70e2f89
Fixes: 29126464
2016-06-13 12:43:47 -04:00
Tony Mak
becebcbc6d Merge "Use startActivityDismissingKeyguard to show vpn setting page in keyguard" into nyc-dev 2016-06-13 12:22:47 +00:00
TreeHugger Robot
be0bacda9b Merge "Fixed check for visible volume." into nyc-dev 2016-06-10 21:48:11 +00:00
TreeHugger Robot
1b4124fc95 Merge "Reduce shell power over user management." into nyc-dev 2016-06-10 21:33:28 +00:00
Sid Soundararajan
7476aaa058 Merge "Recents TV: Add a check for touch enabled mode for starting dismiss animation" into nyc-dev 2016-06-10 20:38:00 +00:00
TreeHugger Robot
cbfc6eed32 Merge "Fixed check for volume name." into nyc-dev 2016-06-10 20:17:33 +00:00
Adrian Roos
776922d543 Correclty capitalize Date in status bar panel
Use ICU's DateFormat and set the appropriate context to get
correclty capitalized dates in languages where dates are not always
capitalized.

Change-Id: I0e99db4e14762b32833e8c0c7a59e4762c57116d
Fixes: 29064624
2016-06-10 13:08:03 -07:00
Sudheer Shanka
f5cea03eb0 Reduce shell power over user management.
Remove MANAGE_USERS permission from shell and whitelist it for
some specific functionality.

Bug: 29189712
Change-Id: Ifb37448c091af91991964511e3efb1bb4dea1ff3
2016-06-10 13:05:18 -07:00
Felipe Leme
24cc2cea74 Fixed check for visible volume.
Previously it was checked if the volume was visible to user, but
transient volumes (such as USB drives) are not marked as such.

Fixes: 29174953
Change-Id: I5dbcc42c5b31c6856e01f73815d73482822785d9
2016-06-10 12:10:16 -07:00