Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-20 | Rearrange source files. | Tor Andersson | |
2013-05-30 | Android manifest tweaks. | Robin Watts | |
Make it easier to do release builds. | |||
2013-05-28 | Android: disable whole "extras" menu when in reflow mode | Paul Gardiner | |
2013-05-27 | Android: Add label when deleting annotation. | Robin Watts | |
Simple layout tweak to add 'Delete' into the header when deleting annotations. | |||
2013-05-27 | Fix indentation to be consistent with regard to tabs/spaces. | Tor Andersson | |
2013-05-24 | Bug 694092: Android: Redraw performance (overdraw) fixes | Robin 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-29 | Internationalisation: Translations of strings. | Robin Watts | |
2013-04-16 | android: More string cleanups. | Tor Andersson | |
2013-04-11 | android: Clean up string resources. | Tor Andersson | |
2013-04-09 | Android: handle features not supported other than for PDF files | Paul Gardiner | |
2013-04-09 | Android: new, more-logical menu hierarchy | Paul Gardiner | |
2013-04-03 | Updated print icons. | Robin Watts | |
Less 'pretty', but more in the style of the others. | |||
2013-04-03 | Android: prepare for localisation | Paul Gardiner | |
2013-04-03 | Use xml onClick field to avoid some of the explicit Button objects | Paul Gardiner | |
2013-03-29 | Android: initial support for printing | Paul Gardiner | |
This wont work for other than PDF documents Also, we should save the file before printing if it has been changed | |||
2013-03-25 | Android: add support for Ink annotation creation | Paul Gardiner | |
2013-02-26 | Android: 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-22 | Android: add annotation-editing menu, triggered on annotation selection | Paul Gardiner | |
2013-02-13 | Redraw reflow icons in Xara to get better antialiasing. | Robin Watts | |
2013-02-13 | Bump version number strings and dates for 1.2 release. | Tor Andersson | |
2013-02-04 | Android: add button for reflow | Paul Gardiner | |
2013-01-31 | Android: implement strikeout annotation creation | Paul Gardiner | |
2013-01-26 | Android: Fix NullPointerException seen on Google Play | Robin 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-24 | Android: Show path in file picker title. | Robin Watts | |
Also, replace ".." with "[Up one level]". | |||
2013-01-22 | Android: 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-11 | Android: implement copying of selected text to clipboard | Paul Gardiner | |
2013-01-10 | Android: add text selection | Paul Gardiner | |
although not actually do anything with the selection yet | |||
2012-12-18 | Android: add directory navigation to the file picker | Paul Gardiner | |
2012-11-27 | android: Use custom styles for widgets. | Tor Andersson | |
2012-11-27 | android: Re-enable highlight button and use tinting for button states. | Tor Andersson | |
2012-11-27 | android: Use fullscreen activities for page and outline views. | Tor Andersson | |
2012-11-27 | android: Update cancel icon to be the same size as the other icons. | Tor Andersson | |
2012-10-21 | Android: show version number in file picker | Sebastian Rasmussen | |
2012-10-21 | Android: move version number to string resources | Sebastian Rasmussen | |
2012-10-11 | Android: support entry of text into forms | Paul Gardiner | |
2012-08-14 | Fix bug 693276: Mupdf/android gui widget overlap | Paul Gardiner | |
Just fix a typo in the xml | |||
2012-08-14 | Fix bug 693227: Counter intuitive message on searching to last page | Paul Gardiner | |
Now selects between displaying "Text not found" and "No further occurences found" | |||
2012-03-28 | Update application icons. | Tor Andersson | |
2012-03-28 | Disable 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-20 | Use a subtler background tiling pattern from subtlepatterns.com | Tor 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-15 | Android app: highlighting and inhibiting of links | Paul Gardiner | |
2012-03-15 | Android app: remove search highlights on search-term change and show progress | Paul Gardiner | |
2012-02-22 | Tweak animations and colors. | Tor Andersson | |
2012-02-21 | Replace Android application icon with one based on the logo. | Tor Andersson | |
2012-02-21 | android app: slide buttons on instead of fading | Tor Andersson | |
2012-02-21 | Add new Android button icons and tweak the layouts. | Tor Andersson | |
2012-02-21 | Use 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-21 | Go back to using a direct fade animation in favour of the ViewAnimator | Paul Gardiner | |
2012-02-20 | Update android app to use document interface | Robin Watts | |
This adds XPS and CBZ support for free. | |||
2012-02-20 | Updated MuPDF Android app from Paul Gardiner. | Paul Gardiner | |