Skip to content
Snippets Groups Projects
  1. Oct 11, 2024
  2. Oct 10, 2024
  3. Sep 21, 2024
  4. Aug 24, 2024
    • Aleksandras Kostarevas's avatar
      Refactor layout definition system · 2e883781
      Aleksandras Kostarevas authored
      Layouts are now defined in yaml files at latinime/java/assets/layouts. The new system makes simple layouts significantly easier to add.
      
      Many layouts still need to be ported over to the new system and some bugs still remain. The old layout system and XML layouts will need to be removed.
      2e883781
  5. Jul 23, 2024
  6. Jul 14, 2024
  7. Jun 21, 2024
  8. Feb 01, 2024
  9. Jul 06, 2023
  10. 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
  11. 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
  12. Jul 09, 2015
    • Jatin Matani's avatar
      Remove android.util.Log from FileUtils · d711426a
      Jatin Matani authored
      FileUtils is being used for other non android projects
      and hence breaks when built. Instead use the log statements
      at caller to record Log.e messages. Hence there is no side
      effect here.
      
      Bug:22042371
      Change-Id: Ieb100006ff38e013bc30542637465f58bfc0f2f2
      d711426a
  13. May 04, 2015
  14. Apr 02, 2015
  15. Mar 14, 2015
  16. Mar 12, 2015
  17. Feb 19, 2015
  18. Feb 11, 2015
    • Dan Zivkovic's avatar
      Fix master build. · 5254c01d
      Dan Zivkovic authored
      For some reason, we can't import android.os package in our Constants.
      
      Change-Id: I357ed72d13c5039a83c6e2489cdf5ef74d0ffea8
      5254c01d
    • Dan Zivkovic's avatar
      Remove shortcut support from LatinIME. · 12d80ebe
      Dan Zivkovic authored
      Note this change does not affect the native decoder interface.
      
      Change-Id: I73b7dc008a5acaf75a31a36a2d332b5afabd82d0
      12d80ebe
  19. Feb 05, 2015
  20. Feb 04, 2015
  21. Jan 29, 2015
  22. Nov 25, 2014
    • Keisuke Kuroyanagi's avatar
      Enable Quadgram for personalized dicts. · 60021bbd
      Keisuke Kuroyanagi authored
      Before:
      Total words: 1134659, Success Num: 944709, Success Percentage: 83.259%
      Bad Failures, with auto-correction (typed word == expected word, output word != expected word): 1258, Bad Failure Percentage: 0.111%
      Failures, with auto-correction (F-C): 28013, F-C Percentage: 2.469%
      Max Keystrokes: 6072844, Min Keystrokes: 3347332, Keystroke Saving Percentage:44.880%
      
      After:
      Total words: 1134665, Success Num: 945026, Success Percentage: 83.287%
      Bad Failures, with auto-correction (typed word == expected word, output word != expected word): 1271, Bad Failure Percentage: 0.112%
      Failures, with auto-correction (F-C): 27756, F-C Percentage: 2.446%
      Max Keystrokes: 6072850, Min Keystrokes: 3290996, Keystroke Saving Percentage:45.808%
      
      Change-Id: I16af52a3e9c371b95fd6f0741f45ee6b2443bea6
      60021bbd
  23. Nov 21, 2014
  24. Nov 19, 2014
  25. Nov 13, 2014
  26. Nov 10, 2014
  27. Nov 07, 2014
    • Jean Chalard's avatar
      Fix tests · 75f0ab69
      Jean Chalard authored
      Oops.
      
      Change-Id: Ib7c8c8284b55a6a6db5b5806ff40188fd06b57fb
      75f0ab69
    • Jean Chalard's avatar
      Move util classes under common · 5b91b551
      Jean Chalard authored
      Also why did we have two copies of LocaleUtils >.>
      
      Bug: 18108776
      Change-Id: I03b4403dfd51934e66b567f2f8b87da419cfb3ab
      5b91b551
  28. Nov 06, 2014
  29. Nov 02, 2014
  30. Oct 29, 2014
  31. Oct 28, 2014
Loading