| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
am: fb6242581f
* commit 'fb6242581fbd3591d3c9f7ea1b5a5db3070a318b':
Change "touch" to "tap" in LatinIME.
|
| |\| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
am: 2715add718
* commit '2715add7181729655860518b10e03a85599d6777':
Change "touch" to "tap" in LatinIME.
|
| | |/
| | |
| | |
| | |
| | | |
Bug: 26883567
Change-Id: I580ee65bfa0c53c219f71a17a0e0c08cf70368fb
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: Ia05e008bcc73b8b66bff4d739e5a2b1b57f19ffb
Auto-generated-cl: translation import
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: If690835b89a1e033adad5705557f3295b12a9877
Auto-generated-cl: translation import
|
|\| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
nyc-dev am: 4cd02adfd0
am: 6c40614203
* commit '6c406142035c61091f86346ed3a8c186f4bc68ae':
LatinIME: change "Language & input" to -> "Languages & input"
|
| |\|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
nyc-dev
am: 4cd02adfd0
* commit '4cd02adfd0cf4638ba61f78bd7c2f4265d0651ee':
LatinIME: change "Language & input" to -> "Languages & input"
|
| | |\
| | | |
| | | |
| | | | |
nyc-dev
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Because now the user can select more than one locale.
Bug: 26849449
Change-Id: I6921793c16ec8c65c44b3c54c816b73a623fb4f2
|
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
am: 1caad1dfa2
* commit '1caad1dfa2c5321017938c75f69588fa6f7e9013':
Use android:languageTag for Serbian-Latin layout.
|
| |\| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
am: d3d36e3919
* commit 'd3d36e391944b0a131707c81c8ac5374753660bc':
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
|
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
am: 091ffff370
* commit '091ffff370314a865a1c025a39f0dc6289af3cbf':
Map "sr-Latn" to "sr_ZZ" for internal use.
|
| |\| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
am: 31a3f07c21
* commit '31a3f07c2117180df524d6b2e78089897c8ea807':
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
|
|\| |
| | |
| | |
| | |
| | |
| | |
| | | |
am: e1a9d7ae67
* commit 'e1a9d7ae6715fba1da71d536013e48b9b7e6f9f0':
Revert "Close FileChannels in UpdateHandler#copyFile."
|
| |\|
| | |
| | |
| | |
| | |
| | |
| | | |
am: 4b46e71163
* commit '4b46e711632f6e5d868e6d84a6211384d37e1911':
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
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Change-Id: Ic9dbeb6bb1f618dd566ba5569ea606813e6134a5
Auto-generated-cl: translation import
|
|/ / /
| | |
| | |
| | |
| | | |
Change-Id: I9f90a04af17740a249cdbfcc5e9be957171f7fad
Auto-generated-cl: translation import
|
|\| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
fce8ed98aa
am: 14ff0a66f0
* commit '14ff0a66f0fbda0dde63b4cf7b92595568e2d55e':
Close FileChannels in UpdateHandler#copyFile.
|
| |\|
| | |
| | |
| | |
| | |
| | |
| | | |
am: fce8ed98aa
* commit 'fce8ed98aa738a13332b6ccc9c5b145f17fae51f':
Close FileChannels in UpdateHandler#copyFile.
|
| | |\ |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Bug: 26239281
Change-Id: Ib30beb3548f8fb4a8e338b5da863ae28c252bc2b
|
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
am: 9f1498ca13
* commit '9f1498ca138c69cefb241fe41510452924173b32':
Fix runtime crash on KitKat and prior.
|
| |\| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
am: 60b59042d1
* commit '60b59042d1f5a1449de049a7f7adb3d6e40b8b06':
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
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Change-Id: I3bc3886537daa0297656846275e8afb069446cfc
Auto-generated-cl: translation import
|
|/ / /
| | |
| | |
| | |
| | | |
Change-Id: If1a9f265062a88eddc1b0404a543cf399b72d39d
Auto-generated-cl: translation import
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I544c22f6950cdcaaea92569765856409dbad9464
Auto-generated-cl: translation import
|
|\| |
| | |
| | |
| | |
| | |
| | |
| | | |
am: 436b68dd73
* commit '436b68dd7383214d90153df5a71d630242a64478':
Follow API removal of LocaleList#getPrimary().
|
| |\|
| | |
| | |
| | |
| | |
| | |
| | | |
am: 706fce9bb0
* commit '706fce9bb0e044f281bf12742c406964b18e9190':
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
|
| |/
| |
| |
| |
| | |
Change-Id: Iddf2184f6d13e5a788ec2ed303346ff05dcbf377
Auto-generated-cl: translation import
|
|/
|
|
|
| |
Change-Id: I5d01548528fd24b7e3d3a822bd259530fca308fc
Auto-generated-cl: translation import
|
|
|
|
|
| |
Change-Id: Iebd3e06f3913a687d1490aa71421da337eea4200
Auto-generated-cl: translation import
|
|
|
|
|
| |
Bug: 23975618
Change-Id: I5933beaa5b28404f85e100461bdeab5496eb3c0e
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
/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
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
/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
|
| | |\ |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Change-Id: Ied3f429a108b3fa47e5c0f8c71b8a7ec60f7de2c
Auto-generated-cl: translation import
|
| | |\ \ |
|
| | | |/
| | | |
| | | |
| | | |
| | | | |
Change-Id: Ia854ef967086df83683588d555d040567c379c76
Auto-generated-cl: translation import
|
| | |\ \ |
|
| | | |/
| | | |
| | | |
| | | |
| | | | |
Change-Id: I3298816f22de3d4088800d34940e25a192fc422e
Auto-generated-cl: translation import
|
| | |/
| | |
| | |
| | |
| | | |
Change-Id: I5d6f14c0c66d10cbadb82faa2efb3b9ea840ca47
Auto-generated-cl: translation import
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: Iad6a7df2c517e80c376c92197b505ae76276e71b
Auto-generated-cl: translation import
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: Ic32df26eab46cdedabbbf63ed3b659680b518743
Auto-generated-cl: translation import
|