summaryrefslogtreecommitdiff
path: root/android/jni
AgeCommit message (Expand)Author
2013-05-07Android: Fix android build.Robin Watts
2013-05-06Add simple visual-to-logic RTL reordering as a text extraction pass.Tor Andersson
2013-05-06Add UCDN unicode character library.Tor Andersson
2013-05-03Simple Image file format recogniserRobin Watts
2013-04-30Split dev_text into three parts.Tor Andersson
2013-04-30Android: Update text handling in android specific code.Robin Watts
2013-04-29Android: Fix the makefile (again) for v8 or not.Robin Watts
2013-04-29Add Memento build option to Android build. Fix memory leaks.Robin Watts
2013-04-29Android: Missed renaming of function.Robin Watts
2013-04-18Android: Fix V8_BUILD makefile logic.Robin Watts
2013-04-11Move pdf_image to fz_image.Robin Watts
2013-04-09Disable V8 usage on armeabi - only for armeabi-v7a for now.Robin Watts
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