| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
* commit 'bac479bbe1d6daa074c375845bb3af42c931ecbd':
Reorganize Utils class
|
| |\ |
|
| | |
| | |
| | |
| | | |
Change-Id: I7294d1547def5dcfcae9d1d53b277cb3cc9f2d18
|
|\| |
| | |
| | |
| | |
| | | |
* commit '0c6e077875a9a6ef1d46ea26610e18156a81a9fe':
Remove flags from dicNodeProperties.
|
| |\ \
| | |/
| |/| |
|
| | |
| | |
| | |
| | |
| | | |
Bug: 6669677
Change-Id: I6f4aef8c4e4376f078ed8375394823788aa35002
|
|\| |
| | |
| | |
| | |
| | | |
* commit '72c2feb57369527b5f0d2b89505f94503978b928':
Use TimeUnit instead of DateUtils for readability
|
| | |
| | |
| | |
| | |
| | | |
Bug: 9550800
Change-Id: I087205530a5dbcff4bf08f48f4aa7068aae93215
|
|\| |
| | |
| | |
| | |
| | | |
* commit 'cb13d11c0af95b0621c012be9c01e04a463e40c5':
Add a trace.
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Emit a trace when a new dictionary is copied to LatinIME
successfully, not just when it fails. That will help diagnosing
some problems by being able to ensure this step succeeded
looking at the log.
This does not happen often (like, maybe 3 times at device
activation, and once every few weeks afterwards), so I think
the extra line in the log is more than acceptable.
Change-Id: I1674bc22d950a7be801076c5aa7e8bbebccab14b
|
|\|
| |
| |
| |
| | |
* commit '9aa1efdf46ce333425466e91061793301307ad01':
Change how the length of the random words are chosen.
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
This is much more robust and much better for testing.
Change-Id: I43f900f9debc1d1ae4c3f3dd07dbe0ac85d31f52
|
|\| |
| | |
| | |
| | |
| | | |
* commit 'db6984c7bd0f3a933581cd0af201cf5e70643e45':
Have random words stick to a restricted (random) charset
|
| |\| |
|
| | |
| | |
| | |
| | | |
Change-Id: Ib4045ebc9659f1b60183f2356e60e449d62c5be9
|
|\| |
| | |
| | |
| | |
| | | |
* commit '49910a9d774120479d89f537c7e1b4d43e6f153a':
Fix: release lock in UserHistoryDictionary.
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I050c252910c6b5b0a79cd2d52c525679f2d6091d
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit '0933353c0c8823ec5ca1dcc5cd68014b87a6e045':
Read version 3 dictionary header.
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The header structure of version 3 dictionary is same as version 2.
Bug: 6669677
Change-Id: I26c8723333938fbf102de1a40f11d97444da9075
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* commit 'db296305d61f9d7c8f9121eb0e663d3d0a2f6ecc':
DictionaryWriter to abstract binary dictionary writing.
|
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | | |/
| | |/|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
UserHistoryDictionary should become to use ExpandableBinaryDictionary.
Bug: 6669677
Change-Id: I6831c7dd2d84207d1a8f51ba15d52e0a72205d0c
|
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
dictionary."
* commit 'cac66f29ebd8df26b25c21b0c228dfe63ea109ad':
Return NOT_A_PROBABILITY in getProbability for inalid dictionary.
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Bug: 9682742
Change-Id: Ifad4b9811bb5e1a94aed59eba7aedcdb6da5cf9c
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* commit 'b242ce4e6b599f568bb3bae5749a9e5f65e6a773':
Add a two-args constructor to BinaryDictIOTests
|
| |\ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: Ie26e22754bfa5d58135349164c57007c86bd97e8
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit 'eec3067fd071f1682151c2995ac592c75ae7574f':
Generalize constuctors & add tests
|
| |\| | | |
| | |_|/ /
| |/| | | |
|
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
If there is any two-args constructor with the right arg types
in a test class, use it. Also, add a test suite to dicttool test.
Also, have the return value of dicttool reflect success or
failure.
Change-Id: I51ab2a4abb93a0a483e8d6ef3c39d1ff1bce1dbd
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit '24025135562791d3f569e39509425b4c9624e310':
Allow force auto commit when the top is long multiword.
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Bug: 9688196
Change-Id: I73ff2cd77b932bf7307b3541ea9da3fa4afa11b4
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* commit 'fe202d6738e57187925560bdac9051468aadd63e':
Add Azerbaijani keyboard
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Bug: 7963448
Change-Id: I39c192b342278e82e30ac6ef12c6d150c817ae70
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* commit '0e007eaff6c2b0c583de17970f1c8ecddadd6fd5':
Add Kazakh keyboard
|
| |/ / /
| | | |
| | | |
| | | |
| | | | |
Bug: 9697273
Change-Id: Ic9943569ed60d601f093181bf135e45a25399121
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit '55de0bd981d6dc3ad4465c654d60072604ed1f9d':
Use ReentrantReadWriteLock in ExpandableBinaryDictionary.
|
| |\ \ \ |
|
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | | |
Bug: 6669677
Change-Id: I2acde0517d5ed5cbd7b7149709e35fc36651335d
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit '0f276de04d3493a4777a29eebbc88253db427edb':
Disable shortcut output for multi-word suggestions.
|
| |\ \ \ |
|
| | |/ /
| | | |
| | | |
| | | |
| | | | |
Bug: 9682742
Change-Id: I9e0a5acd9053d141e018c4653e4baf0f77aacb45
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit '88d0138d9818b49d37cf44a25b96440ea0fba507':
Add missing letter THEH to Perisan keyboard layout
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
With this change, the phone keyboard layout use quite similar one of
the oridinal PC. The differences from the ordinal PC keyboard layout
are:
- Add letter JEH between letter TAH and ZAIN at 3rd row.
- Move letter TCHEN from the most left of 1st row to the most left of
3rd row.
The tablet keyboard layout is the same of of the phone except:
- Add letter ALEF with MADDA above between letter WAW and letter TCHEN
at 3rd row.
This change also moves the delete key and the enter key on tablet to
1st and 2nd row respectively.
Bug: 9371393
Change-Id: I964589055eb15549fe20e5ec45e02f7dc6b5686e
|