Commit Graph

18953 Commits

Author SHA1 Message Date
android-build-team Robot
3e85a8fdaa Merge "Reset password field instead of keyguard" into pi-dev am: a7e5dd3b33
am: 9a6cadbe99

Change-Id: Ie8751763434e0955dbe709bac097d74b690acd26
2018-05-09 12:53:10 -07:00
Pavel Grafov
73305a7bc1 Merge "Lock profiles when lockdown is invoked." into pi-dev am: e4ea18c1ff
am: 5f7eb403ef

Change-Id: I201a51e0898a36324d521634509d2c3ac0da770c
2018-05-09 12:39:18 -07:00
Matthew Ng
68dc2af927 Update the snap targets in minimized mode to reflect the correct targets am: 6317df6e1e
am: 4ef6ed96bd

Change-Id: I946bbf8c833a807a24f72ba5c7206a9e343d43bf
2018-05-09 12:08:34 -07:00
android-build-team Robot
9a6cadbe99 Merge "Reset password field instead of keyguard" into pi-dev
am: a7e5dd3b33

Change-Id: Ie0bafa034085289f2b726b572064bcd5aa8d0cbf
2018-05-09 12:07:54 -07:00
Pavel Grafov
5f7eb403ef Merge "Lock profiles when lockdown is invoked." into pi-dev
am: e4ea18c1ff

Change-Id: Iae83cc6911edbffd949c44c481b8962bd12404bc
2018-05-09 11:57:05 -07:00
android-build-team Robot
a7e5dd3b33 Merge "Reset password field instead of keyguard" into pi-dev 2018-05-09 18:35:53 +00:00
Pavel Grafov
e4ea18c1ff Merge "Lock profiles when lockdown is invoked." into pi-dev 2018-05-09 18:29:24 +00:00
Matthew Ng
4ef6ed96bd Update the snap targets in minimized mode to reflect the correct targets
am: 6317df6e1e

Change-Id: I082df8125b71e7e27d1a8cf953cf43d18909cd2f
2018-05-09 11:18:08 -07:00
android-build-team Robot
98b368e392 Merge "Set app name when notification is updated" into pi-dev am: c9e47020a3
am: d76bf5c322

Change-Id: I6ce532dc1f9df1cfac04b8aabdb58807273ce29d
2018-05-09 10:54:23 -07:00
Matthew Ng
6317df6e1e Update the snap targets in minimized mode to reflect the correct targets
In minimized mode there is only 1 split snap target compared to regular
portrait that has 30%, 50%, 70% targets. Update the accessibility options
for minimized mode to reflect the correct targets. Also removed the
middle target if there is only 1 split snap target.

Test: using talkback, see custom options on divider handle in minimized
mode
Fixes: 78304300

Change-Id: I8421499616cf0fe503c1f6a081a2151098640a9c
2018-05-09 17:48:33 +00:00
android-build-team Robot
d76bf5c322 Merge "Set app name when notification is updated" into pi-dev
am: c9e47020a3

Change-Id: I339d9e55489173381f987d3e2ad57df148511e89
2018-05-09 10:41:38 -07:00
android-build-team Robot
c9e47020a3 Merge "Set app name when notification is updated" into pi-dev 2018-05-09 17:20:02 +00:00
Pavel Grafov
059021bdc2 Lock profiles when lockdown is invoked.
Change-Id: I3abfa464255b0fc04a09657b8ca43bcc154621c0
Bug: 76208903
Test: manually invoked lockdown in all combinations.
2018-05-09 18:19:15 +01:00
Lucas Dupin
801804946a Reset password field instead of keyguard
Reseting the keyguard has bigger implications, like hiding the bouncer
and resetting the StatusBarKeyguardViewManager.

Change-Id: Ib17e292c8c95ba19f4149ee04fc9680c69029a42
Fixes: 79187948
Test: go/sysui-bouncer-tests
2018-05-09 09:38:35 -07:00
android-build-team Robot
2ec88c4050 Merge "Allow to influence how loadSafeLabel works" 2018-05-09 15:28:33 +00:00
felkachang
37fff4862b Fix Clock flickers after reboot with strong authentication am: d5060280cb
am: 1c99c7a3be

Change-Id: Ie5c85ebbe1d3184e191571c46b659a6713304c59
2018-05-08 19:48:28 -07:00
felkachang
1c99c7a3be Fix Clock flickers after reboot with strong authentication
am: d5060280cb

Change-Id: I5bab533b677a7bbcf7fdb5292fe3795784f86c11
2018-05-08 19:43:07 -07:00
felkachang
d5060280cb Fix Clock flickers after reboot with strong authentication
After boot, the device request the strong authentication but
finger print is not strong. The keyguard will appear after collapsing
NotificationPanelView.

