summaryrefslogtreecommitdiff
path: root/android/jni
AgeCommit message (Expand)Author
2013-06-20Rearrange source files.Tor Andersson
2013-06-19Android build fixes.Robin Watts
2013-06-18Merge common and internal headers into one.Tor Andersson
2013-06-13Make display lists reference counted objects.Robin Watts
2013-06-12Support begin/end page calls in text extraction device.Tor Andersson
2013-06-09Remove fz_interactive API in favour of direct use of pdf APIPaul Gardiner
2013-05-30Android manifest tweaks.Robin Watts
2013-05-29Remove unneccessary variables in android makefiles.Tor Andersson
2013-05-27Fix a crash when saving a file in the android app.Robin Watts
2013-05-27Pull in latest fixes to jbig2dec.Robin Watts
2013-05-27Treat multiple whitespace in search strings as single.Robin Watts
2013-05-27Fix indentation to be consistent with regard to tabs/spaces.Tor Andersson
2013-05-24Android: Update makefiles for new single lib V8 builds.Robin Watts
2013-05-21Android: Fix crash when selecting text.Robin Watts
2013-05-21Fix app breakages.Robin Watts
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