Commit Graph

53151 Commits

Author SHA1 Message Date
joshmccloskey
dd0c8c22b4 Merge "Re enable remove button after cancel" into qt-dev am: b195c402f3 am: c684e636fc
am: 6f82bd76a5

Change-Id: Ibf7cf5e49941ab6a3ded713c729417a6b4bb0d61
2019-05-16 09:30:39 -07:00
Beverly
4ff1bbb172 Merge "Always include uid as part of recentApp key" into qt-dev am: 08ef7bd52b am: fd589a9980
am: 23b583f894

Change-Id: I327f0cf829e492b5068d93b905561c986b82a089
2019-05-16 09:28:49 -07:00
Kevin Chyn
75fdf1dc0c Merge "Update enroll to match mocks" into qt-dev am: dbe4384909 am: a4edd2b9a2
am: 4310498646

Change-Id: I5540ebd631e4f49a0414c7f85eb4d689d8fe2e41
2019-05-16 09:27:49 -07:00
Pavel Grafov
f59ce06159 Merge "Make credential confirmation activity resizeable." into qt-dev am: e455680bd2
am: 72b85a3798

Change-Id: I8daf4f4a34631700b6e3b62bcc24a9f3554fbad6
2019-05-16 09:13:35 -07:00
Kevin Chyn
9c5ee1901a Merge "Update footer buttons depending on entry point" into qt-dev am: 7411ce155d
am: 931b2dbf09

Change-Id: Iaf67be105743793899c7ca17110059a8186602e3
2019-05-16 08:33:28 -07:00
Kevin Chang
4fedf61fc6 Merge "Fix no reaction when tapping permission dialog button in shortcut service page" into qt-dev am: 4891ea2d44
am: 55bfbfed1a

Change-Id: I65575bbe0d03e6d0d944a17c81b730246f2c472f
2019-05-16 08:13:15 -07:00
Leon Liao
9eda4b017e Merge "Modify Accessibility Setting UI for timeout feature" into qt-dev am: 764b8491e1
am: dfae7fe0e0

Change-Id: I14b955b57ebafbc99a656270c967cd3a7c5417e9
2019-05-16 07:50:37 -07:00
Android Build Merger (Role)
79ecab0822 Merge "Merge "Make credential confirmation activity resizeable." into qt-dev am: e455680bd2 am: 52f1e826e9" into qt-r1-dev-plus-aosp 2019-05-16 14:44:00 +00:00
joshmccloskey
3bea5a13b1 Merge "Re enable remove button after cancel" into qt-dev am: b195c402f3
am: ecb58423a3

Change-Id: I59851775776af148ea407aa76f02782ccd0f2a1d
2019-05-16 07:27:43 -07:00
Xin Li
ec2c2c299d Merge "[automerger skipped] DO NOT MERGE - Merge pi-platform-release (PPRL.190505.001) into stage-aosp-master am: e6eeb7bd55 -s ours
am: 90ecaab8f8

Change-Id: I8621fd4452aaed3fae05a17dbb35f72466950ac6
2019-05-16 06:13:48 -07:00
Leon Liao
e51e69284c Merge "Modify Accessibility Setting UI for timeout feature" into qt-dev
am: 764b8491e1

Change-Id: I8074cfd21490785952d180819c34dd383dff6ed3
2019-05-16 06:11:43 -07:00
Leon Liao
dfae7fe0e0 Merge "Modify Accessibility Setting UI for timeout feature" into qt-dev
am: 764b8491e1

Change-Id: Icd56f53ece053032281761da0d6d650b0e76c9d7
2019-05-16 06:11:41 -07:00
Leon Liao
764b8491e1 Merge "Modify Accessibility Setting UI for timeout feature" into qt-dev 2019-05-16 13:02:56 +00:00
Pavel Grafov
c9ff73c032 Merge "Make credential confirmation activity resizeable." into qt-dev am: e455680bd2
am: 52f1e826e9

Change-Id: I3a167359052d16a6f7446e988bc7df1864057388
2019-05-16 05:47:05 -07:00
Pavel Grafov
52f1e826e9 Merge "Make credential confirmation activity resizeable." into qt-dev
am: e455680bd2

Change-Id: I94f9c4c8b214d52e62fe603b06fbef73dca59a0a
2019-05-16 05:26:23 -07:00
Pavel Grafov
72b85a3798 Merge "Make credential confirmation activity resizeable." into qt-dev
am: e455680bd2

Change-Id: I48363a2d8d7cb20144ff1bba003b8b37ebf1944b
2019-05-16 05:26:22 -07:00
Pavel Grafov
e455680bd2 Merge "Make credential confirmation activity resizeable." into qt-dev 2019-05-16 12:05:14 +00:00
Leon Liao
d741850f0c Modify Accessibility Setting UI for timeout feature
Using single timeout setting page instead of current two timeout pages
to keep the user experience simple and reduce confusion.

Current timeout page & API:
'Time to take action'
    --  Settings.Secure.ACCESSIBILITY_INTERACTIVE_UI_TIMEOUT_MS