Because StatusBarKeyguardViewManager.mExpansionCallback.onFullyShown
->updateStates should call mStatusBar.setBouncerShowing(true)
before PanelBar.mExpanded = false but
StatusBarKeyguardViewManager.mBouncer.isShowing() return false,
StatusBarKeyguardViewManager.updateStates doesn't call
mStatusBar.setBouncerShowing.

After PanelBar.mExpanded = false, PhoneStatusBarView post runnable
mHideExpandedRunnable to show the Bouncer and make the Bouncer to be
showing and then change the NotificationPanelView to be VISIBLE.

The solution is to call
mStatusBarKeyguardViewManager.showBouncer(false) before calling
mStatusBarKeyguardViewManager.animateCollapsePanels(
FINGERPRINT_COLLAPSE_SPEEDUP_FACTOR). To make the
KeyguardBouncer.mRoot to be VISIBLE by KeyguardBouncer.mShowRunnable.

Bug: 78490344
Test: atest SystemUITests
Change-Id: Ia8770cd3ca98007574c0ba18c0464fc2f58b7973
2018-05-09 02:29:55 +00:00
android-build-team Robot
d2b741a688 Merge "Fade in/out onboarding tips." into pi-dev am: 668556cd47
am: ebbf943c4c

Change-Id: I07735df9ad1cfcec69dc37db8c984d9550580487
2018-05-08 16:11:19 -07:00
android-build-team Robot
ebbf943c4c Merge "Fade in/out onboarding tips." into pi-dev
am: 668556cd47

Change-Id: I14a5762bc446eb4781de4ac95baec7f6b1c41c6d
2018-05-08 16:02:43 -07:00
Tracy Zhou
ee5a4ec86f Fade in/out onboarding tips.
Bug: 79431649
Test: Manual test
Change-Id: I8054f4626f261f6620021b909982276428ccd673
2018-05-08 14:09:44 -07:00
Beverly
3f56f05662 Set app name when notification is updated
- Setting app name updates the content description for a11y

Change-Id: I77cc7e3299802dec4284b800086d313c41b1056b
Fixes: 75282248
Test: manual
2018-05-08 14:56:03 -04:00
Philip P. Moltmann
a6f5c70b91 Allow to influence how loadSafeLabel works
Also remove all references to old loadSafeLabel method to prevent
proliferation of old method via copy+paste.

The implementation assumes that there are three cases:
- Short labels that don't have anything wrong with them
- Labels that are fine, but are a little too long
- Intentionally bad label that try to break stuff and slow things down.

In the first two cases no characters are marked for removal, in the
third case we have an implementation that does not use a lot of memory
and has linear performance when there are a lot of bad characters.

Test: gts-tradefed run gts-dev -m GtsContentTestCases
Bug: 77964730
Change-Id: I3feb17b2a12018cd5407c88fe3603f2ebbc9d14e
2018-05-08 11:27:41 -07:00
android-build-team Robot
e538b2ec63 Merge "Count launching the same app as an app launch for Quickstep onboarding" into pi-dev am: 1589a43ece
am: 3a055bfd6a

Change-Id: I530fc6c84f50d214feec28f81da513838ef2455d
2018-05-08 11:14:11 -07:00
android-build-team Robot
dd209c8c1c Merge changes I1539580e,I8452e799 into pi-dev am: 8ea760c815
am: f0013528bc

Change-Id: I662b167e13ed386290dc802988b3225a60a67fc0
2018-05-08 10:57:14 -07:00
android-build-team Robot
160761ecf9 Merge "Fixes a NPE in search manager in CTS tests." into pi-dev am: 188b642ac0
am: 9ec1c3fe3a

Change-Id: I7f5a0deb21e89d8b9f66af4cd88e63056edb1373
2018-05-08 10:53:02 -07:00
android-build-team Robot
0a6dc035a2 Merge "Fix intercepting touch events for guts" into pi-dev am: 87ffd28760
am: b3e029cb38

Change-Id: Icbe2ca6dd5e6c30977944b6730650e1b36cfc4da
2018-05-08 10:48:55 -07:00
android-build-team Robot
3a055bfd6a Merge "Count launching the same app as an app launch for Quickstep onboarding" into pi-dev
am: 1589a43ece

Change-Id: I1eed7766bb579971377feec3ae05aa94751031f7
2018-05-08 10:43:32 -07:00
android-build-team Robot
1589a43ece Merge "Count launching the same app as an app launch for Quickstep onboarding" into pi-dev 2018-05-08 17:26:31 +00:00
android-build-team Robot
f0013528bc Merge changes I1539580e,I8452e799 into pi-dev
am: 8ea760c815

Change-Id: I4273e08bb50ba9b509171ea65d32bb6757a4a2b7
2018-05-08 09:56:11 -07:00
android-build-team Robot
9ec1c3fe3a Merge "Fixes a NPE in search manager in CTS tests." into pi-dev
am: 188b642ac0

