Skip to content
Snippets Groups Projects
  1. Feb 01, 2024
  2. Jan 30, 2024
    • Aleksandras Kostarevas's avatar
      Improve algorithm in a few ways: · a111164b
      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.
      a111164b
  3. Jan 22, 2024
  4. Jan 16, 2024
  5. Jan 09, 2024
  6. Dec 19, 2023
  7. Dec 05, 2023
  8. Dec 04, 2023
  9. Nov 28, 2023
  10. Nov 25, 2023
  11. Nov 21, 2023
  12. Nov 14, 2023
  13. Nov 13, 2023
  14. Nov 07, 2023
  15. Nov 06, 2023
  16. Oct 16, 2023
  17. Oct 13, 2023
  18. Oct 10, 2023
  19. Sep 28, 2023
  20. Jul 06, 2023
  21. Mar 19, 2023
    • Jing Mike's avatar
      Remove unused variables · 03eef94a
      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: default avatarJing Mike <jingyangliu@eswincomputing.com>
      03eef94a
  22. Feb 17, 2021
    • Bob Badour's avatar
      [LSC] Add LOCAL_LICENSE_KINDS to packages/inputmethods/LatinIME · f3d9532a
      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
      f3d9532a
  23. Feb 16, 2021
  24. Feb 15, 2021
  25. Jul 31, 2020
  26. Apr 13, 2020
    • Orion Hodson's avatar
      Add explicit dependencies on jni_headers · 54c4f2af
      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
      54c4f2af
Loading