Skip to content
This repository has been archived by the owner on Sep 9, 2021. It is now read-only.

mweimerskirch/AndroidHunspellService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AndroidHunspellService

Android spellchecking service that uses the modified Hunspell engine from the Chromium project.

License information

  • The following directories were taken from the Chromium project: jni/base, jni/base/third_party/dmg_fp, jni/base/third_party/dynamic_annotations, jni/base/third_party/icu, jni/build, jni/hunspell, jni/jni, jni/third_party/hunspell/google, src/org/chromium/base/. Each of these directories contains the respective license file. The modifications can be found in patch_chrome.diff
  • src/lu/spellchecker/hunspell/Hunspell.java as well as jni/hunspell.cpp are licensed under the MIT license

FAQ

  • To compile the native library: /path/to/android-ndk-r8b/ndk-build LOCAL_USE_LTO=true
  • Unfortunately, this doesn't run on many Samsung phones, because they removed the spell checking function from their Android version. I contacted them but didn't get a useful answer.

For a similar project using the original Hunspell code, check https://github.com/iwo/HunspellCheckerService

About

Android spellchecking service that uses the modified Hunspell engine from the Chromium project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published