- Feb 01, 2024
-
-
Aleksandras Kostarevas authored
-
- Jan 30, 2024
-
-
Aleksandras Kostarevas authored
* If the first letter is capital, only capitalized first tokens will be sampled. If the whole text is capitalized, then only fully capital tokens will be sampled for the whole word * If a word is an exact match, it gets boosted relative to others * Probability threshold for autocorrect is now 18.0 * Add "clueless" threshold, if it's less than 1.3 then just show the user's typed word in the middle instead.
-
- Jan 22, 2024
-
-
Aleksandras Kostarevas authored
-
Aleksandras Kostarevas authored
-
- Jan 16, 2024
-
-
Aleksandras Kostarevas authored
-
- Jan 09, 2024
-
-
Aleksandras Kostarevas authored
-
- Dec 19, 2023
-
-
Aleksandras Kostarevas authored
-
Aleksandras Kostarevas authored
-
- Dec 05, 2023
-
-
Aleksandras Kostarevas authored
-
- Dec 04, 2023
-
-
Aleksandras Kostarevas authored
-
- Nov 28, 2023
-
-
Aleksandras Kostarevas authored
-
Aleksandras Kostarevas authored
-
- Nov 25, 2023
- Nov 21, 2023
-
-
Aleksandras Kostarevas authored
-
Aleksandras Kostarevas authored
-
- Nov 14, 2023
-
-
Aleksandras Kostarevas authored
-
Aleksandras Kostarevas authored
-
Aleksandras Kostarevas authored
-
Aleksandras Kostarevas authored
-
- Nov 13, 2023
-
-
Aleksandras Kostarevas authored
-
- Nov 07, 2023
-
-
Aleksandras Kostarevas authored
-
- Nov 06, 2023
-
-
Aleksandras Kostarevas authored
-
- Oct 16, 2023
-
-
Aleksandras Kostarevas authored
-
Aleksandras Kostarevas authored
-
- Oct 13, 2023
-
-
Aleksandras Kostarevas authored
-
Aleksandras Kostarevas authored
-
- Oct 10, 2023
-
-
Aleksandras Kostarevas authored
-
Aleksandras Kostarevas authored
-
- Sep 28, 2023
-
-
Aleksandras Kostarevas authored
-
Aleksandras Kostarevas authored
-
- Jul 06, 2023
-
-
abb128 authored
-
- Mar 19, 2023
-
-
Jing Mike authored
Since some variables with module LatinIME are defined but not used, when compiled with build combination "sdk_pc_x86_64-userdebug" and build command "mmm packages/inputmethods/LatinIME", the following code lines will be reported that "variable 'XXX' set but not used". (should be similar for all the other build combinations) Repeated 10 times for each: terminal_position_lookup_table.cpp:74:9 removedEntryCount terminal_position_lookup_table.cpp:85:9 removedEntryCount proximity_info_state_utils.cpp:493:9 tempTime trie_map.cpp:56:9 unusedRegionSize suggestion_results.cpp:100:9 index Repeated 80+ times: proximity_info_utils.h:75:25 proximityChar With this patch we are removing some of the unused variables and putting the C++ 17 attribute [[maybe_unused]] to the others which are used for logging. Then all the related build warnings have been eliminated. Test: mmm packages/inputmethods/LatinIME, presubmit check. Change-Id: Ia66766322d6ae8a010b1cb55cc22993fbc6d012c Signed-off-by:
Jing Mike <jingyangliu@eswincomputing.com>
-
- Feb 17, 2021
-
-
Bob Badour authored
Added SPDX-license-identifier-Apache-2.0 to: Android.bp common/Android.bp java/Android.bp native/dicttoolkit/Android.bp native/jni/Android.bp tests/Android.bp tools/EditTextVariations/Android.bp tools/dicttool/Android.bp tools/make-keyboard-text/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I440008bffac5c97a2497970af377a9d03262b6d8
-
- Feb 16, 2021
-
-
Julien Desprez authored
This will ensure that the target stays green. Note: we will clean up the explicit unit_tests:true once cc_test default is changed. Change-Id: I5153ca918e94b370b1f08289118877d209385ba2 Test: presubmit Bug: 180014759
-
Adrian Roos authored
Change-Id: I95021965ecc2699fbce01ed0552dd28fed7f8fe4 Merged-In: I95021965ecc2699fbce01ed0552dd28fed7f8fe4 Fixes: 180014759 Test: atest liblatinime_unittests --host
-
- Feb 15, 2021
-
-
Adrian Roos authored
Change-Id: I95021965ecc2699fbce01ed0552dd28fed7f8fe4 Fixes: 180014759 Test: atest liblatinime_unittests --host
-
- Jul 31, 2020
-
-
Seigo Nonaka authored
See https://source.android.com/setup/contribute/respectful-code for reference Bug: 161896447 Test: tapas LatinIME && m Change-Id: Ic06f948c023a091e1532db826a78dd01031d7205
-
Jeff Sharkey authored
See https://source.android.com/setup/contribute/respectful-code for reference Bug: 161896447 Change-Id: I171bc299e660f96f20041a67a3052bd8a2ed781c
-
- Apr 13, 2020
-
-
Orion Hodson authored
Preparation for removing implicit include paths for jni.h from soong. Bug: 152482542 Test: lunch aosp_x86_64 && m checkbuild Change-Id: Ib36e679819a3309ccbf12fd592309b16c8bbd6c8
-