Commit Graph

32667 Commits

Author SHA1 Message Date
Treehugger Robot
985b353122 Merge "Remove self from OWNERS" am: 6bcf0f0530 am: b55d64fe61 am: f2e42d05e8 am: d91578e406
Original change: https://android-review.googlesource.com/c/platform/development/+/1939253

Change-Id: Ife8c2b9fff5125f6ae53fb1c6047ae5e6e38bfba
2022-01-12 02:48:43 +00:00
Treehugger Robot
d91578e406 Merge "Remove self from OWNERS" am: 6bcf0f0530 am: b55d64fe61 am: f2e42d05e8
Original change: https://android-review.googlesource.com/c/platform/development/+/1939253

Change-Id: I55245e95725b3802326e8140f4ca5f9fab2b8d52
2022-01-12 02:23:31 +00:00
Treehugger Robot
f2e42d05e8 Merge "Remove self from OWNERS" am: 6bcf0f0530 am: b55d64fe61
Original change: https://android-review.googlesource.com/c/platform/development/+/1939253

Change-Id: I166810d6d161bdcfdafc9932d6afdfa794e550dc
2022-01-12 02:11:37 +00:00
Treehugger Robot
b55d64fe61 Merge "Remove self from OWNERS" am: 6bcf0f0530
Original change: https://android-review.googlesource.com/c/platform/development/+/1939253

Change-Id: I20d0d3ac5c399b9572495a0ff06b3218b7fbf2fa
2022-01-12 01:58:48 +00:00
Treehugger Robot
6bcf0f0530 Merge "Remove self from OWNERS" 2022-01-12 01:45:53 +00:00
Ming-Shin Lu
f306c31e0b Using IME context to inflate layout from S_V2 am: e0caa3b4af am: d45b8f1d4f
Original change: https://googleplex-android-review.googlesource.com/c/platform/development/+/16600245

Change-Id: I944480434df78d6a51547b10bc475c6bd010f175
2022-01-11 17:35:24 +00:00
Ming-Shin Lu
d45b8f1d4f Using IME context to inflate layout from S_V2 am: e0caa3b4af
Original change: https://googleplex-android-review.googlesource.com/c/platform/development/+/16600245

Change-Id: I73a467cff499f9e2a239d375b50b0ce803479fd1
2022-01-11 17:23:18 +00:00
Neha Jain
d021141b64 Update API 32 release config and emulator files for TM DP 1
Bug: 213948080
Change-Id: I8ad2d0def7ea49c38f03f81193bd7bef255e5831
2022-01-11 02:34:34 +00:00
Andrew Walbran
eef23c2874 Merge "Add --no-presubmit option to prevent host tests being run in presubmit." am: 10d2ee6c3d am: d4619f1a0d am: d8d78c83b3 am: b24c9733af
Original change: https://android-review.googlesource.com/c/platform/development/+/1942517

Change-Id: I4ecbcec4881d70ee7a01b76413ed57c13b66c2c7
2022-01-10 18:53:11 +00:00
Andrew Walbran
b24c9733af Merge "Add --no-presubmit option to prevent host tests being run in presubmit." am: 10d2ee6c3d am: d4619f1a0d am: d8d78c83b3
Original change: https://android-review.googlesource.com/c/platform/development/+/1942517

Change-Id: If51e8b25c14fa0d2965443a94a4bbda1d3809c13
2022-01-10 18:33:01 +00:00
Andrew Walbran
d8d78c83b3 Merge "Add --no-presubmit option to prevent host tests being run in presubmit." am: 10d2ee6c3d am: d4619f1a0d
Original change: https://android-review.googlesource.com/c/platform/development/+/1942517

Change-Id: Ic273760aefdeebc21ad9c1832c919773de35661a
2022-01-10 18:13:11 +00:00
Andrew Walbran
d4619f1a0d Merge "Add --no-presubmit option to prevent host tests being run in presubmit." am: 10d2ee6c3d
Original change: https://android-review.googlesource.com/c/platform/development/+/1942517

Change-Id: I215f9f6ec6c50bbb3d19b5fa169781e69ea9aff2
2022-01-10 17:57:36 +00:00
Andrew Walbran
10d2ee6c3d Merge "Add --no-presubmit option to prevent host tests being run in presubmit." 2022-01-10 17:42:30 +00:00
Andrew Walbran
ca9f9f2266 Add --no-presubmit option to prevent host tests being run in presubmit.
For some unknown reason the change to merge rust_test and rust_test_host
targets caused some crosvm tests to be run (and fail) in prebsubmit which
were not previously being run, so this is necessary to work around it.

