Improve the architecture to support multiple dictionaries.
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
Showing
- java/src/com/android/inputmethod/latin/BinaryDictionaryFileDumper.java 14 additions, 7 deletions...android/inputmethod/latin/BinaryDictionaryFileDumper.java
- java/src/com/android/inputmethod/latin/BinaryDictionaryGetter.java 15 additions, 15 deletions...com/android/inputmethod/latin/BinaryDictionaryGetter.java
- java/src/com/android/inputmethod/latin/DictionaryCollection.java 5 additions, 0 deletions...c/com/android/inputmethod/latin/DictionaryCollection.java
- java/src/com/android/inputmethod/latin/DictionaryFactory.java 10 additions, 7 deletions.../src/com/android/inputmethod/latin/DictionaryFactory.java
- java/src/com/android/inputmethod/latin/PrivateBinaryDictionaryGetter.java 2 additions, 1 deletion...roid/inputmethod/latin/PrivateBinaryDictionaryGetter.java
Loading
Please register or sign in to comment