| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: I38bf53a0b5ea5064462b8eb5d99b7247ff8bddc4
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* commit 'b3bae2e89bdd6046ff6cc1fd0fe4be889e66ec17':
Update v4 format version from 402 to 403.
|
| |\ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Without personalization:
Total words: 1134774, Success Num: 899230, Success Percentage: 79.243%
Bad Failures, with auto-correction (typed word == expected word, output word != expected word): 1871, Bad Failure Percentage: 0.165%
Failures, with auto-correction (F-C): 29084, F-C Percentage: 2.563%
Max Keystrokes: 6072959, Min Keystrokes: 4436090, Keystroke Saving Percentage:26.953%
Before:
Total words: 1134646, Success Num: 925194, Success Percentage: 81.540%
Bad Failures, with auto-correction (typed word == expected word, output word != expected word): 1316, Bad Failure Percentage: 0.116%
Failures, with auto-correction (F-C): 28288, F-C Percentage: 2.493%
Max Keystrokes: 6072831, Min Keystrokes: 3946188, Keystroke Saving Percentage:35.019%
After
Total words: 1134659, Success Num: 944746, Success Percentage: 83.263%
Bad Failures, with auto-correction (typed word == expected word, output word != expected word): 1258, Bad Failure Percentage: 0.111%
Failures, with auto-correction (F-C): 28016, F-C Percentage: 2.469%
Max Keystrokes: 6072844, Min Keystrokes: 3387333, Keystroke Saving Percentage:44.222%
Change-Id: I3af42ec37a11847c0429c28616e726f6a339247f
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit 'ef8068f9a85af5c402588662b3a7e98076e4c0dd':
Add helper methods to convert flags to readable text
|
| |\ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| | | |_|/
| | |/| |
| | | | |
| | | | | |
Change-Id: I23608927cef8a897ff4ad8c938560cc78093ddac
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* commit '5840a7c6e7c6b5eea3269457affaf063fe712944':
Remove Dict dependency on WordComposer and ProximityInfo
|
| |\ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Bug: 18108776
Change-Id: I9b399a44241e05a7add9bb8094263aa76de37880
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit 'ed575b62da197e81ace23eeb1af09fd776fa0b41':
Add documentation for CollectionUtils#arrayAsList
|
| |\ \ \ \ \ |
|
| | | |/ / /
| | |/| | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
(This is a cherrypick of http://ag/576739)
Also, modify the IllegalArgumentException to capture the
values passed for start, end, and array.length to make
debugging easier in the unlikely event that it is thrown.
Add corresponding tests for the exceptions.
Tested:
tapas LatinImeGoogle LatinImeGoogleTests userdebug
make -j30 && \
adb install -r \
out/target/product/generic/data/app/LatinImeGoogleTests/LatinImeGoogleTests.apk && \
adb install -r \
out/target/product/generic/system/app/LatinImeGoogle/LatinImeGoogle.apk && \
adb shell am instrument -w -e class \
com.android.inputmethod.latin.utils.CollectionUtilsTests \
com.google.android.inputmethod.latin.tests/android.support.test.runner.AndroidJUnitRunner
Change-Id: I0c579ca4f4f2a9b2575aa6f8fa75e3ee4a21cf8a
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit '61d43e5c941e7a76d614ffbe756137c02a34cdc1':
Update unit tests for new static dict version.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Bug: 11031090
Change-Id: Ifd7b241f1a0a30678ca7de97cc6e96927a9b5c8f
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit 'f59c3b62383711a58366bb77caefb62dced3f116':
Update dictionaries (possibly_offensive flag)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Correctly encoding possibly offensive words with their correct
frequency and the possibly_offensive flag set.
Continuing to encode with zero frequency only distracters or
words that should never come up.
https://paste.googleplex.com/5167060875214848
Bug: 11031090
Change-Id: Ia394b1827f292ff8d4791cc2f3e6e50b5aff4cbe
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit 'aa20342d7ee40fb13483fc2a663493de185a33cd':
Using "blacklist" flag as "possibly offensive"
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | | |
Bug: 11031090
Change-Id: I5cc0d006ab003656498eb82b0875eb9c051d331e
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
PointerTracker.DrawingProxy"
* commit '77947c9c96c88fd4a7082c46a479ec145d1d278a':
Consolidate TimerHandler.Callbacks with PointerTracker.DrawingProxy
|
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: I654f7483d1c013ac2685a45af4eb2af15fa219ad
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* commit '0ca400c8279b17a5e37a95d53a4f445d3d583e44':
Add a preference to resize the keyboard height.
|
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The keyboard height is controlled by a slider in the debug preferences.
Without access to debug preferences, this change is a no-op.
Bug: 6867494
Change-Id: I984064ed1cab752876615f5ed582818474d6041b
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* commit 'd9b1327c218c813e5556d5894621c82bd0a99297':
Consolidate similar methods
|
| |\ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This CL consolidates similar methods in MainKeyboardView.
- startWhileTypingFadeinAnimation and startWhileTypingFadeoutAnimation
- showSlidingKeyInputPreview and dismissSlidingKeyInputPreview
Change-Id: I607ab74683820de2456af3e75663cf8cf358ab38
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit 'd2c00f550d6b4f2452fe38cee7c1d2222a4b4b3d':
Fix dismiss key preview bug introduced by I658a5b16cc
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
Change-Id: I5248374dfe0504f6e64cc5d994e275d80364ec9d
|
| |\ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: I3643a631ae94f295bdcd4cf4427fd4bcfef00a17
Auto-generated-cl: translation import
|
|\ \ \ \ \ \ |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Change-Id: I7754ea73920159f7e5b57886eb5064eaec3ad004
Auto-generated-cl: translation import
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| / / / / /
| |/ / / / /
| | | | | | |
* commit '4e0149c22a78673f3ec7e0903f945587e12cc3b1':
Remove DrawingHandler
|
| |\ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: I658a5b16cca1e56f0b944009b8aef09e0a97a0db
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit '93e5cdea71266d0fa1e9c456c42407d7aea1e7cc':
[CS8] Add explanations
|
| |\ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Bug: 13238601
Change-Id: I72a78be5848485f7fd77f5586573692529c7547b
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit 'ca6e5dfedbb57f6ec31880f2799b40a6b2adadbc':
Remove DrawingHandler.Callbacks.dismissAllKeyPreviews()
|
| | |_|/ /
| |/| | |
| | | | |
| | | | | |
Change-Id: I2b11ca0dec0f3522648557a9a909f305cc4170fb
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* commit '36799b2aa2982ec17341cd2c5ed81e608bcee8c6':
Move InputPointers and ResizableIntArray to common
|
| | |/ /
| |/| |
| | | |
| | | |
| | | | |
Bug: 18108776
Change-Id: Ie5c0430aa41a8d6c58bf510a10173223d7dfe9fe
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit '48ee473c1e4d6eb1c76eeadce4a1fa3e101867a1':
Clean up UserDictionaryCompatUtils
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: I1b22c82930af4f30db4237335850fb34b66f9299
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* commit '4beeb9253a06482299e0c67467531d30436a02fc':
Move StringUtils under common.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Bug: 18108776
Change-Id: Ia46a4102a0e86e71118ca5e641f9f531998e166b
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* commit 'ca724ef71f70044f48e2360e2627922be8ca24d5':
Reduce StringUtils dependency on the Android libs
|