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