Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-15 | java - move fitz sources into a 'src' subfolder. | fred ross-perry | |
2016-07-05 | Fix Java makefile to link to system freetype library. | 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. | |||
2016-03-21 | jni: Use system freetype and zlib. | Tor Andersson | |
AWT pulls in the system freetype library, which in turn pulls in system zlib. Avoid symbol collisions and possible header/library conflicts by using the system libraries for desktop java builds. | |||
2016-03-14 | Build java on 32-bit linux. | Tor Andersson | |
2016-02-29 | jni: Update build files for moved java sources. | Tor Andersson | |