Skip to content
Snippets Groups Projects
  1. Dec 16, 2013
  2. Dec 13, 2013
    • Jean Chalard's avatar
      Remove references to the v3 dictionary. · 1dc7eca1
      Jean Chalard authored
      Change-Id: I811c8c923ad67a6d9bfdd11bdef8991eb7135c27
      1dc7eca1
    • Jean Chalard's avatar
      Have dicttool use the native library to generate v4 dicts. · a245d15d
      Jean Chalard authored
      Yay !
      
      Change-Id: Iea8ced9e81031b9ab7eff05ad9ef7215be248de9
      a245d15d
    • Jean Chalard's avatar
      Remove flags from Java side. · 7b55cd3e
      Jean Chalard authored
      This simplifies the code quite a bit.
      - GERMAN_UMLAUTS are now handled through a key-value attribute.
        The dictionary generator does not need to know about it any more.
      - FRENCH_LIGATURES are deprecated as we handle them with shortcuts now.
      - CONTAINS_BIGRAMS is deprecated. Bigram processing is always applied
        regardless of this flag.
      
      Bug: 11281748
      Change-Id: If567e52e245a9342adc7f3104a0f7d8d782df8c1
      7b55cd3e
    • Ken Wakasa's avatar
      Reset to 9bd6dac4 · 2fa3693c
      Ken Wakasa authored
      The bulk merge from -bayo to klp-dev should not have been merged to master.
      
      Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
      2fa3693c
  3. Dec 12, 2013
    • Jean Chalard's avatar
      Remove flags from Java side. · 75de9fb7
      Jean Chalard authored
      This simplifies the code quite a bit.
      - GERMAN_UMLAUTS are now handled through a key-value attribute.
        The dictionary generator does not need to know about it any more.
      - FRENCH_LIGATURES are deprecated as we handle them with shortcuts now.
      - CONTAINS_BIGRAMS is deprecated. Bigram processing is always applied
        regardless of this flag.
      
      Bug: 11281748
      Change-Id: I55a11ba61d3589c1584a3fa6c941374b349b7b5c
      75de9fb7
  4. Dec 11, 2013
  5. Dec 06, 2013
    • Jean Chalard's avatar
      [RF3] Cleanups · a72e8f1e
      Jean Chalard authored
      Make the version number a single number on native and java side.
      Also, remove the hasValidContents method. It's useless since the
      native code already checks this when creating the dictionary (I
      wish I had known that when I added it).
      
      Bug: 11281748
      Change-Id: I572d37429972b2f280e4bdb748b709e5d0d7737e
      a72e8f1e
  6. Dec 04, 2013
  7. Dec 02, 2013
    • Jean Chalard's avatar
      Fix an obvious bug · 576c753d
      Jean Chalard authored
      This had to be a typo
      
      Change-Id: Id49e44d7667d64b00e883c55c683535398b6bdea
      576c753d
    • Jean Chalard's avatar
      Fix tests. · 9ab71eda
      Jean Chalard authored
      This fixes a few bugs that became apparent with the
      reinstating of a test.
      
      Bug: 11954718
      Change-Id: I1127bc3180f856566429f40d14c944e6f0007e09
      9ab71eda
  8. Nov 29, 2013
  9. Nov 21, 2013
  10. Nov 20, 2013
  11. Nov 05, 2013
  12. Oct 25, 2013
  13. Oct 18, 2013
  14. Oct 17, 2013
  15. Oct 16, 2013
  16. Oct 15, 2013
  17. Oct 11, 2013
  18. Oct 09, 2013
  19. Oct 07, 2013
    • Jean Chalard's avatar
      Fix a possible IOOB · ca9c3c06
      Jean Chalard authored
      We want to use StringUtils here, but it's full of references to
      stuff not accessible host-side like JsonReader and TextUtils
      and SettingsValues :/
      
      Bug: 11061476
      Change-Id: I3c0194979833ede283b4f9190335dba5376fe6fc
      ca9c3c06
  20. Oct 04, 2013
  21. Oct 03, 2013
Loading