Skip to content
Snippets Groups Projects
  1. Jan 07, 2013
  2. Dec 28, 2012
    • Tadashi G. Takaoka's avatar
      Set default audio and haptic feedback settings · fa7f08b3
      Tadashi G. Takaoka authored
      - Default keypress volume is set to 0.2f in resource.
      - Default keypress vibration duration is set to 10 msec in resource.
      
      Bug: 7055329
      Change-Id: I83bd6288d171d9787d52e2b02e4e5305f1435681
      fa7f08b3
    • Tadashi G. Takaoka's avatar
      Refactor to add SeekBarDialog · a2982dd5
      Tadashi G. Takaoka authored
      Change-Id: Id8e08a1d5ec5efb2baf96a2634111619fcb9fd4e
      a2982dd5
    • Jean Chalard's avatar
      A small simplification. · 864db4b0
      Jean Chalard authored
      It's useless to setAutoCorrection(getTypedWord()). Every time the
      contents of the word composer are altered, the auto-correction is
      reset, and at use time if it's null then the typed word is used
      anyway.
      
      Change-Id: I0870657a1ab3f456f376995b27e70703f7a5d23a
      864db4b0
  3. Dec 27, 2012
    • Jean Chalard's avatar
      Start committing hardware events (B4) · 997cba7d
      Jean Chalard authored
      Essentially this does activate auto-correction with a hardware
      keyboard, although a lot of things are still left to implement.
      No proximity is used yet which means only missing and excessive
      letters are considered. Dead keys are not handled. No combiner
      is supported. No suggestions are displayed. Resuming suggestions
      does not work correctly with a hardware key (because the view
      holds a temporary hardware event 'onKeyPreIme' and the event
      from the IME won't be handled until this is handled which won't
      happen until after the IME said that it did handle the event).
      
      Bug: 5037589
      Change-Id: Idcb5c7b26d56717ed772d53c062362807f11cdae
      997cba7d
    • Jean Chalard's avatar
      Initial implementation for decoding HW key events (B3) · 581f324e
      Jean Chalard authored
      Bug: 5037589
      Change-Id: I829f70a258de58ef8d2b836a9b435198a226e37f
      581f324e
    • Jean Chalard's avatar
      Rename some confusing variables · 0abc4821
      Jean Chalard authored
      Change-Id: Ib0de800599ae7f12c86270a627616d5b52366414
      0abc4821
    • Jean Chalard's avatar
      Fix an old bug in getting a word from the connected view. · 5bde3a61
      Jean Chalard authored
      In this test, it's impossible that start < 0 so the test is useless.
      I'm not sure what the cursor test was for, but it's very old code, and
      it seems the assumption was either misled or doesn't hold any more:
      testing for the absolute cursor position against the length of the
      word against the cursor makes no sense.
      
      The net result of this was that when the cursor index got large
      enough, resuming suggestion would not work any more.
      
      Bug: 7586467
      Change-Id: I3462082374fe9579bec7698f4d424de6ff5f2ded
      5bde3a61
    • Tadashi G. Takaoka's avatar
      Get rid of current subtype and system locale cache from SubtypeSwitcher · f4832253
      Tadashi G. Takaoka authored
      Bug: 7675452
      Change-Id: I2121f56964b6d25e8d40f5b8ec67eeae527b2117
      f4832253
    • Tadashi G. Takaoka's avatar
      Fix gesture trail width calculation · 92aee352
      Tadashi G. Takaoka authored
      Change-Id: I41e0a95437aa9b8ec9a8eefb3bc5eb0452284b60
      92aee352
  4. Dec 26, 2012
  5. Dec 24, 2012
  6. Dec 23, 2012
  7. Dec 22, 2012
  8. Dec 21, 2012
  9. Dec 20, 2012
  10. Dec 19, 2012
  11. Dec 18, 2012
  12. Dec 17, 2012
Loading