Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge "Import translations. DO NOT MERGE" | 2017-09-26 | 1 | -1/+1 | |
|\ | |||||
| * | Import translations. DO NOT MERGE•••Change-Id: I26f6a1a5cfd0302f1c01b132d718b4c2d7a2ec36 Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import | 2017-09-26 | 1 | -1/+1 | |
* | | Import translations. DO NOT MERGE•••Change-Id: Ie9579595bc2a320799a101c5810b9a67169ee187 Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import | 2017-09-26 | 2 | -2/+2 | |
|/ | |||||
* | Merge "Import translations. DO NOT MERGE" | 2017-09-21 | 1 | -1/+1 | |
|\ | |||||
| * | Import translations. DO NOT MERGE•••Change-Id: I8920f9ac19ae4b76df4f2f8ba0e4cc9f4e0c3064 Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import | 2017-09-20 | 1 | -1/+1 | |
* | | Import translations. DO NOT MERGE•••Change-Id: I83791c319069fe717fae58e55da5e494666ed93a Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import | 2017-09-20 | 2 | -3/+3 | |
|/ | |||||
* | Import translations. DO NOT MERGE•••Change-Id: I34bc7146581ac721afb44f2fc850aecec5f1df04 Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import | 2017-09-18 | 1 | -5/+4 | |
* | Merge "Import translations. DO NOT MERGE" | 2017-09-13 | 1 | -1/+1 | |
|\ | |||||
| * | Import translations. DO NOT MERGE•••Change-Id: I498395ff1f17b1e7c69bbab53daa3dd2aac1628a Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import | 2017-09-13 | 1 | -1/+1 | |
* | | Merge "Import translations. DO NOT MERGE" | 2017-09-13 | 2 | -26/+26 | |
|\ \ | |||||
| * | | Import translations. DO NOT MERGE•••Change-Id: Ibc92208e3800a7140d7bb484023c52ee802a720f Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import | 2017-09-13 | 2 | -26/+26 | |
| |/ | |||||
* | | Merge "Import translations. DO NOT MERGE" | 2017-09-13 | 1 | -9/+6 | |
|\ \ | |||||
| * | | Import translations. DO NOT MERGE•••Change-Id: I0d80d1537c332c6aed08a7f18d9b60374d9cb77c Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import | 2017-09-13 | 1 | -9/+6 | |
| |/ | |||||
* / | Import translations. DO NOT MERGE•••Change-Id: Id678688ed65b39dfe513c7f054e701687e1bec00 Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import | 2017-09-13 | 2 | -6/+6 | |
|/ | |||||
* | Merge "Import translations. DO NOT MERGE" | 2017-09-06 | 4 | -11/+11 | |
|\ | |||||
| * | Import translations. DO NOT MERGE•••Change-Id: I7ee76a9e68d6bfc0ef3ab4063f9ce86eed9e42b8 Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import | 2017-09-06 | 4 | -11/+11 | |
* | | Merge "Import translations. DO NOT MERGE" | 2017-09-06 | 5 | -588/+307 | |
|\ \ | |||||
| * | | Import translations. DO NOT MERGE•••Change-Id: I88013876a5eb7b6e618ec68e93cd038093ee3934 Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import | 2017-09-06 | 5 | -588/+307 | |
| |/ | |||||
* | | Merge "Import translations. DO NOT MERGE" | 2017-09-06 | 15 | -100/+100 | |
|\ \ | |||||
| * | | Import translations. DO NOT MERGE•••Change-Id: I82167810683476283d148579648330e5486366ad Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import | 2017-09-06 | 15 | -100/+100 | |
| |/ | |||||
* | | Merge "Import translations. DO NOT MERGE" | 2017-09-06 | 2 | -2/+2 | |
|\ \ | |||||
| * | | Import translations. DO NOT MERGE•••Change-Id: Idea9de892c9ee9b365dd00627f26029e95f27f86 Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import | 2017-09-06 | 2 | -2/+2 | |
| |/ | |||||
* / | Import translations. DO NOT MERGE•••Change-Id: I5a9bb8217cb263369ee16a9843b8d4766bebc63c Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import | 2017-09-06 | 2 | -3/+3 | |
|/ | |||||
* | Introduce a custom intent action to close software keyboard am: fdfc55d3db•••am: 9f14e616ab Change-Id: I5c63edc64d2086e57de27f66297a51138ec56182 | 2017-09-01 | 2 | -0/+54 | |
|\ | |||||
| * | Introduce a custom intent action to close software keyboard•••am: fdfc55d3db Change-Id: I1609eb35be94c3f52870f2ca47e30bd2c66100aa | 2017-09-01 | 2 | -0/+54 | |
| |\ | |||||
| | * | 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 | 2017-09-01 | 2 | -0/+54 | |
| | * | Merge "Import translations. DO NOT MERGE" into oc-mr1-dev | 2017-08-30 | 4 | -6/+5 | |
| | |\ | |||||
| | | * | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import Bug: 64712476 Change-Id: I3b7e8cbab30f9a4e8a3dbec8e0b89177e1a0c9d8 | 2017-08-30 | 4 | -6/+5 | |
| | * | | Merge "Import translations. DO NOT MERGE" into oc-mr1-dev | 2017-08-30 | 4 | -7/+7 | |
| | |\ \ | |||||
| | | * | | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import Bug: 64712476 Change-Id: Ibe5e44462685614d99e1cc353d55e5dfd4ce9431 | 2017-08-30 | 4 | -7/+7 | |
| | | |/ | |||||
| | * | | Merge "Import translations. DO NOT MERGE" into oc-mr1-dev | 2017-08-30 | 7 | -129/+1876 | |
| | |\ \ | |||||
| | | * | | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import Bug: 64712476 Change-Id: I9714ae0b53934a4f8d4c90f3aca3127b77ed6ac7 | 2017-08-30 | 7 | -129/+1876 | |
| | | |/ | |||||
| | * | | Merge "Import translations. DO NOT MERGE" into oc-mr1-dev | 2017-08-30 | 2 | -47/+255 | |
| | |\ \ | |||||
| | | * | | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import Bug: 64712476 Change-Id: I814dea39d3466c37ea0d65f06aee8d8a5a5f67c7 | 2017-08-30 | 2 | -47/+255 | |
| | | |/ | |||||
| | * | | Merge "Import translations. DO NOT MERGE" into oc-mr1-dev | 2017-08-30 | 5 | -39/+23 | |
| | |\ \ | |||||
| | | * | | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import Bug: 64712476 Change-Id: Iffae1ebc381b3ecb54787906b386fdbd77f67565 | 2017-08-30 | 5 | -39/+23 | |
| | | |/ | |||||
| | * | | Merge "Import translations. DO NOT MERGE" into oc-mr1-dev | 2017-08-30 | 11 | -102/+102 | |
| | |\ \ | |||||
| | | * | | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import Bug: 64712476 Change-Id: I56e959285ad21b8fc18b5e424187bce5ace3555c | 2017-08-30 | 11 | -102/+102 | |
| | | |/ | |||||
| | * / | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import Bug: 64712476 Change-Id: I4a7c58d64ce70044c75fa87d03ea329e46b6d4f9 | 2017-08-30 | 1 | -1/+1 | |
| | |/ | |||||
| | * | Merge "Import translations. DO NOT MERGE" into oc-mr1-dev | 2017-08-15 | 8 | -8/+1775 | |
| | |\ | |||||
| | | * | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import Bug: 64712476 Change-Id: I967f2eaee996fef001829e3f296ae6126a2f5795 | 2017-08-15 | 8 | -8/+1775 | |
| | * | | Merge "Import translations. DO NOT MERGE" into oc-mr1-dev | 2017-08-15 | 9 | -33/+245 | |
| | |\ \ | |||||
| | | * | | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import Bug: 64712476 Change-Id: I219e4e535b56d722a1538b268f4d6bdc1ca12698 | 2017-08-15 | 9 | -33/+245 | |
| | | |/ | |||||
| | * | | Merge "Import translations. DO NOT MERGE" into oc-mr1-dev | 2017-08-15 | 3 | -4/+212 | |
| | |\ \ | |||||
| | | * | | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import Bug: 64712476 Change-Id: I024b5594294af36cc9f90f3f036999adf09a4e90 | 2017-08-15 | 3 | -4/+212 | |
| | | |/ | |||||
| | * | | Merge "Import translations. DO NOT MERGE" into oc-mr1-dev | 2017-08-15 | 1 | -0/+31 | |
| | |\ \ | |||||
| | | * | | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import Bug: 64712476 Change-Id: I5c64453869fe6c06d0f955fd8a1fde30728f9f1d | 2017-08-15 | 1 | -0/+31 | |
| | | |/ | |||||
| | * | | Merge "Import translations. DO NOT MERGE" into oc-mr1-dev | 2017-08-15 | 1 | -0/+27 | |
| | |\ \ | |||||
| | | * | | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import Bug: 64712476 Change-Id: I55e64146f9fc4bcd32cb3b3415ff99f4e3a6df73 | 2017-08-15 | 1 | -0/+27 | |
| | | |/ | |||||
| | * | | Merge "Import translations. DO NOT MERGE" into oc-mr1-dev | 2017-08-15 | 1 | -0/+24 | |
| | |\ \ |