aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* RefactoringJean Chalard2013-01-296-222/+274
| | | | | | | This creates a new DictionaryInfoUtils class and moves a bunch of static methods there for later usage. Change-Id: Iecb0643e6029a7be36bd6cb36aa918c40e6d8c6a
* Remove keyboard layout description on the spacebarTadashi G. Takaoka2013-01-281-11/+20
| | | | | Bug: 8056376 Change-Id: I33f07e7a044c2b5fc20de40c7a9777dab493e41c
* Merge "Initialize ResearchLogger later to avoid NPE"Kurt Partridge2013-01-251-3/+3
|\
| * Initialize ResearchLogger later to avoid NPEKurt Partridge2013-01-241-3/+3
| | | | | | | | Change-Id: I1b817dfbdc319ac9bbf2f08e094a007849ce767f
* | Merge "Remove pending update messages upon starting a gesture"Jean Chalard2013-01-251-0/+1
|\ \
| * | Remove pending update messages upon starting a gestureJean Chalard2013-01-251-0/+1
| | | | | | | | | | | | | | | Bug: 8064307 Change-Id: Ia623ab81b6d12eedc6b20bc4c1ce34ce72d5832f
* | | Clean up Settings and SettingsFragment a bitTadashi G. Takaoka2013-01-253-60/+63
|/ / | | | | | | Change-Id: I93bf3cb1ea7e8fc09f4ad34b0bdd74f5f5ff1a68
* | Merge "Add preliminary graphics of sliding key input preview"Tadashi G. Takaoka2013-01-243-11/+16
|\ \
| * | Add preliminary graphics of sliding key input previewTadashi G. Takaoka2013-01-243-11/+16
| |/ | | | | | | | | Bug: 7548583 Change-Id: Idde6a62f9e64458055c99c893b71c02d1adc7b04
* | Merge "Display custom input style name in system locale"Tadashi G. Takaoka2013-01-243-27/+66
|\ \
| * | Display custom input style name in system localeTadashi G. Takaoka2013-01-243-27/+66
| | | | | | | | | | | | | | | Bug: 8032166 Change-Id: Ib9a6b63c4d540ce377892fb865e53abdd8adec16
* | | Clean up SettingsFragment a bitTadashi G. Takaoka2013-01-241-25/+26
| |/ |/| | | | | Change-Id: Ic0727003f2645f0c38200b67bb2f4046249c6273
* | Merge "[Rlog81a] Determine correction type of words"Kurt Partridge2013-01-231-2/+3
|\ \ | |/ |/|
| * [Rlog81a] Determine correction type of wordsKurt Partridge2013-01-221-2/+3
| | | | | | | | | | | | | | | | Heuristic to determine whether a word was a typo correction or a complete replacement by examining a correction to see if it falls within the list of suggested words of the original. Change-Id: Ieec4861a811e96aef0d14622e662b589ef8b4772
* | Merge "Refactor SubtypeLocale to hold Resources"Tadashi G. Takaoka2013-01-234-25/+30
|\ \
| * | Refactor SubtypeLocale to hold ResourcesTadashi G. Takaoka2013-01-234-25/+30
| | | | | | | | | | | | Change-Id: Ia667bc2d406d66c87215dd3b9569f36f4642cfe0
* | | Merge "Configurable key long press timeout"Tadashi G. Takaoka2013-01-233-0/+42
|\ \ \
| * | | Configurable key long press timeoutTadashi G. Takaoka2013-01-233-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The default long presss timeout is 300msec (previous timeout was 400ms). Bug: 7600340 Change-Id: Ia8b64784ac03588631cfcbad30e021d74f3fd0d8
* | | | Throw exception when invalid time stamps are detected in debug modeSatoshi Kataoka2013-01-231-0/+22
| |/ / |/| | | | | | | | Change-Id: I360b5bd09869bc85ab3bccb8a43a20fed0035d9b
* | | Fix activity flags to launch settings activityTadashi G. Takaoka2013-01-231-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds the following flags to the intent to lauch settings activity. - Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED - Intent.FLAG_ACTIVITY_CLEAR_TOP Bug: 8055342 Change-Id: I85284409bbba3fd284442e5ac4c7a55e58ad15ec
* | | Merge "Cache MoreKeysKeyboard instead of container view of it"Tadashi G. Takaoka2013-01-223-24/+8
|\ \ \
| * | | Cache MoreKeysKeyboard instead of container view of itTadashi G. Takaoka2013-01-223-24/+8
| | |/ | |/| | | | | | | | | | | | | | | | This change also cleans up MoreKeysPanel related stuff. Bug: 8047165 Change-Id: I4f2211e00c7d08469a7413568db039c1c597fb3c
* | | Merge "SeekBarDialogPreference supports minValue and stepValue"Tadashi G. Takaoka2013-01-221-7/+31
|\ \ \ | | |/ | |/|
| * | SeekBarDialogPreference supports minValue and stepValueTadashi G. Takaoka2013-01-221-7/+31
| |/ | | | | | | Change-Id: I7aaeeb2db85103708747ae318610bd4896ef96fd
* / Remove MAX_PROXIMITY_CHARS_SIZE_INTERNALKen Wakasa2013-01-222-3/+3
|/ | | | Change-Id: I18a997503de4033b5341b564145bca862a872098
* Merge "[Rlog81b] Log more data with handleSeparator"Kurt Partridge2013-01-211-0/+1
|\
| * [Rlog81b] Log more data with handleSeparatorKurt Partridge2013-01-181-0/+1
| | | | | | | | Change-Id: I4b2ebaa2398ac2f669e1e009e00842e55979e866
* | Fix Apache license commentTadashi G. Takaoka2013-01-2165-522/+526
| | | | | | | | Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086
* | [AD4] Actually copy the file in place.Jean Chalard2013-01-214-16/+65
| | | | | | | | | | | | | | | | This finally makes it work. Bug: 7702011 Change-Id: I3508c88567f79598e4d1dff561b6ba7dc5c3808f
* | Merge "[AD3] Implement the interface to choose a local dictionary"Jean Chalard2013-01-213-2/+136
|\ \
| * | [AD3] Implement the interface to choose a local dictionaryJean Chalard2013-01-213-2/+136
| | | | | | | | | | | | | | | Bug: 7702011 Change-Id: Id3b9c58dbbf5097e4d6ce986d20924eae19f9690
* | | Move PointerTracker.DrawingProxy to MainKeyboardView (step 2)Tadashi G. Takaoka2013-01-211-1/+1
| | | | | | | | | | | | Change-Id: If15d5ee683b8026d1871a3fe438dba498944faa7
* | | Move MoreKeysPanel.Controller implementation to MainKeyboardViewTadashi G. Takaoka2013-01-211-7/+7
|/ / | | | | | | Change-Id: Iffa298d51ca21a7dcd1e77c633217532d96d2cf5
* | [AD2] Add a helper method to read an arbitrary dict headerJean Chalard2013-01-181-0/+27
| | | | | | | | | | Bug: 7702011 Change-Id: Ib88f6dc222892831ae6932635b65fd2595b16b43
* | Merge "[AD1] Add an option to read an arbitrary dictionary."Jean Chalard2013-01-181-0/+15
|\ \
| * | [AD1] Add an option to read an arbitrary dictionary.Jean Chalard2013-01-181-0/+15
| | | | | | | | | | | | | | | Bug: 7702011 Change-Id: I76f52dd3fdb22824fc243ab3845ceec610469c81
* | | Deactivate h/w keyboard when not an internal build.Jean Chalard2013-01-182-0/+3
|/ / | | | | | | | | | | | | | | | | The implementation is not really ready yet, so we want to disable it for normal builds for now. This goes together with Ic1edc6ed Bug: 7987492 Change-Id: Id81f417e200c118f24424943823665f0b8bd6849
* | Merge "Track handled events to consistently return handled status (C1)"Jean Chalard2013-01-181-1/+12
|\ \
| * | Track handled events to consistently return handled status (C1)Jean Chalard2013-01-181-1/+12
| | | | | | | | | | | | | | | Bug: 5037589 Change-Id: I92d5be669420f0b2fdeb8fcf85aefd3961bf84b4
* | | Merge "Add SeekBarDialogPreference"Tadashi G. Takaoka2013-01-184-327/+175
|\ \ \
| * | | Add SeekBarDialogPreferenceTadashi G. Takaoka2013-01-184-327/+175
| | |/ | |/| | | | | | | | | | | | | This change removes SeekBarDialog class. Change-Id: I437b1e554a5af264b8031ebe05b8250a831c8d3b
* | | Merge "Fix a bug in gesture after a dash or apostrophe"Jean Chalard2013-01-181-3/+12
|\ \ \
| * | | Fix a bug in gesture after a dash or apostropheJean Chalard2013-01-181-3/+12
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | It would insert a space when it shouldn't when composing a word ending in either dash or apostrophe and gesturing right away. Bug: 7889078 Change-Id: Ib3e2f6f5e551888cc081b464a641e2deac6f5ef7
* | | Merge "Reset forgotten members (D3)"Jean Chalard2013-01-181-0/+2
|\ \ \ | |_|/ |/| |
| * | Reset forgotten members (D3)Jean Chalard2013-01-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Only resetting mCapitalizedMode is enough to fix bug#8013488, but we may as well correctly reset both fields. Bug: 8013488 Change-Id: Icb0d7c5b1e93368e8eb7848aa9137b45d5d3531e
* | | Merge "Insert into user dict in lower case if auto-caps (D2)"Jean Chalard2013-01-184-11/+52
|\| | | |/ |/|
| * Insert into user dict in lower case if auto-caps (D2)Jean Chalard2013-01-174-11/+52
| | | | | | | | | | | | | | Also recapitalize afterwards if the word has been changed. Bug: 7972124 Change-Id: I9306580bb4ed0ffa80cc4559ce1abcd2034d1905
* | Merge "Consolidate SuggestedWords.getWordInfo and .getInfo"Kurt Partridge2013-01-171-5/+1
|\ \ | |/ |/|
| * Consolidate SuggestedWords.getWordInfo and .getInfoKurt Partridge2013-01-171-5/+1
| | | | | | | | Change-Id: I959cf049f550b7be3ec002281ca7457e566b0214
* | Merge "Forward the capitalized mode to the positional info (D1)"Jean Chalard2013-01-174-6/+13
|\ \