Skip to content
Snippets Groups Projects
  1. Jan 17, 2010
    • Mike LeBeau's avatar
      Migrate voice features into the open-source LatinIME. This includes · 466741d8
      Mike LeBeau authored
      the change to logging to remove any private dependencies and use
      broadcast intents to VoiceSearch instead.
      
      I have audited this code and it appears good to go for open-source,
      but would appreciate a second pair of eyes.
      
      Still to do after submitting this CL:
      
      * Reintroduce Amith's memory leak fix (37557) which was the only CL
        added to LatinIME since the last merge over to the private copy.
      * Make some changes to allow LatinIME to work without voice search
        installed. Currently I believe it will show the mic but fail if
        you press it. We need to base the visibility on the mic on the
        availability of the service.
      * Fix this code to use the new Gservices framework, it's still trying
        to use the old one.
      466741d8
  2. Jan 15, 2010
  3. Jan 08, 2010
  4. Jan 07, 2010
  5. Jan 06, 2010
  6. Dec 18, 2009
  7. Dec 17, 2009
  8. Dec 11, 2009
  9. Dec 10, 2009
  10. Dec 09, 2009
  11. Dec 08, 2009
  12. Dec 07, 2009
    • Amith Yamasani's avatar
      Fix 2306814: Too aggressive suggesting names from my contacts list. · 5b63c38d
      Amith Yamasani authored
      When there is more than one instance of a name in the Contacts, it
      gets a very high weightage and can override corrections for very
      high frequency words such as "the".
      
      This fix prevents multiple occurences from increasing the frequency
      of a contact and also from bumping it above 255, which is the frequency
      of "the", "is", etc.
      5b63c38d
  13. Dec 04, 2009
  14. Dec 03, 2009
  15. Dec 02, 2009
  16. Dec 01, 2009
    • Amith Yamasani's avatar
      Fix for 2295810: Auto-correction of English results in Englishman · f590a497
      Amith Yamasani authored
      Comparisons were always happening with lowercase version of the typed
      word, which wouldn't match the uppercase word in the dictionary, so it
      became an unrecognized word when typed in full. Highlight was then going
      to the next word in the list.
      
      Fix compares the lowercase and uppercase versions of the word for
      validity.
      f590a497
  17. Nov 30, 2009
  18. Nov 15, 2009
Loading