Skip to content
Snippets Groups Projects
  1. Apr 11, 2024
  2. Mar 18, 2024
  3. Jan 16, 2024
  4. Aug 15, 2023
  5. Jul 06, 2023
  6. Jun 24, 2018
    • Yohei Yukawa's avatar
      Remove an unused layout file · 5b65f03c
      Yohei Yukawa authored
      This layout file was copied from Settings app but in LatinIME it has
      never been used.  Also, android:onClick attributes in that layout file
      are pointing to non-existing method in LatinIME, which causes lint
      warnings.
      
      Since tihs files has never been used in LatinIME, there should be no
      user-visible behavior change.
      
      Bug: 110757803
      Test: tapas LatinIME && make -j
      Change-Id: Ib51744979df333ac432aefc54ef7d0f413cf6161
      5b65f03c
  7. May 15, 2018
  8. Jul 07, 2015
  9. Feb 11, 2015
  10. Feb 03, 2015
    • Dan Zivkovic's avatar
      LatinIME portion of "green plus" feature. · 23574d12
      Dan Zivkovic authored
      Removes the feature that adds strings to the user dictionary,
      aka the "green highlight with a plus sign".
      
      Bug 19237189.
      
      Change-Id: I2387129a3add2d69d625f2ff16ed8cab3f10a735
      23574d12
  11. Dec 09, 2014
  12. Dec 05, 2014
  13. Nov 27, 2014
  14. Oct 09, 2014
    • Tadashi G. Takaoka's avatar
      Add keyboard shadow · 15480481
      Tadashi G. Takaoka authored
      This CL sets 8dp elevation ot input view in order to cast a shadow
      onto underlying application.
      
      Bug: 16210054
      Change-Id: I7779c63612fc88e24dde65de3e4e7a45b9d1762f
      15480481
  15. Sep 08, 2014
  16. Aug 29, 2014
  17. Aug 27, 2014
    • Tadashi G. Takaoka's avatar
      Simplify onComputeInsets of LatinIME · 37beaf15
      Tadashi G. Takaoka authored
      This CL expands SoftInputWindow to the entire screen. Thus a key
      review backing view is eliminated and onComputeInsets() gets
      simplified too.
      
      Bug: 17212702
      Bug: 10841052
      Bug: 10541453
      Change-Id: I2d859f4e4698c64cabe399000821f13bab729996
      37beaf15
  18. Aug 22, 2014
  19. Aug 19, 2014
    • Yohei Yukawa's avatar
      Use FrameLayout for the backing view · 90782554
      Yohei Yukawa authored
      If we render our UI around the composing text in the fullscreen
      mode, probably we need to have our views under
      android.R.id.extractArea, which is implemented as FrameLayout.
      Therefore, using FrameLayout for the backing view makes it easy
      to simplify the code between normal mode and full screen mode.
      
      Change-Id: I69533b22d9d1368ad906dc5ef7be1a1b674d10b8
      90782554
  20. Aug 16, 2014
  21. Aug 10, 2014
    • Ken Wakasa's avatar
      A follow up to AAPT change · 31869bf5
      Ken Wakasa authored
      AAPT previously allowed apps to generate resources in the android
      package. This is no longer allowed after I1be66e3f8df9a737b21c71f8a93685376c7e6780.
      
      Change-Id: Icda68829c0bf9254b6637f0ec2cecc0b357dbc43
      31869bf5
  22. Jul 29, 2014
  23. Jul 09, 2014
  24. Jun 23, 2014
  25. Jun 19, 2014
  26. Jun 10, 2014
  27. Jun 09, 2014
  28. May 30, 2014
  29. May 29, 2014
  30. May 23, 2014
  31. May 19, 2014
  32. May 14, 2014
  33. May 13, 2014
  34. May 12, 2014
Loading