summaryrefslogtreecommitdiff
path: root/platform/java
AgeCommit message (Expand)Author
2017-04-20jni: Pass independent character matrices when walking through text.Sebastian Rasmussen
2017-04-20jni: Fix typo in native identifier.Sebastian Rasmussen
2017-04-20jni: to_Annotation() may fz_throw(), make it safe.Sebastian Rasmussen
2017-04-20jni: PDFAnnotation and PDFPage additions.Sebastian Rasmussen
2017-04-20jni: Implement missing interfaces.Sebastian Rasmussen
2017-04-20jni: Check that JNI enums match those in the library.Sebastian Rasmussen
2017-04-20jni: Remove exposed device hints.Sebastian Rasmussen
2017-04-18jni: Propagate exception message, do not override it.Sebastian Rasmussen
2017-04-18jni: Clear java exception when rethrow via fz_throw().Sebastian Rasmussen
2017-04-18jni: NewStringUTF() may throw exception, handle this.Sebastian Rasmussen
2017-04-18jni: Use consistent naming in conversion functions.Sebastian Rasmussen
2017-04-18jni: Fix typo in identifier.Sebastian Rasmussen
2017-04-13Export fz_recognize_document and use it in java code.Sebastian Rasmussen
2017-03-28Java fixes.Tor Andersson
2017-03-28Rejig fz_new_device to be fz_new_derived_device.Robin Watts
2017-03-27Tweak document_writer - don't pass dev back in.Robin Watts
2017-03-22Rename fz_putc/puts/printf to fz_write_*.Tor Andersson
2017-03-22Rename libjpeg submodule.Tor Andersson
2017-03-15Add PDF_ANNOT_UNKNOWN enum.Tor Andersson
2017-03-01Add PDFPage and PDFAnnotation subclasses.Tor Andersson
2017-02-21java: Fix typo in authenticatePassword.Tor Andersson
2017-02-20android: Use system fonts as fallback instead of compiling binary blobs.Tor Andersson
2017-02-14Fix patch drawing in AndroidDrawDevice.Tor Andersson
2017-02-14java: Make PDFDocument a subclass of Document.Tor Andersson
2017-02-06Add fitPage, fitPageWidth functions to AndroidDrawDevice.Tor Andersson
2017-02-06Add bookmarks so we can find a location after reflowing a document.Tor Andersson
2017-01-31Add helper functions to AndroidDrawDevice.Tor Andersson
2017-01-23android: Add ndk-build makefile to build JNI library for android viewers.Sebastian Rasmussen
2017-01-17java: Add gdb target for debugging JNI crashes.Sebastian Rasmussen
2017-01-17java: JNI code needs generated header files from mupdf library.Sebastian Rasmussen
2017-01-17java: Simplify loadLibrary call.Tor Andersson
2017-01-17java: Add text searching.Tor Andersson
2017-01-17java: Allow custom compiler flags.Sebastian Rasmussen
2017-01-17Fix typos.Sebastian Rasmussen
2017-01-17java: Call dispose() instead of System.exit() when closing the window.Tor Andersson
2017-01-09java: Clean up and simplify example viewer.Tor Andersson
2017-01-09java: Handle outlines with duff links.Tor Andersson
2017-01-09java: Fix encoding problems when turning strings into java strings.Tor Andersson
2017-01-09java: Use default build type when compiling.Sebastian Rasmussen
2017-01-09java: Automatically determine openjdk path.Sebastian Rasmussen
2016-12-27Strip extraneous blank lines.Tor Andersson
2016-11-17Build Java viewer with libcrypto support if available.Sebastian Rasmussen
2016-11-16pdf: Add 'compressed/raw' flag to pdf_add_stream.Tor Andersson
2016-11-15Fix Java 32/64bit detection.Robin Watts
2016-11-15Update JNI code to load 32 or 64 bit DLL as appropriate.Robin Watts
2016-11-14Make fz_buffer structure private to fitz.Robin Watts
2016-11-14Add/fix page coordinates to link targets.Tor Andersson
2016-11-14Add optional 'object' argument to pdf_add_stream.Tor Andersson
2016-11-11Update JNI code to compile on Win32 and Win64.Robin Watts
2016-11-08Change access to protected on parts of Image.java to allow AndroidImage to bu...fred ross-perry