| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
* commit 'b75e2380e2e4fb62aab71db59bdd19075af8c2eb':
[Rlog58b] Log user pauses
|
| |\ |
|
| | |
| | |
| | |
| | | |
Change-Id: I7802f07192a4cba4f3cfb5c08ce6d5d2d85a46c1
|
|\| |
| | |
| | |
| | |
| | | |
* commit '5523a6818d77cd198e349f075bb1bb5acaff5b71':
[Rlog59a] Split logUnits correctly around separators
|
| |\ \ |
|
| | |/
| | |
| | |
| | | |
Change-Id: I65ecdead7e7bdeb8a5f1748e27068ddbd5d3ce00
|
|\| |
| | |
| | |
| | |
| | |
| | |
| | | |
rename MAX_WORDS to MAX_RESULTS
* commit 'f6870cc82ddf394e94155322fcc7e4e2256bea66':
Remove BinaryDictionary.MAX_PREDICTION and MAX_SPACES, and rename MAX_WORDS to MAX_RESULTS
|
| | |
| | |
| | |
| | |
| | |
| | | |
to MAX_RESULTS
Change-Id: Iab2a422b367e7521f346481c7fe5e2575f2e9de3
|
|\| |
| | |
| | |
| | |
| | | |
* commit 'd8590857bdff7f30a93af07aef0362d9f7460a5a':
Fix spell checker subtype list.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|\| |
| | |
| | |
| | |
| | | |
* commit 'aa9db1e2598e6a8c64844db4261e067e592a6f38':
[Rlog] Fix some potential NPEs
|
| |\ \ |
|
| | |/
| | |
| | |
| | | |
Change-Id: I07b18b5db81784dca32683e5f208088181c5eed9
|
|\| |
| | |
| | |
| | |
| | | |
* commit '211103d7fecc3d6df116ec677ae88cb6d70cce86':
[Rlog58a] Fix privacy leak of word in logUnitStart
|
| |/
| |
| |
| | |
Change-Id: Idcea4cd0256581e9868ac987fd1fa281ff074483
|
|\|
| |
| |
| |
| | |
* commit '75e69753b709c19d5a23baf88ec3ac2576ee9c24':
[Rlog57b] fix logging of reverts
|
| |
| |
| |
| | |
Change-Id: I07c817061a0cc060197e0fea45195ca07a9bf276
|
|\|
| |
| |
| |
| | |
* commit 'a0970042642ef39c22149a896efe785ec1fcaf01':
[Rlog57a] include logUnit boundaries in output
|
| |\ |
|
| | |
| | |
| | |
| | | |
Change-Id: I4d1647b971b0e7a4cf1a96f341236f6ab1d2ab16
|
|\| |
| | |
| | |
| | |
| | | |
* commit '700ce8df07eb242ce93f4f5e3e0ceb78473938ab':
[Rlog56] Buffer words before pushing out LogUnit
|
| |\| |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|\| |
| | |
| | |
| | |
| | | |
* commit '4da2ed7a78c63284fa3869450a492ee7ae420ed9':
Fix too thick gesture trail width
|
| | |
| | |
| | |
| | | |
Change-Id: If1b78183b24fa0029bc28e5f56a988372182903e
|
|\| |
| | |
| | |
| | |
| | | |
* commit '2ef0d3bf8db57ebebcb1c10f5b378a36b33ba1eb':
fix possible NPE in DebugSettings
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I44ec5bd3b2a00087603316f14d732164dbcf399f
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit 'd9c7a6b9b32c52b773165f7e177b3511cdc21d2f':
Move a method to a utility class (C1)
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This is a preparatory change to fix bug 7969231
Change-Id: I44604ae75192a17b4e75a01f3e3d679d4901299e
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* commit '9c75ad1adec6e7ce2f2b202795fc23e0a4ac5617':
Fix international tests
|
| |\ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit 'a80b8fc98f321920bc045bb5fd9952680d0e439e':
Show final suggested word when batch input is finished
|
| |\ \ \ \ \ |
|
| | | |_|/ /
| | |/| | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This change moves dismiss timer of gesture floating preview text from
PreviewPlacerView to KeyboardView.
Bug: 7967461
Change-Id: I0ca5beddc93cb4bc4a405f914d217d37b997402b
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit 'ae4c81993c201f501791520b8cd3697ff1f29649':
Initial implementation for dead keys (B3)
|
| |\ \ \ \ \ |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Bug: 5037589
Change-Id: I9e1ff92df7d0c58eb7a0f33603adebc9efb86585
|
|\| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* commit '433f54ce9079588cb5b5c4ba4a9fd1a9f3e17eff':
Remove unused variables
|
| |\ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| | | |/ / /
| | |/| | |
| | | | | |
| | | | | | |
Change-Id: I508679c2ad21b2624760d37a9503e21733964d4c
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit '424d76fbf59bea5f96694a31918568a7479b89be':
Add a next Event (B2)
|
| |\ \ \ \ \ |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Change-Id: If2fe6f0f4f88a6ae1f22664ded61cec6942c18b9
|
|\| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* commit 'd8903f4bf7e04ab5abc1c91bf81803e3629f3123':
Add words to Portuguese
|
| |\ \ \ \ \ \
| | |_|_|/ / /
| |/| | | | | |
|
| | | |/ / /
| | |/| | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
>>> dictionaries/pt_BR_wordlist.combined.gz
Header :
date : 1355802839 <=> 1357790917
version : 29 <=> 30
Body :
Added: à 30
Added: é 30
Added: ò 30
Added: ô 30
>>> dictionaries/pt_PT_wordlist.combined.gz
Header :
date : 1355802856 <=> 1357790930
version : 29 <=> 30
Body :
Added: à 30
Added: é 30
Added: ò 30
Added: ô 30
>>> java/res/raw/main_pt_br.dict
Header :
date : 1355802839 <=> 1357790917
version : 29 <=> 30
Body :
Added: à 30
Added: é 30
Added: ò 30
Added: ô 30
Bug: 7966948
Change-Id: I71c0986cf616d67926d0a6a0e53099b04b0427d5
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit '6512cd289d4d6bcc835b9da013c3098bf3807bc2':
Cancel update batch input timer only when point is added
|