aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Import translations. DO NOT MERGEBill Yi2017-09-065-588/+307
| | | | | | Change-Id: I88013876a5eb7b6e618ec68e93cd038093ee3934 Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import
* Introduce a custom intent action to close software keyboard am: fdfc55d3dbYohei Yukawa2017-09-012-0/+54
|\ | | | | | | | | | | am: 9f14e616ab Change-Id: I5c63edc64d2086e57de27f66297a51138ec56182
| * Introduce a custom intent action to close software keyboardYohei Yukawa2017-09-012-0/+54
| |\ | | | | | | | | | | | | | | | am: fdfc55d3db Change-Id: I1609eb35be94c3f52870f2ca47e30bd2c66100aa
| | * Introduce a custom intent action to close software keyboardYohei Yukawa2017-09-012-0/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * Merge "Import translations. DO NOT MERGE" into oc-mr1-devBill Yi2017-08-304-6/+5
| | |\
| | | * Import translations. DO NOT MERGEBill Yi2017-08-304-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import Bug: 64712476 Change-Id: I3b7e8cbab30f9a4e8a3dbec8e0b89177e1a0c9d8
| | * | Merge "Import translations. DO NOT MERGE" into oc-mr1-devTreeHugger Robot2017-08-304-7/+7
| | |\ \
| | | * | Import translations. DO NOT MERGEBill Yi2017-08-304-7/+7
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import Bug: 64712476 Change-Id: Ibe5e44462685614d99e1cc353d55e5dfd4ce9431
| | * | Merge "Import translations. DO NOT MERGE" into oc-mr1-devTreeHugger Robot2017-08-307-129/+1876
| | |\ \
| | | * | Import translations. DO NOT MERGEBill Yi2017-08-307-129/+1876
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import Bug: 64712476 Change-Id: I9714ae0b53934a4f8d4c90f3aca3127b77ed6ac7
| | * | Merge "Import translations. DO NOT MERGE" into oc-mr1-devTreeHugger Robot2017-08-302-47/+255
| | |\ \
| | | * | Import translations. DO NOT MERGEBill Yi2017-08-302-47/+255
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import Bug: 64712476 Change-Id: I814dea39d3466c37ea0d65f06aee8d8a5a5f67c7
| | * | Merge "Import translations. DO NOT MERGE" into oc-mr1-devTreeHugger Robot2017-08-305-39/+23
| | |\ \
| | | * | Import translations. DO NOT MERGEBill Yi2017-08-305-39/+23
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import Bug: 64712476 Change-Id: Iffae1ebc381b3ecb54787906b386fdbd77f67565
| | * | Merge "Import translations. DO NOT MERGE" into oc-mr1-devTreeHugger Robot2017-08-3011-102/+102
| | |\ \
| | | * | Import translations. DO NOT MERGEBill Yi2017-08-3011-102/+102
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import Bug: 64712476 Change-Id: I56e959285ad21b8fc18b5e424187bce5ace3555c
| | * / Import translations. DO NOT MERGEBill Yi2017-08-301-1/+1
| | |/ | | | | | | | | | | | | | | | | | | | | | Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import Bug: 64712476 Change-Id: I4a7c58d64ce70044c75fa87d03ea329e46b6d4f9
| | * Merge "Import translations. DO NOT MERGE" into oc-mr1-devTreeHugger Robot2017-08-158-8/+1775
| | |\
| | | * Import translations. DO NOT MERGEBill Yi2017-08-158-8/+1775
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import Bug: 64712476 Change-Id: I967f2eaee996fef001829e3f296ae6126a2f5795
| | * | Merge "Import translations. DO NOT MERGE" into oc-mr1-devTreeHugger Robot2017-08-159-33/+245
| | |\ \
| | | * | Import translations. DO NOT MERGEBill Yi2017-08-159-33/+245
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import Bug: 64712476 Change-Id: I219e4e535b56d722a1538b268f4d6bdc1ca12698
| | * | Merge "Import translations. DO NOT MERGE" into oc-mr1-devTreeHugger Robot2017-08-153-4/+212
| | |\ \
| | | * | Import translations. DO NOT MERGEBill Yi2017-08-153-4/+212
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import Bug: 64712476 Change-Id: I024b5594294af36cc9f90f3f036999adf09a4e90
| | * | Merge "Import translations. DO NOT MERGE" into oc-mr1-devTreeHugger Robot2017-08-151-0/+31
| | |\ \
| | | * | Import translations. DO NOT MERGEBill Yi2017-08-151-0/+31
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import Bug: 64712476 Change-Id: I5c64453869fe6c06d0f955fd8a1fde30728f9f1d
| | * | Merge "Import translations. DO NOT MERGE" into oc-mr1-devTreeHugger Robot2017-08-151-0/+27
| | |\ \
| | | * | Import translations. DO NOT MERGEBill Yi2017-08-151-0/+27
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import Bug: 64712476 Change-Id: I55e64146f9fc4bcd32cb3b3415ff99f4e3a6df73
| | * | Merge "Import translations. DO NOT MERGE" into oc-mr1-devTreeHugger Robot2017-08-151-0/+24
| | |\ \
| | | * | Import translations. DO NOT MERGEBill Yi2017-08-151-0/+24
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import Bug: 64712476 Change-Id: I988e9ae9d200fe64477323b3286a3bc81b79b51e
| | * / Import translations. DO NOT MERGEBill Yi2017-08-157-9/+105
| | |/ | | | | | | | | | | | | | | | | | | | | | Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import Bug: 64712476 Change-Id: Id00030f0d4c8b0387defa14323c6c0e5d416d74c
| | * Merge "Import translations. DO NOT MERGE" into oc-mr1-devTreeHugger Robot2017-08-062-1/+97
| | |\
| | | * Import translations. DO NOT MERGEBill Yi2017-08-052-1/+97
| | |/ | |/| | | | | | | | | | | | | Change-Id: Ibfebe929f9b2b15aea5811b1ac99a3bbb15034ce Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import
| | * Merge "Import translations. DO NOT MERGE" into oc-mr1-devTreeHugger Robot2017-08-061-0/+1309
| | |\
| | | * Import translations. DO NOT MERGEBill Yi2017-08-051-0/+1309
| | |/ | |/| | | | | | | | | | | | | Change-Id: I78360968a7ef0bb756d863c51ed3b2e61e6c97ff Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import
| | * Merge "Import translations. DO NOT MERGE" into oc-mr1-devTreeHugger Robot2017-08-064-3/+215
| | |\
| | | * Import translations. DO NOT MERGEBill Yi2017-08-054-3/+215
| | |/ | |/| | | | | | | | | | | | | Change-Id: Ifa5e02ea4969c932b24904a76c848193f2f23a76 Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import
| | * Merge "Import translations. DO NOT MERGE" into oc-mr1-devTreeHugger Robot2017-08-061-0/+208
| | |\
| | | * Import translations. DO NOT MERGEBill Yi2017-08-051-0/+208
| | |/ | |/| | | | | | | | | | | | | Change-Id: I87f9982a95b73474eb1b80c29a0e422f6da26d96 Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import
| | * Merge "Import translations. DO NOT MERGE" into oc-mr1-devTreeHugger Robot2017-08-061-0/+31
| | |\
| | | * Import translations. DO NOT MERGEBill Yi2017-08-051-0/+31
| | |/ | |/| | | | | | | | | | | | | Change-Id: Ib2f46c28f6bbc173d242bfef3a1f89ecb67df5f1 Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import
| | * Merge "Import translations. DO NOT MERGE" into oc-mr1-devTreeHugger Robot2017-08-061-0/+24
| | |\
| | | * Import translations. DO NOT MERGEBill Yi2017-08-051-0/+24
| | |/ | |/| | | | | | | | | | | | | Change-Id: I9381a69550a17afbe767b1963a97b7f420ee9104 Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import
| | * Import translations. DO NOT MERGEBill Yi2017-08-051-0/+27
| |/ | | | | | | | | | | Change-Id: I1f1d3cd164f7d98e24083e507a7dd3581ed5b19a Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import
* | Merge "Import translations. DO NOT MERGE"TreeHugger Robot2017-08-294-11/+11
|\ \
| * | Import translations. DO NOT MERGEBill Yi2017-08-264-11/+11
| | | | | | | | | | | | | | | Change-Id: Iab827c69cb1e54f0e3f2151e1225d5e8a6c9ed3a Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE"TreeHugger Robot2017-08-282-2/+2
|\ \ \
| * | | Import translations. DO NOT MERGEBill Yi2017-08-262-2/+2
| |/ / | | | | | | | | | | | | Change-Id: I5439a5e9158695376dd196ece1ed0dc47fbf9ee6 Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE"TreeHugger Robot2017-08-283-10/+8
|\ \ \
| * | | Import translations. DO NOT MERGEBill Yi2017-08-263-10/+8
| |/ / | | | | | | | | | | | | Change-Id: I1cc0c9b73ff9f980ed83ce37c0a216ab8ed2959f Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE"TreeHugger Robot2017-08-283-3/+3
|\ \ \