Mitch Phillips
60ec63d646
Merge "Don't ask libc for PT feature w/o kernel support."
2020-04-07 15:38:56 +00:00
Automerger Merge Worker
5d2bd7315a
Merge "Merge changes I76df6529,I99594ae9 into rvc-dev am: 35910cacaa am: c9e647b261" into rvc-d1-dev-plus-aosp am: e4e72b6309 am: 975453319d
...
Change-Id: I7408b8bdf2b5f5637444f5f5edcd9ac5329ee763
2020-04-07 02:11:39 +00:00
Selim Cinek
02c1e738b2
Merge changes I76df6529,I99594ae9 into rvc-dev am: 35910cacaa am: c9e647b261
...
Change-Id: Icf9aa76842f573387abce5a23382112f3e0323f9
2020-04-07 01:31:19 +00:00
Selim Cinek
35910cacaa
Merge changes I76df6529,I99594ae9 into rvc-dev
...
* changes:
Fixed the heads up layout of conversations
Fixed an issue where the conversation title was showing doubled
2020-04-07 01:22:04 +00:00
Sally Yuen
0d7707f0d2
Merge "Set the window title in AlertDialog's AlertController" into rvc-dev am: de172d5438 am: 4173092d88 am: e3356a58af am: febf3fa63a
...
Change-Id: Ib9f69f16c696cc37404f23e15df96a6afd193ee7
2020-04-07 01:01:32 +00:00
Sally Yuen
4173092d88
Merge "Set the window title in AlertDialog's AlertController" into rvc-dev am: de172d5438
...
Change-Id: Iac94d2e5c91f7c131e04b88337046b9a1094a516
2020-04-06 23:58:35 +00:00
Sally Yuen
de172d5438
Merge "Set the window title in AlertDialog's AlertController" into rvc-dev
2020-04-06 23:54:23 +00:00
Bernardo Rufino
4aef02d1e6
Merge "Wire user info and use user context for text toasts" into rvc-dev am: 2de79fb6fd am: ec0e67b052 am: 8499e595fe am: 95cc45f79f
...
Change-Id: Ic2121b6fe6509537a61eedb46307e6bb094ee3ce
2020-04-06 22:52:14 +00:00
Susi Kharraz-Post
f368663e8e
Merge "Fix NPE for Open With ChooserActivity Logging Bug" into rvc-dev am: 7e9bfdfd63 am: 9b2b5a114a am: 9d2209281e am: 8c9fd1a9c1
...
Change-Id: Ie80ed6a7b0fc4b3cf9969ce76a9d4716645b5b77
2020-04-06 22:51:57 +00:00
Bernardo Rufino
ec0e67b052
Merge "Wire user info and use user context for text toasts" into rvc-dev am: 2de79fb6fd
...
Change-Id: I0e814f94225d06edb4d973be300fbd2e515b4db9
2020-04-06 22:12:26 +00:00
Susi Kharraz-Post
9b2b5a114a
Merge "Fix NPE for Open With ChooserActivity Logging Bug" into rvc-dev am: 7e9bfdfd63
...
Change-Id: I4a949058c023eb3dc08e4bbc5587400d806563fd
2020-04-06 22:11:30 +00:00
Bernardo Rufino
2de79fb6fd
Merge "Wire user info and use user context for text toasts" into rvc-dev
2020-04-06 21:59:20 +00:00
Bernardo Rufino
78f5d83ac8
Wire user info and use user context for text toasts
...
Text toasts don't currently support multi-user. This CL prepares toasts
for multi-user by wiring the user information from who requested the
toast (in the form of uid) to ToastUI, where text toasts are actually
rendered.
We go only as far as obtaining a new user-specific context for that user
and using that to construct the view. Actual support will come in future
CLs.
Bug: 151414297
Test: atest android.widget.cts29.ToastTest android.widget.cts.ToastTest
ToastWindowTest ToastUITest NotificationManagerServiceTest
LegacyToastTest
Change-Id: I8c92453c6a2b73c31f9a41ca9ff463d194d4f44f
2020-04-06 20:20:09 +01:00
Susi Kharraz-Post
8bd0f532a3
Fix NPE for Open With ChooserActivity Logging Bug
...
Target is not populated for "Open With" processed by ChooserActivity.
Adding a null catch in the logger to return default intent.
Bug: 153335691
Test: manual testing and running ChooserActivityTests
Change-Id: Ib7477a9030d0244d33d74690c6aab8b03b88e1e3
2020-04-06 15:07:23 -04:00
Mitch Phillips
6dabec7b3b
Don't ask libc for PT feature w/o kernel support.
...
Check that the kernel supports the Tagged Pointers feature before asking
libc to disable/enable pointer tagging.
Bug: 153114333
Test: Build coral, note no messages from SetHeapTaggingLevel.
Test: atest CtsTaggingHostTestCases
Change-Id: Id5fbd731aa70f7b0a75525387479f6123628a012
2020-04-06 11:57:22 -07:00
TreeHugger Robot
78e170517f
Merge "Limit stage install to system and whitelisted packges only (1/2)" into rvc-dev am: 04e287816f am: 580a989f1e am: ae3a7cdc74 am: 9bec247d45
...
Change-Id: I32bb9c350ee6fe17e40aa442eb320270c1a0c013
2020-04-06 15:47:14 +00:00
TreeHugger Robot
ae3a7cdc74
Merge "Limit stage install to system and whitelisted packges only (1/2)" into rvc-dev am: 04e287816f am: 580a989f1e
...
Change-Id: Icc0031d42da5ef659272abbd83bf0bd46e76a844
2020-04-06 14:57:03 +00:00
TreeHugger Robot
e7765a8435
Merge "Limit stage install to system and whitelisted packges only (1/2)" into rvc-dev am: 04e287816f
...
Change-Id: Ieb38ccefdd3513624ac95f45a28d7be84c0de03f
2020-04-06 14:39:39 +00:00
TreeHugger Robot
04e287816f
Merge "Limit stage install to system and whitelisted packges only (1/2)" into rvc-dev
2020-04-06 14:16:25 +00:00
Tony Huang
3b3d8ea61d
Merge "Fix split divider janky" into rvc-dev am: a171ec4203 am: e6abf0b719 am: c030cdafad am: d1db0d4023
...
Change-Id: Ie2fedd5893590745c62d85819693f71a38c46f27
2020-04-06 08:52:20 +00:00
Tony Huang
c030cdafad
Merge "Fix split divider janky" into rvc-dev am: a171ec4203 am: e6abf0b719
...
Change-Id: I6554e2844d2ecc21544a4ec601b4d7c8f974719c
2020-04-06 08:33:07 +00:00
Tony Huang
17ebe76f7a
Merge "Fix split divider janky" into rvc-dev am: a171ec4203
...
Change-Id: I195d4d1df29f9628b8c39e9ee6da78c2fe60574d
2020-04-06 07:44:11 +00:00
Tony Huang
a171ec4203
Merge "Fix split divider janky" into rvc-dev
2020-04-06 07:24:15 +00:00
Jerry Chang
792c79623d
Limit stage install to system and whitelisted packges only (1/2)
...
Bug: 148664742
Test: atest FrameworksServicesTests:SystemConfigTest SysConfigTest#testStageWhitelist
Change-Id: I5d7617a014869167151f9f486dc0e89f5957390a
2020-04-06 11:05:53 +08:00
Selim Cinek
28db07e902
Fixed the heads up layout of conversations
...
Previously the expand button layout was always at 80dp which
made the collapsed size increase. we now measure it at
match_parent instead and just internally use another layout
to position it properly.
Fixes: 153204251
Test: add heads up notification, observe normal padding
Change-Id: I76df6529c1a24808bce54ed0d04230cddf7a0c8c
2020-04-03 17:52:15 -07:00
TreeHugger Robot
53700f16e7
Merge "Revert "Fix DecorView error about non-visual context"" into rvc-dev am: 59a65bdc0f am: fca4a6e057 am: 3dc933b9b1 am: 518d408967
...
Change-Id: I4f320ff2ce2df427d4c032639f97d7db1150be55
2020-04-03 20:42:04 +00:00
TreeHugger Robot
3dc933b9b1
Merge "Revert "Fix DecorView error about non-visual context"" into rvc-dev am: 59a65bdc0f am: fca4a6e057
...
Change-Id: Id0704620c8e34ea3f18e3edb6d7dee936062113e
2020-04-03 20:11:56 +00:00
TreeHugger Robot
3fc6f737f4
Merge "Revert "Fix DecorView error about non-visual context"" into rvc-dev am: 59a65bdc0f
...
Change-Id: I3742568af4066c4d73be0f7f31562ffffa2182ce
2020-04-03 20:03:29 +00:00
TreeHugger Robot
59a65bdc0f
Merge "Revert "Fix DecorView error about non-visual context"" into rvc-dev
2020-04-03 19:53:56 +00:00
Automerger Merge Worker
0cb739bb7c
Merge "Merge "[wm]: Support free snap mode" into rvc-dev am: 85ac2217f8 am: a1930bcc1a" into rvc-d1-dev-plus-aosp am: d9e5f6c7f4 am: 9a632fde45
...
Change-Id: Ie51c29299752cb94ee8ba548e407878c6e19f285
2020-04-03 18:43:20 +00:00
Selim Cinek
1b5e85c8c6
Merge "Fixed that the importance ring might show inside of groups" into rvc-dev am: 17c3f421d4 am: 6af775fbbb am: 44a2d25a2d am: 98cd567efa
...
Change-Id: If9edab28c8514b26d346e3a76b8ca83847a9acd0
2020-04-03 18:40:59 +00:00
TreeHugger Robot
69aef30b0d
Merge "[wm]: Support free snap mode" into rvc-dev am: 85ac2217f8 am: a1930bcc1a
...
Change-Id: Iccd7f0755d1392ad8a191eae318ec9dfd55ea1fd
2020-04-03 18:20:52 +00:00
Selim Cinek
44a2d25a2d
Merge "Fixed that the importance ring might show inside of groups" into rvc-dev am: 17c3f421d4 am: 6af775fbbb
...
Change-Id: I0868188821988dc3bd77cd39c42b4a8242d39ecf
2020-04-03 18:20:16 +00:00
TreeHugger Robot
3a3876f579
Merge "[wm]: Support free snap mode" into rvc-dev am: 85ac2217f8
...
Change-Id: Ie00ae16b52319c2dff8bcfe6eed786e50e403daa
2020-04-03 18:11:16 +00:00
Selim Cinek
48b90c78e8
Merge "Fixed that the importance ring might show inside of groups" into rvc-dev am: 17c3f421d4
...
Change-Id: Ib9ae5480fc966b80ef27b7131b7b0342c089ac56
2020-04-03 18:09:35 +00:00
TreeHugger Robot
85ac2217f8
Merge "[wm]: Support free snap mode" into rvc-dev
2020-04-03 18:07:05 +00:00
Vadim Tryshev
5420fffe19
Revert "Fix DecorView error about non-visual context"
...
This reverts commit 828c498904 .
Reason for revert: b/152806048
Bug: 152806048
Change-Id: I0ba53944a7fddf42cccf79c6495945c8afa3ab31
2020-04-03 18:06:05 +00:00
Selim Cinek
17c3f421d4
Merge "Fixed that the importance ring might show inside of groups" into rvc-dev
2020-04-03 17:48:05 +00:00
Peter Collingbourne
80cf45a929
Merge "Implement initial policy for memory tag checks."
2020-04-03 17:00:06 +00:00
sallyyuen
83ba7aab9a
Set the window title in AlertDialog's AlertController
...
AlertDialog.Builder's setTitle() does not set the title of its
window, which TalkBack uses for announcements.
Make the behavior consistent between the AlertDialog.Builder's
setTitle and AlertDialog's setTitle, which does change the window
title.
Bug: 149755168
Test: Menu titles appear in the node tree debug info and are announced.
by TalkBack. App version info in Settings is announced.
Change-Id: I49deb98ad294538864e413c6c486b4148e06a2b6
2020-04-03 09:06:11 -07:00
Song Hu
403fcea589
Merge "Enable Sharesheet direct share target append prototype for droidfood." into rvc-dev am: 66726b1e19 am: 093339997a am: 327a41e69c am: 1fb7e8eaa5
...
Change-Id: I181f43c9dc35337974dec7479f5968eea7d5405d
2020-04-03 15:32:55 +00:00
Song Hu
327a41e69c
Merge "Enable Sharesheet direct share target append prototype for droidfood." into rvc-dev am: 66726b1e19 am: 093339997a
...
Change-Id: I099f432def692e4411d8d2cb5aab98768fdea543
2020-04-03 15:17:22 +00:00
Song Hu
d0054fd9c6
Merge "Enable Sharesheet direct share target append prototype for droidfood." into rvc-dev am: 66726b1e19
...
Change-Id: I6bbaf6b8983b46fec890f27ae262283066ff3f92
2020-04-03 15:05:42 +00:00
Song Hu
66726b1e19
Merge "Enable Sharesheet direct share target append prototype for droidfood." into rvc-dev
2020-04-03 14:56:58 +00:00
Susi Kharraz-Post
91a2dcbfda
Merge "Add sharesheet statsd logging" into rvc-dev am: f9617e33f9 am: 36391620b4 am: 6b548a82ab am: f1c6dd75b0
...
Change-Id: Ic5b16d2c5128b04c77441565f4589bcc4a22dda5
2020-04-03 14:27:33 +00:00
Susi Kharraz-Post
6b548a82ab
Merge "Add sharesheet statsd logging" into rvc-dev am: f9617e33f9 am: 36391620b4
...
Change-Id: I9150e723ea447209825a0ed9b441fd7725c0fe1c
2020-04-03 13:45:21 +00:00
Susi Kharraz-Post
04363c3f1a
Merge "Add sharesheet statsd logging" into rvc-dev am: f9617e33f9
...
Change-Id: I37b38005b051074cf7dbfa16dcbeec991ae1842b
2020-04-03 13:20:20 +00:00
Susi Kharraz-Post
dde9c3afc8
Add sharesheet statsd logging
...
Add a Logger for sharesheet and add calls into ChooserActivity.java
Bug: 147508495
Test: manual testing and added unit tests into ChooserActivityTests.
Change-Id: I0024b5020f47475a28c4745af4d8ef268e5f85be
2020-04-03 11:07:19 +00:00
Yohei Yukawa
8b1587346f
Merge "Let blocked InputConnection APIs fail upon IInputMethod.unbindInput()" into rvc-dev am: dbe201d2ac am: f7af18e811 am: 5773bbfc54 am: 66ea553dab
...
Change-Id: I1ccca7df835375c59d226fa4110200ae2e6326ef
2020-04-03 04:05:02 +00:00
Song Hu
2eb5dbb378
Enable Sharesheet direct share target append prototype for droidfood.
...
Bug: 151112858
Test: manually tested both prod flow and prototype flow on phones.
Change-Id: I459e73e1a15c00f51dca929d4d0bf0adb74fbaeb
2020-04-02 20:22:23 -07:00