Test: Ran cargo2android.py on various crosvm crates.
Change-Id: I9b94d270148d8ce5fa97f88f460d8c03eac3873c
2022-01-10 16:02:53 +00:00
Ming-Shin Lu
e0caa3b4af Using IME context to inflate layout from S_V2
With CL[1],[2] to migrate InputMethodService as the subclass of the new
introduced class WindowProviderService in S_V2, IME context resources
can be managed by associating the window container of IME window when
its display/window configuration changed.

So in SoftKeyboard#getDisplayContext, we can get rid of
createDisplayContext logic from S_V2 with gated by SDK version and
refining the method documentation to make it clear.

[1]: Ie565e30ed5dd3f2cfe27355a6dded76dc3adc14b
[2]: I64a1614f32d097785915f6105b1813a929e0fe32

Bug: 213118079
Bug: 133825283
Test: manual with below steps
    1) adb install -r EditTextVariations.apk
    2) adb install -r SoftKeyboard.apk
    3) adb shell ime enable com.example.android.softkeyboard/.SoftKeyboard
    4) adb shell ime set com.example.android.softkeyboard/.SoftKeyboard5
    5) Enable screen auto-rotation
    6) Launch EditTextVariations from launcher's shortcut
    7) Tap the first EditText field to show IME
    8) Rotate the device to the landscape mode
    9) Expect the IME should not be shrunk

Change-Id: I9a512a90ca43f07236a041d9e82dbd875206f99e
2022-01-10 23:42:17 +08:00
Treehugger Robot
599eb35d2b Merge "Ignore clippy configuration flags." am: befbd598d7 am: c44d7fd9ac am: 20befeb5c4 am: 61f6963e01
Original change: https://android-review.googlesource.com/c/platform/development/+/1939133

Change-Id: I9ed859bfaa1fdb5e9ae02030c49df398849fd16e
2022-01-07 17:35:39 +00:00
Treehugger Robot
61f6963e01 Merge "Ignore clippy configuration flags." am: befbd598d7 am: c44d7fd9ac am: 20befeb5c4
Original change: https://android-review.googlesource.com/c/platform/development/+/1939133

Change-Id: I6a1de9f81b8ed277a662f5fc9d6a062528d5d74e
2022-01-07 17:20:51 +00:00
Treehugger Robot
20befeb5c4 Merge "Ignore clippy configuration flags." am: befbd598d7 am: c44d7fd9ac
Original change: https://android-review.googlesource.com/c/platform/development/+/1939133

Change-Id: If1020245ee7aab56478579c771be940dfd8fda6c
2022-01-07 17:06:28 +00:00
Treehugger Robot
c44d7fd9ac Merge "Ignore clippy configuration flags." am: befbd598d7
Original change: https://android-review.googlesource.com/c/platform/development/+/1939133

Change-Id: Id0b3aa4dcf2c97e921d406379be931fca2a88c91
2022-01-07 16:44:23 +00:00
Treehugger Robot
befbd598d7 Merge "Ignore clippy configuration flags." 2022-01-07 16:25:53 +00:00
Andrew Walbran
0e65bba93d Ignore clippy configuration flags.
Test: Ran ./all2android.sh under external/crosvm
Change-Id: I29a50ee242bca5111004b6ba56867b1e68ccd8f3
2022-01-07 15:12:00 +00:00
Treehugger Robot
fb98244998 Merge "Remove parameters from symbolized stack traces." am: a3fe9b1729 am: 84ae029abf am: 4b25ad651b am: 7bd52b1bd5
Original change: https://android-review.googlesource.com/c/platform/development/+/1875691

Change-Id: Ib08b48b76a83eeceb601167ae36400fddd34965b
2022-01-06 18:57:07 +00:00
Treehugger Robot
7bd52b1bd5 Merge "Remove parameters from symbolized stack traces." am: a3fe9b1729 am: 84ae029abf am: 4b25ad651b
Original change: https://android-review.googlesource.com/c/platform/development/+/1875691

Change-Id: I90080b1e44d34fbfb60483156d9348ab62c7845a
2022-01-06 18:41:17 +00:00
Treehugger Robot
4b25ad651b Merge "Remove parameters from symbolized stack traces." am: a3fe9b1729 am: 84ae029abf
Original change: https://android-review.googlesource.com/c/platform/development/+/1875691

