Commit Graph

14149 Commits (2c8be260f038606396881b5a4b8431f4f85c5a8d)

Author SHA1 Message Date
TreeHugger Robot aa4e5b2f46 Merge "Import translations. DO NOT MERGE" 2017-09-06 22:10:44 +00:00
TreeHugger Robot cc8200c134 Merge "Import translations. DO NOT MERGE" 2017-09-06 19:36:12 +00:00
TreeHugger Robot 309269df14 Merge "Import translations. DO NOT MERGE" 2017-09-06 19:35:19 +00:00
TreeHugger Robot ff16eb9c5b Merge "Import translations. DO NOT MERGE" 2017-09-06 18:48:38 +00:00
Bill Yi f6b8a7b6c4 Import translations. DO NOT MERGE
Change-Id: I82167810683476283d148579648330e5486366ad
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
2017-09-06 06:08:00 -07:00
Bill Yi 3763c0ce2f Import translations. DO NOT MERGE
Change-Id: I7ee76a9e68d6bfc0ef3ab4063f9ce86eed9e42b8
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
2017-09-06 05:59:02 -07:00
Bill Yi 13a7433245 Import translations. DO NOT MERGE
Change-Id: I88013876a5eb7b6e618ec68e93cd038093ee3934
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
2017-09-06 05:56:35 -07:00
Bill Yi 144209a7a1 Import translations. DO NOT MERGE
Change-Id: I5a9bb8217cb263369ee16a9843b8d4766bebc63c
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
2017-09-06 05:53:12 -07:00
Bill Yi e91ec17b45 Import translations. DO NOT MERGE
Change-Id: Idea9de892c9ee9b365dd00627f26029e95f27f86
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
2017-09-06 05:51:48 -07:00
Yohei Yukawa 5304939381 Introduce a custom intent action to close software keyboard am: fdfc55d3db
am: 9f14e616ab

Change-Id: I5c63edc64d2086e57de27f66297a51138ec56182
2017-09-01 20:02:23 +00:00
Yohei Yukawa 9f14e616ab Introduce a custom intent action to close software keyboard
am: fdfc55d3db

Change-Id: I1609eb35be94c3f52870f2ca47e30bd2c66100aa
2017-09-01 19:56:14 +00:00
Yohei Yukawa fdfc55d3db 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 00:22:21 -07:00
Bill Yi 84a3a06d39 Merge "Import translations. DO NOT MERGE" into oc-mr1-dev 2017-08-30 21:39:00 +00:00
TreeHugger Robot bed643ec81 Merge "Import translations. DO NOT MERGE" into oc-mr1-dev 2017-08-30 21:02:54 +00:00
TreeHugger Robot 9006745cd0 Merge "Import translations. DO NOT MERGE" into oc-mr1-dev 2017-08-30 20:43:28 +00:00
TreeHugger Robot 3500677fec Merge "Import translations. DO NOT MERGE" into oc-mr1-dev 2017-08-30 20:34:41 +00:00
TreeHugger Robot b99b77307d Merge "Import translations. DO NOT MERGE" into oc-mr1-dev 2017-08-30 20:22:35 +00:00
TreeHugger Robot 7507f50803 Merge "Import translations. DO NOT MERGE" into oc-mr1-dev 2017-08-30 20:21:33 +00:00
Bill Yi 6cd126e584 Import translations. DO NOT MERGE
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import

Bug: 64712476
Change-Id: I56e959285ad21b8fc18b5e424187bce5ace3555c
2017-08-30 01:51:20 -07:00
Bill Yi 293352b761 Import translations. DO NOT MERGE
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import

Bug: 64712476
Change-Id: Iffae1ebc381b3ecb54787906b386fdbd77f67565
2017-08-30 01:39:27 -07:00
Bill Yi 9fbeed3354 Import translations. DO NOT MERGE
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import

Bug: 64712476
Change-Id: I814dea39d3466c37ea0d65f06aee8d8a5a5f67c7
2017-08-30 01:35:28 -07:00
Bill Yi 3a161aa225 Import translations. DO NOT MERGE
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import

Bug: 64712476
Change-Id: I9714ae0b53934a4f8d4c90f3aca3127b77ed6ac7
2017-08-30 01:32:57 -07:00
Bill Yi 7e581e8c89 Import translations. DO NOT MERGE
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import

Bug: 64712476
Change-Id: I4a7c58d64ce70044c75fa87d03ea329e46b6d4f9
2017-08-30 01:28:51 -07:00
Bill Yi 2f349e1391 Import translations. DO NOT MERGE
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import

Bug: 64712476
Change-Id: Ibe5e44462685614d99e1cc353d55e5dfd4ce9431
2017-08-30 01:26:48 -07:00
Bill Yi 8cfbc910dc Import translations. DO NOT MERGE
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import

