Commit Graph

642088 Commits

Author SHA1 Message Date
Tyler Gunn
4fab561f27 Merge "Fix potential exceptions in CallDiagnosticService and missing locks." into sc-dev 2021-05-24 20:26:49 +00:00
Lyn Han
7f626aed7d Merge "Factor out roundness updates on scroll" into sc-dev 2021-05-24 20:19:28 +00:00
Hui Yu
e5a9b12da5 Merge "All FGS exemptions should be propagated via service bindings." into sc-dev 2021-05-24 20:18:38 +00:00
Dmitri Plotnikov
ef6dd9b138 Merge "Fix Modeled vs. Measured check in BatteryStatsViewer" into sc-dev 2021-05-24 20:02:54 +00:00
Dmitri Plotnikov
4113199752 Merge "Fix time-in-foreground to include PROCESS_STATE_FOREGROUND_SERVICE" into sc-dev 2021-05-24 20:02:36 +00:00
Joe Bolinger
b1c9be8661 Merge "Temporarily disable test." into sc-dev 2021-05-24 19:43:48 +00:00
Patrick Baumann
dff37ee6d2 Merge "Updates OWNERS files" into sc-dev 2021-05-24 18:30:19 +00:00
Shuo Qian
5fcdcebfd2 Merge "Change default value from true to false for preferential network service enabling" into sc-dev 2021-05-24 17:57:56 +00:00
Chris Ye
b3d0a2afe3 Merge "Add capabilities to android.hardware.lights.Light." into sc-dev 2021-05-24 17:34:58 +00:00
Joe Bolinger
a9072327d6 Temporarily disable test.
Bug: 189031816
Test: N/A
Change-Id: Ib583d6ee21ab051597e1bb2615d61e8b6b2b2cac
2021-05-24 09:41:23 -07:00
Todd Kennedy
5f28ee3e52 Merge "If we ever rescan a stub, make sure to uncompress it" into sc-dev 2021-05-24 16:40:47 +00:00
Victor Chang
0946a97d06 Merge "Disable sentence-case for Georgian" into sc-dev 2021-05-24 15:57:25 +00:00
Stanislav Zholnin
559abf3b1a Merge "Remove filtering of DiscreteRegistry events by uid." into sc-dev 2021-05-24 15:46:54 +00:00
Tom Natan
c4cf09baa4 Merge "Add support for switching off sandboxing via device config flags" into sc-dev 2021-05-24 15:23:35 +00:00
George Mount
ebde5e48e6 Merge "Fix overscroll doesn't affect scrolling when released" into sc-dev 2021-05-24 15:19:49 +00:00
Siim Sammul
d49a40998a Merge "Add sharding to BinderCallsStats collection and make it configurable. The hash code of the callsession will be used to select which apis will be collected for based on the configured modulo. This is needed to reduce the amount of data collected from public devices." into sc-dev 2021-05-24 13:09:19 +00:00
Beverly Tai
f369b89e37 Merge "Forward fix/revert of clock detached state on keyguard visibility" into sc-dev 2021-05-24 12:03:56 +00:00
TreeHugger Robot
2fdb6bd709 Merge "Revert "Do not invoke textclassifier when dimissing the selection"" into sc-dev 2021-05-24 11:48:28 +00:00
Tony Mak
c103424e3a Revert "Do not invoke textclassifier when dimissing the selection"
Reverting ag/13435448.

The bug that the change fixed was that TextView invokes classifyText
when the selection is going to be dimissed due to an ACTION_UP event.
The fix was that we only  call showFloatingToolbar() if users are
dragging the selection curosr when we get an ACTION_UP event.

QA has found a bug recently.
When user selects some text and then scrolls the TextView, we hide the
floating toolbar temporarily. When user finishes scrolling, TextView
does not reshow the toolbar immediately due to the fix.

I don't have a fix that I feel comfortable to get into S given
that we are pretty late in the process, so reverting the fix.

Some more details:
IMO, the fix should be calling showFloatingToolbar() only if
TextView has a selection(i.e. TextView.hasSelection()) when we are
processing the ACTION_UP event in updateFloatingToolbarVisibility().
Sadly, it does not work because the selection is not actually dismissed
yet when we are trying to update the visiblity of
the floating toolbar in updateFloatingToolbarVisibility().
The selection is actually dismissed when Editor.onTouchUpEvent is
called to handle the UP event, but updateFloatingToolbarVisibility() is
called before that :/

Moving around the code so that updateFloatingToolbarVisibility() is
called after Editor.onTouchEvent() may work, but I am not comfortable
to get in a risky change like this at the moment.

Reason for revert: b/187862341

Bug: 187862341