Change-Id: I1fd372ead3544203c97f300a2b8edb13128cd91e
2022-01-06 18:29:03 +00:00
Joel Galenson
973e63ab11 Remove self from OWNERS
Test: None
Change-Id: If2341f925c28953a522b0e0b96535a3126ff954b
2022-01-06 10:18:42 -08:00
Treehugger Robot
84ae029abf Merge "Remove parameters from symbolized stack traces." am: a3fe9b1729
Original change: https://android-review.googlesource.com/c/platform/development/+/1875691

Change-Id: I490dacde561bec1ddef34de6982ea84ab9adf78a
2022-01-06 18:08:28 +00:00
TreeHugger Robot
9454630fc9 Merge changes I0a2aa9bf,If3e83bbe
* changes:
  Wait longer for winscope_status to be ready
  Update flicker Region import to reflect package change
2022-01-06 18:00:00 +00:00
Treehugger Robot
a3fe9b1729 Merge "Remove parameters from symbolized stack traces." 2022-01-06 17:52:54 +00:00
Pablo Gamito
7222795a14 Wait longer for winscope_status to be ready
Traces take longer to be dumped and ready so we need to wait longer before the winscope_status is provided

Bug: 213372602

Test: Record a long trace and check that the proxy doesn't crash
Change-Id: I0a2aa9bfb667bdad3c909dabbc42b8e111cd3a16
2022-01-06 18:03:13 +01:00
Pablo Gamito
1bb3376354 Update flicker Region import to reflect package change
Change-Id: If3e83bbe1c08d473ca252c531d2e46fbde967a34
2022-01-06 18:03:08 +01:00
Treehugger Robot
da02186f3d Merge "Don't try to remove Cargo.lock if it doesn't exist." am: fa51a80114 am: a9136a088c am: 89856f54d1 am: 7954a1b5dc
Original change: https://android-review.googlesource.com/c/platform/development/+/1938733

Change-Id: I4208422b70ee60298e67978b135dc666697ed653
2022-01-06 16:27:40 +00:00
TreeHugger Robot
3e0602d5be Merge "Support non-default back-disposition in ThemedNavBarKeyboard" 2022-01-06 16:26:16 +00:00
Treehugger Robot
7954a1b5dc Merge "Don't try to remove Cargo.lock if it doesn't exist." am: fa51a80114 am: a9136a088c am: 89856f54d1
Original change: https://android-review.googlesource.com/c/platform/development/+/1938733

Change-Id: Icdd82afd6dbe707c8dc945e61fda0c82edc9b3ce
2022-01-06 16:06:28 +00:00
Treehugger Robot
89856f54d1 Merge "Don't try to remove Cargo.lock if it doesn't exist." am: fa51a80114 am: a9136a088c
Original change: https://android-review.googlesource.com/c/platform/development/+/1938733

Change-Id: Ic02d88ecd99b8a4618cfbfe3e7e9da79d4ada32c
2022-01-06 15:55:04 +00:00
Treehugger Robot
a9136a088c Merge "Don't try to remove Cargo.lock if it doesn't exist." am: fa51a80114
Original change: https://android-review.googlesource.com/c/platform/development/+/1938733

Change-Id: I820245d6d4d18c13461da63b3af3c7961bade5b4
2022-01-06 15:36:39 +00:00
Treehugger Robot
fa51a80114 Merge "Don't try to remove Cargo.lock if it doesn't exist." 2022-01-06 15:19:36 +00:00
Andrew Walbran
a32a04851b Don't try to remove Cargo.lock if it doesn't exist.
Change-Id: Ibfad6d97988edb6305d7a237d038412ec5a6100f
2022-01-06 14:03:50 +00:00
Chih-hung Hsieh
931e163755 Merge "Use clang-r437112b for clang-tools build" am: e62be4dbe8 am: 71b755b46e am: bb83d73c92 am: 3051947a48
Original change: https://android-review.googlesource.com/c/platform/development/+/1934620

Change-Id: I90dc462683356f3360a6cab437dc7317be708771
2022-01-06 05:48:55 +00:00
Chih-hung Hsieh
3051947a48 Merge "Use clang-r437112b for clang-tools build" am: e62be4dbe8 am: 71b755b46e am: bb83d73c92
Original change: https://android-review.googlesource.com/c/platform/development/+/1934620

