Commit Graph

15594 Commits

Author SHA1 Message Date
GyeHun Jeon
cad94f9695 Merge "[wm] Fix smallestScreenWidthDp configuration on non default display (1/2)" into qt-dev am: 604e253c9e
am: 9f74f30165

Change-Id: I59c8aa915a3f362ecff4f38eaff0e5a5a956bd15
2019-04-22 12:51:26 -07:00
GyeHun Jeon
9f74f30165 Merge "[wm] Fix smallestScreenWidthDp configuration on non default display (1/2)" into qt-dev
am: 604e253c9e

Change-Id: Ib5a6b65475f432266942c0389a491d28d6548828
2019-04-22 12:41:04 -07:00
TreeHugger Robot
604e253c9e Merge "[wm] Fix smallestScreenWidthDp configuration on non default display (1/2)" into qt-dev 2019-04-22 18:46:26 +00:00
GyeHun Jeon
61cac3a333 [wm] Fix smallestScreenWidthDp configuration on non default display (1/2)
smallestScreenWidthDp configuration should be set to smallest possible size.
This could cause unexpected resources to be loaded based on the incorrect configuration. So it
should be set as minimum size of screenWidthDp and screenHeightDp to account for rotation.

Test: reproduce test steps in bug
Test: atest CtsWindowManagerDeviceTestCases:DisplayTests
Bug: 129521230
Change-Id: I07403294e8fe6e6ad7aa718c8a5948aff4fafae1
(cherry picked from commit 7671d7042d60944813f36a03b74199c5a3d737ad)
2019-04-22 08:32:45 -07:00
Winson Chiu
23f2e29296 Merge changes I689ec523,Id249a185 into qt-dev
am: a99ff5fa9a

Change-Id: I145f037ca76ea32802e435bd61df4a2921ca7dcf
2019-04-22 08:02:26 -07:00
Winson Chiu
a99ff5fa9a Merge changes I689ec523,Id249a185 into qt-dev
* changes:
  Delayed install completion
  Defer post-install resource clean up for 5 seconds
2019-04-22 14:35:50 +00:00
Felipe Leme
41e9eb0aed Fixed content capture whitelist for specific activities.
Test: manual verification (it cannot be fully verified using the current CTS setup)
Test: atest CtsContentCaptureServiceTestCases:android.contentcaptureservice.cts.WhitelistTest
Test: atest FrameworksCoreTests:android.content.ContentCaptureOptionsTest
Test: atest CtsContentCaptureServiceTestCases # sanity check
Test: m update-api

Fixes: 130573023
Change-Id: I2c76a01bd98c4154c4c59099f1368232d2dba80d
2019-04-19 19:47:36 -07:00
Felipe Leme
aeb4ddaa07 Merge "DO NOT MERGE - Updated some javadocs." into qt-dev
am: 2cccdd6b84

Change-Id: I0fbdf2a3a8aae8fa12424f97bef6bbcebd895a07
2019-04-19 18:36:07 -07:00
Felipe Leme
8c2360b123 DO NOT MERGE - Updated some javadocs.
Test: make ds-docs

Bug: 130726495
Fixes: 130737893

Change-Id: Idaf50cb17b0668f3052d86f256d5428ba4e06a3c
2019-04-19 16:08:48 -07:00
Winson
23863be910 Delayed install completion
This change is an attempt at delaying the install complete callback
to the installer on a DONT_KILL install until the package indicates
that it as completed updating its classpath with the new APKs.

Bug: 80269951
Bug: 109751013

Test: manual test of dynamic delivery/instant apps

Merged-In: I689ec523522da37987cff9b1a67eaae9e5633ffb
Change-Id: I689ec523522da37987cff9b1a67eaae9e5633ffb
(cherry picked from commit abfc054c90)
2019-04-19 22:52:41 +00:00
Andrii Kulian
bc692f13d6 Merge "Add event logs for top resumed state change" into qt-dev am: 8fb611c6ad
am: 0517a08640

Change-Id: I4b7c7b0a03ecba525b2c0497007d0bf20495e253
2019-04-19 10:23:31 -07:00
Andrii Kulian
0517a08640 Merge "Add event logs for top resumed state change" into qt-dev
am: 8fb611c6ad

Change-Id: I2ace248615facfe869aa2221e6d525bc208f71b9
2019-04-19 10:13:45 -07:00
Andrii Kulian
8602401358 Add event logs for top resumed state change
Bug: 130807813
Test: Build and run, check logs
Change-Id: Ib00a38fa308888bfc784d53145fff54325e355d3
2019-04-18 19:41:23 -07:00
Eugene Susla
e4f444d85e Merge "Make RemoteService propagate Context#bindService failure to PendingRequests" into qt-dev am: 7fdbe22475
am: 2aa1fdfdbe

