aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/TextEntryState.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove a messy and unused class.Jean Chalard2011-12-121-200/+0
| | | | | | Today is a happy day Change-Id: I3ef484bd258d5a59815bfcb0bd35ea3606b32430
* Remove side-effects from TextEntryStateJean Chalard2011-12-121-10/+0
| | | | Change-Id: Ib98eea9e791e426435cfdfd0c9ab3ed9061664aa
* Remove a duplicated variable.Jean Chalard2011-12-121-2/+3
| | | | | | This is awesome cleanup. Change-Id: I35ce8940a13f3084630dc26d6e7e397acfdaac36
* Resume suggestion when backspacing to the end of a wordJean Chalard2011-11-291-0/+15
| | | | | Bug: 5515381 Change-Id: I26fea896feaf2e9716c7ae3d4f2630360f23ac50
* Cleanup.Jean Chalard2011-10-251-14/+1
| | | | | | | Remove a state that can never be reached, and ajust all the callers that would always have received false. Change-Id: Iac025568be11743428419e0772da306a4f0a0bf1
* Small clean up.Jean Chalard2011-10-251-28/+5
| | | | | | Remove unused methods and constants. Change-Id: If72e04394a2943b416915217d22cb6e58a0508b3
* Small clean upJean Chalard2011-10-251-13/+6
| | | | | | Remove an unused method and constant Change-Id: I3e99ea9fc182c83399d46aca81d1b69aab2c36d1
* Change variable names for readabilityKen Wakasa2011-07-121-1/+2
| | | | Change-Id: I9face4e90af4bcd6040eb7e303b596af7d643934
* Some clean up and fixes around auto-correction cancellation logicKen Wakasa2011-06-301-1/+1
| | | | Change-Id: I07f4c3cd98d14d9f0da2de54bfa76a3867389f6f
* Add logOnSeparatorsatok2011-04-081-4/+14
| | | | | | This is a supplement for I9abb8141f23100d Change-Id: I529d2a78f4fe630611db4cba830d933370c8c34f
* Disable debug flag in TextEntryStateTadashi G. Takaoka2011-03-081-1/+1
| | | | | Bug: 4051276 Change-Id: I980c0dfefdf3ae70935aca9755a55d1c925a23f9
* Continue swapping sentence separator and spaceTadashi G. Takaoka2011-03-021-1/+1
| | | | | Bug: 3504990 Change-Id: I3de44e9d9adb0bcafa2e59685c4cdc257716b1d6
* Refactor TextEntryState not to use enumTadashi G. Takaoka2011-03-021-208/+146
| | | | | Bug: 3504990 Change-Id: Id1ae9715d9f9ba99702e4cd5c243026a84d6861d
* Refactor recorrection variable and method namesKen Wakasa2011-03-011-12/+12
| | | | Change-Id: I3cb76e622e33985a187afe0a8928ed7b261615fd
* Remove multi-tap featureTadashi G. Takaoka2010-12-201-2/+2
| | | | Change-Id: Ife44b3f9d420d77d2cfb51044a8356f02ed63e8b
* Remove Tutorial class and unused debug featureTadashi G. Takaoka2010-12-101-7/+9
| | | | | | | This change also cleanups compiler warnings. Bug: 2897373 Change-Id: If972cf45c1eb40436adbddbf71969e5409f4c9c5
* Refactor LatinKeyboard and LatinKeyTadashi G. Takaoka2010-12-021-6/+6
| | | | | | | | | This change also moves KeyboardSwitcher and related classes to com.android.inputmethod.keyboard package. Multi project change with Ib23017b2 Change-Id: Id7d54b24615fe22ebb540ca847549909e346ee24
* Move some inner static class to top class in new packageTadashi G. Takaoka2010-12-021-1/+1
| | | | | | | | | This change introduces new package com.android.inputmethod.keyboard which hosts keyboard related classes. Also adds missing @Override and @SuppressWarning("unused") annotation Change-Id: I0317f5cfa317e13f3c77815f48ffc69b5d1ade05
* Partially revert I63ad561cKen Wakasa2010-11-131-6/+0
| | | | | | This is required to make cancellations of auto-corrections/completions work. Change-Id: I091fb9946d4642847fde39d86a6b3b09735e93a8
* Fix states for showing PunctuationList and correctionsatok2010-11-111-2/+15
| | | | | | - Fixed the visibility of the suggestion strip Change-Id: I63ad561c71464657521661dbd25c72dd34841834
* Unbundle Keyboard.java to BaseKeyboard.javasatok2010-10-021-1/+2
| | | | Change-Id: I8b310c2c0cae1a151e53c22001c586697346982c
* Fixes for correction mode - reliably show the corrections when tapping on a ↵Amith Yamasani2010-08-171-63/+89
| | | | | | | | | | | | | | word. Also, continue to show the corrections when user keeps replacing the word repeatedly with different corrections from the suggestion strip. There were problems with tapping suggestions quickly or tapping the same suggestion more than once (same length). Also fixes Bug: 2852891 - Text suggestion appears incorrectly when selecting text that's not a whole word. Changed the TextEntryState states to an enum type instead of int. Needed it to show the states for debugging purposes.
* Add a logging code to send Bigram datasatok2010-07-271-15/+2
| | | | | | - with some cleanups Change-Id: I737c9ee7f148f94e6299d6e962dda82701454759
* Null check at BackToAcceptedDefaultsatok2010-07-021-1/+2
| | | | Change-Id: Ib232475520f822bf8613258afb9638e1be50d7f7
* Merge commit 'goog/master'satok2010-07-011-5/+21
|\ | | | | | | | | Conflicts: java/src/com/android/inputmethod/latin/LatinIME.java
| * Remember typed words for auto-correctionsAmith Yamasani2010-06-241-5/+21
| | | | | | | | Change-Id: I475c2fa7604f91659100510079fa13c7615177e9
* | Fix log dupplication of auto suggestsatok2010-05-311-1/+14
| | | | | | | | Change-Id: Ic2af15adff64631cc275b07113b42991363c92f8
* | Insert logging codesatok2010-05-101-0/+2
|/ | | | | | | | | - Add log of auto suggestion - Add log of cancelling auto suggestion - Add log of actual number of charactors - Add log of manually clicking suggestion Change-Id: I8fc1cef356bf1a98b0676ed171bfb17825e18425
* Clarify licensingJean-Baptiste Queru2010-04-051-1/+1
| | | | | | | | -use AOSP copyright instead of Google -add NOTICE and tag file Bug: 2548782 Change-Id: If50b2e9e9cc4b4876b0d047fc9f34e2d537a6da4
* Don't let the native code target be included twice when unbundling.Amith Yamasani2010-03-091-0/+233
Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986