| Commit message (Expand) | Author | Files | Lines |
2017-09-27 | Import translations. DO NOT MERGE•••Change-Id: I994d8b6a74b094a0900cfb2c681924b3a2451173
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
|  Bill Yi | 1 | -1/+1 |
2017-09-26 | Import translations. DO NOT MERGE•••Change-Id: Ie9579595bc2a320799a101c5810b9a67169ee187
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
|  Bill Yi | 2 | -2/+2 |
2017-09-26 | Import translations. DO NOT MERGE•••Change-Id: I26f6a1a5cfd0302f1c01b132d718b4c2d7a2ec36
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
|  Bill Yi | 1 | -1/+1 |
2017-09-20 | Import translations. DO NOT MERGE•••Change-Id: I83791c319069fe717fae58e55da5e494666ed93a
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
|  Bill Yi | 2 | -3/+3 |
2017-09-20 | Import translations. DO NOT MERGE•••Change-Id: I8920f9ac19ae4b76df4f2f8ba0e4cc9f4e0c3064
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
|  Bill Yi | 1 | -1/+1 |
2017-09-18 | Import translations. DO NOT MERGE•••Change-Id: I34bc7146581ac721afb44f2fc850aecec5f1df04
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
|  Bill Yi | 1 | -5/+4 |
2017-09-16 | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: I9f002f58a8f5327652a34caa4c48cdab10e70e82
|  Bill Yi | 13 | -79/+79 |
2017-09-16 | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: I967a536737cb9a64c9e0551c3d0028c2c047be6b
|  Bill Yi | 4 | -16/+16 |
2017-09-16 | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: I8518585770c12ce99e5aa114de845abf55292bf3
|  Bill Yi | 4 | -558/+290 |
2017-09-16 | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: I80044b771718e3780b7f0dc8641866a9e7de0bcb
|  Bill Yi | 1 | -1/+1 |
2017-09-16 | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: I85a51dc723f5b4778912f838c3833bd38e0aea6f
|  Bill Yi | 1 | -2/+2 |
2017-09-13 | Import translations. DO NOT MERGE•••Change-Id: Ibc92208e3800a7140d7bb484023c52ee802a720f
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
|  Bill Yi | 2 | -26/+26 |
2017-09-13 | Import translations. DO NOT MERGE•••Change-Id: Id678688ed65b39dfe513c7f054e701687e1bec00
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
|  Bill Yi | 2 | -6/+6 |
2017-09-13 | Import translations. DO NOT MERGE•••Change-Id: I0d80d1537c332c6aed08a7f18d9b60374d9cb77c
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
|  Bill Yi | 1 | -9/+6 |
2017-09-13 | Import translations. DO NOT MERGE•••Change-Id: I498395ff1f17b1e7c69bbab53daa3dd2aac1628a
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
|  Bill Yi | 1 | -1/+1 |
2017-09-11 | Remove LOCAL_CLANG•••clang is the default compiler since Android nougat
Change-Id: I52d7f1ded227b21cd88d2d292f0af4adecb800f4
Signed-off-by: Lennart Wieboldt <lennart.1997@gmx.de>
|  Lennart Wieboldt | 5 | -9/+0 |
2017-09-06 | Import translations. DO NOT MERGE•••Change-Id: I82167810683476283d148579648330e5486366ad
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
|  Bill Yi | 15 | -100/+100 |
2017-09-06 | Import translations. DO NOT MERGE•••Change-Id: I7ee76a9e68d6bfc0ef3ab4063f9ce86eed9e42b8
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
|  Bill Yi | 4 | -11/+11 |
2017-09-06 | Import translations. DO NOT MERGE•••Change-Id: I88013876a5eb7b6e618ec68e93cd038093ee3934
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
|  Bill Yi | 5 | -588/+307 |
2017-09-06 | Import translations. DO NOT MERGE•••Change-Id: I5a9bb8217cb263369ee16a9843b8d4766bebc63c
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
|  Bill Yi | 2 | -3/+3 |
2017-09-06 | Import translations. DO NOT MERGE•••Change-Id: Idea9de892c9ee9b365dd00627f26029e95f27f86
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
|  Bill Yi | 2 | -2/+2 |
2017-09-01 | Introduce a custom intent action to close software keyboard•••This CL introduces a custom intent action for apps to ask AOSP Keyboard to
close its software keyboard with guarding it with a signature-protected
permission.
Any app that is signed with the same signature as AOSP Keyboard can have
the following line in AndroidManifest.xml
<uses-permission
android:name="com.android.inputmethod.latin.HIDE_SOFT_INPUT"/>
to request AOSP Keyboard to close its software keyboard as follows.
sendBroadcast(new Intent("com.android.inputmethod.latin.HIDE_SOFT_INPUT")
.setPackage("com.android.inputmethod.latin"));
Test: Manually verified with a test app.
Fixes: 65270710
Change-Id: I4fd2e3a7336ec66c70582a2f274a200cbf035a7f
|  Yohei Yukawa | 2 | -0/+54 |
2017-08-30 | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: I56e959285ad21b8fc18b5e424187bce5ace3555c
|  Bill Yi | 11 | -102/+102 |
2017-08-30 | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: Iffae1ebc381b3ecb54787906b386fdbd77f67565
|  Bill Yi | 5 | -39/+23 |
2017-08-30 | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: I814dea39d3466c37ea0d65f06aee8d8a5a5f67c7
|  Bill Yi | 2 | -47/+255 |
2017-08-30 | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: I9714ae0b53934a4f8d4c90f3aca3127b77ed6ac7
|  Bill Yi | 7 | -129/+1876 |
2017-08-30 | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: I4a7c58d64ce70044c75fa87d03ea329e46b6d4f9
|  Bill Yi | 1 | -1/+1 |
2017-08-30 | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: Ibe5e44462685614d99e1cc353d55e5dfd4ce9431
|  Bill Yi | 4 | -7/+7 |
2017-08-30 | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: I3b7e8cbab30f9a4e8a3dbec8e0b89177e1a0c9d8
|  Bill Yi | 4 | -6/+5 |
2017-08-26 | Import translations. DO NOT MERGE•••Change-Id: Iab827c69cb1e54f0e3f2151e1225d5e8a6c9ed3a
Auto-generated-cl: translation import
|  Bill Yi | 4 | -11/+11 |
2017-08-26 | Import translations. DO NOT MERGE•••Change-Id: Ib357590cef65dfb0c7a99f98f9a2ecd6abf6d6f9
Auto-generated-cl: translation import
|  Bill Yi | 3 | -3/+3 |
2017-08-26 | Import translations. DO NOT MERGE•••Change-Id: I1cc0c9b73ff9f980ed83ce37c0a216ab8ed2959f
Auto-generated-cl: translation import
|  Bill Yi | 3 | -10/+8 |
2017-08-26 | Import translations. DO NOT MERGE•••Change-Id: I44b271f3f8b4091f1081d35e2fb67ae09fb7f1e7
Auto-generated-cl: translation import
|  Bill Yi | 2 | -4/+4 |
2017-08-26 | Import translations. DO NOT MERGE•••Change-Id: I5439a5e9158695376dd196ece1ed0dc47fbf9ee6
Auto-generated-cl: translation import
|  Bill Yi | 2 | -2/+2 |
2017-08-23 | Import translations. DO NOT MERGE•••Change-Id: Ifa31ddbf181a2774a2e375123079e8e8a1dc51a9
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
|  Bill Yi | 8 | -42/+42 |
2017-08-23 | Import translations. DO NOT MERGE•••Change-Id: I7038e2c26f5ecd353406d34c9eeb0c1bc7fa7c57
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
|  Bill Yi | 3 | -35/+19 |
2017-08-23 | Import translations. DO NOT MERGE•••Change-Id: I1fe873de33039cf4338cb44f462fbe8ff76254c5
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
|  Bill Yi | 2 | -47/+255 |
2017-08-23 | Import translations. DO NOT MERGE•••Change-Id: I6a29dc635692646a355fd1c80e6b1514fbec41c8
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
|  Bill Yi | 7 | -74/+1840 |
2017-08-23 | Import translations. DO NOT MERGE•••Change-Id: I4c7ab8b57415af98f21b6a75689504eb665fe6f6
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
|  Bill Yi | 1 | -1/+1 |
2017-08-23 | Import translations. DO NOT MERGE•••Change-Id: I49ece9fff65465dfdb33f362178b19983bc7fb1c
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
|  Bill Yi | 1 | -1/+1 |
2017-08-23 | Import translations. DO NOT MERGE•••Change-Id: I1ee3aa2c9d2701fdd03d6fd02bdef9f3984d69c0
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
|  Bill Yi | 2 | -3/+2 |
2017-08-16 | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64680434
Change-Id: Ie15c81f25c8b40e9ef192de30a2b94e839288df3
|  Bill Yi | 2 | -5/+5 |
2017-08-16 | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64680434
Change-Id: Ib9a653ad32a63cd9437c20c14681252789288c1e
|  Bill Yi | 3 | -3/+3 |
2017-08-15 | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: I219e4e535b56d722a1538b268f4d6bdc1ca12698
|  Bill Yi | 9 | -33/+245 |
2017-08-15 | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: Id00030f0d4c8b0387defa14323c6c0e5d416d74c
|  Bill Yi | 7 | -9/+105 |
2017-08-15 | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: I024b5594294af36cc9f90f3f036999adf09a4e90
|  Bill Yi | 3 | -4/+212 |
2017-08-15 | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: I967f2eaee996fef001829e3f296ae6126a2f5795
|  Bill Yi | 8 | -8/+1775 |