Skip to content
Snippets Groups Projects
  1. Apr 15, 2011
    • Jean Chalard's avatar
      Allow use of assets for data in the dictionary content provider. · 4e3bd58b
      Jean Chalard authored
      This update is necessary to allow dictionary content providers to use
      assets, which are part of their apk, as data to pass to the keyboard.
      Using plain file descriptors doesn't allow for sections of files to
      be correctly used.
      
      Change-Id: Ia94c26d6387bce61c73d38f5c2821f20e50e54d4
      4e3bd58b
  2. 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
Loading