aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-01-18Trigger the set action when pressing hardware enter (C2)Jean Chalard1-6/+13
Bug: 7969231 Change-Id: I581212093df6f16fa9304e0b3e5b46714a7acdb3
2013-01-18Add SeekBarDialogPreferenceTadashi G. Takaoka8-333/+191
This change removes SeekBarDialog class. Change-Id: I437b1e554a5af264b8031ebe05b8250a831c8d3b
2013-01-18Correct GesturePreviewTrail.getWidth() implementationTadashi G. Takaoka2-4/+2
Bug: 7981153 Change-Id: I20785b7f82329ce6f19c883e77a9716772cda290
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
2013-01-10[Rlog] Fix some potential NPEsKurt Partridge1-2/+12
Change-Id: I07b18b5db81784dca32683e5f208088181c5eed9
2013-01-10[Rlog57b] fix logging of revertsKurt Partridge2-8/+16
Change-Id: I07c817061a0cc060197e0fea45195ca07a9bf276
2013-01-10Fix too thick gesture trail widthKen Wakasa1-1/+2
Change-Id: If1b78183b24fa0029bc28e5f56a988372182903e
2013-01-10fix possible NPE in DebugSettingssatok1-0/+3
Change-Id: I44ec5bd3b2a00087603316f14d732164dbcf399f
2013-01-10Show final suggested word when batch input is finishedTadashi G. Takaoka4-31/+22
This change moves dismiss timer of gesture floating preview text from PreviewPlacerView to KeyboardView. Bug: 7967461 Change-Id: I0ca5beddc93cb4bc4a405f914d217d37b997402b
2013-01-10Initial implementation for dead keys (B3)Jean Chalard4-0/+105
Bug: 5037589 Change-Id: I9e1ff92df7d0c58eb7a0f33603adebc9efb86585
2013-01-09[Rlog57a] include logUnit boundaries in outputKurt Partridge1-16/+58
Change-Id: I4d1647b971b0e7a4cf1a96f341236f6ab1d2ab16
2013-01-10Fix international testsJean Chalard3-30/+9
Tests have been broken again by recent changes to subtype choice within Latin IME. This fixes the problem and all tests pass again. This change also includes a small fix to one test that was checking for something irrelevant. Change-Id: I6a03dea24f99b0d2ad84c4161a8413f3060bb811
2013-01-10Add default button to vibration/volume settings dialogTadashi G. Takaoka4-14/+43
Change-Id: I7beb4517314efdefeb47d91b14a6b02c3075c19f
2013-01-10Cancel update batch input timer only when point is addedTadashi G. Takaoka2-8/+15
Bug: 7972004 Change-Id: Ie5db5910efba851976da2284cafc69be2910d354