summaryrefslogtreecommitdiff
path: root/android/jni
AgeCommit message (Expand)Author
2013-03-29Android: some user-feedback improvementsPaul Gardiner
2013-03-26Make pdf_functions public as fz_functions.Robin Watts
2013-03-26Reflow: Move from html output using tables to html output using div/spanRobin Watts
2013-03-26Rework text extraction structures.Robin Watts
2013-03-25Android: add support for Ink annotation creationPaul Gardiner
2013-03-21Bug 693719: Android: Catch exceptions when counting pages.Robin Watts
2013-03-18Auto-generate appearance streams for strikeout, underline, highlightPaul Gardiner
2013-03-04Avoid interactive features causing bloat in mutoolPaul Gardiner
2013-02-28Pass bbox to pdf_set_annot_appearance rather than base on display listPaul Gardiner
2013-02-27Android: Update *.mk files to allow for non-arm android builds.Robin Watts
2013-02-26Android: add support for highlight and underline markup annotations.Paul Gardiner
2013-02-26Include required quadPoints entry in created markup annotations.Paul Gardiner
2013-02-26Android: implement annotation deletionPaul Gardiner
2013-02-22Android: add MuPDFCore.getAnnotationsPaul Gardiner
2013-02-06Fix Android build after reference/irect changes.Robin Watts
2013-02-06Rename bbox to irect.Tor Andersson
2013-02-05Android: use identity matrix in html extraction to improve font sizesPaul Gardiner
2013-02-05Android: Use HTML output in reflow mode.Robin Watts
2013-02-04Add fz_output, and make output functions use it.Robin Watts
2013-01-31Android: fix buildPaul Gardiner
2013-01-31Android: use a single fz_page to render both main and hq bitmapsPaul Gardiner
2013-01-31Android: implement strikeout annotation creationPaul Gardiner
2013-01-30Parts of Robin's PDF editing/page creation commit useful for annotationsPaul Gardiner
2013-01-30Fix Android build after rect/bbox changes.Robin Watts
2013-01-30Eliminate fz_bbox in favor of fz_rect everywhere.Tor Andersson
2013-01-26Android: Fix NullPointerException seen on Google PlayRobin Watts
2013-01-21Rename app.Robin Watts
2013-01-10Android: add core method returning the words on a pagePaul Gardiner
2012-12-13Android: add hooks to the app to handle GoToR linksPaul Gardiner
2012-12-05Android: rework link handlingPaul Gardiner
2012-11-29Fix a couple of leaksPaul Gardiner
2012-11-28Avoid calling interactive functions with a NULL idoc.Robin Watts
2012-11-28Android: add support for listbox and combobox form fieldsPaul Gardiner
2012-11-28Android: Allow multiple instances of MuPDF to run simultaneously.Robin Watts
2012-11-27Android: fix accidently swapped title and message in alert dialogPaul Gardiner
2012-11-27Android: implement saving of form dataPaul Gardiner
2012-11-26Move xps_xml.c to base_xml.c in Android makefiles.Robin Watts
2012-11-22Hardwire AA_BITS to 8 on android build.Robin Watts
2012-11-21Android: Move draw_simple_scale.c back into Core.mkRobin Watts
2012-11-20Missed Core2.mk in the profiler commit.Robin Watts
2012-11-19Enable android profiler build.Robin Watts
2012-11-19Android: implement alert dialogPaul Gardiner
2012-11-16Move text searching function into fitz.Tor Andersson
2012-11-09Android: restrict annotation updates to ones within the patch areaPaul Gardiner
2012-10-31android: avoid regeneration of annotation display list between updatesPaul Gardiner
2012-10-31Android: cache only one page object for the sake of hq renderingPaul Gardiner
2012-10-31Android: use partial updates to speed rendering after interactionPaul Gardiner
2012-10-30Android: cache information for 3 pages in the corePaul Gardiner
2012-10-29Add fz_update_pagePaul Gardiner
2012-10-25Update the android app to keep a separate display list for annotationsPaul Gardiner