Skip to content
Snippets Groups Projects
  1. Jul 06, 2023
  2. Apr 21, 2015
    • Yohei Yukaw's avatar
      Always specify non-null Locale object to SuggestionSpan · 490fa47a
      Yohei Yukaw authored
      Confusingly, specifying a null Locale object to the constructor
      of SuggestionSpan does not necessarily mean that
      SuggestionSpan#getLocale() returns null.  The constructor in
      question also receives Context object, and Context's locale can
      be used as a fallback locale to initialize locale of
      SuggestionSpan.
      
      With this CL, LatinIME always specify non-null Locale object
      when instantiating SuggestionSpan object.  It basically
      corresponds to the active main dictionary, but can be
      Locale#ROOT when one locale is not determined for some reasons.
      
      BUG: 20435013
      Change-Id: I2c152466410327300e7dba4d7ed9a22f57c17c4f
      490fa47a
  3. Mar 03, 2015
  4. Nov 21, 2014
  5. Nov 07, 2014
  6. Oct 06, 2014
  7. Aug 26, 2014
    • Jean Chalard's avatar
      Fix a bug where the top prediction would disappear. · 8380f921
      Jean Chalard authored
      This is because prediction can't be easily distinguished in
      style. This fixes the bug by simulating the right members,
      but some refactoring should be done to remove useless
      booleans.
      
      Bug: 17271923
      Change-Id: Ib88f3fb95678021624e59535492926dd315d26fb
      8380f921
  8. Aug 04, 2014
  9. Jul 17, 2014
  10. May 26, 2014
  11. May 23, 2014
  12. Feb 14, 2014
  13. Jan 15, 2014
    • Jean Chalard's avatar
      [IL57] Don't require a main dict suggestion. · e22e67e3
      Jean Chalard authored
      This is bad for recorrection (it will ignore recorrection suggestions).
      But if you think about it well, if you didn't have a main dict, then you
      probably will compute the same stuff anyway. It's not useful
      to make this check at all.
      
      Bug: 12297051
      Change-Id: I6d6cf4d9353b7c668c5413c67701563b243e585c
      e22e67e3
  14. Dec 20, 2013
    • Jean Chalard's avatar
      [IL16] Improve getTextWithSuggestionSpan · a905fcec
      Jean Chalard authored
      Dynamically test for the presence of main dict suggestions. This
      is much more potent and more accurate than the vaguely defined
      boolean.
      Also, resolve a TODO and avoid creating an object uselessly.
      
      Not directly related, but helpful with:
      Bug: 8636060
      
      Change-Id: Ib1745f77ee6d9ec7cd8bbfa5a548652ec84ec902
      a905fcec
  15. Jul 31, 2013
  16. Jun 24, 2013
  17. Jan 07, 2013
    • Ken Wakasa's avatar
      Small code cleanups · b6ca3544
      Ken Wakasa authored
      Multi-project commit with I249d5fbe
      
      Change-Id: Ia28c4e970992aa1299a30e604eaa5d096655c3a5
      b6ca3544
  18. Dec 17, 2012
  19. Oct 22, 2012
  20. Oct 03, 2012
  21. Aug 29, 2012
  22. Aug 22, 2012
  23. Aug 06, 2012
  24. May 15, 2012
  25. Apr 17, 2012
  26. Apr 12, 2012
  27. Apr 05, 2012
  28. Apr 03, 2012
  29. Mar 29, 2012
  30. Mar 27, 2012
  31. Mar 15, 2012
  32. Dec 06, 2011
  33. Dec 05, 2011
  34. Oct 28, 2011
  35. Oct 14, 2011
  36. Oct 10, 2011
  37. Aug 26, 2011
  38. Jun 17, 2011
  39. Jun 15, 2011
Loading