aboutsummaryrefslogtreecommitdiffstats
path: root/java/res (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Import translations. DO NOT MERGEGeoff Mendal2016-02-291-1/+1
| | | | | | | | | | | | | | | Change-Id: Ic9dbeb6bb1f618dd566ba5569ea606813e6134a5 Auto-generated-cl: translation import
* | | Import translations. DO NOT MERGEGeoff Mendal2016-02-291-1/+1
|/ / | | | | | | | | Change-Id: I9f90a04af17740a249cdbfcc5e9be957171f7fad Auto-generated-cl: translation import
* | Merge "Import translations. DO NOT MERGE"Geoff Mendal2016-02-222-11/+11
|\ \
| * | Import translations. DO NOT MERGEGeoff Mendal2016-02-222-11/+11
| | | | | | | | | | | | | | | Change-Id: I3bc3886537daa0297656846275e8afb069446cfc Auto-generated-cl: translation import
* | | Import translations. DO NOT MERGEGeoff Mendal2016-02-221-1/+1
|/ / | | | | | | | | Change-Id: If1a9f265062a88eddc1b0404a543cf399b72d39d Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEGeoff Mendal2016-02-101-1/+1
| | | | | | | | | | Change-Id: I544c22f6950cdcaaea92569765856409dbad9464 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEGeoff Mendal2016-02-083-4/+4
|/ | | | | Change-Id: I5d01548528fd24b7e3d3a822bd259530fca308fc Auto-generated-cl: translation import
* Import translations. DO NOT MERGEGeoff Mendal2016-02-031-2/+2
| | | | | Change-Id: Iebd3e06f3913a687d1490aa71421da337eea4200 Auto-generated-cl: translation import
* Merge branch \'mnc-dr2-dev\' of ↵Geoff Mendal2016-02-021-1/+1
|\ | | | | | | | | | | | | | | | | /usr/local/google/game/mirror/googleplex-android_googlesource_com/platform/packages/inputmethods/LatinIME into mnc-dr2-dev am: 904a89c20b am: 6de2f31f45 * commit '6de2f31f45cd51e14cc3191c6908af00674cfb0e': Import translations. DO NOT MERGE
| * Merge branch \'mnc-dr2-dev\' of ↵Geoff Mendal2016-02-022-2/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | /usr/local/google/game/mirror/googleplex-android_googlesource_com/platform/packages/inputmethods/LatinIME into mnc-dr2-dev am: 904a89c20b * commit '904a89c20bf86040a6fcae8f379c7a956eb61b98': Import translations. DO NOT MERGE
| | * Merge "Import translations. DO NOT MERGE" into mnc-dr2-devGeoff Mendal2016-02-022-2/+2
| | |\
| | | * Import translations. DO NOT MERGEGeoff Mendal2016-02-022-2/+2
| | | | | | | | | | | | | | | | | | | | Change-Id: Ied3f429a108b3fa47e5c0f8c71b8a7ec60f7de2c Auto-generated-cl: translation import
| | * | Merge "Import translations. DO NOT MERGE" into mnc-dr2-devGeoff Mendal2016-02-027-3/+99
| | |\ \
| | | * | Import translations. DO NOT MERGEGeoff Mendal2016-02-027-3/+99
| | | |/ | | | | | | | | | | | | | | | | Change-Id: Ia854ef967086df83683588d555d040567c379c76 Auto-generated-cl: translation import
| | * | Merge "Import translations. DO NOT MERGE" into mnc-dr2-devGeoff Mendal2016-02-027-5/+113
| | |\ \
| | | * | Import translations. DO NOT MERGEGeoff Mendal2016-02-027-5/+113
| | | |/ | | | | | | | | | | | | | | | | Change-Id: I3298816f22de3d4088800d34940e25a192fc422e Auto-generated-cl: translation import
| | * / Import translations. DO NOT MERGEGeoff Mendal2016-02-026-2/+126
| | |/ | | | | | | | | | | | | Change-Id: I5d6f14c0c66d10cbadb82faa2efb3b9ea840ca47 Auto-generated-cl: translation import
| | * Import translations. DO NOT MERGEGeoff Mendal2015-12-071-2/+2
| | | | | | | | | | | | | | | Change-Id: Iad6a7df2c517e80c376c92197b505ae76276e71b Auto-generated-cl: translation import
| | * Import translations. DO NOT MERGEGeoff Mendal2015-11-251-1/+1
| | | | | | | | | | | | | | | Change-Id: Ic32df26eab46cdedabbbf63ed3b659680b518743 Auto-generated-cl: translation import
| | * Merge "Import translations. DO NOT MERGE" into mnc-dr2-devGeoff Mendal2015-11-1677-85/+817
| | |\
| | | * Import translations. DO NOT MERGEGeoff Mendal2015-11-1677-85/+817
| | |/ | |/| | | | | | | | | | Change-Id: I72546cce9ec50ddb468bbd3d989ceb3b6adb4627 Auto-generated-cl: translation import
| | * Import translations. DO NOT MERGEGeoff Mendal2015-11-1677-59/+73995
| |/ | | | | | | | | Change-Id: I42db5a73ba835ce778019b8375fce0c7b1271e15 Auto-generated-cl: translation import
* | Experimentally specify languageTag attribute.Yohei Yukawa2016-01-211-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With previous CLs [1][2], now we can associate a BCP 47 language tag for each InputMethodSubtype in XML resource file by "languageTag" attribute. In order to test that the functionality, we start using "languageTag" for some subtypes. Note that specifying "languageTag" for all the existing subtypes is beyond the goal of this CL, which should be handled in subsequent CLs. Here is the list of subtypes that start having "languageTag" attribute. - android:imeSubtypeLocale="en_US" -> android:languageTag="en-US" - android:imeSubtypeLocale="en_GB" -> android:languageTag="en-GB" - android:imeSubtypeLocale="fr " -> android:languageTag="fr" - android:imeSubtypeLocale="fr_CA" -> android:languageTag="fr-CA" - android:imeSubtypeLocale="fr_CH" -> android:languageTag="fr-CH" - android:imeSubtypeLocale="tl" -> android:languageTag="fil" [1]: I77db5b99a7cf745d800db75baf135bb60ad04820 8d6eeb01df72891acd3aa75e64aa1595a41cc96e [2]: I251d3d999afd13c0d618f2cb59e8ed3d47f21c98 b8456a6a483ce62c81b92f613561fb761be0f3e8 Bug: 22858221 Change-Id: I37cb9ce196f2e23589e60ce34475504405778bbb
* | Import translations. DO NOT MERGEGeoff Mendal2016-01-201-2/+2
| | | | | | | | | | Change-Id: I6b60be9063655acb76a724ef9ca8a0cd946c7d8d Auto-generated-cl: translation import
* | Merge "Import translations. DO NOT MERGE"Geoff Mendal2016-01-181-9/+9
|\ \
| * | Import translations. DO NOT MERGEGeoff Mendal2016-01-181-9/+9
| | | | | | | | | | | | | | | Change-Id: I0fe5a3880cbc1ddf27626d175109c31020932ed6 Auto-generated-cl: translation import
* | | Import translations. DO NOT MERGEGeoff Mendal2016-01-181-1/+1
|/ / | | | | | | | | Change-Id: Ic12099dc6253b77f748245ae9ab1ad6ac9920dfc Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEGeoff Mendal2016-01-111-1/+1
| | | | | | | | | | Change-Id: Id3644c842de9db4fa3b4d3fc4fd6a9d720dccffd Auto-generated-cl: translation import
* | Merge "Import translations. DO NOT MERGE"Geoff Mendal2016-01-061-3/+3
|\ \
| * | Import translations. DO NOT MERGEGeoff Mendal2016-01-061-3/+3
| | | | | | | | | | | | | | | Change-Id: Ie923e0212ba100e460fb8bc53717aaa08cfd72ee Auto-generated-cl: translation import
* | | Import translations. DO NOT MERGEGeoff Mendal2016-01-061-1/+1
|/ / | | | | | | | | Change-Id: I47324173fd4ac0776afc1a44647e4bef21c461f9 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEGeoff Mendal2015-12-212-5/+5
| | | | | | | | | | Change-Id: I2a938e925f9175325fb445358bfa881ddb16415c Auto-generated-cl: translation import
* | Merge "Import translations. DO NOT MERGE"Geoff Mendal2015-12-161-0/+212
|\ \
| * | Import translations. DO NOT MERGEGeoff Mendal2015-12-161-0/+212
| | | | | | | | | | | | | | | Change-Id: I2ad057c051e8c455957acbc958be1777e2eee285 Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE"Geoff Mendal2015-12-161-0/+96
|\ \ \
| * | | Import translations. DO NOT MERGEGeoff Mendal2015-12-161-0/+96
| |/ / | | | | | | | | | | | | Change-Id: Id3177c219a92a8a2e654e3f11cd8935b919444be Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE"Geoff Mendal2015-12-161-0/+208
|\ \ \
| * | | Import translations. DO NOT MERGEGeoff Mendal2015-12-161-0/+208
| |/ / | | | | | | | | | | | | Change-Id: I4ec506d7edc476194cc2cd2ced1aec6a6e4affe8 Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE"Geoff Mendal2015-12-1678-2/+72301
|\ \ \
| * | | Import translations. DO NOT MERGEGeoff Mendal2015-12-1678-2/+72301
| |/ / | | | | | | | | | | | | Change-Id: I611c5740b31367399b2211ad9c79cacf9230defa Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE"Geoff Mendal2015-12-161-0/+24
|\ \ \
| * | | Import translations. DO NOT MERGEGeoff Mendal2015-12-161-0/+24
| |/ / | | | | | | | | | | | | Change-Id: Iefcca0df4b65fb43312e3e4a3030ccafae431a21 Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE"Geoff Mendal2015-12-161-0/+27
|\ \ \
| * | | Import translations. DO NOT MERGEGeoff Mendal2015-12-161-0/+27
| |/ / | | | | | | | | | | | | Change-Id: I5566cfdd9f6a5b46fd164beb95635dbcfa3a807f Auto-generated-cl: translation import
* / / Import translations. DO NOT MERGEGeoff Mendal2015-12-161-0/+31
|/ / | | | | | | | | Change-Id: Iae2a2a5fa84265e885fd704f5893e6004f0283be Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEGeoff Mendal2015-12-141-1/+1
| | | | | | | | | | Change-Id: I3deb5d1e2e9892e34a8272eef6d7a8b75b86b928 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEGeoff Mendal2015-11-251-1/+1
| | | | | | | | | | Change-Id: I049eb4b60c35cfd73863af0563948a8da2d0a387 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEGeoff Mendal2015-11-1477-77/+539
| | | | | | | | | | Change-Id: Ic599f7fbe1cedc69ae82ecb2af85141617f628dd Auto-generated-cl: translation import
* | Unicode 8.0 emoji additions to Google Keyboard. am: 7674a65367 am: ↵Chieu Nguyen2015-11-11112-7/+3448
|\| | | | | | | | | | | | | | | | | fab2818b96 am: 305aef9c87 am: 8fb57af3e9 * commit '8fb57af3e9ee1c01352e9c69ddb33d460f828b17': Unicode 8.0 emoji additions to Google Keyboard.
| * Unicode 8.0 emoji additions to Google Keyboard.Chieu Nguyen2015-11-11112-7/+3448
| |\ | | | | | | | | | | | | | | | | | | am: 7674a65367 * commit '7674a653678b542d795b0bd05c241654ffe1015a': Unicode 8.0 emoji additions to Google Keyboard.