| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: Ica49ffaedb3dee5e0a2163c039c311ebf1155100
|
| |
|
|
|
|
| |
Change-Id: I7bfbc856303fb146c1eac83630fa4afe1026c243
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Dictionary files have been moved to a new name format.
Dictionary files can also have a new JellyBean format that
can provide next word suggestions.
Updated dictionaries used where available.
Squashed commit from: http://review.cyanogenmod.com/#/c/19404/
Fix Issue 5781: Danish keyboard crashes
The process libjni_latin.so crashes because the danish dictionary has a corrupted line that
exceeds the maximum word defined in native defines.h (#define MAX_WORD_LENGTH_INTERNAL 48) and
the BinaryDictionary (MAX_WORD_LENGTH = 48).
Also, the hebrew dictionary has inconsistent lines (http directions, english words, numbers,
dates, ...), and more of the them exceeds the 48 chars by word limit. I found an hebrew
dictionary in http://softkeyboard.googlecode.com/svn/trunk/DictionaryTools/xml/he.xml that looks
ok.
Change-Id: I33f88d672707388e76db656632b00b8e370f957a
|
|
|
|
|
|
|
| |
Finnish dictionary created with ICS makedict.jar and balanced Finnish wordlist from
https://svn.kapsi.fi/ave/android/finnish_dictionary/tools/
Change-Id: Ie7f609daf7965dfb545257a53a26dbf85fe7ad09
|
|
|
|
| |
Change-Id: I6b16a41b5c1b3824f367945ef1634b8542301524
|
|
|
|
| |
Change-Id: Iebc1f18f8a63530d6c2bb3df0381c29dd34c51f1
|
|
|
|
|
| |
Change-Id: I6a7e097613d866c463d591968b367233d5113b0d
NOTE: Please test them if you use any of these languages.
|
|
|
|
| |
Change-Id: I249181bc85c6fd5969485c82f4b289fe0568f107
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In ICS the binary dictionary format for dictionaries
has changed. I decompiled them all to xml and then
recompiled with ICS makedict. They will still not be
considered installed however. I have confirmed the
files work by messing with LatinImeDictionaryPack.apk
though, a part of the gapps.
I'm just submitting this in the hope that someone
else will also try to figure it out.
It also decreases the size of LatinIME.apk slightly
as the new format results in greater compression.
Change-Id: Ia4d1305bf64e6529cd90b44aa9af39dcefae1282
|
|
|
|
|
|
| |
This fixes the spelling suggestions underlining *everything* and not recognizing any words.
Change-Id: I6ef8e2961404d224e003283eb0e73a3894d625e8
|
|
|
|
| |
Change-Id: I797e563eb3663caaca6bee21870fcc3937684d26
|
|
|
|
|
|
| |
Prepared by Yosef Sudri.
Change-Id: I528ad6f0fdecbea52dba806e15b7857155a29688
|
|
This reduces size greatly when using small_base.
Change-Id: I135e54c1f225c807d1f7a11af2f2cc9aa75889b1
|