Skip to content
Snippets Groups Projects
  1. Dec 04, 2023
  2. Nov 28, 2023
  3. Nov 25, 2023
  4. Nov 21, 2023
  5. Nov 14, 2023
  6. Nov 13, 2023
  7. Nov 07, 2023
  8. Nov 06, 2023
  9. Oct 16, 2023
  10. Oct 13, 2023
  11. Oct 10, 2023
  12. Sep 28, 2023
  13. Jul 06, 2023
  14. 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
  15. 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
  16. Feb 16, 2021
  17. Feb 15, 2021
  18. Jul 31, 2020
  19. 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
  20. Jan 11, 2019
    • Anton Hansson's avatar
      Move LatinIME and its lib to /product · 1c429e3a
      Anton Hansson authored
      This app is frequently overriden by proprietary apps
      on shipping devices, so move it to /product along with
      its jni library.
      
      Bug: 122353713
      Test: launch keyboard on aosp_arm64 emulator
      Change-Id: Ied8c1e6133b67e28da76b0e48254e2e2e0ed15bf
      1c429e3a
  21. Dec 11, 2018
  22. Nov 01, 2018
    • Dan Willemsen's avatar
      Convert to Android.bp · a23407bf
      Dan Willemsen authored
      See build/soong/README.md for more information.
      
      Test: cd packages/inputmethods/LatinIME; mma
      Change-Id: Ib8867d3b74f09fc1d9f95adc9a49a81ac0f7f054
      Merged-In: Ib8867d3b74f09fc1d9f95adc9a49a81ac0f7f054
      a23407bf
    • Dan Willemsen's avatar
      Convert to Android.bp · 22ebec6e
      Dan Willemsen authored
      See build/soong/README.md for more information.
      
      Test: cd packages/inputmethods/LatinIME; mma
      Change-Id: Ib8867d3b74f09fc1d9f95adc9a49a81ac0f7f054
      22ebec6e
  23. Sep 25, 2018
  24. Jul 26, 2018
    • Yohei Yukawa's avatar
      Fix lint warnings in LatinIME JNI code · 3d74fc73
      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
      3d74fc73
  25. Jul 25, 2018
    • Yohei Yukawa's avatar
      Deprecate host-side C++ test in LatinIME · f4131e3f
      Yohei Yukawa authored
      Host-side C++ test in LatinIME is no longer actively used and is
      actually not compatible with Android Studio build.
      
      Let's just remove this for now.
      
      Bug: 13754552
      Bug: 110741422
      Test: compile
      Change-Id: I3e81285fe559022e1a296051036e74d2f2afbf9c
      f4131e3f
  26. Nov 02, 2017
  27. Oct 20, 2017
Loading