Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify singleton class initialization•••Change-Id: I16a27f2ed6ea66184bfdc9903180372cd7ea2fd1 | 2013-01-07 | 1 | -4/+4 | |
* | Small code cleanups•••Multi-project commit with I249d5fbe Change-Id: Ia28c4e970992aa1299a30e604eaa5d096655c3a5 | 2013-01-07 | 1 | -6/+3 | |
* | Fix double input of chars typed on a h/w keyboard•••Bug: 7939324 Change-Id: I11b7af54893cb645f8a06266a0b0ba95dd0b02f9 | 2013-01-07 | 1 | -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 | 2012-12-28 | 1 | -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 | 2012-12-27 | 1 | -1/+1 | |
* | Get rid of current subtype and system locale cache from SubtypeSwitcher•••Bug: 7675452 Change-Id: I2121f56964b6d25e8d40f5b8ec67eeae527b2117 | 2012-12-27 | 1 | -14/+2 | |
* | Clean up unnecessary uses of toString()•••Leftover from changing variables from CharSequence to String Change-Id: I4db43fcb075aa37bf9c5b2a23bad0e4c2d718379 | 2012-12-23 | 1 | -12/+10 | |
* | [Rlog24] ResearchLogger detect word boundaries in callers above commitText•••multi project commit with I5847d4aba97a7224ae170a7153811c5a11816449 Change-Id: Ie6fbf6f19f0193451fe6f3ddf9d4ef1637a35db1 | 2012-12-23 | 1 | -8/+20 | |
* | Merge "Log LatinIME.commitCurrentAutoCorrection()" | 2012-12-23 | 1 | -0/+5 | |
|\ | |||||
| * | Log LatinIME.commitCurrentAutoCorrection()•••Change-Id: Ic46c91374ae0177cafad4579d28d6980af0d8d3a | 2012-12-22 | 1 | -0/+5 | |
* | | Merge "[Rlog7] ResearchLog improve gesture tracking" | 2012-12-22 | 1 | -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 | 2012-12-21 | 1 | -0/+3 | |
* | | Add skeleton classes for hardware event flow (B1)•••Bug: 5037589 Change-Id: Id8eea0e2bd00dd339a1efb4b0542e4c091a84195 | 2012-12-19 | 1 | -0/+25 | |
* | | Merge "[Rlog5] ResearchLogging change from onFinishInput to onFinishInputView" | 2012-12-18 | 1 | -4/+3 | |
|\| | |||||
| * | [Rlog5] ResearchLogging change from onFinishInput to onFinishInputView•••Change-Id: I7d3bcfe647249e0b8a14ac3d67460c2684f16d8c | 2012-12-17 | 1 | -4/+3 | |
* | | Merge "[Rlog3] improve stat recording" | 2012-12-18 | 1 | -0/+3 | |
|\| | |||||
| * | [Rlog3] improve stat recording•••Change-Id: Ie3b70e6eadc2a9af5ef45ddfad6a3398cea7bfe8 | 2012-12-17 | 1 | -0/+3 | |
* | | Show last valid suggestions when gesture typing gets no suggestion•••Bug: 7679566 Change-Id: Ie68c7698144c7576b5814ee35664309bcfdcbf0f | 2012-12-17 | 1 | -37/+46 | |
* | | Show last valid suggestions when tap typing gets no suggestion•••Bug: 7872809 Change-Id: Ib5a255de7968aba214249c1b934327d248a15efd | 2012-12-17 | 1 | -1/+1 | |
* | | resolved conflicts for merge of d48d6fee to master•••Change-Id: I21141956135debe737453dba87617671b1716d0a | 2012-12-15 | 1 | -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 | 2012-12-14 | 1 | -2/+39 | |
* | | Reset composing state at onFinishInputView•••Bug: 7709817 Change-Id: Icac0b8cb28209d98d291d8f00be55e33af5bf696 | 2012-12-14 | 1 | -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 | 2012-12-07 | 1 | -4/+5 | |
* | | Cancel batch input when orientation has been changed•••Bug: 7665231 Bug: 7662486 Change-Id: I7b6095026dbf1b9b2f6d3b29f2ab83c462ab374e | 2012-12-06 | 1 | -4/+5 | |
* | | Remove a couple Eclipse and Android Lint warnings•••Change-Id: I0c29c5d2abcbf80759b996d34b534deb083cd7d3 | 2012-12-06 | 1 | -1/+1 | |
* | | Method/variable/resource names clean up for the double-space period•••bug: 7664717 Change-Id: I914aa588b863c442c2d360221e3fa0f4c42640e7 | 2012-12-05 | 1 | -22/+22 | |
* | | Add a new option for the double-space period functionality•••bug: 6934756 Change-Id: I94b2d08cac6533e96031d8e97f347e9b5fd72859 | 2012-12-04 | 1 | -0/+1 | |
* | | Cancel update batch input timer when gesture typing has been canceled•••Bug: 7594165 Change-Id: I9dc42919bd196c249c79668570004d3f541cc9ec | 2012-11-30 | 1 | -3/+4 | |
* | | Set additional subtypes before getting current subtype•••Bug: 7594188 Change-Id: I1977acb7189f8eb186b9b20a3e5b64b4aaabf191 | 2012-11-28 | 1 | -14/+9 | |
* | | Cancel gesture typing by sliding out from keyboard•••Bug: 7594165 Change-Id: I7849d763e49b57716e8418fb8b6f90eca3a5d2ec | 2012-11-22 | 1 | -0/+11 | |
* | | resolved conflicts for merge of b7e6bbae to master•••Change-Id: Ic02809190721472d138532d2189328519117e042 | 2012-11-21 | 1 | -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 | 2012-11-19 | 1 | -1/+3 | |
* | | resolved conflicts for merge of 4ad92578 to master•••Change-Id: I29ad9f0ba357e39889e30c9ebfcf61f9d08ee4ef | 2012-11-17 | 1 | -3/+1 | |
|\| | |||||
| * | Merge "Revert "Only add spaces automatically when appropriate."" into jb-mr1.... | 2012-11-16 | 1 | -3/+1 | |
| |\ | |||||
| | * | Revert "Only add spaces automatically when appropriate."•••This reverts commit 6ce66d1c7d4a5be9c6ed33e4f881994283d5eee9 Change-Id: I90004a5fea0bc7999ecf8742f883ff4dac264d8a bug: 7565414 | 2012-11-16 | 1 | -3/+1 | |
* | | | resolved conflicts for merge of 6f42cf1d to master•••Change-Id: I054bb0cfba9de06473100010a76e2f3d9c2c1180 | 2012-11-16 | 1 | -1/+3 | |
|\| | | |||||
| * | | Merge "Only add spaces automatically when appropriate." into jb-mr1.1-dev | 2012-11-15 | 1 | -1/+3 | |
| |\| | |||||
| | * | Only add spaces automatically when appropriate.•••Bug: 7164981 Change-Id: Id672104a0fda99c52923913fb0e40c3a1ead4787 | 2012-11-15 | 1 | -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 | 2012-11-14 | 1 | -10/+5 | |
|\| | | |||||
| * | | Merge "Update shift state only when input field is restarted" into jb-mr1.1-dev | 2012-11-14 | 1 | -10/+5 | |
| |\ \ | |||||
| | * | | Update shift state only when input field is restarted•••Bug: 7482766 Change-Id: Ifdfa110c44b95acfbcd3e0aa34f675c70b7d7285 | 2012-11-14 | 1 | -10/+5 | |
| * | | | Fix language switch key behavior (DO NOT MERGE)•••Bug: 7075923 Change-Id: If139411db4aa65eed64337bf2a79387cfcd04496 | 2012-11-14 | 1 | -16/+31 | |
| |/ / | |||||
* | | | Merge "Fix language switch key behavior" | 2012-11-14 | 1 | -18/+30 | |
|\ \ \ | |||||
| * | | | Fix language switch key behavior•••Bug: 7075923 Change-Id: I306e1ff5d9f873541e84e1fafb64b9473947f623 | 2012-11-14 | 1 | -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 | 2012-11-12 | 1 | -14/+10 | |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Merge "Don't restrict reset composing state to non-identical setText" into jb... | 2012-11-12 | 1 | -14/+10 | |
| |\ \ \ | | |_|/ | |/| | | |||||
| | * | | Don't restrict reset composing state to non-identical setText•••Bug: 7497063 Change-Id: Ifbd5c37408131867458fd921bdef46ef90d81478 | 2012-11-12 | 1 | -14/+10 | |
* | | | | Resolve conflicts for merge of 3a9ba17f to master"•••Change-Id: I8a1a84a81745a708f63e4211267c4afc3a6b8e49 | 2012-11-13 | 1 | -5/+10 | |
|\| | | | |_|/ |/| | | |||||
| * | | Refactor all phantom-space-inserted spaces in one place•••Bug: 7164981 Change-Id: If1635c212b2d5d9cf51f5fb074f3b20dd7ec7b2a | 2012-11-13 | 1 | -5/+10 | |
| |/ | |||||
* | | Merge "Enhance ImfUtils to InputMethodManagerWrapper class" | 2012-11-11 | 1 | -19/+18 | |
|\ \ |