Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Name: android_prediction | |
| 2 URL: https://android.googlesource.com/platform/packages/inputmethods/LatinIME/+/ android-5.1.1_r8/native/jni/src/ | |
| 3 Version: 5.1.1 | |
| 4 Date: 2015/07/28 | |
| 5 Revision: cc47075cd72d3649433c7a69ae5c88669a56646d | |
| 6 License: Apache 2.0 | |
| 7 License File: NOT_SHIPPED | |
| 8 Security Critical: no | |
| 9 | |
| 10 Description: | |
| 11 Android LatinIME jni native code used to do spellcheck, word suggestion and | |
| 12 word prediction. | |
| 13 | |
| 14 Local Modifications: | |
| 15 Changed all JNI interface functions to not use JNI interface pointer and | |
| 16 JNI types. (CHROMIUM.diff) | |
| 17 | |
| 18 Changed all includes to be defines.h -> third_party/android_prediction/defines.h | |
| 19 suggest/* -> third_party/andr oid_prediction/suggest/* | |
|
viettrungluu
2015/08/06 00:09:40
nit: Probably you should format this to fit in 80
riajiang
2015/08/06 17:19:43
Done.
| |
| 20 utils/* -> third_party/androi d_prediction/utils/* | |
| 21 | |
| 22 Deleted src/suggest/core/dictionary/property/word_property.cpp, | |
| 23 src/utils/jni_data_utils.cpp, | |
| 24 src/utils/jni_data_utils.h, | |
| 25 src/utils/log_utils.cpp, | |
| 26 src/utils/log_utils.h | |
| OLD | NEW |