aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [automerger skipped] Merge "Merge Android 12L" am: 85ef644a8a -s ours am: ↵Xin Li2022-03-080-0/+0
|\ | | | | | | | | | | | | | | | | | | c932faf4df -s ours am skip reason: Merged-In Iea002572895dfdb74f72b5d6fe7a1efbd4139cac with SHA-1 6454ff57c1 is already in history Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/2013416 Change-Id: I44c6f56f70b925b34509b1b82c969edf7ad8f139
| * [automerger skipped] Merge "Merge Android 12L" am: 85ef644a8a -s oursXin Li2022-03-080-0/+0
| |\ | | | | | | | | | | | | | | | | | | | | | am skip reason: Merged-In Iea002572895dfdb74f72b5d6fe7a1efbd4139cac with SHA-1 6454ff57c1 is already in history Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/2013416 Change-Id: I9a987e3c8ba883d4471b9adc60181e659e6b2665
| | * Merge "Merge Android 12L"Xin Li2022-03-081-19/+37
| | |\
* | | | [automerger skipped] Merge Android 12L am: 810578896e -s ours am: d4cc9ab2e5 ↵Xin Li2022-03-080-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -s ours am skip reason: Merged-In Iea002572895dfdb74f72b5d6fe7a1efbd4139cac with SHA-1 6454ff57c1 is already in history Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/2013416 Change-Id: I1655b2e046170ac38d2e87f5b98226340d1da90e
| * | | [automerger skipped] Merge Android 12L am: 810578896e -s oursXin Li2022-03-080-0/+0
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | am skip reason: Merged-In Iea002572895dfdb74f72b5d6fe7a1efbd4139cac with SHA-1 6454ff57c1 is already in history Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/2013416 Change-Id: Ic5c820036065498cfbeaea02232a21831616e3c5
| | * | Merge Android 12LXin Li2022-03-081-19/+37
| | |\ \ | | |/ / | |/| / | | |/ | | | | | | Bug: 222710654 Merged-In: Iea002572895dfdb74f72b5d6fe7a1efbd4139cac Change-Id: I4460e29cf09d440add5649faea52954c241bc524
* | | [automerger skipped] Merge sc-v2-dev-plus-aosp-without-vendor@8084891 am: ↵Xin Li2022-02-140-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6454ff57c1 -s ours am skip reason: Merged-In If2cc1c5bdb257a9c0af653fa7157cf781a90bf1d with SHA-1 6c752d8eca is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/16845178 Change-Id: I359693d3bf6c2ea3e4ce9e3ca6929524741e237b
| * | Merge sc-v2-dev-plus-aosp-without-vendor@8084891Xin Li2022-02-111-19/+37
| |\ \ | | | | | | | | | | | | | | | | | | | | Bug: 214455710 Merged-In: If2cc1c5bdb257a9c0af653fa7157cf781a90bf1d Change-Id: Iea002572895dfdb74f72b5d6fe7a1efbd4139cac
* | | | Merge "Update OWNERS file" am: 34f49426b8 am: 7b3ccaf646Yohei Yukawa2022-02-111-6/+2
|\| | | | |/ / |/| | | | | | | | | | | Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/1978927 Change-Id: If7f80583b7d04c24eec411e4bba36f96de63a0e5
| * | Merge "Update OWNERS file" am: 34f49426b8Yohei Yukawa2022-02-111-6/+2
| |\| | | | | | | | | | | | | | | | Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/1978927 Change-Id: I2e4812d5aadd665503e3a4fe860016d8e86a02f7
| | * Merge "Update OWNERS file"Yohei Yukawa2022-02-111-6/+2
| |/|
| | * Update OWNERS fileYohei Yukawa2022-02-101-6/+2
| |/ | | | | | | | | | | Fix: 218752122 Test: presubmit Change-Id: Ia4948d81f3f13518428375d635154c58c7fe9628
* | Using IME context to inflate layout from S_V2 am: 6c752d8ecaMing-Shin Lu2022-01-131-19/+37
|\ \ | | | | | | | | | | | | | | | Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/16613686 Change-Id: Id87eb67dbf2e4c8bc7060e5a8a524d30629f0571
| * | Using IME context to inflate layout from S_V2Ming-Shin Lu2022-01-121-19/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 we can get rid of createDisplayContext logic from S_V2 with gated by SDK version and refining the method of get IME context with 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) tapas LatinIME 3) make 4) adb install -r out/target/product/generic/system/app/LatinIME/\ LatinIME.apk 5) adb shell ime enable com.android.inputmethod.latin/.LatinIME 6) adb shell ime set com.android.inputmethod.latin/.LatinIME 5) Enable screen auto-rotation 7) Launch EditTextVariations from launcher's shortcut 8) Tap the first EditText field to show IME 9) Rotate the device to the landscape mode 10) Expect the IME should not be shrunk Change-Id: If2cc1c5bdb257a9c0af653fa7157cf781a90bf1d
* | | [automerger skipped] Fix Keyboard Theme update when device orientation ↵Ming-Shin Lu2021-06-180-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | changed am: 6ae09365a5 am: 7f3bcefd9f -s ours am skip reason: Merged-In I288a31baf04fa2e63d6b4a14ad81b401cb36ece5 with SHA-1 6ae09365a5 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/15021672 Change-Id: I52e4fa1371d8a8e6fcf7c92a03dc8861049ae14d
| * | Fix Keyboard Theme update when device orientation changed am: 6ae09365a5Ming-Shin Lu2021-06-181-1/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/15021672 Change-Id: I33a6fa7093b4633fc5bbd535b2c3d9d287022bc8
* | \ \ [automerger skipped] Fix Keyboard Theme update when device orientation ↵Ming-Shin Lu2021-06-180-0/+0
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changed am: 6ae09365a5 -s ours am: d7970ac3c6 -s ours am skip reason: Merged-In I288a31baf04fa2e63d6b4a14ad81b401cb36ece5 with SHA-1 407f8a3216 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/15021672 Change-Id: I97cd4d4948c1a573eb50ee756e88152cc1bbb7ed
| * | | [automerger skipped] Fix Keyboard Theme update when device orientation ↵Ming-Shin Lu2021-06-180-0/+0
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | changed am: 6ae09365a5 -s ours am skip reason: Merged-In I288a31baf04fa2e63d6b4a14ad81b401cb36ece5 with SHA-1 407f8a3216 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/15021672 Change-Id: I3d0ca553f117d3d0871930362f68b87df2105b1c
| | * | Fix Keyboard Theme update when device orientation changedMing-Shin Lu2021-06-181-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As CL[1] introduces diplayContext to address IME service context's Resources / DisplayMetrics update when switching IME window to another display after onConfigurationChange. In LatinIME#onInitializeInterface, we only update keyboard theme context and displayContent when the displayId is changed, but overlooked even the displayId is the same, the display context's resource configuration might changed like the device orientation changd. It leads getDefaultKeyboardHeight will get wrong config_max_keyboard_height fraction value when rotating to landcape because the context resources didn't get updated. Add a check to update keyboard theme context when the current display configuation is changed accordingly. [1]: I0ed6a079af1ed90c75fee1d36d5ce3ef3c41f8ed Fix: 186507147 Test: manual as issue steps 1) Turn on auto-rotate 2) Open Settings 3) Rotating the device to landscape mode 4) Tap “Search settings", verify if the soft-keyboard shown and the size is expected. Change-Id: I288a31baf04fa2e63d6b4a14ad81b401cb36ece5 Merged-In: I288a31baf04fa2e63d6b4a14ad81b401cb36ece5
* | | | [automerger skipped] Bump targetSdkVersion to "30" am: 07ce283acd -s ours ↵Yohei Yukawa2021-06-170-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 516ab1c9b1 -s ours am skip reason: Merged-In I4bf7588c62fb77bf78d4afcb665e9bfbbef53966 with SHA-1 360052f304 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/14985309 Change-Id: Ib3d0cc6737d6ac5b03240114fc65503873b2f5f7
| * | | [automerger skipped] Bump targetSdkVersion to "30" am: 07ce283acd -s oursYohei Yukawa2021-06-170-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am skip reason: Merged-In I4bf7588c62fb77bf78d4afcb665e9bfbbef53966 with SHA-1 360052f304 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/14985309 Change-Id: Ifc9ea2e2344d5a501e9ff031410cc4f1da99c38c
* | | | [automerger skipped] Bump targetSdkVersion to "30" am: 07ce283acd am: ↵Yohei Yukawa2021-06-170-0/+0
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 036d3a68d1 -s ours am skip reason: Merged-In I4bf7588c62fb77bf78d4afcb665e9bfbbef53966 with SHA-1 360052f304 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/14985309 Change-Id: I312515621927fa92db2af43e6df3f075a555cb9e
| * | | Bump targetSdkVersion to "30" am: 07ce283acdYohei Yukawa2021-06-174-7/+7
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/14985309 Change-Id: Ie29ef64dd7638aeb2bdcaddc9a7384b7dae0f761
| | * | Bump targetSdkVersion to "30"Yohei Yukawa2021-06-154-7/+7
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With this CL, versionCode, targetSdkVersion and minSdkVersion will be bumped/set as follows: versionCode: 28 -> 30 targetSdkVersion: 28 -> 30 minSdkVersion: 21 As far as we know, there should be no user-visible behavior change on supported OS versions. Fix: 189558760 Test: manually verified that LatinIME still is functional Change-Id: I3a7deb452960b370f5290f3d1bac9c79fe935303 Merged-In: I4bf7588c62fb77bf78d4afcb665e9bfbbef53966 (cherry picked from commit 360052f3044eee612af1cbfcd1f2e202096e3541)
* | | Merge "Bump targetSdkVersion to "30"" am: c880212a59 am: c7fa63d4c5 am: ↵Treehugger Robot2021-06-154-7/+7
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | a6fbccdd9e Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/1737355 Change-Id: I8be18798ecac3b163c27024c2a6217945b80e6ec
| * | Merge "Bump targetSdkVersion to "30"" am: c880212a59 am: c7fa63d4c5Treehugger Robot2021-06-154-7/+7
| |\ \ | | | | | | | | | | | | | | | | | | | | Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/1737355 Change-Id: Ie0ef45d6f1171bd3767bd1a26001e9513a0b94fe
| | * \ Merge "Bump targetSdkVersion to "30"" am: c880212a59Treehugger Robot2021-06-154-7/+7
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/1737355 Change-Id: I63caa1f35eeda340064f05c0310d3a5eccbb1690
| | | * \ Merge "Bump targetSdkVersion to "30""Treehugger Robot2021-06-154-7/+7
| | | |\ \
| | | | * | Bump targetSdkVersion to "30"Yohei Yukawa2021-06-144-7/+7
| | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With this CL, versionCode, targetSdkVersion and minSdkVersion will be bumped/set as follows: versionCode: 28 -> 30 targetSdkVersion: 28 -> 30 minSdkVersion: 21 As far as we know, there should be no user-visible behavior change on supported OS versions. Fix: 189558760 Test: manually verified that LatinIME still is functional Change-Id: I4bf7588c62fb77bf78d4afcb665e9bfbbef53966
* | | | / Merge "Fix Keyboard Theme update when device orientation changed" am: ↵Treehugger Robot2021-05-281-1/+2
|\| | | | | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | 7ae00baa87 am: 16a01e7c0d am: 9d1ee4ae5a Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/1721930 Change-Id: I5a0cfb63667799ba52441eac6e083a05c8d6bae4
| * | | Merge "Fix Keyboard Theme update when device orientation changed" am: ↵Treehugger Robot2021-05-281-1/+2
|/| | | | |/ / | | | | | | | | | | | | | | | | | | 7ae00baa87 am: 16a01e7c0d Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/1721930 Change-Id: Ic168a7cbb656a3939061ad58bd0cc7991c0ceff1
| * | Merge "Fix Keyboard Theme update when device orientation changed" am: 7ae00baa87Treehugger Robot2021-05-281-1/+2
| |\| | | | | | | | | | | | | | | | Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/1721930 Change-Id: I1d756d3f5a24e21b791ec0cd4726dadc1daa0759
| | * Merge "Fix Keyboard Theme update when device orientation changed"Treehugger Robot2021-05-281-1/+2
| | |\
| | | * Fix Keyboard Theme update when device orientation changedMing-Shin Lu2021-05-281-1/+2
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As CL[1] introduces diplayContext to address IME service context's Resources / DisplayMetrics update when switching IME window to another display after onConfigurationChange. In LatinIME#onInitializeInterface, we only update keyboard theme context and displayContent when the displayId is changed, but overlooked even the displayId is the same, the display context's resource configuration might changed like the device orientation changd. It leads getDefaultKeyboardHeight will get wrong config_max_keyboard_height fraction value when rotating to landcape because the context resources didn't get updated. Add a check to update keyboard theme context when the current display configuation is changed accordingly. [1]: I0ed6a079af1ed90c75fee1d36d5ce3ef3c41f8ed Fix: 186507147 Test: manual as issue steps 1) Turn on auto-rotate 2) Open Settings 3) Rotating the device to landscape mode 4) Tap “Search settings", verify if the soft-keyboard shown and the size is expected. Change-Id: I288a31baf04fa2e63d6b4a14ad81b401cb36ece5
* | | [automerger skipped] Merge "Add lint baseline to address NewApi errors" am: ↵Pedro Loureiro2021-04-150-0/+0
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 685abcb913 am: 0605aae4de am: 7e35eb12cd -s ours am skip reason: skip tag Change-Id Ic37bd8c531af7e68c939ce9c05614c37e6699b03 with SHA-1 b47de75af3 is already in history Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/1675572 Change-Id: Ibc1f110c41ad148391c842766732892c31340e03
| * | | Merge "Add lint baseline to address NewApi errors" am: 685abcb913 am: 0605aae4dePedro Loureiro2021-04-151-0/+81
| |\| | | | | | | | | | | | | | | | | | | | | | Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/1675572 Change-Id: I1dca662027a09c4377349f1cc59e7bd5317d1e2a
| | * | Merge "Add lint baseline to address NewApi errors" am: 685abcb913Pedro Loureiro2021-04-151-0/+81
| | |\| | | | | | | | | | | | | | | | | | | | | Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/1675572 Change-Id: I7d81740175550e0be44ac9069bfa6e2f1fb8716d
| | | * Merge "Add lint baseline to address NewApi errors"Pedro Loureiro2021-04-151-0/+81
| | |/|
| | | * Add lint baseline to address NewApi errorsPedro Loureiro2021-04-131-0/+81
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We are enabling a new lint check where the min sdk != compile sdk. It has produced a lot of errors and adding the baseline file(s) allows us to continue work without introducing more problems. Bug: 150847901 Test: m lint-check Change-Id: Ic37bd8c531af7e68c939ce9c05614c37e6699b03 Merged-In: Ic37bd8c531af7e68c939ce9c05614c37e6699b03
* | | Add lint baseline to address NewApi errorsPedro Loureiro2021-04-121-0/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We are enabling a new lint check where the min sdk != compile sdk. It has produced a lot of errors and adding the baseline file(s) allows us to continue work without introducing more problems. Bug: 150847901 Test: m lint-check Change-Id: Ic37bd8c531af7e68c939ce9c05614c37e6699b03
* | | [automerger skipped] Mark ab/7061308 as merged in stage. am: b7027a6614 -s ↵Xin Li2021-02-210-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ours am: 8a739fb004 -s ours am skip reason: Change-Id Ie1a0307f3c8f3fc4013b4395cb843f1a96d32b6d with SHA-1 644c0062b9 is in history Original change: undetermined MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I9ad294a9e69b8745bfee510271ab83e3ef1e8d2d
| * | [automerger skipped] Mark ab/7061308 as merged in stage. am: b7027a6614 -s oursXin Li2021-02-200-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | am skip reason: Change-Id Ie1a0307f3c8f3fc4013b4395cb843f1a96d32b6d with SHA-1 644c0062b9 is in history Original change: undetermined MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ieabf19901256253b47b767a3639b14fd3ece89a5
| | * Mark ab/7061308 as merged in stage.Xin Li2021-02-200-0/+0
| | |\ | | | | | | | | | | | | | | | | | | | | Bug: 180401296 Merged-In: Ie1a0307f3c8f3fc4013b4395cb843f1a96d32b6d Change-Id: I833ab148ad9f4632a639c45b97d0b6aebd7471f1
* | | | Merge "[LSC] Add LOCAL_LICENSE_KINDS to packages/inputmethods/LatinIME" am: ↵Bob Badour2021-02-219-0/+99
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 27f8543961 am: 155f6bbb4a am: 4fd407ab72 Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/1588514 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I154b31a133b0b6b756a536f1c5a6c6e1b62ef1b9
| * | | Merge "[LSC] Add LOCAL_LICENSE_KINDS to packages/inputmethods/LatinIME" am: ↵Bob Badour2021-02-199-0/+99
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 27f8543961 am: 155f6bbb4a Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/1588514 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I8ff8434dbc8097b1b1c6d36b9e652166ac19c326
| | * | Merge "[LSC] Add LOCAL_LICENSE_KINDS to packages/inputmethods/LatinIME" am: ↵Bob Badour2021-02-199-0/+99
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 27f8543961 Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/1588514 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I5d0e72a1db85341c5c0139b7db54862c074d6bbd
| | | * \ Merge "[LSC] Add LOCAL_LICENSE_KINDS to packages/inputmethods/LatinIME"Bob Badour2021-02-199-0/+99
| | | |\ \
| | | | * | [LSC] Add LOCAL_LICENSE_KINDS to packages/inputmethods/LatinIMEBob Badour2021-02-179-0/+99
| | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added SPDX-license-identifier-Apache-2.0 to: Android.bp common/Android.bp java/Android.bp native/dicttoolkit/Android.bp native/jni/Android.bp tests/Android.bp tools/EditTextVariations/Android.bp tools/dicttool/Android.bp tools/make-keyboard-text/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I440008bffac5c97a2497970af377a9d03262b6d8
* | | | | Merge "Mark liblatinime_unittests as unit_test:true to run in presubmit in ↵Treehugger Robot2021-02-171-1/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CI" am: e04480b68b am: 7471a535f4 am: ecd2dab26e Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/1589854 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I8458c3d58fe2efc428a69c4591c5b87bfcbd1035
| * | | | Merge "Mark liblatinime_unittests as unit_test:true to run in presubmit in ↵Treehugger Robot2021-02-171-1/+3
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CI" am: e04480b68b am: 7471a535f4 Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/1589854 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I4dc6006500214b819d459dc514541a06ca8cd33a