summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Collapse)Author
2011-04-04android: Conform to coding convention.Tor Andersson
Use tabs for indentation and no extra spaces to align stuff.
2011-04-04Le Roi est mort, vive le Roi!Tor Andersson
The run-together words are dead! Long live the underscores! The postscript inspired naming convention of using all run-together words has served us well, but it is now time for more readable code. In this commit I have also added the sed script, rename.sed, that I used to convert the source. Use it on your patches and application code.
2011-02-05Add missing MuPDFCore.java file.Tor Andersson
2011-01-29Remove file local.properties from android build.Tor Andersson
2011-01-17Speed up android app rendering by reusing a display list, and rename some of ↵Robin Watts
the internal classes.
2011-01-17Changes to make mupdf build under android ndk-r5.Robin Watts
2010-12-02Import Android demo.Robin Watts