Skip to content
Snippets Groups Projects
  1. May 20, 2011
  2. Apr 26, 2011
    • Jean Chalard's avatar
      Fix Eclipse warnings. · 0c8d5ca0
      Jean Chalard authored
      This change is only there to fix warning issued by Eclipse.
      It should have absolutely no impact on the program logic.
      
      Change-Id: Ie0e242ac6c167297d33de19902340b0f6ecae9e1
      0c8d5ca0
  3. Mar 26, 2011
  4. Mar 17, 2011
  5. Dec 06, 2010
    • Maryam Garrett's avatar
      DO NOT MERGE: Logging for the VoiceSearch alternates · 7a3a9942
      Maryam Garrett authored
      Log which voice-based alternates were selected, and what
      word in the recognition results were replaced.
      This change was commited in master, but was never
      merged into GB.
      
      Bug: 3243768
      Change-Id: I8f624517990cc77c5cd714bd68ce32ac1b64489f
      7a3a9942
  6. Dec 02, 2010
  7. Oct 11, 2010
    • Maryam Garrett's avatar
      Fix the over-calling of VoiceSearch Logging · a5a5ffc0
      Maryam Garrett authored
      bug: 3035228 This change will reduce the number of times VoiceSearch app
      is called to log IME events.  This is because it 1) only
      flushes the logs when there is relevant logging information
      available and 2) sets a flag in UserHappinessSignals so
      that other apps (eg: gmail/sms) can know if there is
      relevant logging information before sending the logging
      intent to voice search.
      
      Change-Id: I708fea5a38f854091f1101e4f6a3db46296f3e92
      a5a5ffc0
  8. Aug 30, 2010
    • Maryam Garrett's avatar
      Logging for the VoiceSearch alternates · 7b9ed1aa
      Maryam Garrett authored
      Log which voice-based alternates were selected, and what
      word in the recognition results were replaced.
      
      Change-Id: I1527dc794902a18a226ca45e186ecf84841094c8
      
      Conflicts:
      
      	java/src/com/android/inputmethod/latin/LatinIME.java
      7b9ed1aa
  9. Mar 15, 2010
    • Maryam Garrett's avatar
      Fixes the over-logging of TextModified · 4f1f2201
      Maryam Garrett authored
      We were overlogging the TextMoified action because the old
      implementation would log a cursor change as a text
      modification. This CL logs 4 specific actions (choose
      suggestion, delete text, insert text, insert punctuation)
      as a text modification rather than any action in the textbox
      
      I also add in logging of the length of the recognition result
      so that we can get some more context around the scope of the
      editing of the ime result.
      
      Change-Id: I172df24ddc0a7b62bcc5ed806fd70ef7e1c42310
      4f1f2201
  10. Mar 09, 2010
  11. Jan 29, 2010
    • Maryam Garrett's avatar
      Use de-duped version on LoggingEvents now in android-common. · 86007257
      Maryam Garrett authored
      This CL now simply moves LatinIME to use the version of
      LoggingEvents in android-common, rather than duplicating
      the LoggingEvents class between VoiceSearch, Browser, and
      LatinIME.
      
      I also added in a TIMESTAMP to the START broadcast, so that
      we would be able to evaluate if various events happened
      after a user tried  Voice Input.
      
      Change-Id: Ic88ff40fcedf707abc3c5eb2e68dfd0fcdef3701
      86007257
  12. 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
Loading