Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import Bug: 64712476 Change-Id: Ib9da13449353ac4a46bb7c128ef7974d8bd315ab | 2018-01-27 | 4 | -6/+6 | |
* | Merge "Import translations. DO NOT MERGE" into oc-mr1-dev | 2017-12-20 | 3 | -5/+5 | |
|\ | |||||
| * | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import Bug: 64712476 Change-Id: I62e324677b8c212ff4b94ccfa46102a8971ad39e | 2017-12-19 | 3 | -5/+5 | |
* | | Merge "Import translations. DO NOT MERGE" into oc-mr1-dev | 2017-12-20 | 1 | -15/+15 | |
|\ \ | |||||
| * | | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import Bug: 64712476 Change-Id: I23df49c7d77697a168da5c2d1201078582349eab | 2017-12-19 | 1 | -15/+15 | |
| |/ | |||||
* | | Merge "Import translations. DO NOT MERGE" into oc-mr1-dev | 2017-12-20 | 1 | -2/+2 | |
|\ \ | |||||
| * | | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import Bug: 64712476 Change-Id: I118125d24857d4aae99800775c0456ee94c56676 | 2017-12-19 | 1 | -2/+2 | |
| |/ | |||||
* | | Merge "Import translations. DO NOT MERGE" into oc-mr1-dev | 2017-12-20 | 3 | -3/+3 | |
|\ \ | |||||
| * | | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import Bug: 64712476 Change-Id: I4c5f3c11ba98c1ee0dc4ad110ddf8f92eb13ac75 | 2017-12-19 | 3 | -3/+3 | |
| |/ | |||||
* / | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import Bug: 64712476 Change-Id: I69f3689d113dbb5fdc5bf4b5fe538d24c2aeeb0a | 2017-12-19 | 5 | -11/+11 | |
|/ | |||||
* | Merge "Import translations. DO NOT MERGE" into oc-mr1-dev | 2017-10-17 | 5 | -6/+6 | |
|\ | |||||
| * | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import Bug: 64712476 Change-Id: I590bc34b1bd4135bb6d3a5b3b66fdda53d92c544 | 2017-10-16 | 5 | -6/+6 | |
* | | Merge "Import translations. DO NOT MERGE" into oc-mr1-dev | 2017-10-17 | 1 | -1/+1 | |
|\ \ | |||||
| * | | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import Bug: 64712476 Change-Id: I61a0bc20e599a14f9aba900f3f7dbdc843973f16 | 2017-10-16 | 1 | -1/+1 | |
| |/ | |||||
* / | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import Bug: 64712476 Change-Id: If1e31955a854b5ff286af2009b6c7f0e7419fd9e | 2017-10-16 | 2 | -2/+2 | |
|/ | |||||
* | Merge "Import translations. DO NOT MERGE" into oc-mr1-dev | 2017-09-16 | 4 | -16/+16 | |
|\ | |||||
| * | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import Bug: 64712476 Change-Id: I967a536737cb9a64c9e0551c3d0028c2c047be6b | 2017-09-16 | 4 | -16/+16 | |
* | | Merge "Import translations. DO NOT MERGE" into oc-mr1-dev | 2017-09-16 | 13 | -79/+79 | |
|\ \ | |||||
| * | | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import Bug: 64712476 Change-Id: I9f002f58a8f5327652a34caa4c48cdab10e70e82 | 2017-09-16 | 13 | -79/+79 | |
| |/ | |||||
* | | Merge "Import translations. DO NOT MERGE" into oc-mr1-dev | 2017-09-16 | 1 | -1/+1 | |
|\ \ | |||||
| * | | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import Bug: 64712476 Change-Id: I80044b771718e3780b7f0dc8641866a9e7de0bcb | 2017-09-16 | 1 | -1/+1 | |
| |/ | |||||
* | | Merge "Import translations. DO NOT MERGE" into oc-mr1-dev | 2017-09-16 | 1 | -2/+2 | |
|\ \ | |||||
| * | | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import Bug: 64712476 Change-Id: I85a51dc723f5b4778912f838c3833bd38e0aea6f | 2017-09-16 | 1 | -2/+2 | |
| |/ | |||||
* / | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import Bug: 64712476 Change-Id: I8518585770c12ce99e5aa114de845abf55292bf3 | 2017-09-16 | 4 | -558/+290 | |
|/ | |||||
* | 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 | |
|\ \ | |||||
| * | | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import Bug: 64712476 Change-Id: I988e9ae9d200fe64477323b3286a3bc81b79b51e | 2017-08-15 | 1 | -0/+24 | |
| |/ |