'Time to read'
    --  Settings.Secure.ACCESSIBILITY_NON_INTERACTIVE_UI_TIMEOUT_MS

New timeout page & API:
'Time to take action(Accessibility timeout)'
    --  Settings.Secure.ACCESSIBILITY_INTERACTIVE_UI_TIMEOUT_MS
    --  Settings.Secure.ACCESSIBILITY_NON_INTERACTIVE_UI_TIMEOUT_MS

Bug: 132247225
Test: make RunSettingsRoboTests -j ROBOTEST_FILTER=AccessibilityTimeoutControllerTest
Test: make RunSettingsRoboTests -j ROBOTEST_FILTER=AccessibilitySettingsTest
Change-Id: I0b69682425324d3b1e0ff3f7b6e2c299b60cd215
2019-05-16 18:58:50 +08:00
Jason Chiu
3e4d002679 Fix multiple instances for Google SignIn activity appearing in task stack
- Account page starts an activity with the flag FLAG_ACTIVITY_NEW_TASK
  to add an account and then causes multiple activity instances.
- Add the flag FLAG_ACTIVITY_CLEAR_TASK in conjunction with
  FLAG_ACTIVITY_NEW_TASK to clear existing task before the activity is
  started.

Fixes: 109923099
Test: robotest, manual
Change-Id: I8234ab33d8aa949e5ff78320962920cb0f8b2953
2019-05-16 17:50:46 +08:00
Xin Li
924854583f [automerger skipped] DO NOT MERGE - Merge pi-platform-release (PPRL.190505.001) into stage-aosp-master am: e6eeb7bd55 -s ours
am: f8a2db708b

Change-Id: I026e266ca3e3b4a49254e32b9324eaf24f6b9f79
2019-05-16 02:47:40 -07:00
Lei Yu
d6ad2a3340 Merge "Add empty check for path in UsageGraph" into qt-dev am: 825ac6e370 am: 2d0bf613e7
am: 0b758293c8

Change-Id: I45669bd49d533e17fa2aaa3c3a41f625bd955668
2019-05-16 00:50:41 -07:00
Fan Zhang
211a479817 Merge "Fix preview image alignment issue due to clip padding." into qt-dev am: 0376a3ce13 am: b8cde6da35
am: 284789c41d

Change-Id: I98aeb638588e2d6964ff3dbd3ccca5a0a2bc86d5
2019-05-16 00:41:08 -07:00
Android Build Merger (Role)
478776a510 Merge "Merge "Always include uid as part of recentApp key" into qt-dev am: 08ef7bd52b am: 52fa75463b" into qt-r1-dev-plus-aosp 2019-05-16 07:32:11 +00:00
Beverly
c38c1c4bcd Merge "Always include uid as part of recentApp key" into qt-dev am: 08ef7bd52b
am: 52fa75463b

Change-Id: Ie87cdd8e8c2bcc2d730bbf4e0f20f9f356b21e8b
2019-05-16 00:32:01 -07:00
Android Build Merger (Role)
b8bb3f2b2b Merge "Merge "Update enroll to match mocks" into qt-dev am: dbe4384909 am: e70836257c" into qt-r1-dev-plus-aosp 2019-05-16 07:31:27 +00:00
Kevin Chyn
cb05b51fb4 Merge "Update enroll to match mocks" into qt-dev am: dbe4384909
am: e70836257c

Change-Id: I2b6c66272d1f7f1543711a5db3cda1bdcc4221dd
2019-05-16 00:31:16 -07:00
Android Build Merger (Role)
cded060f7f Merge "Merge "Add empty check for path in UsageGraph" into qt-dev am: 825ac6e370 am: c48d4d2f28" into qt-r1-dev-plus-aosp 2019-05-16 07:30:35 +00:00
Lei Yu
4247221729 Merge "Add empty check for path in UsageGraph" into qt-dev am: 825ac6e370
am: c48d4d2f28

Change-Id: I5c2c42995e9fa19993a8ea336bf23d111943e2c3
2019-05-16 00:30:25 -07:00
Android Build Merger (Role)
a3d1be5957 Merge "Merge "Fix preview image alignment issue due to clip padding." into qt-dev am: 0376a3ce13 am: 2fef4914b2" into qt-r1-dev-plus-aosp 2019-05-16 07:29:46 +00:00
Fan Zhang
c2e67e03f8 Merge "Fix preview image alignment issue due to clip padding." into qt-dev am: 0376a3ce13
am: 2fef4914b2

Change-Id: I1ce371067445e984844aba027e6816c09000f88b
2019-05-16 00:29:39 -07:00
Android Build Merger (Role)
5c0022b18e Merge "Merge "Replace system navigation animations will smaller files" into qt-dev am: b9cb4ab062 am: a4803f3634" into qt-r1-dev-plus-aosp 2019-05-16 07:29:04 +00:00
Mehdi Alizadeh
0b0ba71a99 Merge "Replace system navigation animations will smaller files" into qt-dev am: b9cb4ab062
am: a4803f3634