Bug: 64712476
Change-Id: I3b7e8cbab30f9a4e8a3dbec8e0b89177e1a0c9d8
2017-08-30 01:24:18 -07:00
TreeHugger Robot 498ef04d7b Merge "Import translations. DO NOT MERGE" 2017-08-29 18:45:57 +00:00
TreeHugger Robot 2763cc618e Merge "Import translations. DO NOT MERGE" 2017-08-28 20:12:18 +00:00
TreeHugger Robot 1d7b20109b Merge "Import translations. DO NOT MERGE" 2017-08-28 20:10:28 +00:00
TreeHugger Robot 9573ccdf73 Merge "Import translations. DO NOT MERGE" 2017-08-28 20:04:49 +00:00
Bill Yi b2d6b24d26 Import translations. DO NOT MERGE
Change-Id: Iab827c69cb1e54f0e3f2151e1225d5e8a6c9ed3a
Auto-generated-cl: translation import
2017-08-26 21:16:41 -07:00
Bill Yi 7794a99ccb Import translations. DO NOT MERGE
Change-Id: Ib357590cef65dfb0c7a99f98f9a2ecd6abf6d6f9
Auto-generated-cl: translation import
2017-08-26 21:01:39 -07:00
Bill Yi 7a788c78ed Import translations. DO NOT MERGE
Change-Id: I1cc0c9b73ff9f980ed83ce37c0a216ab8ed2959f
Auto-generated-cl: translation import
2017-08-26 20:59:15 -07:00
Bill Yi 5929c31de6 Import translations. DO NOT MERGE
Change-Id: I44b271f3f8b4091f1081d35e2fb67ae09fb7f1e7
Auto-generated-cl: translation import
2017-08-26 20:52:58 -07:00
Bill Yi 9730df86e5 Import translations. DO NOT MERGE
Change-Id: I5439a5e9158695376dd196ece1ed0dc47fbf9ee6
Auto-generated-cl: translation import
2017-08-26 20:48:34 -07:00
TreeHugger Robot 1bbdc259ec Merge "Import translations. DO NOT MERGE" 2017-08-24 02:46:42 +00:00
TreeHugger Robot 4a08c57197 Merge "Import translations. DO NOT MERGE" 2017-08-24 02:33:10 +00:00
TreeHugger Robot 6eff0095d0 Merge "Import translations. DO NOT MERGE" 2017-08-24 02:20:59 +00:00
TreeHugger Robot f1921334aa Merge "Import translations. DO NOT MERGE" 2017-08-24 02:13:20 +00:00
TreeHugger Robot 7e9a8057b9 Merge "Import translations. DO NOT MERGE" 2017-08-24 02:09:04 +00:00
TreeHugger Robot 32e33cfcc6 Merge "Import translations. DO NOT MERGE" 2017-08-24 02:08:48 +00:00
Bill Yi d847cf9a65 Import translations. DO NOT MERGE
Change-Id: Ifa31ddbf181a2774a2e375123079e8e8a1dc51a9
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
2017-08-23 17:08:15 -07:00
Bill Yi 885f8506fd Import translations. DO NOT MERGE
Change-Id: I7038e2c26f5ecd353406d34c9eeb0c1bc7fa7c57
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
2017-08-23 16:58:47 -07:00
Bill Yi c8be58d6c4 Import translations. DO NOT MERGE
Change-Id: I1fe873de33039cf4338cb44f462fbe8ff76254c5
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
2017-08-23 16:57:34 -07:00
Bill Yi f867509075 Import translations. DO NOT MERGE
Change-Id: I6a29dc635692646a355fd1c80e6b1514fbec41c8
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
2017-08-23 16:56:37 -07:00
Bill Yi f4a97b7487 Import translations. DO NOT MERGE
Change-Id: I4c7ab8b57415af98f21b6a75689504eb665fe6f6
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
2017-08-23 16:55:03 -07:00
Bill Yi ac2341ce10 Import translations. DO NOT MERGE
Change-Id: I49ece9fff65465dfdb33f362178b19983bc7fb1c
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
2017-08-23 16:53:01 -07:00
Bill Yi 3792cdd972 Import translations. DO NOT MERGE
Change-Id: I1ee3aa2c9d2701fdd03d6fd02bdef9f3984d69c0
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
2017-08-23 16:50:11 -07:00
TreeHugger Robot 60039aa968 Merge "Import translations. DO NOT MERGE" 2017-08-16 23:50:44 +00:00
Bill Yi 0519fbc2d9 Import translations. DO NOT MERGE
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import

Bug: 64680434
Change-Id: Ie15c81f25c8b40e9ef192de30a2b94e839288df3
2017-08-16 13:57:53 -07:00
Bill Yi 8c9d05c2b4 Import translations. DO NOT MERGE
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import

