summaryrefslogtreecommitdiff
path: root/android/res
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-28Android: disable whole "extras" menu when in reflow modePaul Gardiner
2013-05-27Android: Add label when deleting annotation.Robin Watts
Simple layout tweak to add 'Delete' into the header when deleting annotations.
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-04-29Internationalisation: Translations of strings.Robin Watts
2013-04-16android: More string cleanups.Tor Andersson
2013-04-11android: Clean up string resources.Tor Andersson
2013-04-09Android: handle features not supported other than for PDF filesPaul Gardiner
2013-04-09Android: new, more-logical menu hierarchyPaul Gardiner
2013-04-03Updated print icons.Robin Watts
Less 'pretty', but more in the style of the others.
2013-04-03Android: prepare for localisationPaul Gardiner
2013-04-03Use xml onClick field to avoid some of the explicit Button objectsPaul Gardiner
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-03-25Android: add support for Ink annotation creationPaul Gardiner
2013-02-26Android: add support for highlight and underline markup annotations.Paul Gardiner
Highlight annotations currently come out opaque so aren't a lot of use.
2013-02-22Android: add annotation-editing menu, triggered on annotation selectionPaul Gardiner
2013-02-13Redraw reflow icons in Xara to get better antialiasing.Robin Watts
2013-02-13Bump version number strings and dates for 1.2 release.Tor Andersson
2013-02-04Android: add button for reflowPaul Gardiner
2013-01-31Android: implement strikeout annotation creationPaul Gardiner
2013-01-26Android: Fix NullPointerException seen on Google PlayRobin Watts
According to Google Plays automated crash detection, we get a NullPointerException when trying to parse a null string as a Uri. This turns out to be caused by us trying to open a PDF attachment from gmail. This is because MuPDF is invoked with a content:// URL that does not have a file associated with it. Instead we can open that URL as an InputStream. Here we amend MuPDF to spot that case, and to open the InputStream, suck the data into a byteArray, and then to use that to open the file from.
2013-01-24Android: Show path in file picker title.Robin Watts
Also, replace ".." with "[Up one level]".
2013-01-22Android: Update clipboard icons and resize doc icons.Robin Watts
Update clipboard icons to ones that make the intent clearer (but probably aren't as pretty as I drew them). Resize doc items to be the same width as dir icons so the file list looks nicer.
2013-01-11Android: implement copying of selected text to clipboardPaul Gardiner
2013-01-10Android: add text selectionPaul Gardiner
although not actually do anything with the selection yet
2012-12-18Android: add directory navigation to the file pickerPaul Gardiner
2012-11-27android: Use custom styles for widgets.Tor Andersson
2012-11-27android: Re-enable highlight button and use tinting for button states.Tor Andersson
2012-11-27android: Use fullscreen activities for page and outline views.Tor Andersson
2012-11-27android: Update cancel icon to be the same size as the other icons.Tor Andersson
2012-10-21Android: show version number in file pickerSebastian Rasmussen
2012-10-21Android: move version number to string resourcesSebastian Rasmussen
2012-10-11Android: support entry of text into formsPaul Gardiner
2012-08-14Fix bug 693276: Mupdf/android gui widget overlapPaul Gardiner
Just fix a typo in the xml
2012-08-14Fix bug 693227: Counter intuitive message on searching to last pagePaul Gardiner
Now selects between displaying "Text not found" and "No further occurences found"
2012-03-28Update application icons.Tor Andersson
2012-03-28Disable link support in android app for 1.0 release.Tor Andersson
The link support still has several outstanding issues that need to be solved.
2012-03-20Use a subtler background tiling pattern from subtlepatterns.comTor Andersson
The patterns can be used freely in both personal and commercial projects with no attribution required, but always appreciated. darkdenim3.png was made by Brandon Jacoby.
2012-03-15Android app: highlighting and inhibiting of linksPaul Gardiner
2012-03-15Android app: remove search highlights on search-term change and show progressPaul Gardiner
2012-02-22Tweak animations and colors.Tor Andersson
2012-02-21Replace Android application icon with one based on the logo.Tor Andersson
2012-02-21android app: slide buttons on instead of fadingTor Andersson
2012-02-21Add new Android button icons and tweak the layouts.Tor Andersson
2012-02-21Use a fixed duration of 400ms for scroll animation.Tor Andersson
Make fade in/out animations 200ms long, the same as the default animation duration for iOS UI animations.
2012-02-21Go back to using a direct fade animation in favour of the ViewAnimatorPaul Gardiner
2012-02-20Update android app to use document interfaceRobin Watts
This adds XPS and CBZ support for free.
2012-02-20Updated MuPDF Android app from Paul Gardiner.Paul Gardiner