- Apr 18, 2024
-
-
Aleksandras Kostarevas authored
-
- Apr 11, 2024
-
-
Aleksandras Kostarevas authored
-
- Apr 10, 2024
-
-
Aleksandras Kostarevas authored
-
- Apr 09, 2024
-
-
Aleksandras Kostarevas authored
-
Aleksandras Kostarevas authored
-
- Mar 31, 2024
-
-
Aleksandras Kostarevas authored
- Mar 30, 2024
-
-
Aleksandras Kostarevas authored
-
Aleksandras Kostarevas authored
-
- Mar 21, 2024
-
-
Aleksandras Kostarevas authored
-
- Mar 13, 2024
-
-
Aleksandras Kostarevas authored
-
- Mar 05, 2024
-
-
Aleksandras Kostarevas authored
-
- Feb 20, 2024
-
-
Aleksandras Kostarevas authored
-
- Jan 30, 2024
-
-
Aleksandras Kostarevas authored
Fix finetuning, add a finetuning screen, handle errors during importing model, update metadata format, add model exporting
-
- Jan 28, 2024
-
-
Aleksandras Kostarevas authored
Fix embedded tokenizer loading, implement new model management methods, implement model info loading, model importing
-
- Jan 23, 2024
-
-
Aleksandras Kostarevas authored
-
- Jan 22, 2024
-
-
Aleksandras Kostarevas authored
-
- Jan 16, 2024
-
-
Aleksandras Kostarevas authored
-
- Dec 19, 2023
-
-
Aleksandras Kostarevas authored
-
Aleksandras Kostarevas authored
-
- Dec 04, 2023
-
-
Aleksandras Kostarevas authored
-
- Nov 28, 2023
-
-
Aleksandras Kostarevas authored
-
- Nov 25, 2023
- Nov 14, 2023
-
-
Aleksandras Kostarevas authored
-
Aleksandras Kostarevas authored
-
- Nov 07, 2023
-
-
Aleksandras Kostarevas authored
-
- Nov 06, 2023
-
-
Aleksandras Kostarevas authored
-
- Oct 10, 2023
-
-
Aleksandras Kostarevas authored
-
Aleksandras Kostarevas authored
-
- Sep 28, 2023
-
-
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>
-
- 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
-
- Dec 11, 2018
-
-
Chih-Hung Hsieh authored
Bug: 30413223 Test: make with WITH_TIDY=1 DEFAULT_GLOBAL_TIDY_CHECKS=-*,performance* Change-Id: I06021a6597705515dc7a3cb81a7fbbac7ba344a1
-
- Sep 25, 2018
-
-
Chih-Hung Hsieh authored
Bug: 116614593 Test: build with WITH_TIDY=1 Change-Id: Ic2a04f82f36c2f7fe43109a7a74270044d227789
-
- Jul 26, 2018
-
-
Yohei Yukawa authored
This CL addresses compiler warnings when building libjni_latinime.so with NDK from Android Studio. There should be no behavior change. Bug: 110741422 Bug: 110757803 Test: tapas LatinIME LatinIMETests arm64 userdebug && make -j Change-Id: Icc711dd46511a167b1fd90028552def5b2f9941f
-
- Dec 17, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 18725954 Change-Id: Ia442ba4b5d84311057d83edf6e7aeb151d6a820b
-
- Dec 15, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 18725954 Change-Id: I3c823fda1b7daf41d82b118d9495f5f2356a1a5e
-