| Commit message (Expand) | Author | Age | Files | Lines |
* | Follow framework refactoring.•••am: a9298f8
* commit 'a9298f88442aae49a0817513209230e3e6e8d4e0':
Follow framework refactoring.
|  Jeff Sharkey | 2016-03-17 | 1 | -2/+2 |
|\ |
|
| * | Follow framework refactoring.•••Bug: 27531029
Change-Id: I7ebd335e68a5ca44348e19544d1ec66be60cdd88
|  Jeff Sharkey | 2016-03-17 | 1 | -2/+2 |
* | | Merge "Start full screen mode on first tap when HW keyborad is connected." in...•••am: c29921f
* commit 'c29921fe7c3f3efb47c6c760055e773bd030ca35':
Start full screen mode on first tap when HW keyborad is connected.
|  Keisuke Kuroyanagi | 2016-03-16 | 1 | -1/+1 |
|\| |
|
| * | Merge "Start full screen mode on first tap when HW keyborad is connected." in... |  Keisuke Kuroyanagi | 2016-03-16 | 1 | -1/+1 |
| |\ |
|
| | * | Start full screen mode on first tap when HW keyborad is connected.•••LatinIME checks hardware keyboard presence and software keyboard
visibility to decide whether to start full screen mode.
This doesn't work well with the recent update on "Show input method"
(Bug: 22517687, Id4d332e3909590c68345e).
On the first tap, software keyboard is not shown and hardware keyboard
is connected; so full screen mode is not started. However,
onEvaluateInputViewShown may return true ant software keyboard may be
brought up.
In this care, on the second tap, software keyboard is visible so full
screen mode will be started regardless of hardware keyboard presence.
This CL checks onEvaluateInputViewShown to decide whether to start
full screen mode.
Bug: 27234709
Change-Id: I587262cc36e5fccc59620b4bd2d2c3c05c72232f
|  Keisuke Kuroyanagi | 2016-03-15 | 1 | -1/+1 |
* | | | Change "touch" to "tap" in LatinIME.•••am: 2715add718
* commit '2715add7181729655860518b10e03a85599d6777':
Change "touch" to "tap" in LatinIME.
|  Yohei Yukawa | 2016-03-14 | 1 | -3/+3 |
|\| | |
|
| * | | Change "touch" to "tap" in LatinIME.•••Bug: 26883567
Change-Id: I580ee65bfa0c53c219f71a17a0e0c08cf70368fb
|  Yohei Yukawa | 2016-03-11 | 1 | -3/+3 |
| |/ |
|
| * | Import translations. DO NOT MERGE•••Change-Id: Ia05e008bcc73b8b66bff4d739e5a2b1b57f19ffb
Auto-generated-cl: translation import
|  Geoff Mendal | 2016-03-09 | 78 | -323/+635 |
* | | Merge "LatinIME: change "Language & input" to -> "Languages & input"" into ny...•••am: 4cd02adfd0
* commit '4cd02adfd0cf4638ba61f78bd7c2f4265d0651ee':
LatinIME: change "Language & input" to -> "Languages & input"
|  Mihai Nita | 2016-03-09 | 1 | -6/+6 |
|\| |
|
| * | Merge "LatinIME: change "Language & input" to -> "Languages & input"" into ny... |  Mihai Niță | 2016-03-09 | 1 | -6/+6 |
| |\ |
|
| | * | LatinIME: change "Language & input" to -> "Languages & input"•••Because now the user can select more than one locale.
Bug: 26849449
Change-Id: I6921793c16ec8c65c44b3c54c816b73a623fb4f2
|  Mihai Nita | 2016-03-08 | 1 | -6/+6 |
* | | | Use android:languageTag for Serbian-Latin layout.•••am: d3d36e3919
* commit 'd3d36e391944b0a131707c81c8ac5374753660bc':
Use android:languageTag for Serbian-Latin layout.
|  Yohei Yukawa | 2016-03-04 | 1 | -0/+1 |
|\| | |
|
| * | | Use android:languageTag for Serbian-Latin layout.•••Serbian-Latin is one of subtypes that our APIs could not easily deal
with their locale.
Now we can safely rely on BCP 47 language tag hence we should do. See
my previous CLs [1][2][3] for details.
Note that this CL is supposed to have no effect on the behavior of
LatinIME because we internall remap "sr-Latn" to "sr_ZZ" [4].
[1]: I77db5b99a7cf745d800db75baf135bb60ad04820
8d6eeb01df72891acd3aa75e64aa1595a41cc96e
[2]: I251d3d999afd13c0d618f2cb59e8ed3d47f21c98
b8456a6a483ce62c81b92f613561fb761be0f3e8
[3]: I37cb9ce196f2e23589e60ce34475504405778bbb
f6997344e6e31ee6e7b95aec6853e0ded00d4083
[4]: I93ff0c75b3687bb1b913f451b9eb5f2820beefbc
31a3f07c2117180df524d6b2e78089897c8ea807
Bug: 27348943
Change-Id: Icd0667c40c6f1310699f3deb1234b7861ec2fa24
|  Yohei Yukawa | 2016-03-04 | 1 | -0/+1 |
* | | | Map "sr-Latn" to "sr_ZZ" for internal use.•••am: 31a3f07c21
* commit '31a3f07c2117180df524d6b2e78089897c8ea807':
Map "sr-Latn" to "sr_ZZ" for internal use.
|  Yohei Yukawa | 2016-03-04 | 1 | -1/+24 |
|\| | |
|
| * | | Map "sr-Latn" to "sr_ZZ" for internal use.•••We want to expose Serbian (Latin) layout as "sr-Latn" to the system,
while our internal logic may not be ready to deal with "sr-Latn" yet.
As a temporary workaround, we remap "sr-Latn" into "sr_ZZ" for our
internal use.
Bug: 27348943
Change-Id: I93ff0c75b3687bb1b913f451b9eb5f2820beefbc
|  Yohei Yukawa | 2016-03-04 | 1 | -1/+24 |
| |/ |
|
* | | Revert "Close FileChannels in UpdateHandler#copyFile."•••am: 4b46e71163
* commit '4b46e711632f6e5d868e6d84a6211384d37e1911':
Revert "Close FileChannels in UpdateHandler#copyFile."
|  Yohei Yukawa | 2016-03-03 | 1 | -10/+2 |
|\| |
|
| * | Revert "Close FileChannels in UpdateHandler#copyFile."•••This reverts commit 3e2670265e17e91c5a8cfff01711f973dccd2a0c.
It turns out that the behavior change in libcore was unintentional, and
it was already fixed [1]. Let's revert our workaround back to see if
the existing code is compatible with N.
[1]: Ibacb192abc37870c74a2500d65b94d68f9c2318e
5e7b572c2b494ab86ddd2baca3883a40a6064c1e
Bug: 26239281
Change-Id: I6cd2340492d93251231e7ee37c3d4f82c1721293
|  Yohei Yukawa | 2016-03-03 | 1 | -10/+2 |
* | | Merge "Close FileChannels in UpdateHandler#copyFile." into nyc-dev•••am: fce8ed98aa
* commit 'fce8ed98aa738a13332b6ccc9c5b145f17fae51f':
Close FileChannels in UpdateHandler#copyFile.
|  Keisuke Kuroyanagi | 2016-02-25 | 1 | -2/+10 |
|\| |
|
| * | Merge "Close FileChannels in UpdateHandler#copyFile." into nyc-dev |  Keisuke Kuroyanagi | 2016-02-25 | 1 | -2/+10 |
| |\ |
|
| | * | Close FileChannels in UpdateHandler#copyFile.•••Bug: 26239281
Change-Id: Ib30beb3548f8fb4a8e338b5da863ae28c252bc2b
|  Keisuke Kuroyanagi | 2016-02-24 | 1 | -2/+10 |
* | | | Fix runtime crash on KitKat and prior.•••am: 60b59042d1
* commit '60b59042d1f5a1449de049a7f7adb3d6e40b8b06':
Fix runtime crash on KitKat and prior.
|  Yohei Yukawa | 2016-02-23 | 1 | -2/+8 |
|\| | |
|
| * | | Fix runtime crash on KitKat and prior.•••This is a follow up CL to the previous CL [1], in which we started
calling Window#setNavigationBarColor(int) when the window visibility is
changed.
One thing we missed is that calling Window#setNavigationBarColor(int) on
KitKant or prior devices would result in a runtime crash. Hence with
this CL we do not call that method unless the OS version is N or leter,
because specifying Color.TRANSPARENT would make sense on N+ devices.
[1]: I14d9490e00caa852035a05830e76114cbe6af8f2
6c04339c5aadb5118b0e0a8178b3d569956bbad7
Bug: 22564251
Bug: 27302540
Change-Id: Ib7299dd8c3dad4271f8fac453e690c83bda4a954
|  Yohei Yukawa | 2016-02-22 | 1 | -2/+8 |
| |/ |
|
* | | Follow API removal of LocaleList#getPrimary().•••am: 706fce9bb0
* commit '706fce9bb0e044f281bf12742c406964b18e9190':
Follow API removal of LocaleList#getPrimary().
|  Yohei Yukawa | 2016-02-09 | 2 | -5/+14 |
|\| |
|
| * | Follow API removal of LocaleList#getPrimary().•••This follows up to a recent CL [1] that removed #getPrimary() method
from LocaleList class.
[1] I75f77aea6b75e38793ed8477e5e5a4420d5e6d85
fee44846376c212114223fc4259382921e6dca7a
Bug: 26984092
Change-Id: Ied4678d35c4dcb380ce24e9bce9336dbbf6c16b8
|  Yohei Yukawa | 2016-02-09 | 2 | -5/+14 |
| * | Import translations. DO NOT MERGE•••Change-Id: Iddf2184f6d13e5a788ec2ed303346ff05dcbf377
Auto-generated-cl: translation import
|  Geoff Mendal | 2016-02-08 | 3 | -4/+4 |
|/ |
|
* | Import translations. DO NOT MERGE•••Change-Id: Iebd3e06f3913a687d1490aa71421da337eea4200
Auto-generated-cl: translation import
|  Geoff Mendal | 2016-02-03 | 1 | -2/+2 |
* | Suppress redundant TYPE_WINDOWS_STATE_CHANGED.•••Bug: 23975618
Change-Id: I5933beaa5b28404f85e100461bdeab5496eb3c0e
|  Yohei Yukawa | 2016-02-02 | 1 | -1/+3 |
* | Merge branch \'mnc-dr2-dev\' of /usr/local/google/game/mirror/googleplex-andr...•••am: 6de2f31f45
* commit '6de2f31f45cd51e14cc3191c6908af00674cfb0e':
Import translations. DO NOT MERGE
|  Geoff Mendal | 2016-02-02 | 1 | -1/+1 |
|\ |
|
| * | Merge branch \'mnc-dr2-dev\' of /usr/local/google/game/mirror/googleplex-andr...•••am: 904a89c20b
* commit '904a89c20bf86040a6fcae8f379c7a956eb61b98':
Import translations. DO NOT MERGE
|  Geoff Mendal | 2016-02-02 | 2 | -2/+2 |
| |\ |
|
| | * | Merge "Import translations. DO NOT MERGE" into mnc-dr2-dev |  Geoff Mendal | 2016-02-02 | 2 | -2/+2 |
| | |\ |
|
| | | * | Import translations. DO NOT MERGE•••Change-Id: Ied3f429a108b3fa47e5c0f8c71b8a7ec60f7de2c
Auto-generated-cl: translation import
|  Geoff Mendal | 2016-02-02 | 2 | -2/+2 |
| | * | | Merge "Import translations. DO NOT MERGE" into mnc-dr2-dev |  Geoff Mendal | 2016-02-02 | 7 | -3/+99 |
| | |\ \ |
|
| | | * | | Import translations. DO NOT MERGE•••Change-Id: Ia854ef967086df83683588d555d040567c379c76
Auto-generated-cl: translation import
|  Geoff Mendal | 2016-02-02 | 7 | -3/+99 |
| | | |/ |
|
| | * | | Merge "Import translations. DO NOT MERGE" into mnc-dr2-dev |  Geoff Mendal | 2016-02-02 | 7 | -5/+113 |
| | |\ \ |
|
| | | * | | Import translations. DO NOT MERGE•••Change-Id: I3298816f22de3d4088800d34940e25a192fc422e
Auto-generated-cl: translation import
|  Geoff Mendal | 2016-02-02 | 7 | -5/+113 |
| | | |/ |
|
| | * / | Import translations. DO NOT MERGE•••Change-Id: I5d6f14c0c66d10cbadb82faa2efb3b9ea840ca47
Auto-generated-cl: translation import
|  Geoff Mendal | 2016-02-02 | 6 | -2/+126 |
| | |/ |
|
| | * | 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•••Change-Id: Ic32df26eab46cdedabbbf63ed3b659680b518743
Auto-generated-cl: translation import
|  Geoff Mendal | 2015-11-25 | 1 | -1/+1 |
| | * | Merge "Import translations. DO NOT MERGE" into mnc-dr2-dev |  Geoff Mendal | 2015-11-16 | 77 | -85/+817 |
| | |\ |
|
| | | * | Import translations. DO NOT MERGE•••Change-Id: I72546cce9ec50ddb468bbd3d989ceb3b6adb4627
Auto-generated-cl: translation import
|  Geoff Mendal | 2015-11-16 | 77 | -85/+817 |
| | |/
| |/| |
|
| | * | Import translations. DO NOT MERGE•••Change-Id: I42db5a73ba835ce778019b8375fce0c7b1271e15
Auto-generated-cl: translation import
|  Geoff Mendal | 2015-11-16 | 77 | -59/+73995 |
| |/ |
|
* | | Experimental automatic language switching support.•••With this CL, LatinIME switches the current subtype from its enabled
subtypes based on the first locale in EditorInfo#hintLocales.
This functionality is still experimental, and will be triggered only
when EditorInfo#hintLocales is specified by the application.
Bug: 22859862
Change-Id: Ibd0559b370d8aa0d50d1bada8ecfdac0ed8db898
|  Yohei Yukawa | 2016-01-22 | 2 | -1/+70 |
* | | Support EditorInfo#hintLocales in compat library.•••This CL updates LatinIME's compatibility library so that we can access
EditorInfo#hintLocales without directly depending on unreleased SDK.
Bug: 22859862
Change-Id: I4ba7d294bc314002c3abf8842f097a4249783364
|  Yohei Yukawa | 2016-01-22 | 2 | -0/+48 |
* | | Use "languageTag" in RichInputMethodSubtype.•••With this CL, RichInputMethodSubtype#getLocale() starts returning
a Locale object that is initialized with "languageTag" when it is
specified. No behavior change is intended when "languageTag" attribute
is not available or specified.
Bug: 22858221
Change-Id: I23f2e479b8e284ce589c6950b071ba84c5dd8ce1
|  Yohei Yukawa | 2016-01-21 | 2 | -1/+19 |
* | | Experimentally specify languageTag attribute.•••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
|  Yohei Yukawa | 2016-01-21 | 1 | -0/+6 |
* | | Import translations. DO NOT MERGE•••Change-Id: I6b60be9063655acb76a724ef9ca8a0cd946c7d8d
Auto-generated-cl: translation import
|  Geoff Mendal | 2016-01-20 | 1 | -2/+2 |
* | | Merge "Import translations. DO NOT MERGE" |  Geoff Mendal | 2016-01-18 | 1 | -9/+9 |
|\ \ |
|
| * | | Import translations. DO NOT MERGE•••Change-Id: I0fe5a3880cbc1ddf27626d175109c31020932ed6
Auto-generated-cl: translation import
|  Geoff Mendal | 2016-01-18 | 1 | -9/+9 |
* | | | Import translations. DO NOT MERGE•••Change-Id: Ic12099dc6253b77f748245ae9ab1ad6ac9920dfc
Auto-generated-cl: translation import
|  Geoff Mendal | 2016-01-18 | 1 | -1/+1 |
|/ / |
|
* | | Import translations. DO NOT MERGE•••Change-Id: Id3644c842de9db4fa3b4d3fc4fd6a9d720dccffd
Auto-generated-cl: translation import
|  Geoff Mendal | 2016-01-11 | 1 | -1/+1 |