Auto add new words to the user dictionary.
First pass at automatically adding new words that the user types and deliberately accepts. After typing the word 4 times, the word gets promoted to being valid. After typing the word 7 times, the word gets added into the UserDictionary and can be removed from the UserDictionary Settings UI. Also add a second row of symbols to the period popup.
Showing
- res/xml/popup_punctuation.xml 10 additions, 1 deletionres/xml/popup_punctuation.xml
- src/com/android/inputmethod/latin/ExpandableDictionary.java 423 additions, 0 deletionssrc/com/android/inputmethod/latin/ExpandableDictionary.java
- src/com/android/inputmethod/latin/LatinIME.java 37 additions, 2 deletionssrc/com/android/inputmethod/latin/LatinIME.java
- src/com/android/inputmethod/latin/Suggest.java 14 additions, 7 deletionssrc/com/android/inputmethod/latin/Suggest.java
- src/com/android/inputmethod/latin/UserDictionary.java 17 additions, 364 deletionssrc/com/android/inputmethod/latin/UserDictionary.java
Loading
Please register or sign in to comment