Skip to content
Snippets Groups Projects
  1. Aug 25, 2014
    • Yohei Yukawa's avatar
      Allow to add/remove background color to/from the committed text · 4a71d2c4
      Yohei Yukawa authored
      This is a groundwork for subsequent CLs where we need to
      add/remove background color to/from the commited text.
      
      In this CL, we use Spanned#SPAN_COMPOSING so that we can easily
      remove such a background color by calling
      InputConnection#finishComposingText. To make this operation easy
      and realiable, we need to track whether we have specified the
      background color to the commited text or not at one place. Here
      we use RichInputConnection for this purpose.
      
      Change-Id: I5f9bc4425c5d1b80a719a20e5baf336729ec08d2
      4a71d2c4
  2. Aug 24, 2014
  3. Aug 22, 2014
  4. Aug 21, 2014
  5. Aug 20, 2014
  6. 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
  7. Aug 18, 2014
  8. Aug 16, 2014
  9. Aug 20, 2014
  10. Aug 16, 2014
  11. Aug 14, 2014
  12. Aug 13, 2014
  13. Aug 12, 2014
  14. Aug 11, 2014
  15. Aug 12, 2014
  16. Aug 11, 2014
    • Tadashi G. Takaoka's avatar
      (DO NOT MERGE) Disable Sinhala keyboard for L-release · c9add10c
      Tadashi G. Takaoka authored
      This CL also disables Tamil (Sri Lanka) subtype in conjunction with
      Sinhala (Sri Lanka) subtype.
      
      Bug: 6911143
      Bug: 9978106
      Change-Id: I686b4e5d2c79039ca8d837d3227448d69c7e47de
      c9add10c
    • Tadashi G. Takaoka's avatar
      Fix Tamil keyboard · 25906373
      Tadashi G. Takaoka authored
      This CL adds Tamil (Sri Lanka) and Tamil (Singapore) subtypes.
      This CL also fixes Sinhala Keyboard's currency symbol.
      
      Bug: 9978106
      Bug: 6911143
      Change-Id: I2060978097882d0f4b1ec10f1103260ed8a447d0
      25906373
    • Tadashi G. Takaoka's avatar
      Fix Kannada keyboard · 2863997a
      Tadashi G. Takaoka authored
      Bug: 10029252
      Change-Id: I5ae056ca6ada4ffb921e9882bf57ad21a9bb4d47
      2863997a
    • Tadashi G. Takaoka's avatar
      (DO NOT MERGE) Enable InScript keyboards for L · 015fcc26
      Tadashi G. Takaoka authored
      This CL enables the followin InScript keyboards for L-release.
      - Sinhala
      - Tamil
      - Bengali
      - Telugu
      - Marathi
      - Kannada
      - Malayalam
      
      Bug: 6911143
      Bug: 9978106
      Bug: 10028755
      Bug: 10028759
      Bug: 10028772
      Bug: 10029252
      Bug: 10417006
      Change-Id: Id8962b429fbb58b5c2c90a65849af6a6fe84a8c9
      015fcc26
  17. 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
  18. Aug 08, 2014
  19. Aug 07, 2014
  20. Aug 08, 2014
  21. Aug 07, 2014
  22. Aug 08, 2014
Loading