aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/BinaryDictionary.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use translation of fallback umlauts digraphs for German.Jean Chalard2011-03-031-2/+32
| | | | | | | | | For German : handle "ae", "oe" and "ue" to be alternate forms for umlaut-bearing versions of "a", "o" and "u". Issue: 3275926 Change-Id: I056c707cdacc464ceab63be56c016c7f8439196c
* Add output variables to BinaryDictionary's test entryTadashi G. Takaoka2011-02-281-6/+8
| | | | | Bug: 3414081 Change-Id: I1d11710476ffadcef67b0dbfbde309e7f8344d8a
* Add test entry for BinaryDictionary classTadashi G. Takaoka2011-02-281-19/+27
| | | | | Bug: 3414081 Change-Id: I1a3d60698795bf28c477086838e726d498fb6de0
* Change how to load native lib to be on the safe sideKen Wakasa2011-02-251-0/+3
| | | | Change-Id: If170d4821b8dbc187f29137ea99d10e30c20955f
* Add proximity info to nativesatok2011-02-231-19/+19
| | | | | | Bug: 3311719 Change-Id: Ie596304070e321ad23fb67a13bf05e2b6af1b54b
* Remove next letters frequency handlingTadashi G. Takaoka2011-02-171-8/+5
| | | | | Bug: 3428942 Change-Id: Id62f467ce4e50c60a56d59bf96770e799a4659e2
* Add unit test helper method to BinaryDictionary and SuggestTadashi G. Takaoka2011-02-081-16/+37
| | | | | Bug: 3414081 Change-Id: Idee64010f2f423d3c7c548d0279c7bf287088762
* Fixes in close() in BinaryDictionary.Ken Wakasa2011-01-171-7/+27
| | | | | | | Avoid using 'synchronized' in finalizer as well. bug: 3340837 Change-Id: I9b28f54e4490ecb844ba33a379f71b625e4246a2
* Clean up: Update variable names to comply with spec of ApplicationInfo.Ken Wakasa2011-01-091-9/+18
| | | | | | | | | ApplicationInfo.sourceDir may or may not be apk file name. It can be a directory as well. The spec just says it's "Full path to the location of this package". Also, added error handling in loadDictionary(). Change-Id: I5e64d0aba4b1ec7634f4b3ac5537e7a774433ece
* Load main dic in nativeKen Wakasa2011-01-071-63/+16
| | | | | | | Follow up to Id57dce51 bug: 3219819 Change-Id: I00e11ef21d0252ffa88c12dffb9c55b0f2e19a66
* Consolidate main dictionary files.Ken Wakasa2011-01-051-22/+9
| | | | | | | | | This change is a preparation for upcoming optimizations on dictionary file loading. * We can consolidate dictionary files because we are no longer relying on Asset Manager. * Stopping compressing dictionary files as planning to use mmap() on the region in the apk file. * Probably we won't rely on Asset Manager. Instead we'll probably use offset and size obtained from AssetFileDescriptor. Change-Id: Id57dce512fd3d2397a58628f8264bd824194da76
* Fix a crash when MAX_WORD_LENGTH is too short.satok2010-12-061-8/+8
| | | | Change-Id: Idcb5aa2685321b8d0ac7d846caecbd1c79e4dd77
* Fix parameters of native functions and refactor Dictionarysatok2010-12-021-13/+14
| | | | | | - created bigram/unigram dictionary classes Change-Id: I233a28ed8d611870db3f4cf8f25fc45b5d41529b
* Move a logic for finding words with a missing character to the native code.satok2010-12-011-19/+2
| | | | Change-Id: I58338643830ff4f9708f78a9c26f75c8bf2ebf45
* Cleanup unused Java importTadashi G. Takaoka2010-11-291-4/+4
| | | | | | This change also fixes wrong file mode. Change-Id: Ifcf4c9444ddcdc62d2e4b394891d6eee135c1e8f
* Clean up LatinIME javasatok2010-08-241-1/+0
| | | | | | | | - remove unused code - add @Override - change the inappropriate cast Change-Id: Ib25b4939e5b4273794ab0f6349776b5b62d89894
* DO NOT MERGE. Backport LatinIME from master to Gingerbreadsatok2010-08-201-17/+128
| | | | | | TODO: Cleanup will follow. Change-Id: I4a68ba9f2f55760aa24187f1f13fdfa8a0b70963
* Clarify licensingJean-Baptiste Queru2010-04-051-1/+1
| | | | | | | | -use AOSP copyright instead of Google -add NOTICE and tag file Bug: 2548782 Change-Id: If50b2e9e9cc4b4876b0d047fc9f34e2d537a6da4
* Don't let the native code target be included twice when unbundling.Amith Yamasani2010-03-091-0/+151
Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986