Commit Graph

13391 Commits

Author SHA1 Message Date
Antoan Angelov
55007c4e71 Merge "Center the work tab empty state spinner inside the empty state view." into rvc-dev am: 8c6b17b1ad
Change-Id: I9428292e142d3b99a8f14237bb92ab86abb240d7
2020-03-23 17:13:47 +00:00
Antoan Angelov
8c6b17b1ad Merge "Center the work tab empty state spinner inside the empty state view." into rvc-dev 2020-03-23 16:56:51 +00:00
Hui Yu
56deaab4c8 Merge "Update AppOps & UsageStats when app widget tapped." into rvc-dev am: aa3d42b129
Change-Id: I415deec0a9f7b168fc6ccdd5878be4fd57d53a58
2020-03-21 20:10:24 +00:00
Hui Yu
3dc45fbc57 Update AppOps & UsageStats when app widget tapped.
When the app widget on the launcher is tapped on:
1. Update AppOps. AppOps treats the underlying app as foreground so the app can get while-in-use
permission.
2. Report a USER_INTERACTION event to UsageStats so UsageStats can
update mLastTimeUsed and mLastTimeVisible of this package.

Bug: 149043079
Test: manual test, tapped on a widget.
Change-Id: Ic8c91190881cf5dcf89f0f72cfd410b0c2e86bf6
2020-03-21 08:36:54 -07:00
Selim Cinek
f2ec0f0cc0 Merge "Improved the transitions and layout of the app name in conversations" into rvc-dev am: 5568ff4a4c
Change-Id: I3191df59e40fa29ce8b058a7482a42b810b20e57
2020-03-21 01:14:43 +00:00
Selim Cinek
5568ff4a4c Merge "Improved the transitions and layout of the app name in conversations" into rvc-dev 2020-03-21 01:04:00 +00:00
TreeHugger Robot
0ebdcb6c18 Merge "Add application name to expanded conversation view" into rvc-dev am: eb0d8bff9b
Change-Id: I00a54a43411ab53a1fe0ccca11456d713c86c03e
2020-03-21 00:55:00 +00:00
TreeHugger Robot
eb0d8bff9b Merge "Add application name to expanded conversation view" into rvc-dev 2020-03-21 00:53:04 +00:00
TreeHugger Robot
89a4b908a6 Merge "Add importance ring around conversation badge" into rvc-dev am: fd8d9650ac
Change-Id: Ibfac285196b55e7cfec00cebdfd722ed8eff9f53
2020-03-21 00:48:23 +00:00
TreeHugger Robot
fd8d9650ac Merge "Add importance ring around conversation badge" into rvc-dev 2020-03-21 00:46:13 +00:00
TreeHugger Robot
39d40ca27f Merge "Made image messages display externally in the layout" into rvc-dev am: 4bd7796e1d
Change-Id: Ibaf80e60c314d44c3630ee3a537099f882c09381
2020-03-20 22:26:30 +00:00
TreeHugger Robot
4bd7796e1d Merge "Made image messages display externally in the layout" into rvc-dev 2020-03-20 22:20:28 +00:00
Selim Cinek
cef53f36de Improved the transitions and layout of the app name in conversations
The transition was using getTop instead of absolute positions which
didn't work well for the conversation layout.
Also, we were fading in views that were GONE and making them VISIBLE
which lead to bugs during the transitions.
Additionally, the header text would become visible when a notification
was removed from a group and reset.

Bug: 150905003
Test: visual, add conversations in groups and non-groups
Change-Id: I3c31006a1fc79f7d58cc1dd3d5af44129c9f02bb
2020-03-20 18:03:34 -04:00
Steve Elliott
52440e988c Add application name to expanded conversation view
Bug: 150905003
Test: manual
Change-Id: Ibb16717028498c508beda423a76375499a6f6ad9
2020-03-20 18:03:34 -04:00
Steve Elliott
928bb16c9f Add importance ring around conversation badge
Bug: 150905003
Test: manual
Change-Id: I967122fcf6404491fb514bc42e5f9e64490b8024
2020-03-20 18:03:32 -04:00
Selim Cinek
514b52c091 Made image messages display externally in the layout
Previously image messages were embedded in the
messaging list instead of at the root.
Also rendering the images slightly differently such that
they don't always use the aspect ratio but can scale

