Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-04 | Android: Fix reference overflow in mupdf.c | Robin Watts | |
Ink attachments of more than 512 points can run us out of local references. Fix this by freeing as we go. | |||
2013-09-25 | Android: while adjusting reflow zoom, refresh only the visible page | Paul Gardiner | |
Also fix a race condition where an attempt to set the zoom might precede the loading of html into the WebView | |||
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 | |
Now use one-time allocation of page-sized bitmaps | |||
2013-08-27 | Android: support signing | Paul Gardiner | |
2013-08-27 | Android: add signature checking | Paul Gardiner | |
2013-08-27 | Support openssl build in android | Paul Gardiner | |
2013-08-21 | Bug 694522: Cope with selection of text on a JPEG image. | Robin Watts | |
If there is no text to select we return an array with a NULL in it and this causes the code to crash. Simple workaround. | |||
2013-08-14 | Bug 694516: Fix Android operation with passworded files. | Robin Watts | |
Don't countPages until after we have a password. | |||
2013-07-26 | Bump version number to 1.3. | Tor Andersson | |
2013-07-04 | Update pdf_write_document to support incremental update | Paul Gardiner | |
2013-06-21 | Fix Android builds. | Robin Watts | |
Had to rejig the thumb entry/exit veneers to allow for NDK_PROFILER operation, but this seems to have negated the need for Core2.mk, so removed that here. | |||
2013-06-20 | Rearrange source files. | Tor Andersson | |