| Commit message (Expand) | Author | Age | Files | Lines |
* | Import translations. DO NOT MERGE•••Change-Id: Id3644c842de9db4fa3b4d3fc4fd6a9d720dccffd
Auto-generated-cl: translation import
|  Geoff Mendal | 2016-01-11 | 1 | -1/+1 |
* | Merge "Hide settings-key until the device is unlocked." |  Yohei Yukawa | 2016-01-07 | 2 | -0/+91 |
|\ |
|
| * | Hide settings-key until the device is unlocked.•••Starting in N, we are going to have new APIs to officially support the
situation where apps need to run before the user has unlocked their
device for the first time. For IME developers those APIs would be
important not only because IMEs developers may want to support other
apps that support that feature but also because IMEs developers have
already needed to pay attention to the same situation where the IME is
running so that the user can enter the initial password (e.g. for an
encrypted device).
Bug 11270326 is a perfect example of this scenario. Now we can disable
settings-key until the device is unlocked by using the new API when
running in Android N devices.
Bug: 11270326
Change-Id: Ie1c6efa63b60b91430f1a78dde624d0f3dff3c69
|  Yohei Yukawa | 2016-01-07 | 2 | -0/+91 |
* | | Merge "Merge remote-tracking branch 'goog/mnc-dr-ryu-dev'" |  David Riley | 2016-01-07 | 3 | -99/+172 |
|\ \ |
|
| * \ | Merge remote-tracking branch 'goog/mnc-dr-ryu-dev' |  David Riley | 2015-12-21 | 3 | -99/+172 |
| |\ \ |
|
| | * | | Check if last shown Emoji category ID is still valid•••When upgrading to a new version of APK we may find that the stored Emoji
category ID is no longer applicable. For example it happened when we
brought in the new Unicode 8.0 Emojis.
Also restore the "Symbols" emoji category on pre-kitkat devices which
was accidentally dropped when bringing in Unicode 8.0 Emojis.
b/25972978
Change-Id: I91c044603b0aac8757cb8597d3af995f84b822f3
|  Dmitry Torokhov | 2015-12-08 | 1 | -2/+18 |
| | * | | Import translations. DO NOT MERGE•••am: fdbd6fe212 -s ours
* commit 'fdbd6fe212eafe89c889a900fe235dfd5141b10b':
Import translations. DO NOT MERGE
|  Geoff Mendal | 2015-11-25 | 0 | -0/+0 |
| | |\ \ |
|
| | * | | | Import translations. DO NOT MERGE•••Change-Id: I7650a71daa7cede33ba972510f36f216caf9db11
Auto-generated-cl: translation import
|  Geoff Mendal | 2015-11-25 | 1 | -1/+1 |
| | * | | | Import translations. DO NOT MERGE•••am: 76218d9045 -s ours
* commit '76218d9045409d1881a72a20ece23dc6371070e7':
Import translations. DO NOT MERGE
|  Geoff Mendal | 2015-11-14 | 0 | -0/+0 |
| | |\ \ \ |
|
| | * | | | | Import translations. DO NOT MERGE•••Change-Id: I3ceefd186d7ee9f1c8c7039548d4b7f6794d6188
Auto-generated-cl: translation import
|  Geoff Mendal | 2015-11-14 | 77 | -77/+539 |
| | * | | | | Unicode 8.0 emoji additions to Google Keyboard.•••am: 7674a65367
* commit '7674a653678b542d795b0bd05c241654ffe1015a':
Unicode 8.0 emoji additions to Google Keyboard.
|  Chieu Nguyen | 2015-11-11 | 114 | -26/+3583 |
| | |\ \ \ \ |
|
| | * \ \ \ \ | Import translations. DO NOT MERGE•••am: 4de1e2262e -s ours
* commit '4de1e2262e1d81f8d015a2ea3ccace35316308d0':
Import translations. DO NOT MERGE
|  Geoff Mendal | 2015-11-11 | 0 | -0/+0 |
| | |\ \ \ \ \ |
|
| | * | | | | | | Import translations. DO NOT MERGE•••Change-Id: I856b3184faf72ef8d16d849046d6fb7f05e8c67f
Auto-generated-cl: translation import
|  Geoff Mendal | 2015-11-11 | 2 | -2/+2 |
| | * | | | | | | Revert "Unicode 8.0 emoji changes to Google Keyboard."•••am: e1d5012683
* commit 'e1d501268396e58bfdd37a0a50dfeb2ac48139a8':
Revert "Unicode 8.0 emoji changes to Google Keyboard."
|  Ian Pedowitz | 2015-11-10 | 113 | -2672/+26 |
| | |\ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ | Merge "Revert "Add description strings for Unicode 8.0 new emoji."" into mnc-...•••am: 9dfac101f2
* commit '9dfac101f2c7c34992e0214c09ee34f20b396bb1':
Revert "Add description strings for Unicode 8.0 new emoji."
|  Ian Pedowitz | 2015-11-10 | 1 | -916/+0 |
| | |\ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ | Merge "Add description strings for Unicode 8.0 new emoji." into mnc-dr-dev•••am: 9749f1f1c3
* commit '9749f1f1c3755ece6ddfc822d642ac0e8218d138':
Add description strings for Unicode 8.0 new emoji.
|  Reena Lee | 2015-11-09 | 1 | -0/+916 |
| | |\ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ | Unicode 8.0 emoji changes to Google Keyboard.•••am: 9cc42549d1
* commit '9cc42549d18f1e28ffc8dae94ff36728933f53f1':
Unicode 8.0 emoji changes to Google Keyboard.
|  Chieu Nguyen | 2015-11-09 | 113 | -26/+2672 |
| | |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | Fix AltR+1 -> ESC shortcuts bringing on-screen keyboard•••Change the way we decide whether we want to show on-screen keyboard by
not only paying attention to modifiers, but also keeping track whether
the key sequence started in the right state.
We are still misfiring if user presses a non-modifier key and then our
modifier hot-key, but such sequence is unlikely. Given the fact that we
do not want to store too much state I believe this deficiency is
acceptable.
Bug: 25087681
Bug: 24142161
Change-Id: I1a6b5e8e903c27a87134a6c9a7cd474a0607d5c8
(cherry picked from commit 7c513455918a52bd28c1c8181cb2880db0973b4b)
|  Dmitry Torokhov | 2015-11-03 | 2 | -97/+154 |
| | * | | | | | | | | | | Merge "Import translations. DO NOT MERGE" into mnc-dr-ryu-dev |  Geoff Mendal | 2015-10-26 | 3 | -3/+3 |
| | |\ \ \ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | | Import translations. DO NOT MERGE•••Change-Id: If5c9898e482ef2a23bc145fdc12eab6fccbd93d3
Auto-generated-cl: translation import
|  Geoff Mendal | 2015-10-26 | 3 | -3/+3 |
| | * | | | | | | | | | | | Import translations. DO NOT MERGE•••Change-Id: I64dabfa1cb5e4b6d86a6a2cb358406ce7375141c
Auto-generated-cl: translation import
|  Geoff Mendal | 2015-10-26 | 1 | -1/+1 |
| | |/ / / / / / / / / / |
|
* | | | | | | | | | | | | Merge "Import translations. DO NOT MERGE" |  Geoff Mendal | 2016-01-06 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | Import translations. DO NOT MERGE•••Change-Id: Ie923e0212ba100e460fb8bc53717aaa08cfd72ee
Auto-generated-cl: translation import
|  Geoff Mendal | 2016-01-06 | 1 | -3/+3 |
| |/ / / / / / / / / / / |
|
* / / / / / / / / / / / | Import translations. DO NOT MERGE•••Change-Id: I47324173fd4ac0776afc1a44647e4bef21c461f9
Auto-generated-cl: translation import
|  Geoff Mendal | 2016-01-06 | 1 | -1/+1 |
|/ / / / / / / / / / / |
|
* | | | | | | | | | / | Import translations. DO NOT MERGE•••Change-Id: I2a938e925f9175325fb445358bfa881ddb16415c
Auto-generated-cl: translation import
|  Geoff Mendal | 2015-12-21 | 2 | -5/+5 |
| |_|_|_|_|_|_|_|_|/
|/| | | | | | | | | |
|
* | | | | | | | | | | Merge "Import translations. DO NOT MERGE" |  Geoff Mendal | 2015-12-16 | 1 | -0/+212 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Import translations. DO NOT MERGE•••Change-Id: I2ad057c051e8c455957acbc958be1777e2eee285
Auto-generated-cl: translation import
|  Geoff Mendal | 2015-12-16 | 1 | -0/+212 |
* | | | | | | | | | | | Merge "Import translations. DO NOT MERGE" |  Geoff Mendal | 2015-12-16 | 1 | -0/+96 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Import translations. DO NOT MERGE•••Change-Id: Id3177c219a92a8a2e654e3f11cd8935b919444be
Auto-generated-cl: translation import
|  Geoff Mendal | 2015-12-16 | 1 | -0/+96 |
| |/ / / / / / / / / / |
|
* | | | | | | | | | | | Merge "Import translations. DO NOT MERGE" |  Geoff Mendal | 2015-12-16 | 1 | -0/+208 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Import translations. DO NOT MERGE•••Change-Id: I4ec506d7edc476194cc2cd2ced1aec6a6e4affe8
Auto-generated-cl: translation import
|  Geoff Mendal | 2015-12-16 | 1 | -0/+208 |
| |/ / / / / / / / / / |
|
* | | | | | | | | | | | Merge "Import translations. DO NOT MERGE" |  Geoff Mendal | 2015-12-16 | 78 | -2/+72301 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Import translations. DO NOT MERGE•••Change-Id: I611c5740b31367399b2211ad9c79cacf9230defa
Auto-generated-cl: translation import
|  Geoff Mendal | 2015-12-16 | 78 | -2/+72301 |
| |/ / / / / / / / / / |
|
* | | | | | | | | | | | Merge "Import translations. DO NOT MERGE" |  Geoff Mendal | 2015-12-16 | 1 | -0/+24 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Import translations. DO NOT MERGE•••Change-Id: Iefcca0df4b65fb43312e3e4a3030ccafae431a21
Auto-generated-cl: translation import
|  Geoff Mendal | 2015-12-16 | 1 | -0/+24 |
| |/ / / / / / / / / / |
|
* | | | | | | | | | | | Merge "Import translations. DO NOT MERGE" |  Geoff Mendal | 2015-12-16 | 1 | -0/+27 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Import translations. DO NOT MERGE•••Change-Id: I5566cfdd9f6a5b46fd164beb95635dbcfa3a807f
Auto-generated-cl: translation import
|  Geoff Mendal | 2015-12-16 | 1 | -0/+27 |
| |/ / / / / / / / / / |
|
* / / / / / / / / / / | Import translations. DO NOT MERGE•••Change-Id: Iae2a2a5fa84265e885fd704f5893e6004f0283be
Auto-generated-cl: translation import
|  Geoff Mendal | 2015-12-16 | 1 | -0/+31 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Import translations. DO NOT MERGE•••Change-Id: I3deb5d1e2e9892e34a8272eef6d7a8b75b86b928
Auto-generated-cl: translation import
|  Geoff Mendal | 2015-12-14 | 1 | -1/+1 |
* | | | | | | | | | | Change NavigationBar invisible if the input view is not shown.•••The opaque navigation bar guard view does not make much sense when the
IME does not show software keyboard at all. LatinIME does not show
any UI when the hardware keyboard is connected.
With Iea77915ecc55eedaf19899e72c44f704ba9d852c, input method can change
the navigation bar visibility. This CL changes navigation bar invisible
when the hardware keyboard is connected.
Bug:22564251
Change-Id: I14d9490e00caa852035a05830e76114cbe6af8f2
|  Seigo Nonaka | 2015-12-08 | 1 | -0/+13 |
* | | | | | | | | | | Import translations. DO NOT MERGE am: f6d1c5f323 -s ours am: ac0f805945 -s ...•••am: 717f0100b4 -s ours
* commit '717f0100b425e842c11a53bd76df85890bb6bacf':
Import translations. DO NOT MERGE
|  Geoff Mendal | 2015-12-07 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ | Import translations. DO NOT MERGE am: f6d1c5f323 -s ours•••am: ac0f805945 -s ours
* commit 'ac0f805945c4ef1ded149f56c1b183a307153844':
Import translations. DO NOT MERGE
|  Geoff Mendal | 2015-12-07 | 0 | -0/+0 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ | Import translations. DO NOT MERGE•••am: f6d1c5f323 -s ours
* commit 'f6d1c5f323edf3e68b3009f8b13d661fea031902':
Import translations. DO NOT MERGE
|  Geoff Mendal | 2015-12-07 | 0 | -0/+0 |
| | |\ \ \ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | | Import translations. DO NOT MERGE•••Change-Id: Iad1409117bddf84a193f3999bbc502ad36c2ad84
Auto-generated-cl: translation import
|  Geoff Mendal | 2015-12-07 | 1 | -2/+2 |
* | | | | | | | | | | | | | Import translations. DO NOT MERGE am: d3f580fcb7 -s ours•••am: 1785399828 -s ours
* commit '1785399828a37a0b55b21f2efcb4289ba302f3eb':
Import translations. DO NOT MERGE
|  Geoff Mendal | 2015-12-07 | 0 | -0/+0 |
|\| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | Import translations. DO NOT MERGE•••am: d3f580fcb7 -s ours
* commit 'd3f580fcb76c3b15f5ca8b0e32255535d0e6b42f':
Import translations. DO NOT MERGE
|  Geoff Mendal | 2015-12-07 | 0 | -0/+0 |
| |\| | | | | | | | | | | |
|
| | * | | | | | | | | | | | Import translations. DO NOT MERGE•••Change-Id: Iad6a7df2c517e80c376c92197b505ae76276e71b
Auto-generated-cl: translation import
|  Geoff Mendal | 2015-12-07 | 1 | -2/+2 |
* | | | | | | | | | | | | | Import translations. DO NOT MERGE am: fdbd6fe212 -s ours am: c2483d98b5 -s ...•••am: 21211be33f -s ours
* commit '21211be33f4c7a44efcae980b09b9c9b9d24b5c6':
Import translations. DO NOT MERGE
|  Geoff Mendal | 2015-11-25 | 0 | -0/+0 |
|\| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | Import translations. DO NOT MERGE am: fdbd6fe212 -s ours am: c2483d98b5 -s ...•••am: fded2f954a -s ours
* commit 'fded2f954aaff90107c6cb4783d50c76ad64eace':
Import translations. DO NOT MERGE
|  Geoff Mendal | 2015-11-25 | 0 | -0/+0 |
| |\| | | | | | | | | | | |
|
| | * | | | | | | | | | | | Import translations. DO NOT MERGE am: fdbd6fe212 -s ours am: c2483d98b5 -s ...•••am: b8442588a3 -s ours
* commit 'b8442588a3e05884c874059aed1806f783952a50':
Import translations. DO NOT MERGE
|  Geoff Mendal | 2015-11-25 | 0 | -0/+0 |
| | |\| | | | | | | | | | |
|