Skip to content
Snippets Groups Projects
  1. Jul 06, 2023
  2. May 07, 2018
    • Yohei Yukawa's avatar
      Merge java-overridable/ into java/ again · 7a2459ca
      Yohei Yukawa authored
      This CL a logical revert of a previous CL [1], which separated Java
      files into common ones and overridable ones.  Now that that overriding
      concept is no longer used, there is no need to keep having separate
      directory structure.
      
       [1]: Ic734bd4d20aa050c688a3158b1a382ae0ac18991
            fb74ab15
      
      Fix: 79323502
      Test: make -j aosp_taimen-userdebug && make -j
      Test: tapas LatinIME && make -j
      Change-Id: I2090bc25d18e6d4f24e91c2cbfe832755cbb4e8f
      7a2459ca
  3. Mar 23, 2015
  4. Apr 04, 2014
  5. Jun 24, 2013
  6. Apr 23, 2013
  7. Apr 11, 2013
  8. Mar 19, 2013
  9. Jan 21, 2013
  10. Sep 27, 2012
  11. Aug 25, 2011
  12. Aug 15, 2011
  13. Aug 11, 2011
  14. Aug 04, 2011
  15. Apr 28, 2011
    • Jean Chalard's avatar
      Improve the architecture to support multiple dictionaries. · d8f52a4f
      Jean Chalard authored
      This change enables the interface to get multiple dictionaries from a
      dictionary pack. It only implements it to the end in the case of the
      proprietary method, as the open method needs still some working out,
      and the "inside the package" method does not need it.
      
      This change goes together with Iaa95bf36, and breaks the build
      without it.
      
      Bug: 1752028
      
      Change-Id: I3ccfd696e8ef083ef9c074e1c3e4bb0bf2fcfd23
      d8f52a4f
  16. Mar 18, 2011
    • Jean Chalard's avatar
      Add different ways of reading the dictionary file. · cba93f50
      Jean Chalard authored
      This change adds basic support for an external dictionary provider.
      It adds methods for reading the dictionary itself from an asset in
      the dictionary provider package directly, obtaining the file name
      through the ContentProvider interface; it also adds a way of getting
      the data through an InputStream and copying the file locally.
      
      Incidentally this change also adds the code needed to listen for
      updating the dictionary provider package and reloading it in time.
      
      This change also goes hand-in-hand with Iab31db6e, which implements
      the small closed part of this.
      
      Issue: 3414944
      
      Change-Id: I5e4fff99a59bb99dbdb002102db6c90e6cb41c8a
      cba93f50
  17. Jan 25, 2011
  18. Dec 09, 2010
  19. Aug 24, 2010
    • satok's avatar
      Clean up LatinIME java · 525141a4
      satok authored
      - remove unused code
      - add @Override
      - change the inappropriate cast
      
      Change-Id: Ib25b4939e5b4273794ab0f6349776b5b62d89894
      525141a4
  20. 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
  21. Mar 30, 2010
  22. Mar 09, 2010
  23. Mar 05, 2010
  24. 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
  25. Jul 05, 2009
Loading