- May 24, 2017
-
-
Andrei Stingaceanu authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Abodunrinwa Toki authored
-
TreeHugger Robot authored
-
Jaewan Kim authored
This fixes the regression caused by the previous commit bad26692 Set notification TAG and style in TV PIP notification Bug: 37249867 Test: Manual test (PIP notification UI was dismissed after closing th PIP by notification UI, or PIP controller dialog. Also checked that the notification UI was dismissed after the the PIPed activity becomes fullscreen.) Change-Id: I4dc6d1ee8035f89583a5fb49aa6c8fdc40bb49a0
-
Calin Juravle authored
Test: Camera is re-pinned after adb shell cmd package compile -f -m extract com.google.android.GoogleCamera adb shell cmd package bg-dexopt-job Bug: 33168521 Change-Id: I5c5e76d1e40b6d433c9a0beba463c86f79ad437e
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Eric Laurent authored
-
- May 23, 2017
-
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Adam Lesinski authored
-
Erik Wolsheimer authored
am: 94b497bc Change-Id: I62ab41ed83aa92b12e7fa3c9111a6f97e6ef13ef
-
Erik Wolsheimer authored
am: 90a60548 Change-Id: I708fda61e866a891238d6dbbfc6a9b901e6da6b3
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
John Reck authored
Change-Id: Ic1a64e926b5faa2f4cf8d079a2b67e0261dcecd7 Fixes: 62035692 Test: manual
-
Jorim Jaggi authored
Apparently locking a HW bitmap makes it super slow to draw. Instead, draw it into a bitmap, copy it into a hw bitmap, and then extract the GraphicBuffer. Test: Open Camera, go home, reopen camera (and maybe go to recents) Change-Id: Id2371dcdad95f07a680e6c56c0403b3ad815a3f3 Fixes: 38510859
-
Michael Kwan authored
Misuse of @empty which explicitly sets the value to null, and should only be used for objects. Replaced with @null which more accurately means undefined value. Bug: 38431435 Change-Id: I6a59fc52c2ef9626c561f5bc344c588d22111f6e
-
Bill Yi authored
Change-Id: I64e965e64592f8a674b099022977a6cf5f26ff79 Auto-generated-cl: translation import
-
Jayachandran Chinnakkannu authored
-
TreeHugger Robot authored
-
Abodunrinwa Toki authored
Fixes: 37907518 Test: cts-tradefed run cts-dev -o -m CtsSignatureTestCases -t android.signature.cts.SignatureTest Change-Id: I876781eccb2574ea01b6b460e14afd4e970a01b4
-
Adam Lesinski authored
Bug: 38353957 Test: none Change-Id: Id78770b475b979635da6a4067db6269e3a1b04d6
-
Bryce Lee authored
Merge "Revert "Disallow starting activities without new task from non-activity context."" into oc-dev
-
TreeHugger Robot authored
-
Bryce Lee authored
-
TreeHugger Robot authored
-
Felipe Leme authored
AutofillManager keeps track of which views the AutofillServiec is interested to save, so when these views are gone, the session is finished. But when the AutofillService returns a dataset whose views it can not save, the FillUi for these views are not hiding when the views are gone. This CL fixes this issue by: - Keeping track which non-savable views should be tracked. - Pass the view (instead of it's id) when the UI on such views should be hid. This CL also optimized some AIDL and internal calls by avoiding the creating of unnecessary Lists. Test: manual verification with Snapchat Test: existing CtsAutoFillServiceTestCases pass Test: new tests on MultipleFragmentLoginTest pass Fixes: 38199452 Change-Id: I78fa357962dbc6667146d8e08cd6bacb63e0f337
-
TreeHugger Robot authored
-
Stan Iliev authored
Enable HW Bitmaps for Skia pipelines by using a readback to convert GraphicBuffer into a raster SkImage. Both BitmapShader and drawing HW bitmaps into a canvas are supported. Test: recent apps work, no memory leaks, CTS graphics and UiRendering tests passed, HWUI unit test passed bug: 38136140 Change-Id: I23fed5febad3b1009e0417fb7e21a347a8d11b0d Merged-In: I23fed5febad3b1009e0417fb7e21a347a8d11b0d
-
Eric Laurent authored
commit dae476f7330 introduced a potential problem when a different BT A2DP device is connected just after disconnecting one. Bug: 37499793 Test: check connection to new BT A2DP device when one is already connected. Change-Id: I8055844822fcc1640cca67fab2cba629c93f7cfa
-
John Reck authored
-
Amith Yamasani authored
This is a potential fix for a global reference leak in the system process by a JobService in an app. Bug: 38467796 Test: manual Change-Id: I8756c39ac77bead068c88fce750c4024f9ac1c03
-
Daniel Nishi authored
-
TreeHugger Robot authored
-