Change-Id: Ic49c6792dc86c01fcc78a4d3bc5bfd85b7772197
2021-05-24 11:47:56 +00:00
Stanislav Zholnin
673cc5650e Remove filtering of DiscreteRegistry events by uid.
Bug: 184597401
Test: manually verified
Change-Id: I6c02f0ec64aa31211ffffa13d8ad0b5facbb9bbd
2021-05-24 11:50:08 +01:00
Michał Brzeziński
4b5aa29c5c Merge "Fixing notification scrim shifted in landscape orientation" into sc-dev 2021-05-24 10:14:21 +00:00
Flavio Fiszman
f8a68352de Merge "Handle audio content on People Tiles." into sc-dev 2021-05-24 09:22:57 +00:00
Sergey Volnov
3cff27f756 Merge "HotwordDetectionService: Remove deprecated-at-birth APIs." into sc-dev 2021-05-24 08:48:07 +00:00
Alex Johnston
68d3b19012 Merge "Add DPMS reset password metrics" into sc-dev 2021-05-24 08:41:13 +00:00
Nikita Ioffe
fe29823f79 Merge "PackageManager plumbing to support non-staged APEX installs" into sc-dev 2021-05-24 08:34:30 +00:00
Shawn Lin
cb10463a9a Merge "The nav bar isn't restored when swiping an app up to home in landscape" into sc-dev 2021-05-24 08:22:00 +00:00
Remi NGUYEN VAN
c81c8aad0d Merge "Remove packages/Connectivity." into sc-dev 2021-05-24 07:23:11 +00:00
Louis Chang
8f5d0a8752 Merge "Only allow system or sysui to set launch activity type" into sc-dev 2021-05-24 06:08:58 +00:00
Baligh Uddin
d65474f3e4 Remove packages/Connectivity.
It has moved to packages/modules/Connectivity.
Also adjust include_dir paths in frameworks/base/Android.bp

BUG: 186628461
TEST: TH
Merged-In: I2727e13dbe051162f23ef279ca11cd5cca1fc761
Change-Id: I2a7a181e65be8952f8044df845efa80b6134d416
2021-05-24 04:39:18 +00:00
Nikita Dubrovsky
75dc1f16e3 Merge "Remove verbose logcat messages in TextViewOnReceiveContentListener" into sc-dev 2021-05-23 22:58:38 +00:00
Lucas Dupin
21a24b06bd Merge "Mark shade as opaque when scrims are visible" into sc-dev 2021-05-23 18:55:33 +00:00
Bill Yi
27e377698a Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev 2021-05-23 03:57:39 +00:00
Bill Yi
88e7373128 Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev 2021-05-23 03:57:32 +00:00
Chris Ye
9f98e33d8e Add capabilities to android.hardware.lights.Light.
Add capabilities of MONO, RGB and PLAYER_ID to
android.hardware.lights.Light, and the APIs to query the capabilities.

Bug: 181743615
Test: atest InputDeviceLightsManagerTest, atest LightsManagerTest, atest android.hardware.input.cts.tests
Change-Id: I266c83584d63815e1a71897e5975d6c13e8543bb
2021-05-22 18:28:14 -07:00
Galia Peycheva
dff092c085 Merge "Fix tv volume control icon color" into sc-dev 2021-05-22 15:08:18 +00:00
Matt Casey
113886ccae Merge "Fix long screenshot text contrast in dark mode." into sc-dev 2021-05-22 12:58:24 +00:00
TreeHugger Robot
608a439238 Merge "Split flicker tests into groups" into sc-dev 2021-05-22 09:44:36 +00:00
Joanne Chung
cee152ee43 Merge "Refine the ViewTranslationCallback usage." into sc-dev 2021-05-22 07:41:18 +00:00
TreeHugger Robot
9345d1d5dc Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev 2021-05-22 06:56:45 +00:00
Bill Yi
43d3800008 [automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 31548ef79d -s ours
am skip reason: subject contains skip directive

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14687490

Change-Id: I352ec995b2a4ee94f200d300ba70478a1911a85e
2021-05-22 06:52:40 +00:00
Bill Yi
900dce4d3f [automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: bb0af422ce -s ours
am skip reason: subject contains skip directive

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14686565

Change-Id: I5e4db9fa5c6caec4ceb2993259efef4d8fc7e866
2021-05-22 06:45:47 +00:00
TreeHugger Robot
182213ae98 Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev 2021-05-22 06:40:04 +00:00
TreeHugger Robot
1d27784bf2 Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev 2021-05-22 06:30:14 +00:00
TreeHugger Robot
cb993ce24a Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev 2021-05-22 06:22:44 +00:00
TreeHugger Robot
453acbbf29 Merge changes I1de322c9,Id0983d4b into sc-dev
* changes:
  Improve IKEv2/IPsec VPN by proposing more IPsec algorithms
  Improve IKEv2/IPsec VPN by proposing more IKE algorithms
2021-05-22 05:05:51 +00:00
Nikita Dubrovsky
7bac522d23 Merge "Improve javadocs for OnReceiveContentListener" into sc-dev 2021-05-22 05:05:40 +00:00
TreeHugger Robot
eae314a688 Merge "Check location permission for ConnDiags last." into sc-dev 2021-05-22 05:01:18 +00:00
TreeHugger Robot
1dc8998458 Merge "Use CS identity to update setting while performing factory reset" into sc-dev 2021-05-22 04:59:28 +00:00
TreeHugger Robot
7094b6470f Merge "Add test for NetworkCapabilities.Builder.withoutDefaultCapabilities" into sc-dev 2021-05-22 04:57:58 +00:00
Joe Huang
9d78bec9fa Merge "SatellitePvt API council review" into sc-dev 2021-05-22 04:46:24 +00:00