aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove MAX_WORD_LENGTH_INTERNALKen Wakasa2013-01-153-23/+19
| | | | Change-Id: Ie11ff000675601acff5fbb00e9e9f48eb32c5071
* Merge "[Rlog63] Log whether a manual suggestion is a prediction"Kurt Partridge2013-01-141-1/+1
|\
| * [Rlog63] Log whether a manual suggestion is a predictionKurt Partridge2013-01-111-1/+1
| | | | | | | | Change-Id: Ia6f793611d4b18aecb1a635655af5edb639e1ecf
* | Merge "[Rlog59d] Pass separatorString through revertCommit"Kurt Partridge2013-01-141-1/+1
|\ \
| * | [Rlog59d] Pass separatorString through revertCommitKurt Partridge2013-01-141-1/+1
| | | | | | | | | | | | Change-Id: I5ef20476318979f99f543f9300cf6198d18f6244
* | | [Rlog59c] More detailed logging of backspaceKurt Partridge2013-01-121-3/+12
|/ / | | | | | | | | | | | | - Normal delete events are recorded - Includes number of characters deleted for both batch and normal delete Change-Id: I422da3ddc94fa0ccd6c7586eaacf14c62dd16679
* | Merge "[Rlog59b] Log CodeInput and KeyCode properly"Kurt Partridge2013-01-121-6/+9
|\ \
| * | [Rlog59b] Log CodeInput and KeyCode properlyKurt Partridge2013-01-101-6/+9
| |/ | | | | | | | | | | | | | | - Fix function calls to happen at more resilient times - In the case of phantom spaces, ensure that the logStatement goes to the correct logUnit Change-Id: Ida8f6eba1e4f33d9f9b4735316e3c6316ed316c0
* | Merge "[Rlog59a] Split logUnits correctly around separators"Kurt Partridge2013-01-111-0/+3
|\ \
| * | [Rlog59a] Split logUnits correctly around separatorsKurt Partridge2013-01-101-0/+3
| |/ | | | | | | Change-Id: I65ecdead7e7bdeb8a5f1748e27068ddbd5d3ce00
* | Remove BinaryDictionary.MAX_PREDICTION and MAX_SPACES, and rename MAX_WORDS ↵Ken Wakasa2013-01-114-33/+20
| | | | | | | | | | | | to MAX_RESULTS Change-Id: Iab2a422b367e7521f346481c7fe5e2575f2e9de3
* | Fix spell checker subtype list.Jean Chalard2013-01-113-14/+283
|/ | | | | | | | Remove the subtypes that don't get a dictionary any more in AOSP. Also prepare for all downloadable-dictionary supported subtypes. Bug: 7673670 Change-Id: I5b754a791233c270237b8f7e5e2208f7282ad294
* [Rlog57b] fix logging of revertsKurt Partridge2013-01-101-0/+2
| | | | Change-Id: I07c817061a0cc060197e0fea45195ca07a9bf276
* Merge "fix possible NPE in DebugSettings"satok2013-01-101-0/+3
|\
| * fix possible NPE in DebugSettingssatok2013-01-101-0/+3
| | | | | | | | Change-Id: I44ec5bd3b2a00087603316f14d732164dbcf399f
* | Merge "Move a method to a utility class (C1)"Jean Chalard2013-01-101-0/+13
|\ \
| * | Move a method to a utility class (C1)Jean Chalard2013-01-091-0/+13
| | | | | | | | | | | | | | | | | | This is a preparatory change to fix bug 7969231 Change-Id: I44604ae75192a17b4e75a01f3e3d679d4901299e
* | | Merge "Fix international tests"Jean Chalard2013-01-101-0/+8
|\ \ \
| * | | Fix international testsJean Chalard2013-01-101-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tests have been broken again by recent changes to subtype choice within Latin IME. This fixes the problem and all tests pass again. This change also includes a small fix to one test that was checking for something irrelevant. Change-Id: I6a03dea24f99b0d2ad84c4161a8413f3060bb811
* | | | Merge "Show final suggested word when batch input is finished"Tadashi G. Takaoka2013-01-091-2/+1
|\ \ \ \
| * | | | Show final suggested word when batch input is finishedTadashi G. Takaoka2013-01-101-2/+1
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | This change moves dismiss timer of gesture floating preview text from PreviewPlacerView to KeyboardView. Bug: 7967461 Change-Id: I0ca5beddc93cb4bc4a405f914d217d37b997402b
* | | | Merge "Remove unused variables"Tadashi G. Takaoka2013-01-092-20/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Remove unused variablesTadashi G. Takaoka2013-01-102-20/+10
| |/ / | | | | | | | | | Change-Id: I508679c2ad21b2624760d37a9503e21733964d4c
* | | Merge "[Rlog50] capture bigrams properly even with deletions"Kurt Partridge2013-01-092-15/+29
|\ \ \ | |/ / |/| |
| * | [Rlog50] capture bigrams properly even with deletionsKurt Partridge2013-01-092-15/+29
| | | | | | | | | | | | | | | | | | multi-project commit with Ia4ec213e8356897807cb6a278fccdbaa945732f0 Change-Id: Ib3fe886dc889954a31586ab81d00a21d8d55efd2
* | | Merge "Clean up public helper methods of SettingsValues"Tadashi G. Takaoka2013-01-098-209/+202
|\ \ \ | |/ / |/| |
| * | Clean up public helper methods of SettingsValuesTadashi G. Takaoka2013-01-098-209/+202
| |/ | | | | | | Change-Id: I6c6087580b67f497eaaf16900f8df7a4a895b8e3
* / Fix a race condition with backspacesJean Chalard2013-01-091-0/+5
|/ | | | | | | And add a test to make sure it stays not-broken. Bug: 7946604 Change-Id: I996da3d5507d591ec25a13fb57434f39843f1df5
* Merge "Clean up debug related preference keys"Tadashi G. Takaoka2013-01-081-9/+9
|\
| * Clean up debug related preference keysTadashi G. Takaoka2013-01-081-9/+9
| | | | | | | | Change-Id: Ib7129692c673b3bce253120ee709e0253aeafa52
* | Merge "[Rlog32] ResearchLogger segment motion data around gestures correctly"Kurt Partridge2013-01-082-10/+8
|\ \
| * | [Rlog32] ResearchLogger segment motion data around gestures correctlyKurt Partridge2013-01-072-10/+8
| | | | | | | | | | | | | | | | | | multi-project commit with I684ba5fed8c653777942e6b0366113ca40dfa37c Change-Id: Id3804e6cfa97b4cdde212b8eebc413f76fa4772c
* | | Merge "[Rlog27] Refactor LogBuffer"Kurt Partridge2013-01-081-2/+1
|\ \ \ | |_|/ |/| |
| * | [Rlog27] Refactor LogBufferKurt Partridge2013-01-031-4/+3
| | | | | | | | | | | | | | | | | | Cleanup and prepare for replaying Change-Id: Ie09e912c6e9c0d7375168c575ccf1cfd9375dd31
* | | Make Settings class singleton to manage SettingsValuesTadashi G. Takaoka2013-01-083-97/+146
| | | | | | | | | | | | Change-Id: Id30828a141de86d9bcf8bce586d2adb468cc59e1
* | | Merge "Rename Settings to SettingsFragment"Tadashi G. Takaoka2013-01-073-359/+378
|\ \ \
| * | | Rename Settings to SettingsFragmentTadashi G. Takaoka2013-01-083-359/+378
| | | | | | | | | | | | | | | | Change-Id: If5bc53efc67be507663091de0f569f604c03e719
* | | | Merge "Consolidate VibratorUtils with AudioAndHapticFeedbackManager"Tadashi G. Takaoka2013-01-075-81/+56
|\| | |
| * | | Consolidate VibratorUtils with AudioAndHapticFeedbackManagerTadashi G. Takaoka2013-01-085-81/+56
| | | | | | | | | | | | | | | | Change-Id: Ica4e3193f369330da62a259c718b779ddf9fbde5
* | | | Adjust the used frequency of the user dictionary words.Jean Chalard2013-01-081-5/+20
|/ / / | | | | | | | | | | | | Bug: 7656666 Change-Id: I4b271af636f6103cb5287336229581365841d778
* | | Merge "[mdfp] Refactoring Gesture Floating Preview Text Code"Xiaojun Bi2013-01-071-3/+1
|\ \ \
| * | | [mdfp] Refactoring Gesture Floating Preview Text CodeXiaojun Bi2013-01-071-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This change moves gesture preview text code from PreviewPlacerView.java to separate classes. Change-Id: Id8d17eff38e714c3b06aafd0b24985a9bd2d2f52
* | | | Simplify singleton class initializationTadashi G. Takaoka2013-01-074-7/+9
| | | | | | | | | | | | | | | | Change-Id: I16a27f2ed6ea66184bfdc9903180372cd7ea2fd1
* | | | Small code cleanupsKen Wakasa2013-01-0713-55/+61
| | | | | | | | | | | | | | | | | | | | | | | | Multi-project commit with I249d5fbe Change-Id: Ia28c4e970992aa1299a30e604eaa5d096655c3a5
* | | | Fix double input of chars typed on a h/w keyboardJean Chalard2013-01-071-1/+0
| | | | | | | | | | | | | | | | | | | | Bug: 7939324 Change-Id: I11b7af54893cb645f8a06266a0b0ba95dd0b02f9
* | | | Set default audio and haptic feedback settingsTadashi G. Takaoka2012-12-283-31/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Default keypress volume is set to 0.2f in resource. - Default keypress vibration duration is set to 10 msec in resource. Bug: 7055329 Change-Id: I83bd6288d171d9787d52e2b02e4e5305f1435681
* | | | Refactor to add SeekBarDialogTadashi G. Takaoka2012-12-283-108/+233
| | | | | | | | | | | | | | | | Change-Id: Id8e08a1d5ec5efb2baf96a2634111619fcb9fd4e
* | | | A small simplification.Jean Chalard2012-12-281-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Start committing hardware events (B4)Jean Chalard2012-12-272-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Rename some confusing variablesJean Chalard2012-12-271-12/+12
| | | | | | | | | | | | | | | | Change-Id: Ib0de800599ae7f12c86270a627616d5b52366414