Bug: 150905003
Test: add messaging layout with image, observe nice display
Change-Id: Iba25a1f81d77b58bfccbe2f9b8dfc502fdf8bdd4
2020-03-20 15:59:06 -04:00
TreeHugger Robot
034496d31e Merge "Put accessibility labels for tabs." into rvc-dev am: dd7b1691ab
Change-Id: Ifcb36750dd88c6ac2619ab16d255c6389acb1354
2020-03-20 15:58:07 +00:00
TreeHugger Robot
dd7b1691ab Merge "Put accessibility labels for tabs." into rvc-dev 2020-03-20 15:56:05 +00:00
arangelov
e204da4040 Center the work tab empty state spinner inside the empty state view.
Fixes: 151072614
Test: manual
Change-Id: I5f2e8a9c2c4d2eac1a5e1a59447a6de9a5e215e5
2020-03-20 13:39:00 +00:00
arangelov
791509de7f Put accessibility labels for tabs.
Fixes: 151694643
Test: manual
Change-Id: I3fba76302bc3f99a96bc692fe78b35d141fa6b5c
2020-03-20 13:01:53 +00:00
Anmol Gupta
0e71a94456 Merge "Include more details in SoftInputShowHideHistory" into rvc-dev am: ea8748a29b
Change-Id: I0472df2be6aae4eed587b291e537e458b43694a4
2020-03-19 21:37:52 +00:00
Anmol Gupta
ea8748a29b Merge "Include more details in SoftInputShowHideHistory" into rvc-dev 2020-03-19 21:37:45 +00:00
Hall Liu
baf26eaf67 Merge "Rename NotificationChannel#setBlockableSystem" into rvc-dev am: 2227afaacb
Change-Id: I101048b4c5f49f945c311ea79fc992d59e13591c
2020-03-19 21:09:09 +00:00
Hall Liu
2227afaacb Merge "Rename NotificationChannel#setBlockableSystem" into rvc-dev 2020-03-19 21:06:53 +00:00
TreeHugger Robot
781ffe2fe9 Merge "Improve strings for share sheet and intent resolvers." into rvc-dev am: f4d1abb386
Change-Id: I2db80d361986fab064407fdcd4fc6e017332ca1a
2020-03-19 17:51:15 +00:00
TreeHugger Robot
f4d1abb386 Merge "Improve strings for share sheet and intent resolvers." into rvc-dev 2020-03-19 17:39:58 +00:00
arangelov
afec9d0356 Improve strings for share sheet and intent resolvers.
Fixes: 151694643
Fixes: 150942431
Test: manual
Change-Id: Ie419e791aa1d2d2cbd32b3f091833b54b90c81eb
2020-03-19 15:46:09 +00:00
Steve Elliott
a56418164b Merge "Populate conversation notifs from shortcut info" into rvc-dev am: a7aededa7d
Change-Id: I3793816db8fd4fa77b49be7947e5ffb715535ef8
2020-03-19 15:37:57 +00:00
Steve Elliott
a7aededa7d Merge "Populate conversation notifs from shortcut info" into rvc-dev 2020-03-19 15:18:33 +00:00
Anna Trostanetski
cd3835f673 Merge "Introduce listUIChanges API for developer UI" into rvc-dev am: 5165c12a4a
Change-Id: Ie04f27e16dffad3d1abac5f119352dd628f67e1d
2020-03-19 14:53:50 +00:00
Anna Trostanetski
5165c12a4a Merge "Introduce listUIChanges API for developer UI" into rvc-dev 2020-03-19 14:52:18 +00:00
TreeHugger Robot
9b522632ac Merge "Renamed DisplayInfo to TelephonyDisplayInfo" into rvc-dev am: 0e56c85768
Change-Id: I07f7f0c4aae67577faa5070275ac6ebb162724d7
2020-03-19 14:44:50 +00:00
TreeHugger Robot
0e56c85768 Merge "Renamed DisplayInfo to TelephonyDisplayInfo" into rvc-dev 2020-03-19 14:29:24 +00:00
TreeHugger Robot
28bf80bd36 Merge "Call setAdapter from handleLayoutChanged." into rvc-dev am: bfdf19c46d
Change-Id: I834b79b897ae4e54d751e3fc538461d5f783b877
2020-03-19 13:09:49 +00:00
TreeHugger Robot
bfdf19c46d Merge "Call setAdapter from handleLayoutChanged." into rvc-dev 2020-03-19 12:59:42 +00:00
arangelov
2731fa71fe Call setAdapter from handleLayoutChanged.
Test: manual
Fixes: 150918223
Fixes: 150922090
Fixes: 151329221
Fixes: 151077241
Change-Id: I723634840cfdc40eb307f2ce4e170178692f12f3
2020-03-19 12:10:13 +00:00
atrost
be8e9b2fc7 Introduce listUIChanges API for developer UI
Filter out changes that are: logging only, older then enabled after P,
newer then enabled after Q.
Added missing @Test that broke builds.

