index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
android
/
jni
/
mupdf.c
Age
Commit message (
Expand
)
Author
2014-11-26
Change incorrect loglevel of some messages from error to info
max
2014-07-03
Fix incorrect syntax for class names in JNI.
Matt Holgate
2014-07-02
Pass mimetype when opening a document from a stream.
Matt Holgate
2014-06-27
Fix #695217 - don't allow annotation of encrypted PDFs
Matt Holgate
2014-06-26
Fix some compiler warnings on Android.
Matt Holgate
2014-06-23
Prevent the creation/destruction of the fz_cookies from trampling the env/cla...
Matt Holgate
2014-06-23
Fix for bug #695229 - open document from byte array doesn't work, but saving ...
Matt Holgate
2014-06-20
Improvement which should hopefully help with bug #693607 - MupdfActivity cras...
Matt Holgate
2014-06-17
Fix for bug #694967 - MuPDF crashes after pressing the Back Button while it r...
Matt Holgate
2014-04-01
Various android fixes.
Tor Andersson
2014-03-25
Break dependencies on pdf-form.c and pdf-js.c
Tor Andersson
2014-01-27
Android: fix to account for document handlers
Paul Gardiner
2014-01-03
Android: fix build
Paul Gardiner
2013-10-04
Android: Fix reference overflow in mupdf.c
Robin Watts
2013-09-24
Android: fix missing fz_vars
Paul Gardiner
2013-09-16
Android: remove use of Bitmap holder and avoid memory churn
Paul Gardiner
2013-08-27
Android: support signing
Paul Gardiner
2013-08-27
Android: add signature checking
Paul Gardiner
2013-07-04
Update pdf_write_document to support incremental update
Paul Gardiner
2013-06-20
Rearrange source files.
Tor Andersson