Bill Yi
141c72a1dc
Import translations. DO NOT MERGE
...
Change-Id: I48a6f3055d8dd3182ff98a6edace3a4e35b4326d
Auto-generated-cl: translation import
2019-02-21 06:20:27 -08:00
Xin Li
15a552b391
[automerger skipped] DO NOT MERGE - Merge pi-platform-release (PPRL.190205.001) into stage-aosp-master am: edb32289f2
-s ours
...
am: 69d7bc2bc2
-s ours
am skip reason: subject contains skip directive
Change-Id: I5167f411100785ed9a9e1355d5e2cfbea6878e13
2019-02-14 21:09:48 -08:00
Xin Li
69d7bc2bc2
[automerger skipped] DO NOT MERGE - Merge pi-platform-release (PPRL.190205.001) into stage-aosp-master
...
am: edb32289f2
-s ours
am skip reason: subject contains skip directive
Change-Id: Ideb2a4ae6b8035057793c5b6a8f23fb823bc6930
2019-02-14 14:42:16 -08:00
Xin Li
edb32289f2
DO NOT MERGE - Merge pi-platform-release (PPRL.190205.001) into stage-aosp-master
...
Bug: 124234733
Change-Id: I7cf7739a6a70d4caeb1c20a3c1c4f33a05568670
2019-02-12 09:53:45 -08:00
android-build-team Robot
20de0ce610
Snap for 5180536 from 556b091a75
to pi-platform-release
...
Change-Id: I0d7de023eac68880bab0b670385e67b721a5abcf
2019-02-09 02:34:49 +00:00
Bill Yi
1a39f585b1
Import translations. DO NOT MERGE
...
Change-Id: If684531601502dce2fa4c0fe36a1af2086226faa
Auto-generated-cl: translation import
2019-02-07 20:57:21 -08:00
Yohei Yukawa
bdf7d6f56d
Support testing Direct Reply with EditTextVariations on API 24/25
...
This is a follow up CL to my previous CL [1], which enabled us to test
Direct-Reply with EditTextVariations.
What this CL does are:
* Specyfing min_sdk_version to avoid INSTALL_FAILED_OLDER_SDK error
when installing on older devices.
* Avoiding NoSuchMethodError on pre-O devices where
Notification.Builder does not have a constructor that takes
notification channel.
* Fixing a race condition where notification can be sent before
notification channel is created.
[1]: Iafffcc7d138b0f502116a5e557f0c3f17e9d0b73
da2486fd63
Bug: 122957841
Test: Made sure that we can install EditTextVariations on N devices
and "Direct-Reply" on EditTextVariations works there.
Change-Id: Ib4fbd447608b111e763fde4287226cf7e206e65e
2019-02-05 22:46:42 -08:00
TreeHugger Robot
a55797bfba
Merge "Import translations. DO NOT MERGE"
2019-02-02 17:39:35 +00:00
TreeHugger Robot
5efe640eee
Merge "Import translations. DO NOT MERGE"
2019-02-02 17:39:33 +00:00
TreeHugger Robot
90026f50fb
Merge "Import translations. DO NOT MERGE"
2019-02-02 17:36:35 +00:00
TreeHugger Robot
c4918159e8
Merge "Import translations. DO NOT MERGE"
2019-02-02 17:34:39 +00:00
TreeHugger Robot
0b66f7e9ff
Merge "Import translations. DO NOT MERGE"
2019-02-02 17:32:37 +00:00
TreeHugger Robot
f9bab82514
Merge "Import translations. DO NOT MERGE"
2019-02-02 17:29:40 +00:00
Bill Yi
21ac0441c7
Import translations. DO NOT MERGE
...
Change-Id: I58ea73335befe5324077a7775c4ff78f04ed1a4b
Auto-generated-cl: translation import
2019-02-02 00:51:47 -08:00
Bill Yi
3352776929
Import translations. DO NOT MERGE
...
Change-Id: I09408d72060cc69d3734647abe7969528539c1cc
Auto-generated-cl: translation import
2019-02-02 00:51:41 -08:00
Bill Yi
0bf41fa9bc
Import translations. DO NOT MERGE
...
Change-Id: Ide4b5b729b9a7b482cfbd2aff914c3064f5ec668
Auto-generated-cl: translation import
2019-02-02 00:51:34 -08:00
Bill Yi
173fc8d243
Import translations. DO NOT MERGE
...
Change-Id: Ie30d0bb36cd7157921f3745fe722f7c0c458e92f
Auto-generated-cl: translation import
2019-02-02 00:51:27 -08:00
Bill Yi
b56eb6676f
Import translations. DO NOT MERGE
...
Change-Id: Id25f8e0d7b2bb7c47e9f04e6355a10f2da9f9b25
Auto-generated-cl: translation import
2019-02-02 00:51:21 -08:00
Bill Yi
a6b9015e52
Import translations. DO NOT MERGE
...
Change-Id: I782e5d547025d56f98fc6a972c205367fa9e7bca
Auto-generated-cl: translation import
2019-02-02 00:51:13 -08:00
Bill Yi
0294f8c213
Import translations. DO NOT MERGE
...
Change-Id: I51b7669e416dce6ccf73724110d9ed446e0f2940
Auto-generated-cl: translation import
2019-02-02 00:51:05 -08:00
Bill Yi
3153a23cba
Import translations. DO NOT MERGE
...
Change-Id: I9612b424937fd60ea265f2276d5a53ebe332afb9
Auto-generated-cl: translation import
2019-01-28 22:24:16 -08:00
Yohei Yukawa
da2486fd63
Support testing Direct Reply with EditTextVariations
...
With this CL, EditTextVariations is able to send Direct Repply
notification so that we can easily test IME behaviors there.
You don't need to set up a chat application then let it receive a
message from someone else any more just to test IME behaviors on
Direct Reply.
Fix: 122957841
Test: manually done as follows.
1. tapas EditTextVariations
2. make -j
3. adb install -r \
$ANDROID_TARGET_OUT_TESTCASES/EditTextVariations/EditTextVariations.apk
4. Open EditTextVariations
5. Tap the menu icon.
6. Select "Direct Reply"
7. Make sure that there is a Direct Reply notification.
Change-Id: Iafffcc7d138b0f502116a5e557f0c3f17e9d0b73
2019-01-16 10:28:07 -08:00
Anton Hansson
575340c674
Merge "Move LatinIME and its lib to /product" am: 149b9d4f6e
am: 84d156b1e6
...
am: d894eec1ee
Change-Id: Ib7cdb0007c22934f7736cd02c02e0f9358f889d4
2019-01-14 02:11:11 -08:00
Anton Hansson
d894eec1ee
Merge "Move LatinIME and its lib to /product" am: 149b9d4f6e
...
am: 84d156b1e6
Change-Id: I386b9b5ed6ba02a4cd00efb75804ffef24603a2c
2019-01-14 01:56:34 -08:00
Anton Hansson
84d156b1e6
Merge "Move LatinIME and its lib to /product"
...
am: 149b9d4f6e
Change-Id: I8cdefaaa460ff09dfb410c5406735676669ce9c1
2019-01-14 01:31:41 -08:00
Anton Hansson
149b9d4f6e
Merge "Move LatinIME and its lib to /product"
2019-01-14 09:06:53 +00:00
Bill Yi
03a08ce11f
[automerger skipped] Merge "Import translations. DO NOT MERGE" into pi-dev am: 06c8063be0
-s ours
...
am: dcf087ef89
-s ours
am skip reason: subject contains skip directive
Change-Id: Ic0a48e342779f72c9056d1b17d844da6dca55b86
2019-01-13 16:48:13 -08:00
Bill Yi
dcf087ef89
[automerger skipped] Merge "Import translations. DO NOT MERGE" into pi-dev
...
am: 06c8063be0
-s ours
am skip reason: subject contains skip directive
Change-Id: I361ed1fa55f6dc6d7b7aee8984e61873114988fb
2019-01-13 16:40:11 -08:00
TreeHugger Robot
06c8063be0
Merge "Import translations. DO NOT MERGE" into pi-dev
2019-01-14 00:34:29 +00:00
Bill Yi
93955b0dbf
[automerger skipped] Import translations. DO NOT MERGE am: 54b7ed4a9d
-s ours
...
am: d4290f3b50
-s ours
am skip reason: subject contains skip directive
Change-Id: I8f5d2f0f24a2ef3f7f6f3ec96230a794110be1ea
2019-01-13 16:26:09 -08:00
Bill Yi
d4290f3b50
[automerger skipped] Import translations. DO NOT MERGE
...
am: 54b7ed4a9d
-s ours
am skip reason: subject contains skip directive
Change-Id: Iccec905e74b8a20923ddf92db0beda0278d5cdfb
2019-01-13 16:21:28 -08:00
Bill Yi
54b7ed4a9d
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Bug: 64712476
Change-Id: I55aec88a6c77441c68c7121cab8dcce25d5ef4cc
2019-01-13 01:12:10 -08:00
Bill Yi
ab4f7ace74
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Bug: 64712476
Change-Id: I9baa804b18e008b1083ef970d9d3c12498364744
2019-01-13 01:08:13 -08:00
TreeHugger Robot
d9bca3f150
Merge "Import translations. DO NOT MERGE"
2019-01-12 06:15:26 +00:00
Bill Yi
b4ca13697f
Import translations. DO NOT MERGE
...
Change-Id: I57c8de2acc020fdb8d30f8cdc6f5b616acc98eab
Auto-generated-cl: translation import
2019-01-11 14:14:06 -08:00
Bill Yi
b6b44c113b
Import translations. DO NOT MERGE
...
Change-Id: I23b6acdfb44a25c8136764c6b1b254dd54e363a2
Auto-generated-cl: translation import
2019-01-11 14:13:56 -08:00
Anton Hansson
1c429e3a09
Move LatinIME and its lib to /product
...
This app is frequently overriden by proprietary apps
on shipping devices, so move it to /product along with
its jni library.
Bug: 122353713
Test: launch keyboard on aosp_arm64 emulator
Change-Id: Ied8c1e6133b67e28da76b0e48254e2e2e0ed15bf
2019-01-11 15:20:31 +00:00
TreeHugger Robot
47285c687d
Merge "Migrate packages/inputmethods/LatinIME to androidx.test"
2019-01-04 23:01:40 +00:00
Bill Yi
328d0b6ffb
[automerger skipped] Merge "Import translations. DO NOT MERGE" into pi-dev am: 2d2288f37c
-s ours
...
am: fde4ac8f22
-s ours
Change-Id: I84400735f5eef0ebb7f0e94e21fc616200106ee8
2018-12-28 14:15:47 -08:00
Bill Yi
fde4ac8f22
[automerger skipped] Merge "Import translations. DO NOT MERGE" into pi-dev
...
am: 2d2288f37c
-s ours
Change-Id: I496ac1555af61b6f2e8a52074e2416ad1113a320
2018-12-28 14:10:47 -08:00
TreeHugger Robot
2d2288f37c
Merge "Import translations. DO NOT MERGE" into pi-dev
2018-12-28 22:05:37 +00:00
Bill Yi
69769a3384
[automerger skipped] Merge "Import translations. DO NOT MERGE" into pi-dev am: ba23f94b7b
-s ours
...
am: fe242b4e99
-s ours
Change-Id: Ia92aed9188947a280e713404051393e7f0786b95
2018-12-28 12:28:13 -08:00
Bill Yi
fbb094d606
[automerger skipped] Merge "Import translations. DO NOT MERGE" into pi-dev am: e921fbc7db
-s ours
...
am: 91f0e976a7
-s ours
Change-Id: Idd10d0c06b9f7c5ae8058248d8bc689a179cf626
2018-12-28 12:24:52 -08:00
Bill Yi
fe242b4e99
[automerger skipped] Merge "Import translations. DO NOT MERGE" into pi-dev
...
am: ba23f94b7b
-s ours
Change-Id: Ib222f7a1f0a43d6b0adea55afca349dc6bd83319
2018-12-28 12:24:12 -08:00
Bill Yi
641b33492f
[automerger skipped] Import translations. DO NOT MERGE am: 3d3c1cd8bc
-s ours
...
am: 6cb7229dd1
-s ours
Change-Id: Ie962b85fcf45bcd615e278538985b95e848c65cc
2018-12-28 12:24:09 -08:00
Bill Yi
91f0e976a7
[automerger skipped] Merge "Import translations. DO NOT MERGE" into pi-dev
...
am: e921fbc7db
-s ours
Change-Id: I93766f2c63586fd097f0dd6f590bdeb73b5fdb95
2018-12-28 12:20:57 -08:00
Bill Yi
6cb7229dd1
[automerger skipped] Import translations. DO NOT MERGE
...
am: 3d3c1cd8bc
-s ours
Change-Id: I03c34a8e17282a8e2e5a02fdee1132a829d55909
2018-12-28 12:20:05 -08:00
TreeHugger Robot
ba23f94b7b
Merge "Import translations. DO NOT MERGE" into pi-dev
2018-12-28 20:17:46 +00:00
TreeHugger Robot
e921fbc7db
Merge "Import translations. DO NOT MERGE" into pi-dev
2018-12-28 20:10:37 +00:00
Bill Yi
80e3014666
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Bug: 64712476
Change-Id: Id860302ad84eb62980b4a945874cb45edfdcc687
2018-12-28 10:44:42 -08:00