summaryrefslogtreecommitdiff
path: root/android/AndroidManifest.xml
AgeCommit message (Collapse)Author
2013-06-20Rearrange source files.Tor Andersson
2013-05-30Android manifest tweaks.Robin Watts
Make it easier to do release builds.
2013-05-27Fix indentation to be consistent with regard to tabs/spaces.Tor Andersson
2013-05-24Bug 694092: Android: Redraw performance (overdraw) fixesRobin Watts
Thanks to Goncalo Ferreira(*) (aka monxalo) for this patch. Firstly, we move our textured background off the layout and into a style applied to MuPDFActivity. By using "windowBackground", we avoid the default background being redrawn only to be overlaid with ours. This cuts out one level of overdrawing. Secondly, when drawing each PageView, the old code would render the background for the page, then would draw the bitmap over the top of that. While it's important to draw the background of the page before we have a bitmap for the page, we can avoid that stage once a page bitmap arrives. (* apologies for not being able to put the cedilla on the 'c' in your name, but git gives problems with top bit set chars.)
2013-03-29Android: initial support for printingPaul Gardiner
This wont work for other than PDF documents Also, we should save the file before printing if it has been changed
2013-01-21Rename app.Robin Watts
Due to a clash on Google Play, we need to rename the apps main class from com.artifex.mupdf to something else. We choose com.artifex.mupdfdemo. Any user of the code in their own app should rename it similarly. To simplify this process we add some macros in the C. Various renames and lots of tedious package name editing is still required in the Java though.
2012-12-04Android: allow app to be moved to sd cardPaul Gardiner
2012-11-27android: Use fullscreen activities for page and outline views.Tor Andersson
2012-11-19Enable android profiler build.Robin Watts
Requires android-ndk-profiler to be copied into android and android/jni. Also requires r8c of the NDK.
2012-10-21Android: show version number in file pickerSebastian Rasmussen
2012-10-21Android: move version number to string resourcesSebastian Rasmussen
2012-08-16Bump version numbers to 1.1Tor Andersson
2012-03-15android app: support hardware accelerationPaul Gardiner
2012-02-21Replace Android application icon with one based on the logo.Tor Andersson
2012-02-20Android tweaks; attempt to trigger on .xps and .cbz files too.Robin Watts
In theory, the changes here should make mupdf be recognised as a handler for .xps and .cbz files (and for .pdf files without the correct mimetype). In practise I can't actually make this work right on my device. I'll open a stack overflow question and ask there.
2012-02-20Remove "MuPDF" title bar on Android app.Robin Watts
Simple change to the XML.
2012-02-20Updated MuPDF Android app from Paul Gardiner.Paul Gardiner
2011-01-17Changes to make mupdf build under android ndk-r5.Robin Watts
2010-12-02Import Android demo.Robin Watts