summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/latin/WordComposer.java
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a bug with languages without spaces and predictionsJean Chalard2013-12-161-21/+17
* Don't use the previous word after a non-whitespace separatorJean Chalard2013-12-131-1/+13
* Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20cKen Wakasa2013-12-131-8/+31
* Add getters and copy constructor to Key classTadashi G. Takaoka2013-08-151-2/+2
* Refactor on UserHistoryDictionarySatoshi Kataoka2013-07-261-1/+1
* Fix a bug when moving the pointer in a > 48 chars wordJean Chalard2013-07-221-2/+24
* Do not re-resume suggestion if it's not needed.Jean Chalard2013-07-011-0/+34
* Consolidate dummy proximity info to the spell checker infoSatoshi Kataoka2013-05-081-3/+1
* If there are no suggestion span, recompute suggestions.Jean Chalard2013-04-151-2/+14
* Reject a previously user-refused suggestion.Jean Chalard2013-04-151-0/+20
* Restart suggestions when the cursor moves.Jean Chalard2013-04-121-0/+16
* Use WordComposer.addKeyInfo for testingTadashi G. Takaoka2013-02-201-1/+3
* Fix Apache license commentTadashi G. Takaoka2013-01-211-8/+8
* Reset forgotten members (D3)Jean Chalard2013-01-171-0/+2
* Forward the capitalized mode to the positional info (D1)Jean Chalard2013-01-171-1/+2
* Privatize a few constants in BinaryDictionary.javaKen Wakasa2012-12-171-7/+7
* Move code point constants from Keyboard to Constants classTadashi G. Takaoka2012-10-291-3/+3
* Replace useless CharSequence to StringTadashi G. Takaoka2012-10-221-9/+10
* Fix possible NPE caused while monkey testTadashi G. Takaoka2012-10-031-8/+10
* Cleanup: Make some classes as finalTadashi G. Takaoka2012-09-271-1/+1
* Fix a bug that would persist caps lock stateJean Chalard2012-09-191-3/+6
* Fix a bug with capitalizations (A15)Jean Chalard2012-09-181-1/+1
* Allow Latin IME to cancel smiley-auto-correct consistenlyJean Chalard2012-08-291-2/+2
* Merge "Treat all caps for gesture input." into jb-mr1-devJean Chalard2012-08-211-1/+8
|\
| * Treat all caps for gesture input.Jean Chalard2012-08-211-1/+8
* | Merge "Tell the shift mode to the word composer." into jb-mr1-devJean Chalard2012-08-211-9/+24
|\|
| * Tell the shift mode to the word composer.Jean Chalard2012-08-211-9/+24
* | Rename and consolidate some constantsTadashi G. Takaoka2012-08-211-7/+2
|/
* Don't auto-correct when there are digits.Jean Chalard2012-07-281-0/+13
* Add default capacity parameter to InputPointers' constructorTadashi G. Takaoka2012-07-191-1/+1
* Merging minimal gesture inputTom Ouyang2012-07-131-5/+21
* Fix a bug where the word composer is not correctly resetJean Chalard2012-07-131-0/+3
* Add batch input dictionary lookupTadashi G. Takaoka2012-07-101-0/+14
* Refresh the cached single quotes count on commitJean Chalard2012-07-101-0/+1
* Remove unused WordComposer.init methodTadashi G. Takaoka2012-07-061-5/+1
* Merge "Remove WordComposer.add(int, int, int, KeyDetector) method"Tadashi G. Takaoka2012-07-041-20/+1
|\
| * Remove WordComposer.add(int, int, int, KeyDetector) methodTadashi G. Takaoka2012-07-041-20/+1
* | Use Keyboard.getKeyTadashi G. Takaoka2012-07-041-7/+6
|/
* Add input pointersSatoshi Kataoka2012-06-291-21/+9
* Small cleanupsKen Wakasa2012-06-271-1/+1
* Cancel adding user history bigram when autocorrection is cancelledsatok2012-05-241-2/+3
* Don't autocorrect after suggestion resumingJean Chalard2012-05-011-0/+14
* Fix some obvious compiler warningsTadashi G. Takaoka2012-03-291-3/+1
* Good bye the proximity logic in Java codesatok2012-03-281-10/+4
* Do not re-calculate primary code in WordComposersatok2012-03-281-3/+3
* Fix AIOOBEsatok2012-03-281-1/+5
* ongoing cleanup 2satok2012-03-271-24/+28
* Merge "Cleanup jni 1"satok2012-03-231-2/+0
|\
| * Cleanup jni 1satok2012-03-231-2/+0
* | Stop creating useless objectsJean Chalard2012-03-231-15/+3
|/