Skip to content
Snippets Groups Projects
  1. Jul 22, 2011
  2. Jul 21, 2011
  3. Jul 20, 2011
  4. Jun 25, 2011
  5. Jun 22, 2011
  6. Jun 21, 2011
  7. Jun 07, 2011
  8. May 30, 2011
    • Jean Chalard's avatar
      Enable choosing a bigram prediction several times in a row. · 41ec3ec2
      Jean Chalard authored
      This change fixes a bug that prevented to choose a prediction
      several times in a row because the predictions would be replaced
      right away by punctuations.
      Please note several things about this change:
      - Recorrection is pretty much in the middle of being refactored.
        This change has no effect on recorrection itself, but may make
        existing strange behavior more obvious when moving the cursor
        for example.
      - The part of this change in Recorrection.java is not used in
        master at the moment because ongoing changes on recorrection
        result in the control never landing there, but would have been
        needed in the past and may be needed in the future.
      - This change may have adverse effects on performance which need
        to be evaluated. A comment in the code has also been written
        to this effect.
      - This does not fix bug 4466199, only addresses a pinpoint case
        of it to help evaluating the bigram predictions feature.
      
      Bug: 4466199
      Change-Id: I7219e5aeb74dff9251d12b2a72f94448dbb3e63f
      41ec3ec2
  9. May 25, 2011
  10. May 24, 2011
  11. May 23, 2011
  12. May 20, 2011
  13. May 18, 2011
  14. May 13, 2011
  15. May 12, 2011
  16. Apr 27, 2011
    • Jean Chalard's avatar
      Create a dictionary collection and a dictionary factory. · 4250eb27
      Jean Chalard authored
      The dictionary collection is a class complying to the Dictionary
      interface that acts as a front end to a collection of arbitrarily many
      dictionaries of any type.
      The dictionary factory is a helper class for creating various
      dictionaries and get some meta information about them.
      
      At the same time, this change makes the BinaryDictionary class
      not a singleton any more.
      
      This also needs I9afe61a9 to not break the build.
      
      Change-Id: I61fdcc4867fcda18342807bf1865e6e46979e5d5
      4250eb27
    • Jean Chalard's avatar
      Add a method to set the locale to Utils. · 309bff56
      Jean Chalard authored
      Add a setLocale method to Utils that returns the previous locale.
      Also unify all calls through the code.
      
      Change-Id: Ic850dc5df19fba00ed3601835652859b4321b544
      309bff56
  17. 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
  18. Apr 25, 2011
  19. Apr 22, 2011
  20. Apr 21, 2011
  21. Apr 14, 2011
  22. Apr 13, 2011
  23. Apr 01, 2011
  24. Mar 26, 2011
  25. Mar 25, 2011
    • satok's avatar
      Renamed Proxy classes · b8690594
      satok authored
      - VoiceConnector to VoiceProxy
      - VoiceInputConnector to VoiceInputWrapper
      - VoiceLoggerConnector to VoiceLoggerWrapper
      
      Change-Id: I908ddc590c8846cf5cbd80b9c0257cb65c638bde
      b8690594
  26. Mar 23, 2011
  27. Mar 19, 2011
  28. Mar 17, 2011
Loading