Change-Id: I0d53a4d5d563b5574376af3e99a3067079135289
2019-04-18 16:40:07 -07:00
Eugene Susla
2aa1fdfdbe Merge "Make RemoteService propagate Context#bindService failure to PendingRequests" into qt-dev
am: 7fdbe22475

Change-Id: I73c0053bc0f6a48881c3ff19b36663cc467c740d
2019-04-18 16:19:49 -07:00
TreeHugger Robot
7fdbe22475 Merge "Make RemoteService propagate Context#bindService failure to PendingRequests" into qt-dev 2019-04-18 23:07:32 +00:00
Evan Laird
6b8c1561e1 Merge "Add @TestApi to StatusBarManager @SystemApi methods" into qt-dev am: f96a3cbaa3
am: 812fac7c9f

Change-Id: I1c047a8ae6a2f66cf29d6870f87a86a08353a1c2
2019-04-18 15:03:01 -07:00
Irina Dumitrescu
f0fee1c19d Merge "Don't call ConnectivityService when holding ActivityManagerService lock." into qt-dev am: 6c4094c67d
am: 6dcb822022

Change-Id: Ie99db045619a48ec006d66b4523ac8a4ab815df0
2019-04-18 14:25:27 -07:00
Evan Laird
812fac7c9f Merge "Add @TestApi to StatusBarManager @SystemApi methods" into qt-dev
am: f96a3cbaa3

Change-Id: Ic163ad8dd8c780d9439441be0e5925939dfcd4ea
2019-04-18 13:33:00 -07:00
Irina Dumitrescu
6dcb822022 Merge "Don't call ConnectivityService when holding ActivityManagerService lock." into qt-dev
am: 6c4094c67d

Change-Id: Ibdaf0c403c790ba0020a83d7ed2be978d09c813e
2019-04-18 13:13:43 -07:00
TreeHugger Robot
f96a3cbaa3 Merge "Add @TestApi to StatusBarManager @SystemApi methods" into qt-dev 2019-04-18 19:58:25 +00:00
Irina Dumitrescu
6c4094c67d Merge "Don't call ConnectivityService when holding ActivityManagerService lock." into qt-dev 2019-04-18 19:25:14 +00:00
Mady Mellor
291490d6e1 Merge "Fix back presses dismissing bubbles when IME is up" into qt-dev am: 2163249864
am: 986ede08d9

Change-Id: I3c8b2cbd3c52ac3000afeb78031271be7e31b82a
2019-04-18 12:08:21 -07:00
Mady Mellor
986ede08d9 Merge "Fix back presses dismissing bubbles when IME is up" into qt-dev
am: 2163249864

Change-Id: Ia520cddf9bffc8b9fc0a6b872957bf4109b40123
2019-04-18 11:47:51 -07:00
Mady Mellor
2163249864 Merge "Fix back presses dismissing bubbles when IME is up" into qt-dev 2019-04-18 18:21:22 +00:00
Winson Chiu
6121b1f4bd Merge "Delayed install completion" 2019-04-18 18:02:59 +00:00
Adrian Roos
163ebddd1a Merge "Ensure Contrast: Address API feedback" into qt-dev am: 2631fb58b6
am: 0ab3251b57

Change-Id: I98492f636ba4f08a59b72a4ba8754082ac4850f5
2019-04-18 04:57:35 -07:00
Adrian Roos
0ab3251b57 Merge "Ensure Contrast: Address API feedback" into qt-dev
am: 2631fb58b6

Change-Id: Id8bd100b89fca6b23c74d7139c6ab48b9e7b96a1
2019-04-18 04:44:13 -07:00
Irina Dumitrescu
34a27c4c45 Don't call ConnectivityService when holding ActivityManagerService lock.
Exclude system server thread from the threads on which we call updateHttpProxy() from the Activity Manager.

Test: atest HostsideVpnTests
Bug: 128465980
Change-Id: Ia2b2c6de8a01a264bfb09393144641d91ee2c164
2019-04-18 12:18:08 +01:00
TreeHugger Robot
2631fb58b6 Merge "Ensure Contrast: Address API feedback" into qt-dev 2019-04-18 11:17:43 +00:00
Michal Karpinski
5af898ded8 Merge "Make sure Notification#deleteIntent cannot be used to start activities from background" into qt-dev am: 2aeac8ce0e
am: 3925149177

Change-Id: Ie689f261a8a2a87b2ab9b4d113d68c67cb45c763
2019-04-18 02:57:58 -07:00
Michal Karpinski
3925149177 Merge "Make sure Notification#deleteIntent cannot be used to start activities from background" into qt-dev
am: 2aeac8ce0e