Test: atest com.android.server.compat.PlatformCompatTest
Bug: 151299145
Change-Id: Ic4c12ceec3f4018a1f206b8498e8216466ecf960
2020-03-19 12:06:52 +00:00
Anmol Gupta
29f209d6a3 Include more details in SoftInputShowHideHistory
Modify SoftInputShowHideHistory class to include additional information. New data in entry object:
  - Current focused window
  - show/hide soft input request window
  - Editor info
  - Full screen mode or not

Fixes: 141738570
Test: manual by calling "adb shell dumpsys input_method"
Change-Id: I793f2e3ca478496616a83b8090440986b2ccfb19
2020-03-18 20:50:52 -07:00
TreeHugger Robot
c458af5dd0 Merge "Add back ImsUceManager status definitions" into rvc-dev am: 3e95fbba28
Change-Id: Id538a94b7854a997664c39be8cfdcf9398a5a274
2020-03-18 23:46:16 +00:00
TreeHugger Robot
3e95fbba28 Merge "Add back ImsUceManager status definitions" into rvc-dev 2020-03-18 23:33:27 +00:00
Jack Yu
ac3ca33567 Renamed DisplayInfo to TelephonyDisplayInfo
To reduce ambiguity with android.view.DisplayInfo.

Test: Telephony sanity tests + unit tests
Bug: 151101989
Change-Id: Ic507b6bf082ca5510ff6d1dcde501f5be9ef074f
2020-03-18 15:11:31 -07:00
Anthony Stange
44e038d382 Revert "Introduce listUIChanges API for developer UI" am: 9c862eab69
Change-Id: Id68c5021be21b86b43ead02559c2fc1d3055b374
2020-03-18 21:56:30 +00:00
Anthony Stange
8aee27ad7a Merge "Revert "Introduce listUIChanges API for developer UI"" into rvc-dev 2020-03-18 21:52:28 +00:00
Anthony Stange
9c862eab69 Revert "Introduce listUIChanges API for developer UI"
Revert "Show only listUIChanges instead of all"

Revert submission 10721220-hide

Reason for revert: Caused build breakage - b/151857606
Reverted Changes:
I7c725a1ec:Show only listUIChanges instead of all
Iec8755171:Introduce listUIChanges API for developer UI

Change-Id: I53ea91ee96bb6cb45e31e5fce58826cc59e58df6
2020-03-18 21:33:10 +00:00
Anna Trostanetski
b4a028b7b7 Merge "Introduce listUIChanges API for developer UI" into rvc-dev am: 6b408f801a
Change-Id: Ia360cfc1f7a4a8ad168275f8ba715fd5c27abdbf
2020-03-18 18:18:29 +00:00
Anna Trostanetski
6b408f801a Merge "Introduce listUIChanges API for developer UI" into rvc-dev 2020-03-18 18:15:51 +00:00
Steve Elliott
46bb2a10a2 Populate conversation notifs from shortcut info
Fixes: 151330577
Test: manual
Change-Id: Ib7b7037155fc1891935fcbe89ced9f1639378ba0
2020-03-18 13:23:51 -04:00
Misha Wagner
c805bf8403 Merge "Fix directory iteration when path disappears." into rvc-dev am: c9925a661c
Change-Id: I4f1c09a66c6292cb6cc7fef6de99d9df0eccaa5d
2020-03-18 16:24:24 +00:00
Misha Wagner
c9925a661c Merge "Fix directory iteration when path disappears." into rvc-dev 2020-03-18 16:21:14 +00:00
Misha Wagner
39c919a88f Fix NullPointerException in KernelCpuThreadReaders. am: 1f9fef655f
Change-Id: Iefc47e260f4dd80f490d67c69acc94afa7f42350
2020-03-18 15:00:36 +00:00