aboutsummaryrefslogtreecommitdiffstats
path: root/java (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-01-21Move dimming keyboard to MainKeyboardViewTadashi G. Takaoka3-27/+28
Change-Id: Id44d4b758c8b92d1120d3a8b06812dc1fc26390c
2013-01-21Move gesture related XML attribute to MainKeyboardViewTadashi G. Takaoka4-58/+55
Change-Id: Ia12f73a3d7d26596ee14a0aff23244ef72753d68
2013-01-21Move PointerTracker.DrawingProxy to MainKeyboardView (step 2)Tadashi G. Takaoka7-207/+193
Change-Id: If15d5ee683b8026d1871a3fe438dba498944faa7
2013-01-21Move PointerTracker.DrawingProxy to MainKeyboardView (step 1)Tadashi G. Takaoka6-207/+215
Change-Id: I86014de147416453503b6412eb862a2d172426aa
2013-01-21[AD3] Implement the interface to choose a local dictionaryJean Chalard4-2/+142
Bug: 7702011 Change-Id: Id3b9c58dbbf5097e4d6ce986d20924eae19f9690
2013-01-21Move MoreKeysPanel.Controller implementation to MainKeyboardViewTadashi G. Takaoka5-88/+75
Change-Id: Iffa298d51ca21a7dcd1e77c633217532d96d2cf5
2013-01-21Remove unused Keyboard.purgeKeyboardAndClosing methodTadashi G. Takaoka1-5/+1
Change-Id: Ia09ac04b0edca2a22d64ba83e054b115fe8851a6
2013-01-21Clean up in geometry_utils.hKen Wakasa7-80/+87
Change-Id: I876bceed12cf533cb29d290fbc05a686f4030579
2013-01-18[AD2] Add a helper method to read an arbitrary dict headerJean Chalard1-0/+27
Bug: 7702011 Change-Id: Ib88f6dc222892831ae6932635b65fd2595b16b43
2013-01-18[AD1] Add an option to read an arbitrary dictionary.Jean Chalard3-8/+25
Bug: 7702011 Change-Id: I76f52dd3fdb22824fc243ab3845ceec610469c81
2013-01-18Deactivate h/w keyboard when not an internal build.Jean Chalard2-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
2013-01-18Trigger the set action when pressing hardware enter (C2)Jean Chalard1-6/+13
Bug: 7969231 Change-Id: I581212093df6f16fa9304e0b3e5b46714a7acdb3
2013-01-18refactor space proximitySatoshi Kataoka2-0/+7
Change-Id: I9629986f77ece9addc3a70371679510d99f2659f
2013-01-18Track handled events to consistently return handled status (C1)Jean Chalard1-1/+12
Bug: 5037589 Change-Id: I92d5be669420f0b2fdeb8fcf85aefd3961bf84b4
2013-01-18Add SeekBarDialogPreferenceTadashi G. Takaoka8-333/+191
This change removes SeekBarDialog class. Change-Id: I437b1e554a5af264b8031ebe05b8250a831c8d3b
2013-01-18Remove automatic switch back to alphabet featureTadashi G. Takaoka6-135/+51
Change-Id: I4600c808f2ec31c18d3698a43afa7f4be9407e3e
2013-01-18Correct GesturePreviewTrail.getWidth() implementationTadashi G. Takaoka2-4/+2
Bug: 7981153 Change-Id: I20785b7f82329ce6f19c883e77a9716772cda290
2013-01-18Refactor proximity infoSatoshi Kataoka6-146/+223
Change-Id: I96a4eb5cbdb3b2a402e286ac2aff36c3a52482ff
2013-01-18Fix a bug in gesture after a dash or apostropheJean Chalard1-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
2013-01-17[Rlog78a] Annotate logUnits with correctionsKurt Partridge3-4/+41
If the user makes a correction to a word, this is now explicitly indicated in the logUnit. Change-Id: I8638aadd7b8c8e32bbc9c4b020548d786513d887
2013-01-17Consolidate SuggestedWords.getWordInfo and .getInfoKurt Partridge2-6/+2
Change-Id: I959cf049f550b7be3ec002281ca7457e566b0214
2013-01-17Fix commit partial text logStatementKurt Partridge1-5/+5
- No longer suggests that it is called from a non-existent method in RichInputConnection Change-Id: I25fe4a0f232a4320ca113598bbcdd029ca319944
2013-01-17Reset forgotten members (D3)Jean Chalard1-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
2013-01-17Insert into user dict in lower case if auto-caps (D2)Jean Chalard4-11/+52
Also recapitalize afterwards if the word has been changed. Bug: 7972124 Change-Id: I9306580bb4ed0ffa80cc4559ce1abcd2034d1905
2013-01-17Simplify the space-before and space-after logic.Jean Chalard5-105/+58
Bug: 7889078 Bug: 7268000 Change-Id: I6c77b8c9e60ef69f02526b407124d2f5d02818ee
2013-01-17Forward the capitalized mode to the positional info (D1)Jean Chalard4-6/+13
Bug: 7972124 Change-Id: I3c74f3b075e698b9e9dd1d2c7b6f173073539063
2013-01-16[Rlog13] ResearchLogger fix feedbackKurt Partridge1-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
2013-01-16Fix bounding rectangle of gesture preview trailTadashi G. Takaoka3-37/+28
Bug: 7917443 Bug: 7987585 Change-Id: I99e6db1fe43d3a9b497e92330a6857e0454c428c
2013-01-16Stop relying on the soft keyboard to get the editor action.Jean Chalard4-16/+13
Bug: 7969231 Change-Id: I9848c63c4c51550b5dc53c981eafa74e7fa95197
2013-01-15[Rlog14] Increase feedback buffer to cover whole sessionKurt Partridge2-6/+4
Change-Id: I55b61d9ca6eecd56181b8d2913f71559555cd89e
2013-01-15[Rlog67] Renaming clarificationKurt Partridge2-7/+11
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
2013-01-16Follow up to I21b54b35Ken Wakasa2-4/+8
Change-Id: I3dd5fdd0c7f157724c82f6ddd6d3bea9bc853988
2013-01-15refactor distance cacheSatoshi Kataoka4-30/+66
Change-Id: I21b54b356641a63d7be17fd34b9ede7a63ec738a
2013-01-15Small renaming for consistencyKen Wakasa3-12/+12
Change-Id: I10c61d441f586e63045f8c7a606a9ee61366d870
2013-01-15Distinguish action-enter/shift-enter/enterJean Chalard5-39/+63
Bug: 7969231 Change-Id: I75d495ee1ea126da9be4e269ee990ee0a97793c1
2013-01-15Use -fno-inline for debug builds & small cleanupsKen Wakasa7-23/+17
Change-Id: I24f91d7130f2203715b868d4a82510660939886f
2013-01-15Remove MAX_WORD_LENGTH_INTERNALKen Wakasa25-234/+202
Change-Id: Ie11ff000675601acff5fbb00e9e9f48eb32c5071
2013-01-15Fix drawing Arabic diacriticsTadashi G. Takaoka4-4/+10
Bug: 8001868 Change-Id: I0e5aab266bbaad8c68e4a900b8d5572977a0379d
2013-01-14Add commentKurt Partridge1-0/+5
Change-Id: If21222aa678a827c1fcad5cacac0fa20655e4e5e
2013-01-14[Rlog68] Logger; make filenames more unique to prevent filesys conflictsKurt Partridge2-7/+24
multi-project commit with If6b9f8990d7cdbf570740a81096513698d0e0f4c Change-Id: I124aed24be0beb4c472869594184ecf003c2fed4
2013-01-14[Rlog59d] Pass separatorString through revertCommitKurt Partridge2-4/+6
Change-Id: I5ef20476318979f99f543f9300cf6198d18f6244
2013-01-12[Rlog59c] More detailed logging of backspaceKurt Partridge2-7/+32
- Normal delete events are recorded - Includes number of characters deleted for both batch and normal delete Change-Id: I422da3ddc94fa0ccd6c7586eaacf14c62dd16679
2013-01-11[Rlog63] Log whether a manual suggestion is a predictionKurt Partridge2-4/+5
Change-Id: Ia6f793611d4b18aecb1a635655af5edb639e1ecf
2013-01-11Remove BinaryDictionary.MAX_PREDICTION and MAX_SPACES, and rename MAX_WORDS ↵Ken Wakasa16-102/+85
to MAX_RESULTS Change-Id: Iab2a422b367e7521f346481c7fe5e2575f2e9de3
2013-01-10[Rlog59b] Log CodeInput and KeyCode properlyKurt Partridge2-9/+29
- Fix function calls to happen at more resilient times - In the case of phantom spaces, ensure that the logStatement goes to the correct logUnit Change-Id: Ida8f6eba1e4f33d9f9b4735316e3c6316ed316c0
2013-01-10[Rlog60] Log if a logUnit is uncommittedKurt Partridge1-0/+3
Normally logUnits are committed to a log when the word that their data corresponds to is complete. However, if the user reverts a word, or goes back to edit it, then the system may "uncommit" the logUnit, and append additional editing steps to the end of it. When this happens, we want to make a note of it in the log, which is what this patch does. Change-Id: If2bbb948469824c76facf5f06ed8a6da8ff9777c
2013-01-11Fix spell checker subtype list.Jean Chalard4-26/+283
Remove the subtypes that don't get a dictionary any more in AOSP. Also prepare for all downloadable-dictionary supported subtypes. Bug: 7673670 Change-Id: I5b754a791233c270237b8f7e5e2208f7282ad294
2013-01-10[Rlog58b] Log user pausesKurt Partridge2-24/+54
Change-Id: I7802f07192a4cba4f3cfb5c08ce6d5d2d85a46c1
2013-01-10[Rlog59a] Split logUnits correctly around separatorsKurt Partridge2-1/+16
Change-Id: I65ecdead7e7bdeb8a5f1748e27068ddbd5d3ce00
2013-01-10[Rlog58a] Fix privacy leak of word in logUnitStartKurt Partridge1-3/+6
Change-Id: Idcea4cd0256581e9868ac987fd1fa281ff074483