History log of /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/DictionaryPackInstallBroadcastReceiver.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e28eba5074664d5716b8e58b8d0a235746b261eb 23-Jun-2013 Ken Wakasa <kwakasa@google.com> Move util classes to the latin/utils directory

Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/DictionaryPackInstallBroadcastReceiver.java
7058b02a9c798c21b169b778be2befc7739f4e9b 15-May-2013 Jean Chalard <jchalard@google.com> Extract a new class for app-specific workarounds.

Bug: 8944307
Change-Id: Iaff9dd03d3d856a6bdaa2b16c4e71e95cd2b6349
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/DictionaryPackInstallBroadcastReceiver.java
76d5f512f99700a963aa20a02590833e37221bff 28-Mar-2013 Jean Chalard <jchalard@google.com> Ask the client to make itself known when it's not

Upon invoking the settings of the dictionary pack with an unknown
client, we now launch an intent to ask the client to make itself known.
This change also includes the code that receives this intent and
acts upon it.

Bug: 8492879
Change-Id: I2c6496dea845646961ecafcf64e282cb93ee91dc
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/DictionaryPackInstallBroadcastReceiver.java
1061bfdb34bbcb63bf0046eec42313d264ac33fa 19-Mar-2013 Jean Chalard <jchalard@google.com> Break dependencies to allow offdevice tests to build

Change-Id: Ia9a2e8f0672b3f72943f26fb15de1d3c7c5ce7f1
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/DictionaryPackInstallBroadcastReceiver.java
0cc0544a2995c7eb54a830ae54db60af89d4073d 15-Mar-2013 Jean Chalard <jchalard@google.com> Merge the dictionary pack in Latin IME.

Bug: 8161354
Change-Id: I17c23f56dd3bc2f27726556bf2c5a9d5520bd172
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/DictionaryPackInstallBroadcastReceiver.java
8aa9963a895f9dd5bb1bc92ab2e4f461e058f87a 21-Jan-2013 Tadashi G. Takaoka <takaoka@google.com> Fix Apache license comment

Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/DictionaryPackInstallBroadcastReceiver.java
a28a05e971cc242b338331a3b78276fa95188d19 27-Sep-2012 Tadashi G. Takaoka <takaoka@google.com> Cleanup: Make some classes as final

Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/DictionaryPackInstallBroadcastReceiver.java
eb696d288ea19d3d64f932fd017da7d7187ba6e1 25-May-2012 Jean Chalard <jchalard@google.com> Wipe the application cache selectively

Bug: 6537051
Change-Id: I839d0a98c729f3604582946d70c0140a5cff7dcf
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/DictionaryPackInstallBroadcastReceiver.java
646d950ed8d2b2555df92855e18b350fd7761b21 14-Apr-2011 Jean Chalard <jchalard@google.com> Receive a broadcast that the dictionary has been updated.

Change-Id: I9751cc627a835a4061f144c48ff51e9d81b2c93b
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/DictionaryPackInstallBroadcastReceiver.java
4fc18095f57333aa6589274afa06e23d17545c76 23-Mar-2011 Jean Chalard <jchalard@google.com> Remove a useless variable.

Change-Id: Ifec283fcd397f7f42933220f19a807879ef6195e
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/DictionaryPackInstallBroadcastReceiver.java
cba93f50c3d46ada773ec49435689dc3e2094385 14-Mar-2011 Jean Chalard <jchalard@google.com> 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
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/DictionaryPackInstallBroadcastReceiver.java