Change-Id: I0e16dd08e95bf820480a71389d2e33d428b5abbe
2022-01-06 05:36:00 +00:00
Chih-hung Hsieh
bb83d73c92 Merge "Use clang-r437112b for clang-tools build" am: e62be4dbe8 am: 71b755b46e
Original change: https://android-review.googlesource.com/c/platform/development/+/1934620

Change-Id: I31b074c137aa33471e54ce29f4911d5288cc83ba
2022-01-06 05:09:36 +00:00
Chih-hung Hsieh
71b755b46e Merge "Use clang-r437112b for clang-tools build" am: e62be4dbe8
Original change: https://android-review.googlesource.com/c/platform/development/+/1934620

Change-Id: I9635b6929ccd0275a37f79caecd6e2018d676f45
2022-01-06 04:56:00 +00:00
Chih-hung Hsieh
e62be4dbe8 Merge "Use clang-r437112b for clang-tools build" 2022-01-06 04:36:48 +00:00
Yohei Yukawa
bb7d04778d Support non-default back-disposition in ThemedNavBarKeyboard
With this CL, you can let ThemedNavBarKeyboard call

  InputMethodService#setBackDisposition(int)

with either the following values

  * BACK_DISPOSITION_DEFAULT
  * BACK_DISPOSITION_ADJUST_NOTHING

so that you can see how those two flags work.

Bug: 213337792
Test: Manually verified as follows
 1. Flash aosp_coral-userdebug into the device
 2. make -j ThemedNavBarKeyboard
 3. adb install -r $ANDROID_PRODUCT_OUT/system/app/ThemedNavBarKeyboard/ThemedNavBarKeyboard.apk
 4. adb shell ime enable com.example.android.themednavbarkeyboard/.ThemedNavBarKeyboard
 5. adb shell ime set com.example.android.themednavbarkeyboard/.ThemedNavBarKeyboard
 6. Tap any edit field
 7. Make sure that the back button is left-pointing triangle
 8. Tap "BACK_DISPOSITION_ADJUST_NOTHING" on the IME
 9. Make sure that the back button is down-pointing triangle
Change-Id: I71aa1dd23d72e8891cb3887efe5db1a48b6a017d
2022-01-05 15:34:50 -08:00
Anton Hansson
2f2801b1f8 Merge "Remove references to win_sdk" am: 65b493960f am: d5395d93a4 am: 2e8c595080 am: 247624e6d6
Original change: https://android-review.googlesource.com/c/platform/development/+/1936081

Change-Id: I728a983d92cd826e10b7ff02e94cc4e2a89cb179
2022-01-05 19:40:52 +00:00
Anton Hansson
247624e6d6 Merge "Remove references to win_sdk" am: 65b493960f am: d5395d93a4 am: 2e8c595080
Original change: https://android-review.googlesource.com/c/platform/development/+/1936081

Change-Id: I708d6b5cb57afc536613993ce47e17a61270033c
2022-01-05 19:10:40 +00:00
Anton Hansson
2e8c595080 Merge "Remove references to win_sdk" am: 65b493960f am: d5395d93a4
Original change: https://android-review.googlesource.com/c/platform/development/+/1936081

Change-Id: I11338ea320d6d28ff21a7d0fcf6027387f1bf0d9
2022-01-05 08:45:42 +00:00
Anton Hansson
d5395d93a4 Merge "Remove references to win_sdk" am: 65b493960f
Original change: https://android-review.googlesource.com/c/platform/development/+/1936081

Change-Id: I4128a39a88de891ee3a77d9fc8e904d78ea5ee9d
2022-01-05 08:29:21 +00:00
Anton Hansson
65b493960f Merge "Remove references to win_sdk" 2022-01-05 08:13:21 +00:00
Treehugger Robot
4cc03020a5 Merge "Pack all boot images in a zip for certification" am: 9e8e85292b am: 03d1dc5c7e am: d50c0828e3 am: ba08bc42e9
Original change: https://android-review.googlesource.com/c/platform/development/+/1936022

Change-Id: I952ce7825726ae3e912db9f815bb8cfc2c24f0af
2022-01-05 04:42:37 +00:00
Treehugger Robot
ba08bc42e9 Merge "Pack all boot images in a zip for certification" am: 9e8e85292b am: 03d1dc5c7e am: d50c0828e3
Original change: https://android-review.googlesource.com/c/platform/development/+/1936022

Change-Id: I48feb697a1175d088185eaecaacceb5833aa825d
2022-01-05 04:24:13 +00:00