Skip to content
Snippets Groups Projects
  1. Jul 06, 2023
  2. Aug 12, 2015
  3. Feb 27, 2015
    • Dan Zivkovic's avatar
      Label empty suggestions. · 24c275cc
      Dan Zivkovic authored
      When talkback is enabled, empty strings will have a content description.
      
      Bug 19479836.
      
      Change-Id: I25679a2bdeff238a5330ba406d5bc7e6e2868ba1
      24c275cc
  4. 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
  5. Nov 13, 2014
  6. 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
  7. Oct 14, 2014
    • Keisuke Kuroyanagi's avatar
      Remove shouldBlockAutoCorrectionBySafetyNet · 29b4f7aa
      Keisuke Kuroyanagi authored
      Bug: 13756409
      
      [Category diff]
      +1      27
      -1       0
      +2       0
      -2       0
      +3       0
      -3       1
      +4      11
      -4       0
      +5      51
      -5       0
      +6       0
      -6      38
      +7       0
      -7      50
      
      [Weighted category diff]
      +1      28
      -1       0
      +2       0
      -2       0
      +3       0
      -3       1
      +4      11
      -4       0
      +5      51
      -5       0
      +6       0
      -6      39
      +7       0
      -7      50
      
      show diff for ./en_user_log_phones_2011_08.csv
      +1       4
      +4       5
      +5       7
      -6       9
      -7       7
      
      The increase of false positives comes from the spaceless
      typing test cases that are synthetic data.
      
      Change-Id: I4ea77aa56ebfaa5518c71107169e1d2332de6327
      29b4f7aa
  8. Oct 09, 2014
  9. Oct 06, 2014
  10. Oct 02, 2014
  11. Oct 01, 2014
  12. Aug 22, 2014
  13. Aug 16, 2014
    • Yohei Yukawa's avatar
      Let the backing view cover the entire content area · 16a43d2b
      Yohei Yukawa authored
      With this CL, the backing view starts covering the content area
      entirely.  This allows the IME to render its UI elements at an
      arbitrary position on the screen.
      
      Change-Id: I8b4173410931b776964dddf66de2fe247e51d9de
      16a43d2b
  14. Jul 17, 2014
  15. Jun 23, 2014
  16. Jun 20, 2014
    • Tadashi G. Takaoka's avatar
      Disable empty suggestion word on the suggestions strip · ae42cd7e
      Tadashi G. Takaoka authored
      It should be disabled when it is empty. But should be enabled even
      when it is empty with accessibility exploration on to avoid announcing
      "disabled".
      
      Note that this CL may not be able to handle "suspending talk back"
      state correctly. It should be handled by registering
      TouchExplorationStateChangeListener that is available from API 19.
      
      Bug: 15738513
      Bug: 14849593
      Change-Id: Id9ad89f770840f74a106f53833060407b20c1e24
      ae42cd7e
  17. Jun 09, 2014
  18. May 13, 2014
  19. May 07, 2014
  20. Mar 20, 2014
  21. Mar 14, 2014
  22. Feb 25, 2014
    • Jean Chalard's avatar
      [QRP5] Fix boldness for predictions, and small refactoring · 0c34ee20
      Jean Chalard authored
      This is more correct. When predictions, the typed word should
      always be null unless explicitly passed. The text color should be
      that of a valid typed word only if it's actually the typed word.
      
      Bug: 13170509
      Change-Id: I769ae100e112c37c6f02064fe9ef2f81372ca9e5
      0c34ee20
    • Jean Chalard's avatar
      [QRP4] Simplification & small correctness fix. · 783f1932
      Jean Chalard authored
      This fixes the color of the predictions when running
      on a theme that has different colors for typed and
      suggested words (GB theme).
      Also, this is easier to understand and to modify from
      now on.
      
      Change-Id: Ifdc6d86a1695e83e16103041b06a2451f8d52cc4
      783f1932
    • Jean Chalard's avatar
      [QRP3] Refactoring · a0984662
      Jean Chalard authored
      Rename some variables for clarity and use constants
      instead of immediates.
      
      Change-Id: Ie07fbfcc3738ac4e67aefddc339fc54259172c39
      a0984662
    • Jean Chalard's avatar
      [QRP1] Fix a bug where the wrong value would get passed · ef3a4564
      Jean Chalard authored
      In the practice it works because this never tries to access
      inside the suggestion strip, and the worst that can happen
      is a wrong text color for a suggestion. But since the two
      colors that would be swapped are the same, nobody ever
      notices -- unless they are using the GingerBread theme.
      
      Change-Id: Ic8c70d8b3cdddf92946dfefbbc6d061572626c7a
      ef3a4564
  23. Feb 19, 2014
  24. Feb 17, 2014
  25. Feb 14, 2014
  26. Feb 13, 2014
  27. Feb 10, 2014
  28. Feb 03, 2014
  29. Jan 31, 2014
  30. Jan 30, 2014
  31. Jan 28, 2014
  32. Jan 27, 2014
  33. Dec 26, 2013
  34. Dec 13, 2013
    • Ken Wakasa's avatar
      Reset to 9bd6dac4 · 2fa3693c
      Ken Wakasa authored
      The bulk merge from -bayo to klp-dev should not have been merged to master.
      
      Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
      2fa3693c
  35. Dec 02, 2013
  36. Oct 11, 2013
    • Jean Chalard's avatar
      Fix the suggestion size. · c0bd0a24
      Jean Chalard authored
      The available space was not computed correctly. This makes the
      decision to ellipsize/expand the middle suggestion correct.
      
      Also, the scale was not applied correctly in some cases.
      
      Finally, for some reason ellipsize does not work as we expect.
      I'm not sure how to get it to work like we want it to, but
      this works around the problem in a simple manner.
      
      Bug: 11158757
      Change-Id: I083e7ac56e157f100923733e67b92a6368a526c9
      c0bd0a24
  37. Aug 30, 2013
Loading