Keisuke Kuroyanagi
feb3d152f6
am a69c170a: Merge "Rename BigramProperty to NgramProperty."
...
* commit 'a69c170a3f934dbeec9e1ea5e25c7b737b299c24':
Rename BigramProperty to NgramProperty.
2014-09-29 20:40:20 +00:00
Tadashi G. Takaoka
16dfe4d312
am 4936d259: Merge "Fix verbalizing missing emoticons"
...
* commit '4936d259d7eaa00017b73fdb3a1ae0fadb0531e2':
Fix verbalizing missing emoticons
2014-09-29 20:40:18 +00:00
Akifumi Yoshimoto
d5d0057a7c
am 5e828b2c: Merge "Create a code point table based on occurrence counts."
...
* commit '5e828b2c6187f9a50120444456090d18ad085c9b':
Create a code point table based on occurrence counts.
2014-09-29 20:40:16 +00:00
Keisuke Kuroyanagi
ebc2e6f33e
am 6c7a85cb: Quit using currentTimeMillis() for user history unit tests.
...
* commit '6c7a85cb3571845d568f86d8197459af98b0f813':
Quit using currentTimeMillis() for user history unit tests.
2014-09-29 20:40:15 +00:00
Baligh Uddin
5dd9e4ae15
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-09-29 17:16:18 +00:00
Keisuke Kuroyanagi
a69c170a3f
Merge "Rename BigramProperty to NgramProperty."
2014-09-29 10:26:39 +00:00
Keisuke Kuroyanagi
79bb37d499
Rename BigramProperty to NgramProperty.
...
Remaining work is changing bigram to ngram for supporting
ngram entry counting, dumping, and migration.
Bug: 14425059
Change-Id: Ifba288a1166996d62a5e57698f63537ea0a2a8ee
2014-09-29 19:10:39 +09:00
Baligh Uddin
1222cac5a3
Import translations. DO NOT MERGE
...
Change-Id: Iaee29fb909327ab892f1b5c88cac0f9f0bd62ea3
Auto-generated-cl: translation import
2014-09-29 01:45:51 -07:00
Baligh Uddin
961470ff88
Import translations. DO NOT MERGE
...
Change-Id: I2865485fc1e9c76ecdc2f138f04bae77691e8d3f
Auto-generated-cl: translation import
2014-09-29 01:40:51 -07:00
Yohei Yukawa
de12c1bf49
Fix NPE due to the lack of null-check
...
The case that was not coverted well is that
CursorAnchorInfoCompatWrapper could be instantiated
with null object. In such situations, we should
do nothing.
BUG: 17682582
Change-Id: I6625a2f0ed8c5580ed9edfe4728f342da77a8e40
2014-09-29 17:03:29 +09:00
Tadashi G. Takaoka
4936d259d7
Merge "Fix verbalizing missing emoticons"
2014-09-29 06:39:30 +00:00
Akifumi Yoshimoto
5e828b2c61
Merge "Create a code point table based on occurrence counts."
2014-09-29 06:31:33 +00:00
Tadashi G. Takaoka
d9d5ba4287
Fix verbalizing missing emoticons
...
Bug: 15585153
Change-Id: I8ae184047558d1a78e20efde0b08e40beb4458b9
2014-09-29 15:15:18 +09:00
Keisuke Kuroyanagi
6c7a85cb35
Quit using currentTimeMillis() for user history unit tests.
...
Change-Id: I24bd81e6781148302d5679850ed0a9bda71a3d27
2014-09-29 14:26:51 +09:00
Keisuke Kuroyanagi
895cbb76ba
am a4a4e9d9: Merge "Rename PrevWordsInfo to NgramContext."
...
* commit 'a4a4e9d96bfb0f41fe04abb28d8be49d7d780cbe':
Rename PrevWordsInfo to NgramContext.
2014-09-29 03:06:25 +00:00
Keisuke Kuroyanagi
a4a4e9d96b
Merge "Rename PrevWordsInfo to NgramContext."
2014-09-29 03:00:55 +00:00
Keisuke Kuroyanagi
97d2716647
am 33b0ebff: Merge "Refactoring PrevWordsInfo."
...
* commit '33b0ebff278abaa148e8e5df4848db629c31a8c9':
Refactoring PrevWordsInfo.
2014-09-29 02:38:44 +00:00
Keisuke Kuroyanagi
33b0ebff27
Merge "Refactoring PrevWordsInfo."
2014-09-29 02:33:00 +00:00
Keisuke Kuroyanagi
bb0eca5705
Rename PrevWordsInfo to NgramContext.
...
Bug: 14425059
Change-Id: Id06a71681fa8b5e589e29fba10fe5c1cfed66984
2014-09-29 10:52:18 +09:00
Sandeep Siddhartha
3138faa98f
am 569f6f1c: Merge "Add authentication/http request related code to LatinIme"
...
* commit '569f6f1c9e89c567860242aa5a0cb3f85eb28e26':
Add authentication/http request related code to LatinIme
2014-09-26 19:39:29 +00:00
Tadashi G. Takaoka
76150b8133
Add Akkhor Layout for Bengali Bangladesh
...
Bug: 16143057
Change-Id: I0b4a3d0d1125f9af25a98ee7a1852129ae1c1d2c
2014-09-26 18:20:25 +00:00
Sandeep Siddhartha
569f6f1c9e
Merge "Add authentication/http request related code to LatinIme"
2014-09-26 17:22:12 +00:00
Sandeep Siddhartha
05274d5a0d
Add authentication/http request related code to LatinIme
...
Bug: 17464068
Bug: 17464805
Change-Id: I533ae8821e0628fdf6591538a96ab50f805c0cdf
2014-09-26 10:14:24 -07:00
Tadashi G. Takaoka
5ca300f83f
am dade81d7: Fix adding more diacritics letters for Nordic languages
...
* commit 'dade81d78c70c3eec57191071f8193ce872aad83':
Fix adding more diacritics letters for Nordic languages
2014-09-26 12:57:15 +00:00
Keisuke Kuroyanagi
bbd6a26be0
Refactoring PrevWordsInfo.
...
Bug: 14425059
Change-Id: I48a193b965e3055bd10a00046322c2b7b19a6232
2014-09-26 21:46:57 +09:00
Tadashi G. Takaoka
dade81d78c
Fix adding more diacritics letters for Nordic languages
...
Bug: 10787354
Change-Id: Ia71417069a0cc10d7908d0c404ce85eb0cd76540
2014-09-26 20:21:17 +09:00
Tadashi G. Takaoka
79a50155c1
am 207b9790: Merge "Add Serbian Latin keyboard"
...
* commit '207b97908701ed0549358a402bbf89b61f37e119':
Add Serbian Latin keyboard
2014-09-26 07:42:05 +00:00
Tadashi G. Takaoka
207b979087
Merge "Add Serbian Latin keyboard"
2014-09-26 07:31:05 +00:00
Tadashi G. Takaoka
8108a3e1cd
Add Serbian Latin keyboard
...
Bug: 9687668
Change-Id: I0631ab04cf33e3d454c965e98a756c31666537bf
2014-09-26 16:01:34 +09:00
Akifumi Yoshimoto
b2f45b28d5
am fd4cb4bd: Merge "Read dicttool option for switching code point table"
...
* commit 'fd4cb4bd050c6906c55780f92338a62b8efd70ad':
Read dicttool option for switching code point table
2014-09-26 06:49:05 +00:00
Akifumi Yoshimoto
fd4cb4bd05
Merge "Read dicttool option for switching code point table"
2014-09-26 06:38:32 +00:00
Akifumi Yoshimoto
8a6e96d286
Create a code point table based on occurrence counts.
...
Bug:17097992
Change-Id: Ifd76dbd4d385d800af416368e25c9e56a76d0fbf
2014-09-26 15:15:16 +09:00
Akifumi Yoshimoto
f4329f7fff
Read dicttool option for switching code point table
...
Bug:17097992
Change-Id: I0b3f12c4450f784b9a33470d1dc4c306062de91e
2014-09-26 15:15:10 +09:00
Tadashi G. Takaoka
2420c5b242
am 1c70a8e1: Merge "Add info log of custom input styles"
...
* commit '1c70a8e147cebd045ab4963751bbcb7b9bbc1962':
Add info log of custom input styles
2014-09-26 04:02:48 +00:00
Tadashi G. Takaoka
1c70a8e147
Merge "Add info log of custom input styles"
2014-09-26 03:56:22 +00:00
Tadashi G. Takaoka
4127e06cdd
am 90058c3d: Add an internal state test to ImportantNoticeUtilsTests
...
* commit '90058c3d1f09e37a74bf6f44d9ebd314be3e680b':
Add an internal state test to ImportantNoticeUtilsTests
2014-09-26 03:53:44 +00:00
Tadashi G. Takaoka
10a93dc80c
Add info log of custom input styles
...
Bug: 17622871
Change-Id: Ia97c7bc2f0923417b458b178fbd8776d5cd0758c
2014-09-26 12:51:42 +09:00
Tadashi G. Takaoka
90058c3d1f
Add an internal state test to ImportantNoticeUtilsTests
...
On some 32bit-x86 testing emulators, it seems the internal state after
clear the related settings seems like a contradiction state. This CL
adds an test to check such internal state in order to investigate what
is happening on these emulators.
Bug: 17635340
Change-Id: Iba85f06c46959b1dc22e2a9213c50c9e7e30949b
2014-09-26 12:16:54 +09:00
Tadashi G. Takaoka
26628eadd5
am dd052f00: Fix unit tests\' size to @LargeTest for action label tests
...
* commit 'dd052f006b9b22097aa4fa27854bd2ecc62f82cf':
Fix unit tests' size to @LargeTest for action label tests
2014-09-26 03:00:32 +00:00
Tadashi G. Takaoka
dd052f006b
Fix unit tests' size to @LargeTest for action label tests
...
Bug: 17654015
Change-Id: Id6a5030881603ad29cb38909f02ac3c0709c8aaf
2014-09-26 11:47:39 +09:00
Sandeep Siddhartha
42f6af3e05
am 2c4fbe47: Merge "Add the sync related permissions to LatinIme too"
...
* commit '2c4fbe4710832a1bd3d0e4cdbee1dd34e001b0c4':
Add the sync related permissions to LatinIme too
2014-09-25 23:42:58 +00:00
Sandeep Siddhartha
2c4fbe4710
Merge "Add the sync related permissions to LatinIme too"
2014-09-25 23:31:07 +00:00
Sandeep Siddhartha
347343a443
am 3980675f: Save/restore account preference when running tests
...
* commit '3980675f180cb88dcd2f3bb55cb9231d3bba2c66':
Save/restore account preference when running tests
2014-09-25 19:06:05 +00:00
Sandeep Siddhartha
3980675f18
Save/restore account preference when running tests
...
Change-Id: I0b1ec2144007b60fc53b4fcfa04be1b6dc21ced2
2014-09-25 11:47:28 -07:00
Sandeep Siddhartha
d0a144282e
Add the sync related permissions to LatinIme too
...
This can go in master because the actual code changes will also go in here,
and not in lmp-dev
Bug: 17464069
Change-Id: Ica1a22c61aa07efb6dadf8db53513607be437b73
2014-09-25 10:30:31 -07:00
Tadashi G. Takaoka
3d98b6bb18
am 88984aed: Split up long unit tests into smaller ones
...
* commit '88984aedae83d15b47a22f2716c8d01b1fa7f4d8':
Split up long unit tests into smaller ones
2014-09-25 16:52:51 +00:00
Tadashi G. Takaoka
88984aedae
Split up long unit tests into smaller ones
...
Bug: 17654015
Change-Id: Ia2fe61554c1c5752fe38928ae6433ebaedcfdda7
2014-09-26 00:39:35 +09:00
Tadashi G. Takaoka
4806a94630
am f99cce86: Merge "Fix checking a11y status just before calling an a11y method"
...
* commit 'f99cce8615bca1ea0190ac4f5d65ee35644dd504':
Fix checking a11y status just before calling an a11y method
2014-09-25 14:21:58 +00:00
Tadashi G. Takaoka
f99cce8615
Merge "Fix checking a11y status just before calling an a11y method"
2014-09-25 14:14:28 +00:00
Tadashi G. Takaoka
4d51efce03
am aaefd566: Add !string/<resource_name> reference
...
* commit 'aaefd5666112c4a6fff58783c25cf9a75b468edd':
Add !string/<resource_name> reference
2014-09-25 09:47:30 +00:00