Jean Chalard
a7281a766c
am 5840a7c6: Merge "Remove Dict dependency on WordComposer and ProximityInfo"
...
* commit '5840a7c6e7c6b5eea3269457affaf063fe712944':
Remove Dict dependency on WordComposer and ProximityInfo
2014-10-31 08:03:38 +00:00
Jean Chalard
5840a7c6e7
Merge "Remove Dict dependency on WordComposer and ProximityInfo"
2014-10-31 07:59:12 +00:00
Adrian Velicu
a1ba8ae1bc
am 434c08a7: Merge "Block offensive words in multi-word suggestions"
...
* commit '434c08a79ec60347590e26725372834678a8aa84':
Block offensive words in multi-word suggestions
2014-10-31 07:35:23 +00:00
Adrian Velicu
434c08a79e
Merge "Block offensive words in multi-word suggestions"
2014-10-31 07:31:25 +00:00
Ken Wakasa
ae9bfdc061
am ed575b62: Merge "Add documentation for CollectionUtils#arrayAsList"
...
* commit 'ed575b62da197e81ace23eeb1af09fd776fa0b41':
Add documentation for CollectionUtils#arrayAsList
2014-10-31 07:09:52 +00:00
Ken Wakasa
ed575b62da
Merge "Add documentation for CollectionUtils#arrayAsList"
2014-10-31 07:07:07 +00:00
Adrian Velicu
10416241f7
Block offensive words in multi-word suggestions
...
If the user has chosen to block offensive words and types
"aaaxbb", where "aaa" is an offensive word and "bb" is not,
we should not suggest "aaa bb".
Bug: 11031090
Change-Id: Ie23b8dd5d347bc26b1c046c3f5e8dfbc259bf528
2014-10-31 15:58:50 +09:00
Adrian Velicu
dca729bd21
am 61d43e5c: Merge "Update unit tests for new static dict version."
...
* commit '61d43e5c941e7a76d614ffbe756137c02a34cdc1':
Update unit tests for new static dict version.
2014-10-31 06:55:23 +00:00
Adrian Velicu
b524aa768c
am f59c3b62: Merge "Update dictionaries (possibly_offensive flag)"
...
* commit 'f59c3b62383711a58366bb77caefb62dced3f116':
Update dictionaries (possibly_offensive flag)
2014-10-31 06:55:21 +00:00
Adrian Velicu
93a9b836f9
am aa20342d: Merge "Using "blacklist" flag as "possibly offensive""
...
* commit 'aa20342d7ee40fb13483fc2a663493de185a33cd':
Using "blacklist" flag as "possibly offensive"
2014-10-31 06:55:19 +00:00
Adrian Velicu
61d43e5c94
Merge "Update unit tests for new static dict version."
2014-10-31 06:49:51 +00:00
Adrian Velicu
f59c3b6238
Merge "Update dictionaries (possibly_offensive flag)"
2014-10-31 06:49:42 +00:00
Adrian Velicu
aa20342d7e
Merge "Using "blacklist" flag as "possibly offensive""
2014-10-31 06:49:29 +00:00
David Faden
d443146c34
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
2014-10-31 06:18:35 +00:00
Adrian Velicu
88480f39f6
Update unit tests for new static dict version.
...
Bug: 11031090
Change-Id: Ifd7b241f1a0a30678ca7de97cc6e96927a9b5c8f
2014-10-31 14:50:18 +09:00
Adrian Velicu
8dd31a28ae
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
2014-10-31 14:49:24 +09:00
Adrian Velicu
7c87859d4c
Using "blacklist" flag as "possibly offensive"
...
Bug: 11031090
Change-Id: I5cc0d006ab003656498eb82b0875eb9c051d331e
2014-10-31 14:33:05 +09:00
Keisuke Kuroyanagi
cc9dd07aa3
am 0cd1f222: Fix: native unit test build.
...
* commit '0cd1f222fd837179f501651256bc15b42317edd0':
Fix: native unit test build.
2014-10-31 03:55:53 +00:00
Keisuke Kuroyanagi
0cd1f222fd
Fix: native unit test build.
...
Change-Id: Id2bd4b60d6a4023815a630ebb3059a435b72c193
2014-10-31 12:50:45 +09:00
Keisuke Kuroyanagi
2bb77ebf13
am c096100b: Merge "Enable count based dynamic ngram language model for v403."
...
* commit 'c096100b0191797834ce84e140560c0fadc8b264':
Enable count based dynamic ngram language model for v403.
2014-10-31 03:19:50 +00:00
Keisuke Kuroyanagi
c096100b01
Merge "Enable count based dynamic ngram language model for v403."
2014-10-31 03:15:20 +00:00
Keisuke Kuroyanagi
bcb52d73e2
Enable count based dynamic ngram language model for v403.
...
Bug: 14425059
Change-Id: Icc15e14cfd77d37cd75f75318fd0fa36f9ca7a5b
2014-10-30 23:38:19 +09:00
Keisuke Kuroyanagi
d179f62cdb
am 04a492cb: Merge "Add DynamicLanguageModelProbabilityUtils."
...
* commit '04a492cb490e2dc38214f5cfa99283a886e6acbb':
Add DynamicLanguageModelProbabilityUtils.
2014-10-30 14:10:57 +00:00
Keisuke Kuroyanagi
04a492cb49
Merge "Add DynamicLanguageModelProbabilityUtils."
2014-10-30 14:08:17 +00:00
Keisuke Kuroyanagi
660b00477c
Add DynamicLanguageModelProbabilityUtils.
...
Bug: 14425059
Change-Id: Ia58ab3f0ead02798046d182a9464dcbd95f086bc
2014-10-30 21:33:57 +09:00
Tadashi G. Takaoka
aa14f63418
am 77947c9c: Merge "Consolidate TimerHandler.Callbacks with PointerTracker.DrawingProxy"
...
* commit '77947c9c96c88fd4a7082c46a479ec145d1d278a':
Consolidate TimerHandler.Callbacks with PointerTracker.DrawingProxy
2014-10-30 09:59:39 +00:00
Tadashi G. Takaoka
77947c9c96
Merge "Consolidate TimerHandler.Callbacks with PointerTracker.DrawingProxy"
2014-10-30 09:55:51 +00:00
Tadashi G. Takaoka
be708c4e59
Consolidate TimerHandler.Callbacks with PointerTracker.DrawingProxy
...
Change-Id: I654f7483d1c013ac2685a45af4eb2af15fa219ad
2014-10-30 18:28:40 +09:00
Keisuke Kuroyanagi
d4056d55bb
am 52860735: Merge "Add method to encode probability."
...
* commit '5286073529d83321c9e44e7a41cb653f9efb5582':
Add method to encode probability.
2014-10-30 03:50:42 +00:00
Keisuke Kuroyanagi
5286073529
Merge "Add method to encode probability."
2014-10-30 03:46:19 +00:00
Keisuke Kuroyanagi
0a9c3f30b6
Add method to encode probability.
...
Bug: 14425059
Change-Id: I3e5d359ba5fa38f1669f0e98dfae792ff53efbf8
2014-10-30 12:42:35 +09:00
Andy Wang
8f58f71029
am 0ca400c8: Merge "Add a preference to resize the keyboard height."
...
* commit '0ca400c8279b17a5e37a95d53a4f445d3d583e44':
Add a preference to resize the keyboard height.
2014-10-30 03:41:26 +00:00
Andy Wang
0ca400c827
Merge "Add a preference to resize the keyboard height."
2014-10-30 03:37:26 +00:00
Tadashi G. Takaoka
3dcb5d3462
am d9b1327c: Merge "Consolidate similar methods"
...
* commit 'd9b1327c218c813e5556d5894621c82bd0a99297':
Consolidate similar methods
2014-10-30 03:00:34 +00:00
Tadashi G. Takaoka
2f7dced0fc
am d2c00f55: Fix dismiss key preview bug introduced by I658a5b16cc
...
* commit 'd2c00f550d6b4f2452fe38cee7c1d2222a4b4b3d':
Fix dismiss key preview bug introduced by I658a5b16cc
2014-10-30 03:00:32 +00:00
Tadashi G. Takaoka
d9b1327c21
Merge "Consolidate similar methods"
2014-10-30 02:54:38 +00:00
Andy Wang
bb9400aebc
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
2014-10-30 11:45:41 +09:00
Tadashi G. Takaoka
d2c00f550d
Fix dismiss key preview bug introduced by I658a5b16cc
...
Change-Id: I5248374dfe0504f6e64cc5d994e275d80364ec9d
2014-10-30 11:43:53 +09:00
Tadashi G. Takaoka
051f8b1442
Consolidate similar methods
...
This CL consolidates similar methods in MainKeyboardView.
- startWhileTypingFadeinAnimation and startWhileTypingFadeoutAnimation
- showSlidingKeyInputPreview and dismissSlidingKeyInputPreview
Change-Id: I607ab74683820de2456af3e75663cf8cf358ab38
2014-10-30 11:15:59 +09:00
Geoff Mendal
92f944b22b
am c96bb3e9: (-s ours) Merge "Import translations. DO NOT MERGE"
...
* commit 'c96bb3e9a7b542cdc05d8bee078d8ed516212c6d':
Import translations. DO NOT MERGE
2014-10-29 19:17:30 +00:00
Geoff Mendal
c96bb3e9a7
Merge "Import translations. DO NOT MERGE"
2014-10-29 19:14:14 +00:00
Geoff Mendal
02a4840cec
Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogle
2014-10-29 19:13:39 +00:00
Geoff Mendal
4caa03c839
Import translations. DO NOT MERGE
...
Change-Id: I3643a631ae94f295bdcd4cf4427fd4bcfef00a17
Auto-generated-cl: translation import
2014-10-29 12:02:07 -07:00
Geoff Mendal
1c4bd2898f
Import translations. DO NOT MERGE
...
Change-Id: I7754ea73920159f7e5b57886eb5064eaec3ad004
Auto-generated-cl: translation import
2014-10-29 12:01:04 -07:00
Keisuke Kuroyanagi
28196faaf2
am c2ba0ce4: Fix: TRT and ime-simulator bulid.
...
* commit 'c2ba0ce411d93a521e9b1ae470eb347069da4c41':
Fix: TRT and ime-simulator bulid.
2014-10-29 16:50:52 +00:00
Keisuke Kuroyanagi
c2ba0ce411
Fix: TRT and ime-simulator bulid.
...
Change-Id: I1697a907562d1ed6aff2b001763d1594263ba0d3
2014-10-30 01:01:40 +09:00
Tadashi G. Takaoka
9b8822defb
am 4e0149c2: Merge "Remove DrawingHandler"
...
* commit '4e0149c22a78673f3ec7e0903f945587e12cc3b1':
Remove DrawingHandler
2014-10-29 13:46:33 +00:00
Tadashi G. Takaoka
4e0149c22a
Merge "Remove DrawingHandler"
2014-10-29 13:42:44 +00:00
Jean Chalard
a6500fb9c5
am 93e5cdea: Merge "[CS8] Add explanations"
...
* commit '93e5cdea71266d0fa1e9c456c42407d7aea1e7cc':
[CS8] Add explanations
2014-10-29 12:28:22 +00:00
Jean Chalard
93e5cdea71
Merge "[CS8] Add explanations"
2014-10-29 12:26:23 +00:00