Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2015-09-29 | Android: Changes to improve handling out-of-memory errors. | fredrossperry | |
Probably related to bug 695507. | |||
2013-12-17 | Bug 694831: Check width and height of bitmap, not width and width | Robin Watts | |
Thanks to Dale King for reporting this. | |||
2013-09-16 | Android: remove use of Bitmap holder and avoid memory churn | Paul Gardiner | |
Now use one-time allocation of page-sized bitmaps | |||
2013-08-27 | Android: support signing | Paul Gardiner | |
2013-06-20 | Rearrange source files. | Tor Andersson | |