Change-Id: Ie3a7de65c4b8d06a5b0110a93689ca604bdf858a
2018-05-08 09:46:12 -07:00
android-build-team Robot
8ea760c815 Merge changes I1539580e,I8452e799 into pi-dev
* changes:
  Volume dialog mulit-streams have 8dp padding
  Check if alarm and now times are in schedule
2018-05-08 16:41:47 +00:00
android-build-team Robot
b3e029cb38 Merge "Fix intercepting touch events for guts" into pi-dev
am: 87ffd28760

Change-Id: If558d3856e5572e130fc5506e1b9f129828cad63
2018-05-08 09:41:04 -07:00
android-build-team Robot
188b642ac0 Merge "Fixes a NPE in search manager in CTS tests." into pi-dev 2018-05-08 16:21:39 +00:00
android-build-team Robot
87ffd28760 Merge "Fix intercepting touch events for guts" into pi-dev 2018-05-08 16:19:50 +00:00
android-build-team Robot
bccadb12f0 Merge "Remove ticker text for screenshot saving notification." into pi-dev am: 70c9a79127
am: 069d14cfef

Change-Id: Iaaa7ee1aeab3e1473ff424ca87dacff22a2dd804
2018-05-08 08:58:44 -07:00
android-build-team Robot
069d14cfef Merge "Remove ticker text for screenshot saving notification." into pi-dev
am: 70c9a79127

Change-Id: I35594cbfb73048ae2fe7d3757232d193632d1d5a
2018-05-08 08:45:11 -07:00
android-build-team Robot
70c9a79127 Merge "Remove ticker text for screenshot saving notification." into pi-dev 2018-05-08 15:28:31 +00:00
Makoto Onuki
c4e62af65d Merge "Fix "battery saver" notification keeping coming back." into pi-dev am: f450a7266b
am: 9a20164149

Change-Id: I96fcfd531eabc46a7767b2c541da90a5de12e3ec
2018-05-08 08:25:53 -07:00
Makoto Onuki
9a20164149 Merge "Fix "battery saver" notification keeping coming back." into pi-dev
am: f450a7266b

Change-Id: Ie3d52e44e04737d07efe8f75e04cae1e5f86b400
2018-05-08 08:17:18 -07:00
Beverly
6cb4cafd96 Volume dialog mulit-streams have 8dp padding
Change-Id: I1539580e2d848521638b50c10bd51c18ff415268
Fixes: 79353898
Test: visual inspection with multi-stream and dnd
2018-05-08 11:16:02 -04:00
Makoto Onuki
f450a7266b Merge "Fix "battery saver" notification keeping coming back." into pi-dev 2018-05-08 15:11:57 +00:00
Steven Wu
2b71d79215 Fixes a NPE in search manager in CTS tests.
Test: atest CtsSliceTestCases
Change-Id: I9e9b3bbcf0dc980e5189293abcee95ff374e309f
Fixes: 76211625
2018-05-08 11:03:17 -04:00
android-build-team Robot
13ca02c1e2 Merge "AOD padding animation should match slice" into pi-dev am: 1b5e2d8b3e
am: 299eba7cef

Change-Id: Id8b78ff37f5c6b6b0edd3ef6b7f6e90a84901b6c
2018-05-07 23:13:15 -07:00
android-build-team Robot
299eba7cef Merge "AOD padding animation should match slice" into pi-dev
am: 1b5e2d8b3e

Change-Id: I9795fc0a2e780c6b8075ea5f4c5a4d514b1a61b0
2018-05-07 23:03:51 -07:00
android-build-team Robot
1b5e2d8b3e Merge "AOD padding animation should match slice" into pi-dev 2018-05-08 05:52:36 +00:00
android-build-team Robot
fe45568a78 Merge "Update text size of overflow number view" into pi-dev am: 414be0b1cb
am: b8d7a58c72

Change-Id: Iee66845c12c9a4de95280b602a3c9d4dda777090
2018-05-07 19:29:32 -07:00
android-build-team Robot
b8d7a58c72 Merge "Update text size of overflow number view" into pi-dev
am: 414be0b1cb

Change-Id: I5c0855a4dddd65afd5ea314d831e0f6e04304bf9
2018-05-07 18:58:56 -07:00
dongwan0605.kim
c4ddef4f4f Fix intercepting touch events for guts
When guts are showing in keyguard, user's touch events
could be intercepted by ActivatableNotificationView
especially in notification header area.
And then, user had to touch buttons in guts twice to operate.
So, fix not to intercept touch events when guts are showing.

Test: Lockscreen > Swipe EXPANDABLE notification and
click snooze button > Try to click UNDO button or
expand button in snooze layout.

Change-Id: I7f36ca8f38c974561ea7585b4560fff8c2d634fb
Fixes: 79354723
2018-05-08 01:55:22 +00:00
android-build-team Robot
414be0b1cb Merge "Update text size of overflow number view" into pi-dev 2018-05-08 01:47:14 +00:00