Skip to content
Snippets Groups Projects
  1. Jun 22, 2011
  2. Jun 21, 2011
    • Tadashi G. Takaoka's avatar
      Use 2 arguments LinearLayout constructor · f921129f
      Tadashi G. Takaoka authored
      To maintain backward compatibility back to Froyo, we can't call
      3-argument constructor of LinearLayout.
      
      Change-Id: I35310704f92812d2748d32f35820a5058fa2bf31
      f921129f
    • Tadashi G. Takaoka's avatar
      Support Turkish keyboard · 35f20916
      Tadashi G. Takaoka authored
      I left TODOs in Suggest.java because we must pay attention to locale
      when changing character's case. Filed another Bug: 4769095 to track
      that.
      
      Bug: 4768050
      Change-Id: I1ae2c4ffd2208403a8c2a25dd3a56b71dcefc826
      35f20916
    • Tadashi G. Takaoka's avatar
      Add ArraysCompatUtils.binarySearch · acd1a1c7
      Tadashi G. Takaoka authored
      Until API version 9, java.util.Arrays.binarySearch(int[], int, int,
      int) doesn't exist.
      
      Change-Id: Ife0ed4fbac642eda069e7b6f6b8dd30e0cd5fdee
      acd1a1c7
  3. Jun 20, 2011
    • Tadashi G. Takaoka's avatar
      Fix NPE · 2951aa7e
      Tadashi G. Takaoka authored
      NPE has occured while getting containerHeight in
      LatinIME.onComputeInsets().
      
      Change-Id: Ib906c20791a1f80a5c484a75eead9d2816a9da1b
      2951aa7e
    • Tadashi G. Takaoka's avatar
      Close dictionary appropriately · 3439c726
      Tadashi G. Takaoka authored
      The dictionary that extends ExpandableDictionary must be closed when
      it becomes unused.
      
      Bug: 4725930
      Change-Id: Ib5d2c39771fb7010d303a26d1ea1c8e237c0101f
      3439c726
    • Tadashi G. Takaoka's avatar
      Remove unnecessary onRefreshKeyboard call. · 5a2d0630
      Tadashi G. Takaoka authored
      When using the sliding spacebar language switch on ICS, both
      LatinIME.toggleLanguage() and
      InputMethodService.onCurrentInputMethodSubtypeChanged() invoke
      LatinIME.onRefreshKeyboard().  This change eliminates the first one if
      it isn't necessary.
      
      This change also cleans up the followings.
        * reuse theme Context when the keyboard theme hasn't been changed.
        * clear the Keyboard cache when theme has been switched.
        * eliminates unnecessary Context reference from LatinKeyboard and
          SlidingLocaleDrawable.
        * recycle Bitmap and reuse Canvas in KeyboardView.
      
      Bug: 4725930
      Change-Id: I87366e9304879d94d12b7345adea768d86d43519
      5a2d0630
  4. Jun 18, 2011
    • Tadashi G. Takaoka's avatar
      Fix NPE · 5e4e05af
      Tadashi G. Takaoka authored
      Bug: 4686479
      Change-Id: I0b8a32d0f9bcebe55eebecd38dc5e69198e94378
      5e4e05af
  5. Jun 17, 2011
  6. Jun 16, 2011
  7. Jun 15, 2011
  8. Jun 14, 2011
    • Tadashi G. Takaoka's avatar
      Implement expandable candidates pane · 86e815a1
      Tadashi G. Takaoka authored
      This change removes horizontal scroll from candidates strip. Instead
      of that this change introduces "fixed 3 items candidates strip" and
      "expandable candidates pane".
      
      Bug: 4175031
      
      Change-Id: Ia367d9074436fdea76d3b653d81798ce2749170e
      86e815a1
  9. Jun 13, 2011
  10. Jun 10, 2011
  11. Jun 09, 2011
  12. Jun 08, 2011
  13. Jun 07, 2011
  14. Jun 06, 2011
  15. Jun 03, 2011
  16. Jun 02, 2011
  17. May 30, 2011
    • Jean Chalard's avatar
      Enable choosing a bigram prediction several times in a row. · 41ec3ec2
      Jean Chalard authored
      This change fixes a bug that prevented to choose a prediction
      several times in a row because the predictions would be replaced
      right away by punctuations.
      Please note several things about this change:
      - Recorrection is pretty much in the middle of being refactored.
        This change has no effect on recorrection itself, but may make
        existing strange behavior more obvious when moving the cursor
        for example.
      - The part of this change in Recorrection.java is not used in
        master at the moment because ongoing changes on recorrection
        result in the control never landing there, but would have been
        needed in the past and may be needed in the future.
      - This change may have adverse effects on performance which need
        to be evaluated. A comment in the code has also been written
        to this effect.
      - This does not fix bug 4466199, only addresses a pinpoint case
        of it to help evaluating the bigram predictions feature.
      
      Bug: 4466199
      Change-Id: I7219e5aeb74dff9251d12b2a72f94448dbb3e63f
      41ec3ec2
  18. May 27, 2011
  19. May 26, 2011
  20. May 25, 2011
Loading