Skip to content
Snippets Groups Projects
  1. Oct 07, 2014
  2. Oct 06, 2014
    • Adrian Velicu's avatar
      Postponing memory deallocation after onFinishInputView · 7b8f3170
      Adrian Velicu authored
      Bug: 17559789
      Change-Id: I1d4b1524028164d27ec4eadd3960b567148f2b84
      7b8f3170
    • Jean Chalard's avatar
      [ML14] Forward the locale list to relevant places, again · bc051a56
      Jean Chalard authored
      Diff:
      +++ b/java/src/com/android/inputmethod/keyboard/internal/KeyboardBuilder.java
      @@ -735,7 +735,7 @@ public class KeyboardBuilder<KP extends KeyboardParams> {
      
           private boolean matchLocaleCodes(TypedArray caseAttr, final Locale[] locales) {
               // TODO: adujst this for multilingual input
      -        return matchString(caseAttr, R.styleable.Keyboard_Case_languageCode, locales[0].toString());
      +        return matchString(caseAttr, R.styleable.Keyboard_Case_localeCode, locales[0].toString());
           }
      
           private boolean matchLanguageCodes(TypedArray caseAttr, Locale[] locales) {
      
      Change-Id: Icefac18dd6d5fea97f591177cf8df1ba6de7f4f0
      bc051a56
    • Yohei Yukawa's avatar
      Remove ENABLE_CURSOR_ANCHOR_INFO_CALLBACK · 81c2dfe9
      Yohei Yukawa authored
      We can now start relying on L APIs even in unbundled release.
      
      This means ENABLE_CURSOR_ANCHOR_INFO_CALLBACK can be always true.
      Hence we simply remove it.
      
      Change-Id: I0353e992e97e252059f83accea100504594bf171
      81c2dfe9
  3. Oct 03, 2014
  4. Oct 02, 2014
  5. Oct 01, 2014
  6. Sep 22, 2014
  7. Sep 18, 2014
  8. Sep 16, 2014
  9. Sep 12, 2014
  10. Sep 11, 2014
    • Yohei Yukawa's avatar
      Support CursorAnchorInfo in the full-screen mode · cd119050
      Yohei Yukawa authored
      This CL allows to emulate the behavior of CursorAnchorInfo
      in the full-screen mode to work around the limitation of
      the framework.
      
      Basically this CL copies relevant code from the framework
      to LatinIME. This is actually a code duplicate which isn't
      great, but probably the only way that is available right now.
      
      Change-Id: I30bc8c3387c91c8e47252ba699cbd967d8927dad
      cd119050
  11. Sep 10, 2014
  12. Sep 08, 2014
  13. Sep 05, 2014
  14. Sep 01, 2014
  15. Aug 29, 2014
  16. 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
    • Yohei Yukawa's avatar
      Set the text bgcolor only when CursorAnchorInfo is available · 29200b0a
      Yohei Yukawa authored
      When CursorAnchorInfo is unavailable, we shouldn't try to show
      the commit indicator and set the text highlight color.
      
      With this CL, RichInputConnection can be used to track if the
      application responded that it does support CursorAnchorInfo or
      not.  This result will be taken into consideration when
      InputLogic needs to determine whether the commit indicator
      should be displayed or not.
      
      Change-Id: I945d70eeb02a7a5f3d9b22459b23d7028508910f
      29200b0a
    • Yohei Yukawa's avatar
      Introduce commit/add-to-dictionary indicators · bea17c49
      Yohei Yukawa authored
      This CL introduces commit/add-to-dictionary indicators.
      
      Note that the text is not yet highlighted when the commit
      indicator is displayed. It will be addressed in subsequent
      CLs.
      
      Change-Id: I7e9b0fcfdc0776a50a1d8cfb41ee0add813317dd
      bea17c49
  17. Aug 26, 2014
  18. Aug 25, 2014
  19. Aug 22, 2014
Loading