Change-Id: Ia955e14fed992cf2beeae9e23aa814a7c0340f95
2019-05-16 00:28:52 -07:00
Android Build Merger (Role)
342ae33d8e Merge "Merge "Added icons for partial system update card in the Security category" into qt-dev am: 2e26605065 am: bfb45b6177" into qt-r1-dev-plus-aosp 2019-05-16 07:28:18 +00:00
Sorin Dinu
d58aefc32a Merge "Added icons for partial system update card in the Security category" into qt-dev am: 2e26605065
am: bfb45b6177

Change-Id: I634870e2c6a8c3c7b388f64161be4e4aee993667
2019-05-16 00:28:05 -07:00
Android Build Merger (Role)
a06b899360 Merge "Merge "Change string of switchbar and installed service category title" into qt-dev am: d0c5f2d443 am: bfed5d1ca1" into qt-r1-dev-plus-aosp 2019-05-16 07:27:30 +00:00
Kevin Chang
4fd093fbfa Merge "Change string of switchbar and installed service category title" into qt-dev am: d0c5f2d443
am: bfed5d1ca1

Change-Id: I1073aedd07cd6f4b47cfe83409fd63f8ef2b7d1c
2019-05-16 00:27:19 -07:00
Kevin Chyn
be969e7d6b Merge "Update footer buttons depending on entry point" into qt-dev am: 7411ce155d
am: 71f07614b9

Change-Id: I5ab6c5ddd6246af3e29610a234e58e460bd96a61
2019-05-15 23:24:28 -07:00
Kevin Chang
ad5ff19118 Merge "Fix no reaction when tapping permission dialog button in shortcut service page" into qt-dev am: 4891ea2d44
am: d3a6120581

Change-Id: I9dd092a2cec7018aa7c3257f5e8244eb2ed4a60f
2019-05-15 23:17:11 -07:00
joshmccloskey
6f82bd76a5 Merge "Re enable remove button after cancel" into qt-dev am: b195c402f3
am: c684e636fc

Change-Id: I504d4f969f8a2f7df3db28a74069ef03a7d4e834
2019-05-15 23:11:07 -07:00
Mehdi Alizadeh
1716fca02f Merge "Replace system navigation animations will smaller files" into qt-dev am: b9cb4ab062 am: cfa4e2b734
am: 684f3b22c9

Change-Id: I890bb3fbd0e9c9794fdeacbed511da62a080ce28
2019-05-15 23:11:07 -07:00
Beverly
23b583f894 Merge "Always include uid as part of recentApp key" into qt-dev am: 08ef7bd52b
am: fd589a9980

Change-Id: I949e79f8cd95138d36901770c9324d0981149cbd
2019-05-15 23:04:07 -07:00
Sorin Dinu
023f173f20 Merge "Added icons for partial system update card in the Security category" into qt-dev am: 2e26605065
am: ef18f553fa

Change-Id: I0d7e09529af9a8d28507be073cebcc30c3568691
2019-05-15 22:54:23 -07:00
Kevin Chyn
4310498646 Merge "Update enroll to match mocks" into qt-dev am: dbe4384909
am: a4edd2b9a2

Change-Id: I50e01bc3a5169a840db2af3c7e836e1a039a0b52
2019-05-15 22:51:37 -07:00
Kevin Chang
cca9206ccc Merge "Change string of switchbar and installed service category title" into qt-dev am: d0c5f2d443
am: a4a1055d7c

Change-Id: I2373bd354a2226961d8813186435c0ef4942fb20
2019-05-15 21:45:52 -07:00
Lei Yu
0b758293c8 Merge "Add empty check for path in UsageGraph" into qt-dev am: 825ac6e370
am: 2d0bf613e7

Change-Id: Ib126893499663f636ceb244588dc8e4caf64ae44
2019-05-15 20:27:20 -07:00
Fan Zhang
284789c41d Merge "Fix preview image alignment issue due to clip padding." into qt-dev am: 0376a3ce13
am: b8cde6da35

Change-Id: I6442ceb64367a73097f66edef35137679819b58f
2019-05-15 20:17:15 -07:00
Mehdi Alizadeh
684f3b22c9 Merge "Replace system navigation animations will smaller files" into qt-dev am: b9cb4ab062
am: cfa4e2b734

Change-Id: I665c2343b39db80d099f6f13a9d601e3b1d96d26
2019-05-15 20:08:25 -07:00
Salvador Martinez
3af5cccb8d Merge "Fix dark theme and battery saver interaction" into qt-dev am: ba5964d99d am: db30782bbf
am: e44f8c9dfb

Change-Id: I47085873bd446aff399c94c2dca7fa9c0eee8d10
2019-05-15 20:07:28 -07:00
Sorin Dinu
ef18f553fa Merge "Added icons for partial system update card in the Security category" into qt-dev
am: 2e26605065

Change-Id: If24fb2625730e97da26a00504f740a8e87480b80
2019-05-15 19:55:16 -07:00
Kevin Chyn
71f07614b9 Merge "Update footer buttons depending on entry point" into qt-dev
am: 7411ce155d

Change-Id: Iec08981b1956fa9e02ba7de2a5edf9398dc3dcc4
2019-05-15 19:15:36 -07:00