- Apr 22, 2020
-
-
Anton Hansson authored
-
TreeHugger Robot authored
-
Tiger Huang authored
-
Roshan Pius authored
-
Beverly Tai authored
-
Lucas Dupin authored
-
Sudheer Shanka authored
-
Sudheer Shanka authored
-
David Su authored
-
Evan Rosky authored
-
Yurii Zubrytskyi authored
* changes: [incfs] Small cleanup in staging -> final dir rename [incfs] Use MountRegistry to import existing mounts on start
-
Yurii Zubrytskyi authored
* changes: [incfs] Cleanup storage creation and don't use temp directory [incfs] Notify IncrementalService about system startup later [incfs] Fix bad path::join() path preparation
-
arangelov authored
For example, if share sheet is fully expanded in personal profile, when we go to the work tab, the direct share targets should also be expanded there. Fixes: 154523836 Test: manual Test: atest ChooserActivityTest Change-Id: I9346d7485f7498fc038c86bf5f8550c8ea6d0b48
-
Fabian Kozynski authored
-
Darryl Johnson authored
-
Andy Hung authored
* changes: MediaMetrics: Update Audio Java logging MediaMetrics instrumentation
-
Miranda Kephart authored
-
Alex Buynytskyy authored
-
TreeHugger Robot authored
-
Miranda Kephart authored
-
Jeffrey Huang authored
-
Evan Rosky authored
-
Heemin Seog authored
-
Heemin Seog authored
-
Evan Laird authored
Some callers weren't getting the @Provides version of the controller and thus not initializing it properly Test: manual Fixes: 154638737 Change-Id: I8ce4373b563ca307e2892ffa35047d95f04a705d
-
Roshan Pius authored
Bug: 146999777 Test: Compiles Change-Id: I96fff2db5a285eeb2a1be36aa47a239939a9ae98
-
Fabian Kozynski authored
Some minor fixes: * Remove icon next to structure name in Add controls * Remove "other apps" when there's no other app to switch. * Change footer buttons in apps screen. Test: manual Fixes: 154672630 Fixes: 154673161 Fixes: 154631120 Change-Id: I45be5c78b97a0301b77fa11125a294c66903dbef
-
Miranda Kephart authored
Updates the colors used when the dark theme is on. When a screenshot is taken, checks for the current dark theme status and updates the assets if necessary. Test: manual Bug: 146560663 Change-Id: Iccc727924e04febc5be25e2205775b52ef082f6a
-
Pavel Grafov authored
-
Shafik Nassar authored
-
Beverly authored
Fixes: 154675084 Test: atest EnableZenModeDialogTest Change-Id: I3e4f9aefb065eb7cdc9d0f5248639bf7ea9efbc6
-
Mark Chien authored
-
Aurimas Liutikas authored
Testing with: touch frameworks/base/core/java/android/view/View.java && time make -j framework Before patch: Run #1: 107.8 seconds Run #2: 106.5 seconds Run #3: 108.3 seconds Average: 107.5 seconds After patch: Run #1: 105.5 seconds Run #2: 105.6 seconds Run #3: 105.0 seconds Average: 105.4 seconds Savings of 2.2 seconds (~2%) Test: make framework Bug: 151160048 Change-Id: Ic58875a315c9d1dc09b029d3de405a5f5648c46e Merged-In: Ic58875a315c9d1dc09b029d3de405a5f5648c46e
-
Antoan Angelov authored
-
Antoan Angelov authored
-
arangelov authored
This CL does the following changes: - Save and restore the resolver drawer layout height. This is necessary because when we toggle darkmode, we don't go through handleLayoutChange, thus we don't recalculate the height the standard way. - Disables saving state for the viewpager. This is necessary, because the content is incorrectly restored afterwards. It's better to reload it instead. - Saves and restores the last selected tab. This is necessary because with the viewpager state saving disabled, it defaults to the first tab. I considered updating the configChanges attribute in the manifest to include dark mode toggling, but it gave unsatisfactory result - the share sheet only partially became dark. Test: manual Test: atest ChooserActivityTest Test: atest ResolverActivityTest Fixes: 154526324 Change-Id: I99e159ea7ca413f8acbc0429a43ce5aba32a1b28
-
Tiger Huang authored
The previous solution used a different transaction from the one used in SeamlessRotator#finish. So the transaction might be applied in an unexpected order between here and there when the target frame number is reached. This CL reverted the previous solution. Instead, we don't dispatch the leash if it is not ready. For the client, it won't play the animation until obtaining the leash. Fix: 154195854 Test: Rotate device to change the orientation in Camera, and see if navigation bar stays visible. Test: Check if transient bar can be shown/hidden/aborted as expected. Test: Make sure b/153104643 stay fixed. Test: atest InsetsPolicyTest Change-Id: I29f80f1c77615b0a3cde38df265220f48d66f117
-
Pavel Grafov authored
* updatePersonalAppsSuspension is invoked for all events relevant to profile maximum time off: user stopped, user unlocked, system boot, deadline alarm goes off, setManagedProfileMaximumTimeOff called. * It takes all relecant bits of state into account: policy, current deadline, user state. It calculates the new state of the deadline, notification and alarm and makes appropriate changes (e.g. schedules the alarm, posts notification, suspens apps). * Updated package manager query flags so that even when personal apps are being suspended while the user is locked, it includes non direct boot aware apps as well. Test: manual, with TestDPC Test: atest OrgOwnedProfileOwnerTest#testWorkProfileMaximumTimeOff Test: atest com.android.server.devicepolicy.DevicePolicyManagerTest Test: atest OrgOwnedProfileOwnerTest#testPersonalAppsSuspensionNormalApp Bug: 149075510 Change-Id: I94d2582c7af91a5d97e67d2baf2e15f0a6d5ffa9
-
TreeHugger Robot authored
-
PETER LIANG authored
-