aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Update the Russian dictionary"Jean Chalard2013-01-212-0/+0
|\
| * Update the Russian dictionaryJean Chalard2013-01-212-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The point is to get as close as possible to having the golden Russian tests pass. >>> dictionaries/ru_wordlist.combined.gz Header : date : 1355818916 <=> 1358763720 version : 29 <=> 30 Body : Deleted: НКТ 14 Freq changed: без 0 -> 140 Freq changed: бонус 94 -> 130 Freq changed: за 0 -> 140 Freq changed: на 0 -> 180 Freq changed: не 0 -> 140 Freq changed: парка 133 -> 110 Freq changed: про 0 -> 131 Freq changed: ручьи 93 -> 80 Freq changed: ура 86 -> 100 Freq changed: юрты 86 -> 60 Added: вечерком 100 Added: задачки 100 Added: сорри 100 Added: узнай 100 Added: учти 100 >>> java/res/raw/main_ru.dict All the same above changes Change-Id: I8685c34d9ab1dcbf8ae8e23d2e26380059684c95
* | Fix missing super call in PreviewPlacerView.onDetachedFromWindowTadashi G. Takaoka2013-01-211-0/+1
| | | | | | | | Change-Id: Iea79c0081cb66f54f161c0cf02cb365fcf88a07c
* | Merge "refactor proximity info"Satoshi Kataoka2013-01-216-256/+340
|\ \
| * | refactor proximity infoSatoshi Kataoka2013-01-216-256/+340
| | | | | | | | | | | | Change-Id: I1e37ca655b4c1ba91a04aaf5aea8267cd46b4f43
* | | Add surrounding drawing view to AbstractDrawingPreview constructorTadashi G. Takaoka2013-01-213-26/+50
| | | | | | | | | | | | Change-Id: If57e59f25fc3e29c0e7f46e8218d04fb233c27c6
* | | Merge "Add PointerTracker.isOldestPointerInQueue"Tadashi G. Takaoka2013-01-213-11/+10
|\ \ \
| * | | Add PointerTracker.isOldestPointerInQueueTadashi G. Takaoka2013-01-213-11/+10
| | |/ | |/| | | | | | | Change-Id: Ic6f38253c94067ec7aa7b5add4452fa144fd9352
* / | [AD4] Actually copy the file in place.Jean Chalard2013-01-215-16/+67
|/ / | | | | | | | | | | | | | | This finally makes it work. Bug: 7702011 Change-Id: I3508c88567f79598e4d1dff561b6ba7dc5c3808f
* | Merge "Rename AbstractDrawingPreview.onDraw to drawPreview"Tadashi G. Takaoka2013-01-213-3/+3
|\ \
| * | Rename AbstractDrawingPreview.onDraw to drawPreviewTadashi G. Takaoka2013-01-213-3/+3
| | | | | | | | | | | | | | | | | | | | | This is because the android lint warns calling a method onDraw(Canvas) from View.onDraw(Canvas). Change-Id: I4f54996da5454d9a8c4ef43fbbcaec37724fb20e
* | | Move dimming keyboard to MainKeyboardViewTadashi G. Takaoka2013-01-213-27/+28
|/ / | | | | | | Change-Id: Id44d4b758c8b92d1120d3a8b06812dc1fc26390c
* | Merge "[AD3] Implement the interface to choose a local dictionary"Jean Chalard2013-01-214-2/+142
|\ \
| * | [AD3] Implement the interface to choose a local dictionaryJean Chalard2013-01-214-2/+142
| | | | | | | | | | | | | | | Bug: 7702011 Change-Id: Id3b9c58dbbf5097e4d6ce986d20924eae19f9690
* | | Move gesture related XML attribute to MainKeyboardViewTadashi G. Takaoka2013-01-214-58/+55
| | | | | | | | | | | | Change-Id: Ia12f73a3d7d26596ee14a0aff23244ef72753d68
* | | Move PointerTracker.DrawingProxy to MainKeyboardView (step 2)Tadashi G. Takaoka2013-01-217-207/+193
| | | | | | | | | | | | Change-Id: If15d5ee683b8026d1871a3fe438dba498944faa7
* | | Move PointerTracker.DrawingProxy to MainKeyboardView (step 1)Tadashi G. Takaoka2013-01-216-207/+215
| | | | | | | | | | | | Change-Id: I86014de147416453503b6412eb862a2d172426aa
* | | Move MoreKeysPanel.Controller implementation to MainKeyboardViewTadashi G. Takaoka2013-01-215-88/+75
| |/ |/| | | | | Change-Id: Iffa298d51ca21a7dcd1e77c633217532d96d2cf5
* | Merge "Remove unused Keyboard.purgeKeyboardAndClosing method"Tadashi G. Takaoka2013-01-211-5/+1
|\ \ | |/ |/|
| * Remove unused Keyboard.purgeKeyboardAndClosing methodTadashi G. Takaoka2013-01-211-5/+1
| | | | | | | | Change-Id: Ia09ac04b0edca2a22d64ba83e054b115fe8851a6
* | Clean up in geometry_utils.hKen Wakasa2013-01-217-80/+87
|/ | | | Change-Id: I876bceed12cf533cb29d290fbc05a686f4030579
* Merge "refactor space proximity"Satoshi Kataoka2013-01-182-0/+7
|\
| * refactor space proximitySatoshi Kataoka2013-01-182-0/+7
| | | | | | | | Change-Id: I9629986f77ece9addc3a70371679510d99f2659f
* | [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-183-8/+25
|\ \
| * | [AD1] Add an option to read an arbitrary dictionary.Jean Chalard2013-01-183-8/+25
| | | | | | | | | | | | | | | Bug: 7702011 Change-Id: I76f52dd3fdb22824fc243ab3845ceec610469c81
* | | Merge "Deactivate h/w keyboard when not an internal build."Jean Chalard2013-01-182-0/+3
|\ \ \
| * | | 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 "Trigger the set action when pressing hardware enter (C2)"Jean Chalard2013-01-181-6/+13
|\ \ \ | |/ / |/| |
| * | Trigger the set action when pressing hardware enter (C2)Jean Chalard2013-01-181-6/+13
| | | | | | | | | | | | | | | Bug: 7969231 Change-Id: I581212093df6f16fa9304e0b3e5b46714a7acdb3
* | | 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 "Correct GesturePreviewTrail.getWidth() implementation"Tadashi G. Takaoka2013-01-182-4/+2
|\ \ \
| * | | Correct GesturePreviewTrail.getWidth() implementationTadashi G. Takaoka2013-01-182-4/+2
| | | | | | | | | | | | | | | | | | | | Bug: 7981153 Change-Id: I20785b7f82329ce6f19c883e77a9716772cda290
* | | | Merge "Add SeekBarDialogPreference"Tadashi G. Takaoka2013-01-188-333/+191
|\ \ \ \
| * | | | Add SeekBarDialogPreferenceTadashi G. Takaoka2013-01-188-333/+191
| |/ / / | | | | | | | | | | | | | | | | | | | | This change removes SeekBarDialog class. Change-Id: I437b1e554a5af264b8031ebe05b8250a831c8d3b
* | | | Merge "Remove automatic switch back to alphabet feature"Tadashi G. Takaoka2013-01-186-135/+51
|\ \ \ \
| * | | | Remove automatic switch back to alphabet featureTadashi G. Takaoka2013-01-186-135/+51
| |/ / / | | | | | | | | | | | | Change-Id: I4600c808f2ec31c18d3698a43afa7f4be9407e3e
* | | | 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
* | | | Refactor proximity infoSatoshi Kataoka2013-01-186-146/+223
| |_|/ |/| | | | | | | | Change-Id: I96a4eb5cbdb3b2a402e286ac2aff36c3a52482ff
* | | 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
* | | [Rlog78a] Annotate logUnits with correctionsKurt Partridge2013-01-173-4/+41
| |/ |/| | | | | | | | | | | If the user makes a correction to a word, this is now explicitly indicated in the logUnit. Change-Id: I8638aadd7b8c8e32bbc9c4b020548d786513d887
* | Merge "Consolidate SuggestedWords.getWordInfo and .getInfo"Kurt Partridge2013-01-172-6/+2
|\ \
| * | Consolidate SuggestedWords.getWordInfo and .getInfoKurt Partridge2013-01-172-6/+2
| | | | | | | | | | | | Change-Id: I959cf049f550b7be3ec002281ca7457e566b0214
* | | Merge "[Rlog14] Increase feedback buffer to cover whole session"Kurt Partridge2013-01-172-6/+4
|\ \ \
| * | | [Rlog14] Increase feedback buffer to cover whole sessionKurt Partridge2013-01-152-6/+4
| |/ / | | | | | | | | | Change-Id: I55b61d9ca6eecd56181b8d2913f71559555cd89e