Skip to content
Snippets Groups Projects
  1. Mar 04, 2015
  2. 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
  3. 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
  4. Nov 21, 2014
  5. Nov 07, 2014
  6. Oct 30, 2014
    • Tadashi G. Takaoka's avatar
      Consolidate similar methods · 051f8b14
      Tadashi G. Takaoka authored
      This CL consolidates similar methods in MainKeyboardView.
      - startWhileTypingFadeinAnimation and startWhileTypingFadeoutAnimation
      - showSlidingKeyInputPreview and dismissSlidingKeyInputPreview
      
      Change-Id: I607ab74683820de2456af3e75663cf8cf358ab38
      051f8b14
  7. Oct 23, 2014
  8. Oct 21, 2014
    • Tadashi G. Takaoka's avatar
      Fix some compiler warnings · 5f00fe09
      Tadashi G. Takaoka authored
      This CL fixes the following compiler warnings.
      
      - Indirect access to static member
      - Access to a non-accessible member of an enclosing type
      - Parameter assignment
      - Method can be static
      - Local variable declaration hides another field or variable
      - Value of local variable is not used
      - Unused import
      - Unused private member
      - Unnecessary 'else' statement
      - Unnecessary declaration of throw exception
      - Redundant type arguments
      - Missing '@Override' annotation
      - Unused '@SuppressWarning' annotations
      
      Bug: 18003991
      Change-Id: Icfebe753e53a2cc621848f769d6a3d7ce501ebc7
      5f00fe09
  9. Jun 04, 2014
  10. May 23, 2014
  11. Feb 20, 2014
  12. Feb 18, 2014
    • Jean Chalard's avatar
      Straighten out database cursors behavior. · b8ff8ca9
      Jean Chalard authored
      Some were never closed, other closed twice. This change
      makes all Cursor instances behave, having the #close()
      call in a finally{} clause, and puts the burden of closing
      the cursor squarely on the creator rather than in the
      called methods.
      There is however one exception that is beyond the scope
      of this change: UserDictionarySettings have a Cursor
      member, it's never closed, and fixing the problem is not
      obvious. This change adds a TODO for now.
      
      It's not very clear if this change actually helps with
      bug#12670151, but it may be related and it's a good
      think to do anyway.
      
      Bug: 12670151
      Change-Id: I87cc44387e7dee3da1488671b93a28d9d73f7dc0
      b8ff8ca9
  13. Jul 31, 2013
  14. Jul 30, 2013
  15. Jul 25, 2013
  16. Jul 23, 2013
  17. Jun 27, 2013
  18. Jun 24, 2013
  19. Jun 14, 2013
  20. May 08, 2013
  21. Apr 26, 2013
  22. Apr 25, 2013
Loading