aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/DictionaryPackInstallBroadcastReceiver.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Wipe the application cache selectively•••Bug: 6537051 Change-Id: I839d0a98c729f3604582946d70c0140a5cff7dcf Jean Chalard2012-05-251-0/+2
* Receive a broadcast that the dictionary has been updated.•••Change-Id: I9751cc627a835a4061f144c48ff51e9d81b2c93b Jean Chalard2011-04-141-0/+7
* Remove a useless variable.•••Change-Id: Ifec283fcd397f7f42933220f19a807879ef6195e Jean Chalard2011-03-231-1/+0
* Add different ways of reading the dictionary file.•••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 Jean Chalard2011-03-181-0/+83