Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-11 | Java desktop example: detect retina and scale accordingly | fredrossperry | |
also: zoom in/out buttons | |||
2016-07-11 | android desktop viewer: scale the page box before making the pixmap in ↵ | fred ross-perry | |
imageFromPageWithDevice | |||
2016-06-23 | Update JNI code. Take explicit alpha argument in toPixmap functions. | Tor Andersson | |
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. |