Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-09 | Remove platform/android/viewer directory. | Tor Andersson | |
The Android viewer has been moved to its own git repository. | |||
2016-10-06 | Bug 697196: Add missing openjpeg file to Android Makefiles. | Robin Watts | |
When updating openjpeg, I forgot to update the Android JNI makefiles with a newly created file. Thanks to szukw000 for reporting this! | |||
2016-04-22 | thirdparty: Update to openjpeg 2.1.0. | Sebastian Rasmussen | |
2016-03-31 | Reorganize java and android source. | Tor Andersson | |
platform/java and platform/android are reorganized: platform/java The new JNI Java classes, mupdf_native.{c,h}, Makefile and Makejar. platform/java/example The example desktop viewer classes. platform/android/viewer The original demo viewer. ndk-build is used to build libmupdf_java.so, making reference to mupdf_native.{c,h} in platform/java. |