aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* am 0b51c06f: Merge "Update the Russian dictionary"Jean Chalard2013-01-211-0/+0
|\ | | | | | | | | * commit '0b51c06fd042a6f3ea138fbcf0f858404795ac8d': Update the Russian dictionary
| * Merge "Update the Russian dictionary"Jean Chalard2013-01-211-0/+0
| |\
| | * Update the Russian dictionaryJean Chalard2013-01-211-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
* | | am 78292e45: Fix missing super call in PreviewPlacerView.onDetachedFromWindowTadashi G. Takaoka2013-01-211-0/+1
|\| | | | | | | | | | | | | | * commit '78292e45cb914eb25f27342fedc235ecb4bf96af': Fix missing super call in PreviewPlacerView.onDetachedFromWindow
| * | Fix missing super call in PreviewPlacerView.onDetachedFromWindowTadashi G. Takaoka2013-01-211-0/+1
| | | | | | | | | | | | Change-Id: Iea79c0081cb66f54f161c0cf02cb365fcf88a07c
* | | am 4987108f: Add surrounding drawing view to AbstractDrawingPreview constructorTadashi G. Takaoka2013-01-213-26/+50
|\| | | | | | | | | | | | | | * commit '4987108f34c08825ccb1c859c971bf232438c4aa': Add surrounding drawing view to AbstractDrawingPreview constructor
| * | Add surrounding drawing view to AbstractDrawingPreview constructorTadashi G. Takaoka2013-01-213-26/+50
| | | | | | | | | | | | Change-Id: If57e59f25fc3e29c0e7f46e8218d04fb233c27c6
* | | am 820b5e07: Merge "Add PointerTracker.isOldestPointerInQueue"Tadashi G. Takaoka2013-01-213-11/+10
|\| | | | | | | | | | | | | | * commit '820b5e079c67dc95cd4b27d4d9f1afa5187b2d90': Add PointerTracker.isOldestPointerInQueue
| * | Merge "Add PointerTracker.isOldestPointerInQueue"Tadashi G. Takaoka2013-01-213-11/+10
| |\ \
| | * | Add PointerTracker.isOldestPointerInQueueTadashi G. Takaoka2013-01-213-11/+10
| | |/ | | | | | | | | | Change-Id: Ic6f38253c94067ec7aa7b5add4452fa144fd9352
* | | am b56260b8: [AD4] Actually copy the file in place.Jean Chalard2013-01-215-16/+67
|\| | | | | | | | | | | | | | * commit 'b56260b8917233a902c8cce45364850afc0b99b2': [AD4] Actually copy the file in place.
| * | [AD4] Actually copy the file in place.Jean Chalard2013-01-215-16/+67
| |/ | | | | | | | | | | | | | | This finally makes it work. Bug: 7702011 Change-Id: I3508c88567f79598e4d1dff561b6ba7dc5c3808f
* | am db906a7c: Merge "Rename AbstractDrawingPreview.onDraw to drawPreview"Tadashi G. Takaoka2013-01-213-3/+3
|\| | | | | | | | | * commit 'db906a7c9a8f2af79745d80abe439398ceb3d7be': Rename AbstractDrawingPreview.onDraw to drawPreview
| * 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
* | | am f3c4cd45: Move dimming keyboard to MainKeyboardViewTadashi G. Takaoka2013-01-213-27/+28
|\| | | | | | | | | | | | | | * commit 'f3c4cd45a5df6f90b922ea44db259e53117bb25a': Move dimming keyboard to MainKeyboardView
| * | Move dimming keyboard to MainKeyboardViewTadashi G. Takaoka2013-01-213-27/+28
| |/ | | | | | | Change-Id: Id44d4b758c8b92d1120d3a8b06812dc1fc26390c
* | am bde94dd9: Merge "[AD3] Implement the interface to choose a local dictionary"Jean Chalard2013-01-204-2/+142
|\| | | | | | | | | * commit 'bde94dd96f6dbceeb0a00cb02dfc8064bd6c46fa': [AD3] Implement the interface to choose a local dictionary
| * 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
* | | am 9c968b62: Move gesture related XML attribute to MainKeyboardViewTadashi G. Takaoka2013-01-204-58/+55
|\| | | | | | | | | | | | | | * commit '9c968b62d1b4049959b7b7b0f05388c90e31b46e': Move gesture related XML attribute to MainKeyboardView
| * | Move gesture related XML attribute to MainKeyboardViewTadashi G. Takaoka2013-01-214-58/+55
| | | | | | | | | | | | Change-Id: Ia12f73a3d7d26596ee14a0aff23244ef72753d68
* | | am 37598210: Move PointerTracker.DrawingProxy to MainKeyboardView (step 2)Tadashi G. Takaoka2013-01-207-207/+193
|\| | | | | | | | | | | | | | * commit '375982106bf073971fccd14b2c65ec8e089bb2ae': Move PointerTracker.DrawingProxy to MainKeyboardView (step 2)
| * | Move PointerTracker.DrawingProxy to MainKeyboardView (step 2)Tadashi G. Takaoka2013-01-217-207/+193
| | | | | | | | | | | | Change-Id: If15d5ee683b8026d1871a3fe438dba498944faa7
* | | am 0e4f0da4: Move PointerTracker.DrawingProxy to MainKeyboardView (step 1)Tadashi G. Takaoka2013-01-206-207/+215
|\| | | | | | | | | | | | | | * commit '0e4f0da449d0fc4f0c4c6b49b4c24961da36a5d1': Move PointerTracker.DrawingProxy to MainKeyboardView (step 1)
| * | Move PointerTracker.DrawingProxy to MainKeyboardView (step 1)Tadashi G. Takaoka2013-01-216-207/+215
| | | | | | | | | | | | Change-Id: I86014de147416453503b6412eb862a2d172426aa
* | | am d9449ccf: Move MoreKeysPanel.Controller implementation to MainKeyboardViewTadashi G. Takaoka2013-01-205-88/+75
|\| | | | | | | | | | | | | | * commit 'd9449ccf3ce9e5eabb022aed6a45bba680bce115': Move MoreKeysPanel.Controller implementation to MainKeyboardView
| * | Move MoreKeysPanel.Controller implementation to MainKeyboardViewTadashi G. Takaoka2013-01-215-88/+75
| | | | | | | | | | | | Change-Id: Iffa298d51ca21a7dcd1e77c633217532d96d2cf5
* | | am 00f8474c: Merge "Remove unused Keyboard.purgeKeyboardAndClosing method"Tadashi G. Takaoka2013-01-201-5/+1
|\| | | | | | | | | | | | | | * commit '00f8474c734d796faeea12f240e492983691222a': Remove unused Keyboard.purgeKeyboardAndClosing method
| * | Remove unused Keyboard.purgeKeyboardAndClosing methodTadashi G. Takaoka2013-01-211-5/+1
| |/ | | | | | | Change-Id: Ia09ac04b0edca2a22d64ba83e054b115fe8851a6
* | am 1d15fe7e: [AD2] Add a helper method to read an arbitrary dict headerJean Chalard2013-01-181-0/+27
|\| | | | | | | | | * commit '1d15fe7e51075e77b7cb477cf8de6569b8eefa2f': [AD2] Add a helper method to read an arbitrary dict header
| * [AD2] Add a helper method to read an arbitrary dict headerJean Chalard2013-01-181-0/+27
| | | | | | | | | | Bug: 7702011 Change-Id: Ib88f6dc222892831ae6932635b65fd2595b16b43
* | am babc71ee: Merge "[AD1] Add an option to read an arbitrary dictionary."Jean Chalard2013-01-183-8/+25
|\| | | | | | | | | * commit 'babc71ee30e1e119dff3a2272a0de3aa793ecda6': [AD1] Add an option to read an arbitrary dictionary.
| * 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
* | | am fd80d1ad: Merge "Deactivate h/w keyboard when not an internal build."Jean Chalard2013-01-182-0/+3
|\| | | | | | | | | | | | | | * commit 'fd80d1ad482b7ee9d6dcdb3f4463bdf0d2bf2bfb': Deactivate h/w keyboard when not an internal build.
| * | 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
* | | am 2e680c89: Merge "Trigger the set action when pressing hardware enter (C2)"Jean Chalard2013-01-181-6/+13
|\| | | | | | | | | | | | | | * commit '2e680c890d198f2f32d4ae1a46b0431b61227db2': Trigger the set action when pressing hardware enter (C2)
| * | 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
* | | am d5e869ce: Merge "Track handled events to consistently return handled ↵Jean Chalard2013-01-181-1/+12
|\| | | | | | | | | | | | | | | | | | | | status (C1)" * commit 'd5e869ced838454ede1d813d6a289fafc31b0665': Track handled events to consistently return handled status (C1)
| * | 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
* | | | Add SeekBarDialogPreferenceTadashi G. Takaoka2013-01-188-333/+191
| | | | | | | | | | | | | | | | | | | | | | | | This change removes SeekBarDialog class. Change-Id: I437b1e554a5af264b8031ebe05b8250a831c8d3b
* | | | Correct GesturePreviewTrail.getWidth() implementationTadashi G. Takaoka2013-01-182-4/+2
| | | | | | | | | | | | | | | | | | | | Bug: 7981153 Change-Id: I20785b7f82329ce6f19c883e77a9716772cda290