TreeHugger Robot
fefd62ca49
Merge "Fix flaky testForAllWinddow"
2019-02-20 13:00:47 +00:00
Izabela Orlowska
a1dea5f915
Merge "AAPT2: allow regexes for extensions to not compress"
2019-02-20 12:55:58 +00:00
Rubin Xu
391f42b70d
Merge "Skip unreachable route when estimating VPN destinations" am: 21078b1edd am: e000de90f4
...
am: 12d2de6417
Change-Id: Id81038035eddf98d0c4546ddb25c8f6ed5736ad6
2019-02-20 04:35:38 -08:00
Rubin Xu
12d2de6417
Merge "Skip unreachable route when estimating VPN destinations" am: 21078b1edd
...
am: e000de90f4
Change-Id: Ia9301b3bf52b42a742f1f6b3a02499a1404ed3f1
2019-02-20 04:26:25 -08:00
Rubin Xu
e000de90f4
Merge "Skip unreachable route when estimating VPN destinations"
...
am: 21078b1edd
Change-Id: Iafa9ecaf07a36f235b366655d2fa2165a676d1cd
2019-02-20 04:15:55 -08:00
TreeHugger Robot
13d637a023
Merge "Fix a misspelled permission"
2019-02-20 12:09:36 +00:00
Treehugger Robot
21078b1edd
Merge "Skip unreachable route when estimating VPN destinations"
2019-02-20 12:00:15 +00:00
Andrei-Valentin Onea
d3af535583
Merge "Add atom for logging hidden API usage"
2019-02-20 11:57:26 +00:00
Eric Sandness
e4bba0842b
Merge "Doc Change For DPM.setPermittedInputMethods"
2019-02-20 11:57:09 +00:00
Sehee Park
d2c2bdd157
Merge "Consider 200 response with "Content-length <= 4" to not be a captive portal." am: 1d18e60e76 am: 87bba9d278
...
am: 94dbe8d0e3
Change-Id: I331a13b07d74f2b7755e3165bc584a0152501a83
2019-02-20 03:54:38 -08:00
Sehee Park
94dbe8d0e3
Merge "Consider 200 response with "Content-length <= 4" to not be a captive portal." am: 1d18e60e76
...
am: 87bba9d278
Change-Id: Ie3e8a250b24acf668fbcdb48b6242e1ea83ebfa2
2019-02-20 03:44:53 -08:00
TreeHugger Robot
e4c287516b
Merge "Removed debugging logging that was left in."
2019-02-20 11:41:58 +00:00
Sehee Park
87bba9d278
Merge "Consider 200 response with "Content-length <= 4" to not be a captive portal."
...
am: 1d18e60e76
Change-Id: I8316ad19bb5633e5c6d64d6c7e589b4bb4548617
2019-02-20 03:35:36 -08:00
Treehugger Robot
1d18e60e76
Merge "Consider 200 response with "Content-length <= 4" to not be a captive portal."
2019-02-20 11:14:24 +00:00
Roland Levillain
ede2b3bdc3
Merge "Replace generic GC type flag with a specific Generational CC flag."
2019-02-20 10:57:14 +00:00
TreeHugger Robot
621981e0e8
Merge "Convert Android.mk file to Android.bp"
2019-02-20 10:56:33 +00:00
TreeHugger Robot
e6e13284bf
Merge "Add Introspection API to retrieve AudioProductStrategies"
2019-02-20 10:51:30 +00:00
Michal Karpinski
4e7129df7a
Merge "Add a way for holders of START_ACTIVITIES_FROM_BACKGROUND to allow bg activity starts starts from specific receivers"
2019-02-20 10:50:32 +00:00
Roland Levillain
72b16f0ad0
Replace generic GC type flag with a specific Generational CC flag.
...
The "gctype" device configuration flag (from the "runtime_native_boot"
namespace) was a string passed verbatim as an argument to the runtime
option "-Xgc". It was too generic, conveyed no typing information, and
was error-prone (there was no control over what was passed from the
server to the zygote, and then to the runtime).
This change replaces "gctype" with a specific, Boolean
"enable_generational_cc" flag. This new flag better reflects the
nature of the experiment to be conducted (either enable or disable
generational garbage collection in ART's concurrent copying
collector).
Test: core/jni/runtime_native_boot-flags-test.sh
Bug: 72446017
Bug: 120794191
Bug: 123754583
Change-Id: I30a73171c0dc3c7bc891c4f164eed0ba42b0f420
2019-02-20 10:46:55 +00:00
Izabela Orlowska
0faba5fdfa
AAPT2: allow regexes for extensions to not compress
...
Change-Id: I09d2ad1d1466643ca7628c6480224e16b9002ee5
Fixes: 67575899
Test: added + manual
2019-02-20 10:36:43 +00:00
Andrei-Valentin Onea
9599d06761
Merge "Use sampled value in hidden api logger"
2019-02-20 10:29:43 +00:00
TreeHugger Robot
fe71582e23
Merge "Introduce a way to turn a fullscreen window into freeform"
2019-02-20 09:43:51 +00:00
Yunfan Chen
6dd9a627c1
Fix flaky testForAllWinddow
...
It was flaky because the exiting window may be removed before the
assertion. Prevent it from removal can fix it.
During the setup, while window get created, there are
WindowSurfacePlacer traversal being posted to mAnimationHandler. This
could happen while we run the test. During the traversal, all exiting
window will be removed if possible, and the test window will get
removed.
Wait until the traversal finished can fix the issue.
Bug: 77772044
Bug: 74078662
Bug: 124088319
Test: atest DisplayContentTests#testForAllWindows
Change-Id: I7f14605d3bd4a548755b7e88b0294168ab46ec7b
2019-02-20 17:57:00 +09:00
TreeHugger Robot
37a0a2590f
Merge "Avoid resuming same activity twice"
2019-02-20 08:50:02 +00:00
TreeHugger Robot
a3c3cf4352
Merge "Hide sSystemFontMap in Typeface."
2019-02-20 08:38:30 +00:00
Po-Chien Hsueh
378dfdd05a
Fix a misspelled permission
...
MANAGE_DYNAMIC_ANDROID is misspelled. Fix it.
Bug: 124637092
Test: adb shell am start-activity
Change-Id: I2db3643719f44fcd175ed175c037f17b6c4b6c07
2019-02-20 16:37:08 +08:00
Sudheer Shanka
121a206dad
Merge "Ignore EEXIST errors when creating pkg specific dirs."
2019-02-20 08:11:25 +00:00
TreeHugger Robot
a835f26315
Merge "Start RenderThread earlier to preload Vulkan/EGL drivers"
2019-02-20 08:07:39 +00:00
TreeHugger Robot
9693364f52
Merge "Convert Android.mk file to Android.bp"
2019-02-20 08:06:18 +00:00
TreeHugger Robot
d4455890cb
Merge "MediaSession2: Add SessionCallback#onPostConnect()"
2019-02-20 08:06:05 +00:00
TreeHugger Robot
27f02e9e6d
Merge "Use the broadCast Receiver to detect when the user is switched and register the notificationListner when the user is switched."
2019-02-20 07:47:48 +00:00
TreeHugger Robot
9c2aa54c8d
Merge "Actually use the height specified on bubble metadata"
2019-02-20 07:16:41 +00:00
Jeff Sharkey
3f2385b97f
Merge "Respond to various API council feedback."
2019-02-20 07:07:33 +00:00
TreeHugger Robot
c3ace54919
Merge "Changed ContentCaptureManager API so service can only disable itself."
2019-02-20 06:54:10 +00:00
Yunfan Chen
d967af828b
Introduce a way to turn a fullscreen window into freeform
...
Change the exitFreeformMode to toggleFreeformMode. Now the original
maximize button will work as maximize/restore button.
Test: go/wm-smoke
Test: Manual test.
Bug: 117075771
Bug: 124475503
Change-Id: I268d053ed0e665b8ac5e56019c6ae8f8b7ee1317
2019-02-20 15:51:40 +09:00
TreeHugger Robot
b30e8b8ae7
Merge "Adds DeviceConfig resets to RescueParty."
2019-02-20 06:46:51 +00:00
Xiangyu/Malcolm Chen
5691b097bf
[automerger skipped] Merge "Adding validate before switch feature." am: f2cf09c945 am: 86ca0ba02f
...
am: ad44dd90b1 -s ours
am skip reason: change_id I689aa494f031834b5cee76906922ebdafa9c77ed with SHA1 8d04800b7f is in history
Change-Id: I526bbe9f6405d152c22a1e53ce0bbbc8c7c9505d
2019-02-19 22:00:34 -08:00
Xiangyu/Malcolm Chen
ad44dd90b1
Merge "Adding validate before switch feature." am: f2cf09c945
...
am: 86ca0ba02f
Change-Id: Ib886edf8fc3d1fa1703adcc0f91e8dff606face0
2019-02-19 21:47:24 -08:00
Xiangyu/Malcolm Chen
86ca0ba02f
Merge "Adding validate before switch feature."
...
am: f2cf09c945
Change-Id: Ie3f4429c1d7efefb83cf8289481a37adddd83801
2019-02-19 21:38:21 -08:00
TreeHugger Robot
75131c14b3
Merge "Import translations. DO NOT MERGE"
2019-02-20 05:35:34 +00:00
Xiangyu/Malcolm Chen
f2cf09c945
Merge "Adding validate before switch feature."
2019-02-20 05:25:00 +00:00
Tyler Gunn
befee0b6dd
Merge "Add support for Telecom logging to obfuscate string phone numbers." am: ae941732bb am: bfd852a7bb
...
am: 600db05fb1
Change-Id: If249e9ac6f579856de3e3790eb2844ca93c7e5d2
2019-02-19 21:16:32 -08:00
Xiangyu/Malcolm Chen
1995aaf852
Merge "Rename PREFERRED_DATA_SUBID_CHANGE to ACTIVE_DATA_SUB_CHANGE"
2019-02-20 05:07:30 +00:00
Tyler Gunn
600db05fb1
Merge "Add support for Telecom logging to obfuscate string phone numbers." am: ae941732bb
...
am: bfd852a7bb
Change-Id: Ib27221f30e053ea25d67cbb15625e402a58f6eda
2019-02-19 21:07:09 -08:00
Tyler Gunn
bfd852a7bb
Merge "Add support for Telecom logging to obfuscate string phone numbers."
...
am: ae941732bb
Change-Id: I3ca1652cfd23ad3f94991c21e5072d4082cc20c8
2019-02-19 20:57:50 -08:00
Bill Yi
69e7e10d55
[automerger skipped] Merge "Import translations. DO NOT MERGE" into pi-dev am: ae15ee43e4 -s ours
...
am: de81b53813 -s ours
am skip reason: subject contains skip directive
Change-Id: Ifd646c19c8191214e009c07b0899c3daf1e06b88
2019-02-19 20:50:32 -08:00
Bill Yi
9934e32503
[automerger skipped] Merge "Import translations. DO NOT MERGE" into pi-dev am: aebba25f55 -s ours
...
am: e7f4ad0326 -s ours
am skip reason: subject contains skip directive
Change-Id: I1214e99771f4f2af8405bde2a630b64328da8dc2
2019-02-19 20:49:01 -08:00
Bill Yi
3810704b77
[automerger skipped] Merge "Import translations. DO NOT MERGE" into pi-dev am: 60685350c6 -s ours
...
am: 108226ada8 -s ours
am skip reason: subject contains skip directive
Change-Id: I16a40588cbae2f690da8946abd50faeb87005908
2019-02-19 20:47:29 -08:00
Bill Yi
8f94513934
[automerger skipped] Merge "Import translations. DO NOT MERGE" into pi-dev am: e6b0455e71 -s ours
...
am: b8836a4941 -s ours
am skip reason: subject contains skip directive
Change-Id: I6193ff11287705f8ba889592530f660ec6046ca1
2019-02-19 20:45:32 -08:00
Bill Yi
5bc0784386
[automerger skipped] Merge "Import translations. DO NOT MERGE" into pi-dev am: c691b7e52c -s ours
...
am: 94f6de35be -s ours
am skip reason: subject contains skip directive
Change-Id: I4586d58180b40099fb0f5cdc0b4ba27b4d21356f
2019-02-19 20:43:50 -08:00