| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| | |
am: d05359f2d0 -s ours
Change-Id: Ic7273eacff5b1a24b1cf309799155c816a3ed6d7
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: Id6ec44ef21a035161ad0619fa75f8b11722f8e80
|
|\| |
| | |
| | |
| | |
| | |
| | | |
am: 04a65d2e70 -s ours
Change-Id: Ieaf2d9f1a3ac8c4e420857c96ae818773c00a71b
|
| |\ \ |
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: I9041461805f6e050332e6fa8aa16aac190058c6e
|
|\| |
| | |
| | |
| | |
| | |
| | | |
am: fab6fa3164 -s ours
Change-Id: Ib7116e8c5a146de8cac0a1cabdb5d458fbdc6fd8
|
| |\ \ |
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: Ifb4f7a04efd3ce6cca3a92fbd1edbec31a3d8fbb
|
|\| |
| | |
| | |
| | |
| | |
| | | |
am: 8f8d12fd45 -s ours
Change-Id: Ie47abeedb1819215b3d4938ac3a5002a42f7a5d7
|
| |\ \ |
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: Ieea5e1b0216268bf3ff4622519645ebd4a9c7d16
|
|\| |
| | |
| | |
| | |
| | |
| | | |
am: 478cac680f -s ours
Change-Id: Ia5bc4c74b28652484b3de90c14807fa9dc1b6bdb
|
| |\ \ |
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: Ia202e0a2ec22ae94fe39c97003524d116b39ce37
|
|\| |
| | |
| | |
| | |
| | |
| | | |
am: ff4edea1aa -s ours
Change-Id: I2723c6ec8a6dcc99292cbda0ced694aad1e6a73b
|
| |/
| |
| |
| |
| |
| |
| |
| | |
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: I3f4e03eb358297227ef30997c24a9695c5a31ae9
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: I590bc34b1bd4135bb6d3a5b3b66fdda53d92c544
|
|\ \ \ |
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: I61a0bc20e599a14f9aba900f3f7dbdc843973f16
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: If1e31955a854b5ff286af2009b6c7f0e7419fd9e
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: I967a536737cb9a64c9e0551c3d0028c2c047be6b
|
|\ \ \ |
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: I9f002f58a8f5327652a34caa4c48cdab10e70e82
|
|\ \ \ |
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: I80044b771718e3780b7f0dc8641866a9e7de0bcb
|
|\ \ \ |
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: I85a51dc723f5b4778912f838c3833bd38e0aea6f
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: I8518585770c12ce99e5aa114de845abf55292bf3
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: I3b7e8cbab30f9a4e8a3dbec8e0b89177e1a0c9d8
|
|\ \ \ |
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: Ibe5e44462685614d99e1cc353d55e5dfd4ce9431
|
|\ \ \ |
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: I9714ae0b53934a4f8d4c90f3aca3127b77ed6ac7
|
|\ \ \ |
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: I814dea39d3466c37ea0d65f06aee8d8a5a5f67c7
|
|\ \ \ |
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: Iffae1ebc381b3ecb54787906b386fdbd77f67565
|
|\ \ \ |
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: I56e959285ad21b8fc18b5e424187bce5ace3555c
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: I4a7c58d64ce70044c75fa87d03ea329e46b6d4f9
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: I967f2eaee996fef001829e3f296ae6126a2f5795
|
|\ \ \ |
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: I219e4e535b56d722a1538b268f4d6bdc1ca12698
|
|\ \ \ |
|