Change-Id: I6fcb7616500da414ea85eab8676b963985b5c510
2019-04-18 02:46:09 -07:00
Michal Karpinski
2aeac8ce0e Merge "Make sure Notification#deleteIntent cannot be used to start activities from background" into qt-dev 2019-04-18 09:31:32 +00:00
Hai Zhang
50866778c6 Merge "Remove car mode dialer and call companion roles." into qt-dev am: ff0f81ff2e
am: 79138894f6

Change-Id: I88a45bbf53049300bd2912767b21d60978627e3d
2019-04-18 00:30:10 -07:00
Mady Mellor
340ad43088 Merge "API feedback: getSuppressNotification -> isNotificationSuppressed" into qt-dev am: 6e0668c784
am: b2aa6ca950

Change-Id: I313d89d76ffdab2d243f8dd5193d4617ad8d0cde
2019-04-17 23:46:28 -07:00
Hai Zhang
79138894f6 Merge "Remove car mode dialer and call companion roles." into qt-dev
am: ff0f81ff2e

Change-Id: I3c09169f5b087bbcb69b6553fa3977d586123973
2019-04-17 22:59:41 -07:00
TreeHugger Robot
ff0f81ff2e Merge "Remove car mode dialer and call companion roles." into qt-dev 2019-04-18 05:44:25 +00:00
Peiyong Lin
30f6f76a63 Merge "Make sure the color space range is checked properly." into qt-dev am: 53e38f260c
am: 3560692fca

Change-Id: Iff107f04cac77a8951b18943ca01cc49eca5e8cc
2019-04-17 22:42:20 -07:00
Wei Wang
57eaa9df20 Merge "DO NOT MERGE: Fix a few issues with foreground service location accesses." into qt-dev
am: 80e9a4cc42

Change-Id: Iffa3ff2b6ab02eb9f7731285e9fd5e762b1c88dc
2019-04-17 21:54:37 -07:00
TreeHugger Robot
80e9a4cc42 Merge "DO NOT MERGE: Fix a few issues with foreground service location accesses." into qt-dev 2019-04-18 04:35:43 +00:00
Mady Mellor
b2aa6ca950 Merge "API feedback: getSuppressNotification -> isNotificationSuppressed" into qt-dev
am: 6e0668c784

Change-Id: Ib606fb7988b9347751f732cab4928663514a3e7d
2019-04-17 21:16:05 -07:00
TreeHugger Robot
6e0668c784 Merge "API feedback: getSuppressNotification -> isNotificationSuppressed" into qt-dev 2019-04-18 03:27:45 +00:00
Peiyong Lin
3560692fca Merge "Make sure the color space range is checked properly." into qt-dev
am: 53e38f260c

Change-Id: Ie0df202cd479cc062acd426af5553214b61ca1d2
2019-04-17 19:36:02 -07:00
Peiyong Lin
53e38f260c Merge "Make sure the color space range is checked properly." into qt-dev 2019-04-18 02:16:57 +00:00
Peiyong Lin
d088e6b33d Make sure the color space range is checked properly.
We only want to accept pre-defined color space,without the check it's possible
that the color space is not pre-defined and thus can't be restored.

BUG: b/116112787, b/130737691
Test: build
Change-Id: Ic1d21501828d3edc5ad04534fece70a7146e78bd
2019-04-17 22:30:13 +00:00
Svetoslav Ganov
9120f14e9e Merge "Merge "Make storage a restricted permission - framework" into qt-dev am: d21ce79b30" into qt-dev-plus-aosp
am: 9420c964a6

Change-Id: I628c1eb0e5713d0b8a7de937f4f2d5b45ac90bb6
2019-04-17 14:44:38 -07:00
Winson
abfc054c90 Delayed install completion
This change is an attempt at delaying the install complete callback
to the installer on a DONT_KILL install until the package indicates
that it as completed updating its classpath with the new APKs.

Bug: 80269951
Bug: 109751013

Test: manual test of dynamic delivery/instant apps

Change-Id: I689ec523522da37987cff9b1a67eaae9e5633ffb
2019-04-17 14:41:34 -07:00
Evan Laird
418ba8f03e Add @TestApi to StatusBarManager @SystemApi methods
Enables CTS testing

Test: APIs are in api/test-current
Bug: 130178313
Change-Id: Ie408bc4399cf64018903ef122b8db1e6a9fa9fb1
2019-04-17 16:43:39 -04:00
Svetoslav Ganov
e837fdfb66 Merge "Make storage a restricted permission - framework" into qt-dev
am: d21ce79b30

Change-Id: Iaa8b9eca1495bd0c441d0a3cbc60222404544de3
2019-04-17 12:54:42 -07:00
Adrian Roos
8c7ca4f5c2 Ensure Contrast: Address API feedback
Fixes: 130647853
Test: make checkapi
Test: atest EnsureBarContrastTest NavigationBarColorTest
Change-Id: Iafbdce8476134df56ea5d15155391b10afc9ce94
2019-04-17 21:36:04 +02:00