aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge "Add SeekBarDialogPreference"Tadashi G. Takaoka2013-01-184-327/+175
|\ \ \ \
| * | | | Add SeekBarDialogPreferenceTadashi G. Takaoka2013-01-184-327/+175
| |/ / / | | | | | | | | | | | | | | | | | | | | This change removes SeekBarDialog class. Change-Id: I437b1e554a5af264b8031ebe05b8250a831c8d3b
* | | | Merge "Remove automatic switch back to alphabet feature"Tadashi G. Takaoka2013-01-182-34/+20
|\ \ \ \
| * | | | Remove automatic switch back to alphabet featureTadashi G. Takaoka2013-01-182-34/+20
| |/ / / | | | | | | | | | | | | 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
* | | | 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-171-4/+3
|\ \ \
| * | | [Rlog14] Increase feedback buffer to cover whole sessionKurt Partridge2013-01-151-4/+3
| |/ / | | | | | | | | | Change-Id: I55b61d9ca6eecd56181b8d2913f71559555cd89e
* | | Merge "[Rlog13] ResearchLogger fix feedback"Kurt Partridge2013-01-171-16/+23
|\ \ \
| * | | [Rlog13] ResearchLogger fix feedbackKurt Partridge2013-01-161-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"Kurt Partridge2013-01-171-5/+5
|\ \ \
| * | | Fix commit partial text logStatementKurt Partridge2013-01-171-5/+5
| |/ / | | | | | | | | | | | | | | | | | | - No longer suggests that it is called from a non-existent method in RichInputConnection Change-Id: I25fe4a0f232a4320ca113598bbcdd029ca319944
* | | Merge "Add comment"Kurt Partridge2013-01-171-0/+5
|\ \ \ | |_|/ |/| |
| * | Add commentKurt Partridge2013-01-141-0/+5
| | | | | | | | | | | | Change-Id: If21222aa678a827c1fcad5cacac0fa20655e4e5e
* | | Merge "Forward the capitalized mode to the positional info (D1)"Jean Chalard2013-01-174-6/+13
|\ \ \
| * | | Forward the capitalized mode to the positional info (D1)Jean Chalard2013-01-174-6/+13
| | | | | | | | | | | | | | | | | | | | Bug: 7972124 Change-Id: I3c74f3b075e698b9e9dd1d2c7b6f173073539063
* | | | Merge "Simplify the space-before and space-after logic."Jean Chalard2013-01-173-84/+42
|\ \ \ \
| * | | | Simplify the space-before and space-after logic.Jean Chalard2013-01-173-84/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7889078 Bug: 7268000 Change-Id: I6c77b8c9e60ef69f02526b407124d2f5d02818ee
* | | | | Merge "Add default button to vibration/volume settings dialog"Tadashi G. Takaoka2013-01-173-14/+40
|\ \ \ \ \
| * | | | | Add default button to vibration/volume settings dialogTadashi G. Takaoka2013-01-103-14/+40
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7beb4517314efdefeb47d91b14a6b02c3075c19f
* | | | | | Merge "SeekBarDialog supports neutral and dismiss listener"Tadashi G. Takaoka2013-01-172-11/+47
|\| | | | | | |/ / / / |/| | | |
| * | | | SeekBarDialog supports neutral and dismiss listenerTadashi G. Takaoka2013-01-102-11/+47
| | | | | | | | | | | | | | | | | | | | Change-Id: I652fd1a383ef4074c04d03a37ebc779d229474e6
* | | | | Merge "Stop relying on the soft keyboard to get the editor action."Jean Chalard2013-01-174-16/+13
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Stop relying on the soft keyboard to get the editor action.Jean Chalard2013-01-164-16/+13
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7969231 Change-Id: I9848c63c4c51550b5dc53c981eafa74e7fa95197
* | | | | Fix bounding rectangle of gesture preview trailTadashi G. Takaoka2013-01-163-37/+28
|/ / / / | | | | | | | | | | | | | | | | | | | | Bug: 7917443 Bug: 7987585 Change-Id: I99e6db1fe43d3a9b497e92330a6857e0454c428c
* | | / [Rlog67] Renaming clarificationKurt Partridge2013-01-152-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
* | | Distinguish action-enter/shift-enter/enterJean Chalard2013-01-153-29/+49
| | | | | | | | | | | | | | | Bug: 7969231 Change-Id: I75d495ee1ea126da9be4e269ee990ee0a97793c1
* | | Merge "Remove MAX_WORD_LENGTH_INTERNAL"Ken Wakasa2013-01-144-37/+31
|\ \ \
| * | | Remove MAX_WORD_LENGTH_INTERNALKen Wakasa2013-01-154-37/+31
| | | | | | | | | | | | | | | | Change-Id: Ie11ff000675601acff5fbb00e9e9f48eb32c5071
* | | | Fix drawing Arabic diacriticsTadashi G. Takaoka2013-01-151-2/+2
|/ / / | | | | | | | | | | | | Bug: 8001868 Change-Id: I0e5aab266bbaad8c68e4a900b8d5572977a0379d
* | | Merge "[Rlog68] Logger; make filenames more unique to prevent filesys conflicts"Kurt Partridge2013-01-142-7/+24
|\ \ \
| * | | [Rlog68] Logger; make filenames more unique to prevent filesys conflictsKurt Partridge2013-01-142-7/+24
| | | | | | | | | | | | | | | | | | | | | | | | multi-project commit with If6b9f8990d7cdbf570740a81096513698d0e0f4c Change-Id: I124aed24be0beb4c472869594184ecf003c2fed4
* | | | Merge "[Rlog63] Log whether a manual suggestion is a prediction"Kurt Partridge2013-01-142-4/+5
|\ \ \ \
| * | | | [Rlog63] Log whether a manual suggestion is a predictionKurt Partridge2013-01-112-4/+5
| | | | | | | | | | | | | | | | | | | | Change-Id: Ia6f793611d4b18aecb1a635655af5edb639e1ecf
* | | | | Merge "[Rlog59d] Pass separatorString through revertCommit"Kurt Partridge2013-01-142-4/+6
|\ \ \ \ \
| * | | | | [Rlog59d] Pass separatorString through revertCommitKurt Partridge2013-01-142-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I5ef20476318979f99f543f9300cf6198d18f6244
* | | | | | Merge "[Rlog59c] More detailed logging of backspace"Kurt Partridge2013-01-132-7/+32
|\ \ \ \ \ \
| * | | | | | [Rlog59c] More detailed logging of backspaceKurt Partridge2013-01-122-7/+32
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Normal delete events are recorded - Includes number of characters deleted for both batch and normal delete Change-Id: I422da3ddc94fa0ccd6c7586eaacf14c62dd16679
* | | | | | Merge "[Rlog60] Log if a logUnit is uncommitted"Kurt Partridge2013-01-121-0/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | [Rlog60] Log if a logUnit is uncommittedKurt Partridge2013-01-101-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
* | | | | Merge "[Rlog59b] Log CodeInput and KeyCode properly"Kurt Partridge2013-01-122-9/+29
|\ \ \ \ \
| * | | | | [Rlog59b] Log CodeInput and KeyCode properlyKurt Partridge2013-01-102-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
* | | | | Merge "[Rlog58b] Log user pauses"Kurt Partridge2013-01-112-24/+54
|\ \ \ \ \