Bug: 64680434
Change-Id: Ib9a653ad32a63cd9437c20c14681252789288c1e
2017-08-16 13:46:16 -07:00
TreeHugger Robot 677620436a Merge "Import translations. DO NOT MERGE" into oc-mr1-dev 2017-08-15 20:57:35 +00:00
TreeHugger Robot 341b700798 Merge "Import translations. DO NOT MERGE" into oc-mr1-dev 2017-08-15 20:55:34 +00:00
TreeHugger Robot 4628ca1e0f Merge "Import translations. DO NOT MERGE" into oc-mr1-dev 2017-08-15 20:55:16 +00:00
TreeHugger Robot 197deb104e Merge "Import translations. DO NOT MERGE" into oc-mr1-dev 2017-08-15 20:51:37 +00:00
TreeHugger Robot 702d5a75ba Merge "Import translations. DO NOT MERGE" into oc-mr1-dev 2017-08-15 20:39:39 +00:00
TreeHugger Robot cb36b76ec4 Merge "Import translations. DO NOT MERGE" into oc-mr1-dev 2017-08-15 20:39:19 +00:00
Bill Yi f7c1dfe9b9 Import translations. DO NOT MERGE
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import

Bug: 64712476
Change-Id: I219e4e535b56d722a1538b268f4d6bdc1ca12698
2017-08-15 10:39:11 -07:00
Bill Yi c7f9428204 Import translations. DO NOT MERGE
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import

Bug: 64712476
Change-Id: Id00030f0d4c8b0387defa14323c6c0e5d416d74c
2017-08-15 10:27:39 -07:00
Bill Yi 9a0bd1ea59 Import translations. DO NOT MERGE
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import

Bug: 64712476
Change-Id: I024b5594294af36cc9f90f3f036999adf09a4e90
2017-08-15 10:25:02 -07:00
Bill Yi 37849d87c7 Import translations. DO NOT MERGE
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import

Bug: 64712476
Change-Id: I967f2eaee996fef001829e3f296ae6126a2f5795
2017-08-15 10:24:07 -07:00
Bill Yi 1cd61f805f Import translations. DO NOT MERGE
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import

Bug: 64712476
Change-Id: I988e9ae9d200fe64477323b3286a3bc81b79b51e
2017-08-15 10:22:43 -07:00
Bill Yi f73c67b768 Import translations. DO NOT MERGE
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import

Bug: 64712476
Change-Id: I55e64146f9fc4bcd32cb3b3415ff99f4e3a6df73
2017-08-15 10:22:04 -07:00
Bill Yi b6fdb54831 Import translations. DO NOT MERGE
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import

