Skip to content
Snippets Groups Projects
  1. Jan 09, 2024
  2. Dec 19, 2023
  3. Dec 05, 2023
  4. Dec 04, 2023
  5. Nov 28, 2023
  6. Nov 25, 2023
  7. Nov 21, 2023
  8. Nov 14, 2023
  9. Nov 13, 2023
  10. Nov 07, 2023
  11. Nov 06, 2023
  12. Oct 16, 2023
  13. Oct 13, 2023
  14. Oct 10, 2023
  15. Sep 28, 2023
  16. Jul 06, 2023
  17. 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
  18. 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
  19. Feb 16, 2021
  20. Feb 15, 2021
  21. Jul 31, 2020
  22. 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
  23. 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
  24. Dec 11, 2018
  25. 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
  26. Sep 25, 2018
Loading