aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | 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
|\ \ \ \ \
| * | | | | [Rlog58b] Log user pausesKurt Partridge2013-01-102-24/+54
| |/ / / / | | | | | | | | | | | | | | | Change-Id: I7802f07192a4cba4f3cfb5c08ce6d5d2d85a46c1
* | | | | Merge "[Rlog59a] Split logUnits correctly around separators"Kurt Partridge2013-01-112-1/+16
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | [Rlog59a] Split logUnits correctly around separatorsKurt Partridge2013-01-102-1/+16
| |/ / / | | | | | | | | | | | | Change-Id: I65ecdead7e7bdeb8a5f1748e27068ddbd5d3ce00
* | | | Remove BinaryDictionary.MAX_PREDICTION and MAX_SPACES, and rename MAX_WORDS ↵Ken Wakasa2013-01-114-33/+20
| | | | | | | | | | | | | | | | | | | | | | | | to MAX_RESULTS Change-Id: Iab2a422b367e7521f346481c7fe5e2575f2e9de3
* | | | Fix spell checker subtype list.Jean Chalard2013-01-113-14/+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
* | | | Merge "[Rlog] Fix some potential NPEs"Kurt Partridge2013-01-101-2/+12
|\ \ \ \
| * | | | [Rlog] Fix some potential NPEsKurt Partridge2013-01-101-2/+12
| |/ / / | | | | | | | | | | | | Change-Id: I07b18b5db81784dca32683e5f208088181c5eed9
* / / / [Rlog58a] Fix privacy leak of word in logUnitStartKurt Partridge2013-01-101-3/+6
|/ / / | | | | | | | | | Change-Id: Idcea4cd0256581e9868ac987fd1fa281ff074483
* / / [Rlog57b] fix logging of revertsKurt Partridge2013-01-102-8/+16
|/ / | | | | | | Change-Id: I07c817061a0cc060197e0fea45195ca07a9bf276
* | Merge "[Rlog57a] include logUnit boundaries in output"Kurt Partridge2013-01-101-16/+58
|\ \
| * | [Rlog57a] include logUnit boundaries in outputKurt Partridge2013-01-091-16/+58
| | | | | | | | | | | | Change-Id: I4d1647b971b0e7a4cf1a96f341236f6ab1d2ab16
* | | Merge "[Rlog56] Buffer words before pushing out LogUnit"Kurt Partridge2013-01-103-55/+96
|\| |
| * | [Rlog56] Buffer words before pushing out LogUnitKurt Partridge2013-01-093-55/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, a logbuffer only held an n-gram. Data went in and out of it, FIFO, until privacy conditions were met (i.e. data not collected too frequently), and then an n-gram was saved. E.g., if n=2, and only 10% of data is collected, then 18 words went through the logbuffer before it captured the next 2 words. However, if a user then went back and edited the n-gram, these edits were not captured. This change changes the logbuffer size to temporarily hold data about words that are not recorded, so that if the user backs up over them, the edits to an n-gram that we do eventually capture are stored. If the example above, instead of a logbuffer holding 2 words, it holds 20. The system waits until all the words not needed for the n-gram have been gathered (i.e. the buffer is full), so the user has adequate time to edit, before shifting out the n-gram. The buffer is still flushed when the user closes the IME. See the comment for MainLogBuffer for an explanation. multi-project commit with I45317bc95eeb859adc1b35b24d0478f2df1a67f3 Change-Id: I4ffd95d08c6437dcf650d866ef9e24b6af512334
* | | Fix too thick gesture trail widthKen Wakasa2013-01-101-1/+2
| | | | | | | | | | | | Change-Id: If1b78183b24fa0029bc28e5f56a988372182903e
* | | Merge "fix possible NPE in DebugSettings"satok2013-01-101-0/+3
|\ \ \
| * | | fix possible NPE in DebugSettingssatok2013-01-101-0/+3
| | | | | | | | | | | | | | | | Change-Id: I44ec5bd3b2a00087603316f14d732164dbcf399f
* | | | Merge "Move a method to a utility class (C1)"Jean Chalard2013-01-102-12/+16
|\ \ \ \
| * | | | Move a method to a utility class (C1)Jean Chalard2013-01-092-12/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a preparatory change to fix bug 7969231 Change-Id: I44604ae75192a17b4e75a01f3e3d679d4901299e
* | | | | Merge "Fix international tests"Jean Chalard2013-01-101-0/+8
|\ \ \ \ \
| * | | | | Fix international testsJean Chalard2013-01-101-0/+8
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | Merge "Show final suggested word when batch input is finished"Tadashi G. Takaoka2013-01-094-31/+22
|\ \ \ \ \
| * | | | | Show final suggested word when batch input is finishedTadashi G. Takaoka2013-01-104-31/+22
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change moves dismiss timer of gesture floating preview text from PreviewPlacerView to KeyboardView. Bug: 7967461 Change-Id: I0ca5beddc93cb4bc4a405f914d217d37b997402b
* | | | | Merge "Initial implementation for dead keys (B3)"Jean Chalard2013-01-094-0/+105
|\ \ \ \ \
| * | | | | Initial implementation for dead keys (B3)Jean Chalard2013-01-104-0/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5037589 Change-Id: I9e1ff92df7d0c58eb7a0f33603adebc9efb86585