Skip to content
Snippets Groups Projects
  1. Aug 20, 2010
  2. Aug 05, 2010
  3. Aug 04, 2010
  4. Jul 17, 2010
  5. Jun 21, 2010
  6. Jun 10, 2010
  7. May 17, 2010
  8. May 07, 2010
  9. May 06, 2010
  10. May 05, 2010
  11. May 04, 2010
  12. May 03, 2010
  13. Apr 28, 2010
  14. Apr 27, 2010
  15. Apr 15, 2010
  16. Apr 14, 2010
  17. Apr 12, 2010
    • Valentin Kravtsov's avatar
      Fix for: For Voice IME busy circle displayed below waveform · f9d0f3a8
      Valentin Kravtsov authored
      bugfix for: http://b/issue?id=2568048
      
      [Sapphire] ]For Voice IME busy circle displayed below waveform.
      STEPS TO REPRODUCE:
      1. launch Calendar . -> Select menu -> New Event.
      2.  Switch soft keyboard to Number view.
      3.  Tap on mic symbol of  to speak
      4. Speak any word to enter in Text field .
      5. Verify busy icon ( circular icon ) displayed in "working " screen.
      
      EXPECTED RESULTS:
       Busy circle should be displayed in center of waveform
      
      OBSERVED RESULTS:
       Busy circle displayed below waveform
      
      ADDITIONAL INFORMATION:
       Spoken word is enetering in text field correctly.
      
      Change-Id: I043ce6a985f526cade0e9f63525619a92d918485
      f9d0f3a8
  18. Apr 06, 2010
  19. Apr 05, 2010
    • Jean-Baptiste Queru's avatar
      Clarify licensing · 443c360d
      Jean-Baptiste Queru authored
      -use AOSP copyright instead of Google
      -add NOTICE and tag file
      
      Bug: 2548782
      Change-Id: If50b2e9e9cc4b4876b0d047fc9f34e2d537a6da4
      443c360d
  20. Apr 01, 2010
  21. Mar 31, 2010
    • Amith Yamasani's avatar
      Treat fast moves as multi-touch. Bug: 2561786 · 0fef498a
      Amith Yamasani authored
      Detect sudden moves that have a large delta that would not be a typical drag
      by the user when hunting for a key. Drop move events until the user releases
      the touch and register both starting and ending keys instead of only the
      ending key. This reduces the frequency of dropped keys on touch hardware that
      isn't able to detect multi-touch reliably.
      
      This also takes into account diagonal moves or right angled moves due to
      pseudo-multi-touch.
      
      It weakens the swipe gestures (to swipe, you'll need to swipe slowly and fully,
        otherwise it will trigger 2 keys)
      
      Change-Id: Ieba3a0bef4c8910f0f17aa20baedb3581d1de12b
      0fef498a
    • Amith Yamasani's avatar
      Avoid race conditions between queries and closing of the auto_dict database. · fbd18664
      Amith Yamasani authored
      Keep a reference to the openhelper around across locale and input language
      changes. Also, share the openhelper between the queries and updates. Creating
      a new one in a separate thread could cause it to be closed at the wrong time.
      
      Monkey bugs, probably dupes.
      
      Bug: 2560471
      Bug: 2544169
      Change-Id: I6eb39145de7191732ddde455728bf147a2d1ba31
      fbd18664
  22. Mar 30, 2010
Loading