| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\| | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* commit 'c96eddaa6e2dc9f1b00843fa29e68f791cd0065d':
Update spacebar icon of LXX_Dark
|
| |\| | | | | |
| | |_|/ / / /
| |/| | | | |
| | | | | | |
| | | | | | | |
* commit '3d5a72ebe20b4cab415c43c8022427b7618d8519':
Update spacebar icon of LXX_Dark
|
| | |/ / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This CL does't fix Bug: 15321822 though.
Bug: 15298065
Bug: 15321822
Change-Id: Ie6ab1e230c1657317dc06193da598f04f682f521
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit 'fa0e76dde606c288e4df20b779995cbce3b187fb':
Limit recapitalization for reasonable performance.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
At 100k text, it's reasonably fast (less than 1s on latest hardware).
Bug: 12913404
Change-Id: I426b918b2610af24364934a1c37a7314f1142ad0
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Emoji palette
* commit '6fe326ae42c084f03557d16cb098bb230494dde4':
Don't reuse main keyboard's spacebar icon for Emoji palette
|
| |\| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit '761a6812312c48d04bcb91e5c4448364c4925731':
Don't reuse main keyboard's spacebar icon for Emoji palette
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Bug: 15321822
Change-Id: I6a5a865364fb98e0ebb6206d80d5629bbcb817b8
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit 'd0d3d813d23efe40598970c51bb8f064b9e3771d':
Fix tests
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
DEBUG in LatinIME has been changed by Ie52007dc to mean both
DebugSettings.PREF_DEBUG_MODE and Settings.PREF_KEY_IS_INTERNAL
instead of just DEBUG_MODE as used to be the case. Tests depend
on the debug mode to test many things and they make sure they run
in debug mode or they fail. This has tests understand the change in
policy.
Change-Id: Ie9f29e6a1d85e19704c8940d3fcf97c13c3dbaa6
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit 'd9190f8e8fb69a8c6740df9dcae82af7b4e92b75':
Update action key background
|
| |\| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit 'cdc7273b44b7d5fc5a1c848fb68960cee02c4f99':
Update action key background
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Bug: 15295839
Change-Id: Ia4af33b00bf361d088981df907468b4a61c1a076
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit '99ac090738e44a952db7a6d0492591139ea4acf8':
Fix the build.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: Ie1cdc5642d8b6f63dbf71603b993f36b5c5f923c
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit 'aaf2bbf9c3281a6dee14403dbff083e80c866dea':
Remove LatinImeLogger and UsabilityStudyLogUtils
|
| |\ \ \ \ \ |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This CL must be checked in together with Ie52007dc5c.
Bug: 15318007
Change-Id: Ie665f296e43b5485ae8ba7e949aa262794ee0dcc
|
|\| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* commit 'c4a3b9f0d6d59b3c39d05e27de365cc76c1ac1c0':
Remove PrioritizedSerialExecutor.
|
| |\ \ \ \ \ \ |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Bug: 15320560
Change-Id: Icb88a96ebd685da1d2cba7b07889a2751c603a2e
|
|\| | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* commit '944923f26660959bfc347c55b66f40de924d3068':
Fix: too many calls to getSuggestedWordsForTypingInput
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This reverts commit d941ea18 and builds on it to fix the behavior
of the broken cases.
It also fixes a small, related bug that probably has existed for
a very long time: predictions not displayed when cancelling
double-space-to-period.
Bug: 15148015
Change-Id: I1f9358f8b6f5804f831643611576be347e83999d
|
|\| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* commit 'b9a37752031499958e7ba58f093f41a81bdc156b':
Add PersonalizationDictionaryTests.
|
| |\ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Bug: 11778342
Change-Id: Ice88f439ae11714e5ec9dd3b7616d0c2d59ea812
|
|\| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* commit '262b1e75182ecd34e7488c6ac98341c45dc9f24d':
Remove researcher logger
|
| |\ \ \ \ \ \ |
|
| | |/ / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This CL must be checked in together with I5cc76807e3.
Bug: 15318007
Change-Id: I61423c3377ddc299fb332e742d6626c2e47145bb
|
|\| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* commit '6dc21bd4e6b4854da65541a431d499489ece7246':
Disable a test that fails for an unknown reason
|
| |\ \ \ \ \ \ |
|
| | |/ / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
It works when tested on the actual device, and on some versions
of the platform. Until we know what's wrong with resource loading
when running under the test harness, we need to disable this test.
Change-Id: I2d7ed9db940b9b73739de8325665bdafb6af58cb
|
|\| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* commit '7d57fc248b397335d64609d428893b8c76493215':
Clean up for Iba6eeb7981634e7ddb.
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Bug: 15298959
Change-Id: I6921db77b7d231ad3aad99d4c380ae2ed6bbf540
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit '7a4f9b67c0f4dbdbfd73af7678e720d520d869f1':
Import translations. DO NOT MERGE
|
| |\ \ \ \ \ |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Change-Id: Ifd7419b2fda706b5035060348ed63d894f843a2e
Auto-generated-cl: translation import
|
|\| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* commit '6784e3946e3a9d3b8f414342f0aa10b401a7c682':
Import translations. DO NOT MERGE
|
| |\ \ \ \ \ \ |
|
| | |/ / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Change-Id: Ib6d03976824f13a9932473c440b476f950f92ef7
Auto-generated-cl: translation import
|
|\ \ \ \ \ \ \ |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Change-Id: Iacee8a6c301aac43bf0d9511da5c688350ddeb50
Auto-generated-cl: translation import
|
|\ \ \ \ \ \ \ \
| | |/ / / / / /
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
* commit 'bba73206e174a7dcf61584a6460d3bfdcb410bcc':
Import translations. DO NOT MERGE
|
| | |/ / / / /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Change-Id: If37d804345c2a1611af5019c36b0cf6c21e04c0e
Auto-generated-cl: translation import
|
| |/ / / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: I9c366659865a8b4e688ea16f9e337462f1044f72
Auto-generated-cl: translation import
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit 'b1e43d58a6910903aceea51a0615b2fa5570a36b':
Stop directly checking SuggestedWordInfo.mKind
|
| |\ \ \ \ \ |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Bug: 15298959
Change-Id: Iba6eeb7981634e7ddb896404978b30f6efd6e72f
|
|\| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* commit '7852765a503fe6dab54e1c4ab9e5e6b7bbdc70f2':
Add length check for attaching a BoS marker.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Bug: 15297872
Change-Id: I7b0a27409b81b76561d19c6caa18a5011d3e90f6
|