summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/latin/LatinIME.java
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Remove ENABLE_CURSOR_ANCHOR_INFO_CALLBACKYohei Yukawa2014-10-061-5/+4
|/ / / /
* / / / Revert "[ML14] Forward the locale list to relevant places"Ken Wakasa2014-10-031-22/+22
|/ / /
* | | [ML14] Forward the locale list to relevant placesJean Chalard2014-10-031-22/+22
* | | Fix when to show input viewTadashi G. Takaoka2014-10-031-4/+24
* | | Add calls to stub for API to consume gesture data.David Faden2014-10-031-1/+34
* | | [ML12] Add a getPrimaryLocale function and some refactoringJean Chalard2014-10-021-17/+16
* | | Merge "Never include the typed word in recorrections"Jean Chalard2014-10-011-13/+6
|\ \ \
| * | | Never include the typed word in recorrectionsJean Chalard2014-10-011-13/+6
* | | | Make a better effort to detect a framework lie.Jean Chalard2014-10-011-2/+4
|/ / /
* | | Merge "Add StatsUtilManager.onStartInput & onFinishInput"Jatin Matani2014-09-221-0/+2
|\ \ \
| * | | Add StatsUtilManager.onStartInput & onFinishInputJatin Matani2014-09-211-0/+2
* | | | Hiding SuggestedWords.EMPTY and refactoring code that compares SuggestedWords...Adrian Velicu2014-09-221-8/+7
|/ / /
* | | Merge "Fix showing important notice even at beginning of sentence"Tadashi G. Takaoka2014-09-181-5/+9
|\ \ \
| * | | Fix showing important notice even at beginning of sentenceTadashi G. Takaoka2014-09-181-5/+9
* | | | resolved conflicts for merge of 233a2f21 to masterYohei Yukawa2014-09-181-26/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * / Use Add-To-Dictionary indicator onlyYohei Yukawa2014-09-181-26/+1
| |/
* | Merge "[ML7] Have multiple DictionaryGroup instances in facilitator"Jean Chalard2014-09-161-1/+1
|\ \
| * | [ML7] Have multiple DictionaryGroup instances in facilitatorJean Chalard2014-09-161-1/+1
* | | resolved conflicts for merge of 75513e51 to masterKen Wakasa2014-09-131-17/+19
|\ \ \ | |/ / |/| / | |/
| * Fix not always showing input view with physical keyboard connectedTadashi G. Takaoka2014-09-121-17/+19
* | am ead70974: am 27ccbeb4: am cd119050: Support CursorAnchorInfo in the full-s...Yohei Yukawa2014-09-111-2/+50
|\|
| * Support CursorAnchorInfo in the full-screen modeYohei Yukawa2014-09-111-2/+50
* | Merge "Adds StatsUtil methods for LatinIME.on{Start,Create,Finish}inputView"Jatin Matani2014-09-111-0/+7
|\ \
| * | Adds StatsUtil methods for LatinIME.on{Start,Create,Finish}inputViewJatin Matani2014-09-101-0/+7
* | | Enable personalization for multilingual users.Keisuke Kuroyanagi2014-09-101-6/+3
|/ /
* | am beb74610: am ab18b5f1: am 9395014e: Don\'t resume suggestions with H/W key...Jean Chalard2014-09-081-41/+72
|\|
| * Don't resume suggestions with H/W keyboardJean Chalard2014-09-081-41/+72
* | am c3fac52d: am 1f74ba17: am cb077f75: Merge "Resolve an old TODO." into lmp-devJean Chalard2014-09-081-3/+6
|\|
| * Resolve an old TODO.Jean Chalard2014-09-051-3/+6
* | Merge "[ML2] Small refactoring"Jean Chalard2014-09-021-5/+1
|\ \
| * | [ML2] Small refactoringJean Chalard2014-09-011-5/+1
* | | StatsUtilsManager should be initiated(#onCreate) before loadSettings.Jatin Matani2014-08-291-1/+1
|/ /
* | Merge "Use DictionaryFacilitatorLruCache for personalization."Keisuke Kuroyanagi2014-08-291-2/+1
|\ \
| * | Use DictionaryFacilitatorLruCache for personalization.Keisuke Kuroyanagi2014-08-291-2/+1
* | | Refactor StatsUtils into two components:StatsUtils & StatsUtilsManagerJatin Matani2014-08-281-5/+6
|/ /
* | am 68a2a69a: am 37beaf15: Simplify onComputeInsets of LatinIMETadashi G. Takaoka2014-08-271-65/+36
|\|
| * Simplify onComputeInsets of LatinIMETadashi G. Takaoka2014-08-271-65/+36
* | resolved conflicts for merge of 8159336b to masterKen Wakasa2014-08-271-11/+4
|\|
| * Set the text bgcolor only when CursorAnchorInfo is availableYohei Yukawa2014-08-271-11/+4
* | resolved conflicts for merge of 0268f736 to masterKen Wakasa2014-08-271-11/+38
|\|
| * Introduce commit/add-to-dictionary indicatorsYohei Yukawa2014-08-261-11/+38
* | Merge "Fix a bug where mic/emoji key wouldn't work."Ken Wakasa2014-08-261-7/+5
|\ \
| * | Fix a bug where mic/emoji key wouldn't work.Jean Chalard2014-08-261-7/+5
* | | am 2a2d324e: am 8380f921: Fix a bug where the top prediction would disappear.Jean Chalard2014-08-261-1/+1
|\ \ \ | |/ / |/| / | |/
| * Fix a bug where the top prediction would disappear.Jean Chalard2014-08-261-1/+1
* | am abf05cc0: am fdfe73ff: Merge "Use more descriptive names for some internal...Yohei Yukawa2014-08-251-11/+12
|\|
| * Merge "Use more descriptive names for some internal fields" into lmp-devYohei Yukawa2014-08-251-11/+12
| |\
| | * Use more descriptive names for some internal fieldsYohei Yukawa2014-08-251-11/+12
* | | Merge "Introduce onEvent() to improve testability"Jean Chalard2014-08-251-18/+28
|\ \ \
| * | | Introduce onEvent() to improve testabilityJean Chalard2014-08-251-18/+28