Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix missing super call in PreviewPlacerView.onDetachedFromWindow | 2013-01-21 | 1 | -0/+1 | |
| | | | | Change-Id: Iea79c0081cb66f54f161c0cf02cb365fcf88a07c | ||||
* | Add surrounding drawing view to AbstractDrawingPreview constructor | 2013-01-21 | 3 | -26/+50 | |
| | | | | Change-Id: If57e59f25fc3e29c0e7f46e8218d04fb233c27c6 | ||||
* | Merge "Add PointerTracker.isOldestPointerInQueue" | 2013-01-21 | 3 | -11/+10 | |
|\ | |||||
| * | Add PointerTracker.isOldestPointerInQueue | 2013-01-21 | 3 | -11/+10 | |
| | | | | | | | | Change-Id: Ic6f38253c94067ec7aa7b5add4452fa144fd9352 | ||||
* | | [AD4] Actually copy the file in place. | 2013-01-21 | 4 | -16/+65 | |
|/ | | | | | | | | This finally makes it work. Bug: 7702011 Change-Id: I3508c88567f79598e4d1dff561b6ba7dc5c3808f | ||||
* | Merge "Rename AbstractDrawingPreview.onDraw to drawPreview" | 2013-01-21 | 3 | -3/+3 | |
|\ | |||||
| * | Rename AbstractDrawingPreview.onDraw to drawPreview | 2013-01-21 | 3 | -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 MainKeyboardView | 2013-01-21 | 2 | -25/+27 | |
|/ | | | | Change-Id: Id44d4b758c8b92d1120d3a8b06812dc1fc26390c | ||||
* | Merge "[AD3] Implement the interface to choose a local dictionary" | 2013-01-21 | 3 | -2/+136 | |
|\ | |||||
| * | [AD3] Implement the interface to choose a local dictionary | 2013-01-21 | 3 | -2/+136 | |
| | | | | | | | | | | Bug: 7702011 Change-Id: Id3b9c58dbbf5097e4d6ce986d20924eae19f9690 | ||||
* | | Move gesture related XML attribute to MainKeyboardView | 2013-01-21 | 3 | -40/+38 | |
| | | | | | | | | Change-Id: Ia12f73a3d7d26596ee14a0aff23244ef72753d68 | ||||
* | | Move PointerTracker.DrawingProxy to MainKeyboardView (step 2) | 2013-01-21 | 5 | -201/+187 | |
| | | | | | | | | Change-Id: If15d5ee683b8026d1871a3fe438dba498944faa7 | ||||
* | | Move PointerTracker.DrawingProxy to MainKeyboardView (step 1) | 2013-01-21 | 4 | -198/+206 | |
| | | | | | | | | Change-Id: I86014de147416453503b6412eb862a2d172426aa | ||||
* | | Move MoreKeysPanel.Controller implementation to MainKeyboardView | 2013-01-21 | 3 | -84/+72 | |
| | | | | | | | | Change-Id: Iffa298d51ca21a7dcd1e77c633217532d96d2cf5 | ||||
* | | Remove unused Keyboard.purgeKeyboardAndClosing method | 2013-01-21 | 1 | -5/+1 | |
|/ | | | | Change-Id: Ia09ac04b0edca2a22d64ba83e054b115fe8851a6 | ||||
* | [AD2] Add a helper method to read an arbitrary dict header | 2013-01-18 | 1 | -0/+27 | |
| | | | | | Bug: 7702011 Change-Id: Ib88f6dc222892831ae6932635b65fd2595b16b43 | ||||
* | Merge "[AD1] Add an option to read an arbitrary dictionary." | 2013-01-18 | 1 | -0/+15 | |
|\ | |||||
| * | [AD1] Add an option to read an arbitrary dictionary. | 2013-01-18 | 1 | -0/+15 | |
| | | | | | | | | | | Bug: 7702011 Change-Id: I76f52dd3fdb22824fc243ab3845ceec610469c81 | ||||
* | | Merge "Deactivate h/w keyboard when not an internal build." | 2013-01-18 | 2 | -0/+3 | |
|\ \ | |||||
| * | | Deactivate h/w keyboard when not an internal build. | 2013-01-18 | 2 | -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)" | 2013-01-18 | 1 | -6/+13 | |
|\ \ | |/ |/| | |||||
| * | Trigger the set action when pressing hardware enter (C2) | 2013-01-18 | 1 | -6/+13 | |
| | | | | | | | | | | Bug: 7969231 Change-Id: I581212093df6f16fa9304e0b3e5b46714a7acdb3 | ||||
* | | Merge "Track handled events to consistently return handled status (C1)" | 2013-01-18 | 1 | -1/+12 | |
|\| | |||||
| * | Track handled events to consistently return handled status (C1) | 2013-01-18 | 1 | -1/+12 | |
| | | | | | | | | | | Bug: 5037589 Change-Id: I92d5be669420f0b2fdeb8fcf85aefd3961bf84b4 | ||||
* | | Merge "Correct GesturePreviewTrail.getWidth() implementation" | 2013-01-18 | 1 | -3/+1 | |
|\ \ | |||||
| * | | Correct GesturePreviewTrail.getWidth() implementation | 2013-01-18 | 1 | -3/+1 | |
| | | | | | | | | | | | | | | | Bug: 7981153 Change-Id: I20785b7f82329ce6f19c883e77a9716772cda290 | ||||
* | | | Merge "Add SeekBarDialogPreference" | 2013-01-18 | 4 | -327/+175 | |
|\ \ \ | |||||
| * | | | Add SeekBarDialogPreference | 2013-01-18 | 4 | -327/+175 | |
| |/ / | | | | | | | | | | | | | | | | This change removes SeekBarDialog class. Change-Id: I437b1e554a5af264b8031ebe05b8250a831c8d3b | ||||
* | | | Merge "Remove automatic switch back to alphabet feature" | 2013-01-18 | 2 | -34/+20 | |
|\ \ \ | |||||
| * | | | Remove automatic switch back to alphabet feature | 2013-01-18 | 2 | -34/+20 | |
| |/ / | | | | | | | | | | Change-Id: I4600c808f2ec31c18d3698a43afa7f4be9407e3e | ||||
* | | | Merge "Fix a bug in gesture after a dash or apostrophe" | 2013-01-18 | 1 | -3/+12 | |
|\ \ \ | |||||
| * | | | Fix a bug in gesture after a dash or apostrophe | 2013-01-18 | 1 | -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)" | 2013-01-18 | 1 | -0/+2 | |
|\ \ \ | |_|/ |/| | | |||||
| * | | Reset forgotten members (D3) | 2013-01-17 | 1 | -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)" | 2013-01-18 | 4 | -11/+52 | |
|\| | | |||||
| * | | Insert into user dict in lower case if auto-caps (D2) | 2013-01-17 | 4 | -11/+52 | |
| | | | | | | | | | | | | | | | | | | | | | Also recapitalize afterwards if the word has been changed. Bug: 7972124 Change-Id: I9306580bb4ed0ffa80cc4559ce1abcd2034d1905 | ||||
* | | | [Rlog78a] Annotate logUnits with corrections | 2013-01-17 | 3 | -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" | 2013-01-17 | 2 | -6/+2 | |
|\ \ | |||||
| * | | Consolidate SuggestedWords.getWordInfo and .getInfo | 2013-01-17 | 2 | -6/+2 | |
| | | | | | | | | | | | | Change-Id: I959cf049f550b7be3ec002281ca7457e566b0214 | ||||
* | | | Merge "[Rlog14] Increase feedback buffer to cover whole session" | 2013-01-17 | 1 | -4/+3 | |
|\ \ \ | |||||
| * | | | [Rlog14] Increase feedback buffer to cover whole session | 2013-01-15 | 1 | -4/+3 | |
| |/ / | | | | | | | | | | Change-Id: I55b61d9ca6eecd56181b8d2913f71559555cd89e | ||||
* | | | Merge "[Rlog13] ResearchLogger fix feedback" | 2013-01-17 | 1 | -16/+23 | |
|\ \ \ | |||||
| * | | | [Rlog13] ResearchLogger fix feedback | 2013-01-16 | 1 | -16/+23 | |
| |/ / | | | | | | | | | | | | | | | | | | | The feedback string was not being inserted in the feedback logs. Also changed the tag to "UserFeedback" from "UserTimestamp" to better reflect the data recorded. Change-Id: Iccf781b25e2573168c36e729419468f5bd73903e | ||||
* | | | Merge "Fix commit partial text logStatement" | 2013-01-17 | 1 | -5/+5 | |
|\ \ \ | |||||
| * | | | Fix commit partial text logStatement | 2013-01-17 | 1 | -5/+5 | |
| |/ / | | | | | | | | | | | | | | | | | | | - No longer suggests that it is called from a non-existent method in RichInputConnection Change-Id: I25fe4a0f232a4320ca113598bbcdd029ca319944 | ||||
* | | | Merge "Add comment" | 2013-01-17 | 1 | -0/+5 | |
|\ \ \ | |_|/ |/| | | |||||
| * | | Add comment | 2013-01-14 | 1 | -0/+5 | |
| | | | | | | | | | | | | Change-Id: If21222aa678a827c1fcad5cacac0fa20655e4e5e | ||||
* | | | Merge "Forward the capitalized mode to the positional info (D1)" | 2013-01-17 | 4 | -6/+13 | |
|\ \ \ | |||||
| * | | | Forward the capitalized mode to the positional info (D1) | 2013-01-17 | 4 | -6/+13 | |
| | | | | | | | | | | | | | | | | | | | | Bug: 7972124 Change-Id: I3c74f3b075e698b9e9dd1d2c7b6f173073539063 | ||||
* | | | | Merge "Simplify the space-before and space-after logic." | 2013-01-17 | 3 | -84/+42 | |
|\ \ \ \ |