summaryrefslogtreecommitdiff
path: root/platform/android
AgeCommit message (Expand)Author
2016-07-14Fix whitespace and indentation.Tor Andersson
2016-07-13Bug 696699: Fix Text extraction mediabox information.Robin Watts
2016-07-08android: Fix mixed tabs/spaces in DocViewActivity.java.Tor Andersson
2016-07-06Android example: modify to use new JNI, N-up page displayfredrossperry
2016-07-06Android viewer - replace missing build.gradle filefredrossperry
2016-07-06Android viewer: add mupdf_native.c to buildfredrossperry
2016-06-23modified mupdf.c and mupdf_native.c to adapt to APIs that have recently changed.fredrossperry
2016-06-13Fix Android viewer build with js.Robin Watts
2016-06-13Bug 696822: Refuse to save a pdf file incrementally if it would break.Robin Watts
2016-06-08Bug 696826: Android Viewer: Cope with null itemRobin Watts
2016-06-06Android Viewer: Fix jni code w.r.t pixmap alpha API changes.Robin Watts
2016-04-26svg: Add SVG parser.Tor Andersson
2016-04-22thirdparty: Update to openjpeg 2.1.0.Sebastian Rasmussen
2016-04-21Bump patch-level.Tor Andersson
2016-04-06Update platform/android/viewer/ReadMe.txtRobin Watts
2016-04-06Bump version number.Tor Andersson
2016-03-31Initialize disabled document writing flags to zeroSebastian Rasmussen
2016-03-31android: Add new example viewer.Tor Andersson
2016-03-31Reorganize java and android source.Tor Andersson
2016-03-23Exclude AndroidDrawDevice from the Android app build.fredrossperry
2016-03-11Bug 696634: Android: Allow filenames including hash.Robin Watts
2016-02-29jni: Various cleanups.Tor Andersson
2016-02-29jni: Update build files for moved java sources.Tor Andersson
2016-02-29jni: Move java bindings to platform/java.Tor Andersson
2016-02-29jni: First attempt at generic JNI bindings.Robin Watts
2016-01-29Update Android build with HarfbuzzRobin Watts
2016-01-18Enable warnings in Android ndk-build.Robin Watts
2016-01-05Remove fz_page argument from fz_annot function calls.Tor Andersson
2015-12-28Drop 'jsimp' abstraction and use mujs directly.Tor Andersson
2015-12-18Remove fz_save_document and use pdf_save_document directly instead.Tor Andersson
2015-12-15Rename fz_write_x to fz_save_pixmap_as_x or fz_save_bitmap_as_x.Tor Andersson
2015-12-14Android: Try and minimise warnings in JNI code.Robin Watts
2015-12-11Rename structured text structs and functions to 'stext'.Tor Andersson
2015-10-21Bump version number.Tor Andersson
2015-10-15android: Update ThirdParty.mk to work with new freetype version.Tor Andersson
2015-10-14Add proper support for when a combobox widget has options that are 2-element ...Michael Vrhel
2015-09-29Android JNI code: Whitespace fixesRobin Watts
2015-09-29Support for proofingfredrossperry
2015-09-29Android: Changes to improve handling out-of-memory errors.fredrossperry
2015-09-29Added build.gradle file for use with Android Studiofredrossperry
2015-08-21GProof: Return Android style RGB color values from the JNI.Robin Watts
2015-08-21GProof: Fix Android JNI functions for multipage files.Robin Watts
2015-08-17Add JNI interface to MuPDFCore to read/write separations on a page.Robin Watts
2015-07-20Improved Android debugging support.Robin Watts
2015-07-20Tweak Android MuPDF build to respect SUPPORT_GPROOF.Robin Watts
2015-07-20Add Proofing button to Android UI.Robin Watts
2015-07-20First cut at gprf document handler.Robin Watts
2015-05-07Update version number to 1.7a for the bugfix release.Tor Andersson
2015-04-14android: Add EPUB support to file chooser. Fix crash on non-pdf documents.Tor Andersson
2015-04-14Split fz_meta into separate querying functions.Tor Andersson