LatinIME/java/src/com/android/inputmethod/latin
Jean Chalard fa946d4a0f Fix a test and crash with a better error message when reading
When there are too many bigrams, we stop reading the file,
so the file pointer is in an inconsistent place. This means we
have no idea what's going to happen next. It's better to crash
right away.

Change-Id: Id3b7b78cbe4fda3493b3c9c46758763e1ab5f6a3
2013-10-02 11:48:47 +09:00
..
debug Move settings related classes to "settings" 2013-07-22 16:35:44 +09:00
define Revert "[DO NOT MERGE] Activate hardware keyboard handling" 2013-04-02 16:08:48 +09:00
makedict Fix a test and crash with a better error message when reading 2013-10-02 11:48:47 +09:00
personalization Implement simple dictionary decay. 2013-09-30 20:53:35 +09:00
settings Merge "[AC5] Introduce the setting for phrase gesture." 2013-09-17 03:42:38 +00:00
setup Move settings related classes to "settings" 2013-07-22 16:35:44 +09:00
spellcheck Pass additionalFeaturesOptions for getSuggestions(). 2013-08-28 19:24:28 +09:00
suggestions Merge "Revert "Remove key preview backing view"" 2013-08-30 07:51:29 +00:00
userdictionary Fix some warnings 2013-07-31 16:17:01 +09:00
utils Fix PrioritizedSerialExecutor. 2013-09-27 16:46:34 +09:00
AbstractDictionaryWriter.java Set header attributes for ExpandableBinaryDictionary. 2013-09-28 12:50:09 +09:00
AssetFileAddress.java Make it easy to open several dictionaries from tests 2013-05-31 15:36:05 +09:00
AudioAndHapticFeedbackManager.java Thin out audio and haptic feedback while key repeat 2013-08-14 18:37:58 +09:00
BackupAgent.java Fix Apache license comment 2013-01-21 22:23:37 +09:00
BinaryDictionary.java Implement the heuristic for auto-commit. 2013-10-01 21:00:40 +09:00
BinaryDictionaryFileDumper.java Move settings related classes to "settings" 2013-07-22 16:35:44 +09:00
BinaryDictionaryGetter.java Fix an NPE. 2013-09-18 21:39:30 +09:00
Constants.java Tweak for armenian periods and commas. 2013-09-24 19:48:17 +09:00
ContactsBinaryDictionary.java Catch SQLiteException from remote processes 2013-09-20 19:55:31 +09:00
Dictionary.java [AC4] Add native methods necessary for auto-commit 2013-09-13 20:15:15 +09:00
DictionaryCollection.java Pass additionalFeaturesOptions for getSuggestions(). 2013-08-28 19:24:28 +09:00
DictionaryFactory.java Use reentrant lock for main dictionaries. 2013-09-30 18:16:29 +09:00
DictionaryPackInstallBroadcastReceiver.java Move util classes to the latin/utils directory 2013-06-24 17:04:40 +09:00
DictionaryWriter.java Set header attributes for ExpandableBinaryDictionary. 2013-09-28 12:50:09 +09:00
DicTraverseSession.java Change cache capacity depending on the dictionary size. 2013-09-12 18:47:56 +09:00
ExpandableBinaryDictionary.java Quit blocking getSuggestion during GC. 2013-10-01 12:04:06 +09:00
ExpandableDictionary.java [AC4] Add native methods necessary for auto-commit 2013-09-13 20:15:15 +09:00
InputAttributes.java Send backspace as an event when TYPE_NULL. 2013-09-27 16:55:12 +09:00
InputPointers.java [AC7] Actually auto-commit. 2013-09-17 16:44:50 +09:00
InputView.java Consolidate forwardTouchEvent with dispatchTouchEvent 2013-08-06 11:04:51 +09:00
LastComposedWord.java Refactor on UserHistoryDictionary 2013-07-26 13:00:19 +09:00
LatinIME.java Merge "Speak auto-corrections for accessibility" 2013-09-30 18:14:13 +00:00
LatinImeLogger.java Clean up PREF_USABILITY_STUDY_MODE 2013-03-04 12:05:03 -08:00
ReadOnlyBinaryDictionary.java Use reentrant lock for main dictionaries. 2013-09-30 18:16:29 +09:00
RichInputConnection.java Fix the offdevice regression test build 2013-09-25 19:13:47 +09:00
RichInputMethodManager.java Move subtype related utility class to utils package 2013-07-24 15:52:43 +09:00
SubtypeSwitcher.java Update resources 2013-09-20 14:49:54 +09:00
Suggest.java Set header attributes for ExpandableBinaryDictionary. 2013-09-28 12:50:09 +09:00
SuggestedWords.java [AC8] Restrict the suggestion strip to the correct part 2013-09-17 18:43:12 +09:00
SuggestionSpanPickedNotificationReceiver.java Clean up SuggestionSpanUtils for API level 14+ 2012-12-17 19:41:44 +09:00
SynchronouslyLoadedContactsBinaryDictionary.java Use PrioritizedSerialExecutor instead of ReentrantReadWriteLock. 2013-09-10 19:05:41 +09:00
SynchronouslyLoadedUserBinaryDictionary.java Use PrioritizedSerialExecutor instead of ReentrantReadWriteLock. 2013-09-10 19:05:41 +09:00
UserBinaryDictionary.java Catch SQLiteException from remote processes 2013-09-20 19:55:31 +09:00
WordComposer.java Add getters and copy constructor to Key class 2013-08-15 20:12:46 +09:00
WordListInfo.java Fix Apache license comment 2013-01-21 22:23:37 +09:00