Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-25 | Android: remove unintentional reliance on API 9 | Paul Gardiner | |
The AsyncTask class we took from android source makes use of ArrayDeque which in turn makes use of Deque, neither of which are available below API 9. Fix is to take these two classes from android source also | |||
2013-01-21 | Rename 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. |