Bug: 64712476
Change-Id: I5c64453869fe6c06d0f955fd8a1fde30728f9f1d
2017-08-15 10:21:04 -07:00
TreeHugger Robot 2564d3a234 Merge "Import translations. DO NOT MERGE" 2017-08-12 16:18:24 +00:00
TreeHugger Robot e8eb3896fe Merge "Import translations. DO NOT MERGE" 2017-08-12 16:08:37 +00:00
TreeHugger Robot 20bd54e6b7 Merge "Import translations. DO NOT MERGE" 2017-08-12 16:03:23 +00:00
TreeHugger Robot 210430fa2d Merge "Import translations. DO NOT MERGE" 2017-08-12 16:03:01 +00:00
TreeHugger Robot a30f0a8726 Merge "Import translations. DO NOT MERGE" 2017-08-12 16:01:26 +00:00
TreeHugger Robot 1f932c44a4 Merge "Import translations. DO NOT MERGE" 2017-08-12 15:51:30 +00:00
Bill Yi 97e5d0f596 Import translations. DO NOT MERGE
Change-Id: I1a1e794d56db2dc8f9ab213b886854ffef733d98
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
2017-08-12 02:55:58 -07:00
Bill Yi a6e4620ead Import translations. DO NOT MERGE
Change-Id: I76c33780c0b0827c97fdb9354a6b6d37bfb56fe0
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
2017-08-12 02:47:35 -07:00
Bill Yi 300ecd3345 Import translations. DO NOT MERGE
Change-Id: Iace3a78d16e7fb6befee6bc99f45798f77bea78f
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
2017-08-12 02:45:49 -07:00
Bill Yi 4f838eaf4b Import translations. DO NOT MERGE
Change-Id: I0fafd29d4a1a42b760c86d8f94b360ceb1587e1c
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
2017-08-12 02:44:27 -07:00
Bill Yi 8246000642 Import translations. DO NOT MERGE
Change-Id: Icc8bd464ef3d2da0d99b33e16f7f87ddb99d4c93
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
2017-08-12 02:42:07 -07:00
Bill Yi fd2ec924bc Import translations. DO NOT MERGE
Change-Id: I94713963c5e83583267f838480c8a3f2170a0391
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
2017-08-12 02:40:56 -07:00
Bill Yi c3d1566ee0 Import translations. DO NOT MERGE
Change-Id: I1c8a8f2d4d713e90bd4784834acdd12938434e2a
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
2017-08-12 02:39:20 -07:00
TreeHugger Robot 3ed2d28dab Merge "Import translations. DO NOT MERGE" 2017-08-09 15:37:36 +00:00
The Android Open Source Project e99a314f90 Import translations. DO NOT MERGE
Change-Id: Iccc7c02608439dce3ec527b6b871a76590b250b2
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
2017-08-09 04:17:24 -07:00
The Android Open Source Project 2e7fc9315f Import translations. DO NOT MERGE
Change-Id: Ia6f178c5c6a921d7e5c1576aaa780e1f5378fb59
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
2017-08-09 04:07:10 -07:00
TreeHugger Robot b0b67347b3 Merge "Import translations. DO NOT MERGE" into oc-mr1-dev 2017-08-06 16:11:24 +00:00
TreeHugger Robot c784df5b41 Merge "Import translations. DO NOT MERGE" into oc-mr1-dev 2017-08-06 07:35:18 +00:00
TreeHugger Robot 25a7155006 Merge "Import translations. DO NOT MERGE" into oc-mr1-dev 2017-08-06 07:20:31 +00:00
TreeHugger Robot 3f85b6a0df Merge "Import translations. DO NOT MERGE" into oc-mr1-dev 2017-08-06 07:15:46 +00:00
TreeHugger Robot 7943c74739 Merge "Import translations. DO NOT MERGE" into oc-mr1-dev 2017-08-06 06:33:43 +00:00
TreeHugger Robot 499c2dd27d Merge "Import translations. DO NOT MERGE" into oc-mr1-dev 2017-08-06 06:29:31 +00:00
Bill Yi 3bc6a0fae1 Import translations. DO NOT MERGE
Change-Id: Ifa5e02ea4969c932b24904a76c848193f2f23a76
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
2017-08-05 21:15:15 -07:00
Bill Yi 01abb6fc0e Import translations. DO NOT MERGE
Change-Id: Ibfebe929f9b2b15aea5811b1ac99a3bbb15034ce
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
2017-08-05 21:06:55 -07:00
Bill Yi f7b5ba058f Import translations. DO NOT MERGE
Change-Id: I87f9982a95b73474eb1b80c29a0e422f6da26d96
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
2017-08-05 21:05:52 -07:00
Bill Yi 44fde78725 Import translations. DO NOT MERGE
Change-Id: I78360968a7ef0bb756d863c51ed3b2e61e6c97ff
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
2017-08-05 21:05:11 -07:00
Bill Yi 27dd20c477 Import translations. DO NOT MERGE
Change-Id: I9381a69550a17afbe767b1963a97b7f420ee9104
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
2017-08-05 21:03:58 -07:00
Bill Yi b639f92608 Import translations. DO NOT MERGE
Change-Id: I1f1d3cd164f7d98e24083e507a7dd3581ed5b19a
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
2017-08-05 21:03:07 -07:00
Bill Yi df0d6ae304 Import translations. DO NOT MERGE
Change-Id: Ib2f46c28f6bbc173d242bfef3a1f89ecb67df5f1
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
2017-08-05 21:02:08 -07:00
TreeHugger Robot a0c4354151 Merge "Import translations. DO NOT MERGE" 2017-07-28 16:09:22 +00:00
Bill Yi 2395bd34b6 Import translations. DO NOT MERGE
Change-Id: Ica69ab3230d61d533183d26e67d0cfd7a2107bd9
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
2017-07-28 00:16:19 -07:00
Bill Yi cd35dde046 Import translations. DO NOT MERGE
Change-Id: I2c1ffb0c16145566cf99d5661cfe17e830faba2f
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
2017-07-28 00:06:42 -07:00
Bill Yi 6f74655494 Import translations. DO NOT MERGE
Change-Id: I488bc50df2eb0e76171bcecd41717c28ffb4e56c
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
2017-07-19 23:53:25 -07:00
Bill Yi 3385da1f20 Import translations. DO NOT MERGE
Change-Id: I93dd89f9cd29db52a2660b162a2c00959dc040d2
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
2017-07-13 05:38:14 -07:00
Bill Yi d677f30367 Import translations. DO NOT MERGE
Change-Id: I5ee735229f2f06ddf12332496d7cc4d27c4bb87c
Auto-generated-cl: translation import
2017-06-27 00:41:00 -07:00
Bill Yi 862dafaa6a Import translations. DO NOT MERGE
Change-Id: I9670b44e5df11ebb9b81a31afff8f5167e178057
Auto-generated-cl: translation import
2017-06-22 16:17:10 -07:00
TreeHugger Robot 59716cb47a Merge "Import translations. DO NOT MERGE" 2017-06-21 20:12:51 +00:00