aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinIME.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify singleton class initialization•••Change-Id: I16a27f2ed6ea66184bfdc9903180372cd7ea2fd1 Tadashi G. Takaoka2013-01-071-4/+4
* Small code cleanups•••Multi-project commit with I249d5fbe Change-Id: Ia28c4e970992aa1299a30e604eaa5d096655c3a5 Ken Wakasa2013-01-071-6/+3
* Fix double input of chars typed on a h/w keyboard•••Bug: 7939324 Change-Id: I11b7af54893cb645f8a06266a0b0ba95dd0b02f9 Jean Chalard2013-01-071-1/+0
* A small simplification.•••It's useless to setAutoCorrection(getTypedWord()). Every time the contents of the word composer are altered, the auto-correction is reset, and at use time if it's null then the typed word is used anyway. Change-Id: I0870657a1ab3f456f376995b27e70703f7a5d23a Jean Chalard2012-12-281-4/+0
* Start committing hardware events (B4)•••Essentially this does activate auto-correction with a hardware keyboard, although a lot of things are still left to implement. No proximity is used yet which means only missing and excessive letters are considered. Dead keys are not handled. No combiner is supported. No suggestions are displayed. Resuming suggestions does not work correctly with a hardware key (because the view holds a temporary hardware event 'onKeyPreIme' and the event from the IME won't be handled until this is handled which won't happen until after the IME said that it did handle the event). Bug: 5037589 Change-Id: Idcb5c7b26d56717ed772d53c062362807f11cdae Jean Chalard2012-12-271-1/+1
* Get rid of current subtype and system locale cache from SubtypeSwitcher•••Bug: 7675452 Change-Id: I2121f56964b6d25e8d40f5b8ec67eeae527b2117 Tadashi G. Takaoka2012-12-271-14/+2
* Clean up unnecessary uses of toString()•••Leftover from changing variables from CharSequence to String Change-Id: I4db43fcb075aa37bf9c5b2a23bad0e4c2d718379 Kurt Partridge2012-12-231-12/+10
* [Rlog24] ResearchLogger detect word boundaries in callers above commitText•••multi project commit with I5847d4aba97a7224ae170a7153811c5a11816449 Change-Id: Ie6fbf6f19f0193451fe6f3ddf9d4ef1637a35db1 Kurt Partridge2012-12-231-8/+20
* Merge "Log LatinIME.commitCurrentAutoCorrection()"Kurt Partridge2012-12-231-0/+5
|\
| * Log LatinIME.commitCurrentAutoCorrection()•••Change-Id: Ic46c91374ae0177cafad4579d28d6980af0d8d3a Kurt Partridge2012-12-221-0/+5
* | Merge "[Rlog7] ResearchLog improve gesture tracking"Kurt Partridge2012-12-221-0/+3
|\|
| * [Rlog7] ResearchLog improve gesture tracking•••- count how many times a gesture is deleted - count num chars entered by gesture - change name of fns to reflect capturing gesture information when setting composing text Change-Id: I1b8ebf9cfcf304e0efd827c8b8e28a4010199728 Kurt Partridge2012-12-211-0/+3
* | Add skeleton classes for hardware event flow (B1)•••Bug: 5037589 Change-Id: Id8eea0e2bd00dd339a1efb4b0542e4c091a84195 Jean Chalard2012-12-191-0/+25
* | Merge "[Rlog5] ResearchLogging change from onFinishInput to onFinishInputView"Kurt Partridge2012-12-181-4/+3
|\|
| * [Rlog5] ResearchLogging change from onFinishInput to onFinishInputView•••Change-Id: I7d3bcfe647249e0b8a14ac3d67460c2684f16d8c Kurt Partridge2012-12-171-4/+3
* | Merge "[Rlog3] improve stat recording"Kurt Partridge2012-12-181-0/+3
|\|
| * [Rlog3] improve stat recording•••Change-Id: Ie3b70e6eadc2a9af5ef45ddfad6a3398cea7bfe8 Kurt Partridge2012-12-171-0/+3
* | Show last valid suggestions when gesture typing gets no suggestion•••Bug: 7679566 Change-Id: Ie68c7698144c7576b5814ee35664309bcfdcbf0f Tadashi G. Takaoka2012-12-171-37/+46
* | Show last valid suggestions when tap typing gets no suggestion•••Bug: 7872809 Change-Id: Ib5a255de7968aba214249c1b934327d248a15efd Tadashi G. Takaoka2012-12-171-1/+1
* | resolved conflicts for merge of d48d6fee to master•••Change-Id: I21141956135debe737453dba87617671b1716d0a Ken Wakasa2012-12-151-2/+39
|\ \ | |/ |/|
| * Use the amended user dictionary word for insertion•••When the user edits a word before adding it to the user dictionary, the keyboard should replace whatever was committed before with the amended version. Bug: 7725834 Change-Id: I1a417be6c5a86d6a96bc2c76aca314ad8f1202a9 Jean Chalard2012-12-141-2/+39
* | Reset composing state at onFinishInputView•••Bug: 7709817 Change-Id: Icac0b8cb28209d98d291d8f00be55e33af5bf696 Tadashi G. Takaoka2012-12-141-0/+1
* | Refactor more keys menu framework (part 1)•••Eliminate use of slower popup window for rendering the more keys menu and more suggestions menu. These menus are now drawn directly on the preview placer view. Change-Id: I40638724a6ffde2be4b5d0341d2a5db7ff7be930 Tom Ouyang2012-12-071-4/+5
* | Cancel batch input when orientation has been changed•••Bug: 7665231 Bug: 7662486 Change-Id: I7b6095026dbf1b9b2f6d3b29f2ab83c462ab374e Tadashi G. Takaoka2012-12-061-4/+5
* | Remove a couple Eclipse and Android Lint warnings•••Change-Id: I0c29c5d2abcbf80759b996d34b534deb083cd7d3 Jean Chalard2012-12-061-1/+1
* | Method/variable/resource names clean up for the double-space period•••bug: 7664717 Change-Id: I914aa588b863c442c2d360221e3fa0f4c42640e7 Ken Wakasa2012-12-051-22/+22
* | Add a new option for the double-space period functionality•••bug: 6934756 Change-Id: I94b2d08cac6533e96031d8e97f347e9b5fd72859 Ken Wakasa2012-12-041-0/+1
* | Cancel update batch input timer when gesture typing has been canceled•••Bug: 7594165 Change-Id: I9dc42919bd196c249c79668570004d3f541cc9ec Tadashi G. Takaoka2012-11-301-3/+4
* | Set additional subtypes before getting current subtype•••Bug: 7594188 Change-Id: I1977acb7189f8eb186b9b20a3e5b64b4aaabf191 Tadashi G. Takaoka2012-11-281-14/+9
* | Cancel gesture typing by sliding out from keyboard•••Bug: 7594165 Change-Id: I7849d763e49b57716e8418fb8b6f90eca3a5d2ec Tadashi G. Takaoka2012-11-221-0/+11
* | resolved conflicts for merge of b7e6bbae to master•••Change-Id: Ic02809190721472d138532d2189328519117e042 Jean Chalard2012-11-211-1/+3
|\|
| * Only add spaces automatically when appropriate.•••Correctly check the variations to determine if we should add automatic spaces (in manual picks and gestures) or not. Bug: 7164981 Change-Id: I19e25af839b4062c217113cd804b1473912f22a5 Jean Chalard2012-11-191-1/+3
* | resolved conflicts for merge of 4ad92578 to master•••Change-Id: I29ad9f0ba357e39889e30c9ebfcf61f9d08ee4ef Ken Wakasa2012-11-171-3/+1
|\|
| * Merge "Revert "Only add spaces automatically when appropriate."" into jb-mr1....Ken Wakasa2012-11-161-3/+1
| |\
| | * Revert "Only add spaces automatically when appropriate."•••This reverts commit 6ce66d1c7d4a5be9c6ed33e4f881994283d5eee9 Change-Id: I90004a5fea0bc7999ecf8742f883ff4dac264d8a bug: 7565414 Ken Wakasa2012-11-161-3/+1
* | | resolved conflicts for merge of 6f42cf1d to master•••Change-Id: I054bb0cfba9de06473100010a76e2f3d9c2c1180 Marco Nelissen2012-11-161-1/+3
|\| |
| * | Merge "Only add spaces automatically when appropriate." into jb-mr1.1-devJean Chalard2012-11-151-1/+3
| |\|
| | * Only add spaces automatically when appropriate.•••Bug: 7164981 Change-Id: Id672104a0fda99c52923913fb0e40c3a1ead4787 Jean Chalard2012-11-151-1/+3
* | | am eea28db3: am d4886ff5: am 929bfdd0: Merge "Update shift state only when in...•••* commit 'eea28db3333a734bf73e688b8335245929d5f322': Update shift state only when input field is restarted Tadashi G. Takaoka2012-11-141-10/+5
|\| |
| * | Merge "Update shift state only when input field is restarted" into jb-mr1.1-devTadashi G. Takaoka2012-11-141-10/+5
| |\ \
| | * | Update shift state only when input field is restarted•••Bug: 7482766 Change-Id: Ifdfa110c44b95acfbcd3e0aa34f675c70b7d7285 Tadashi G. Takaoka2012-11-141-10/+5
| * | | Fix language switch key behavior (DO NOT MERGE)•••Bug: 7075923 Change-Id: If139411db4aa65eed64337bf2a79387cfcd04496 Tadashi G. Takaoka2012-11-141-16/+31
| |/ /
* | | Merge "Fix language switch key behavior"Tadashi G. Takaoka2012-11-141-18/+30
|\ \ \
| * | | Fix language switch key behavior•••Bug: 7075923 Change-Id: I306e1ff5d9f873541e84e1fafb64b9473947f623 Tadashi G. Takaoka2012-11-141-18/+30
* | | | am d2116eb2: am 7d34763e: am fac619a3: Merge "Don\'t restrict reset composing...•••* commit 'd2116eb2ea7d08e81b7efe5e342772ffcd8a7efc': Don't restrict reset composing state to non-identical setText Jean Chalard2012-11-121-14/+10
|\ \ \ \ | | |/ / | |/| |
| * | | Merge "Don't restrict reset composing state to non-identical setText" into jb...Jean Chalard2012-11-121-14/+10
| |\ \ \ | | |_|/ | |/| |
| | * | Don't restrict reset composing state to non-identical setText•••Bug: 7497063 Change-Id: Ifbd5c37408131867458fd921bdef46ef90d81478 Jean Chalard2012-11-121-14/+10
* | | | Resolve conflicts for merge of 3a9ba17f to master"•••Change-Id: I8a1a84a81745a708f63e4211267c4afc3a6b8e49 Jean Chalard2012-11-131-5/+10
|\| | | | |_|/ |/| |
| * | Refactor all phantom-space-inserted spaces in one place•••Bug: 7164981 Change-Id: If1635c212b2d5d9cf51f5fb074f3b20dd7ec7b2a Jean Chalard2012-11-131-5/+10
| |/
* | Merge "Enhance ImfUtils to InputMethodManagerWrapper class"Tadashi G. Takaoka2012-11-111-19/+18
|\ \