aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ \
| * | Forward the capitalized mode to the positional info (D1)Jean Chalard2013-01-174-6/+13
| | | | | | | | | | | | | | | Bug: 7972124 Change-Id: I3c74f3b075e698b9e9dd1d2c7b6f173073539063
* | | Merge "Simplify the space-before and space-after logic."Jean Chalard2013-01-173-84/+42
|\ \ \
| * | | Simplify the space-before and space-after logic.Jean Chalard2013-01-173-84/+42
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 7889078 Bug: 7268000 Change-Id: I6c77b8c9e60ef69f02526b407124d2f5d02818ee
* | | | Merge "Add default button to vibration/volume settings dialog"Tadashi G. Takaoka2013-01-173-14/+40
|\ \ \ \
| * | | | Add default button to vibration/volume settings dialogTadashi G. Takaoka2013-01-103-14/+40
| | | | | | | | | | | | | | | | | | | | Change-Id: I7beb4517314efdefeb47d91b14a6b02c3075c19f
* | | | | Merge "SeekBarDialog supports neutral and dismiss listener"Tadashi G. Takaoka2013-01-172-11/+47
|\| | | | | |/ / / |/| | |
| * | | SeekBarDialog supports neutral and dismiss listenerTadashi G. Takaoka2013-01-102-11/+47
| | | | | | | | | | | | | | | | Change-Id: I652fd1a383ef4074c04d03a37ebc779d229474e6
* | | | Stop relying on the soft keyboard to get the editor action.Jean Chalard2013-01-162-9/+11
| |/ / |/| | | | | | | | | | | Bug: 7969231 Change-Id: I9848c63c4c51550b5dc53c981eafa74e7fa95197
* | | [Rlog67] Renaming clarificationKurt Partridge2013-01-151-1/+1
| |/ |/| | | | | | | | | | | ResearchLogger.latinIME_handleSeparator wasn't doing anything really specific to the separator, so its implementation has been renamed according to its role. Change-Id: I24e8691c7dc440dd067e96d23e50463683e17cfc