Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-16 | Android: fix divide by zero error | Paul Gardiner | |
2012-08-14 | Android: further increase the page-slider's resolution for small docs | Paul Gardiner | |
2012-08-14 | Android: ensure the search dialog appears with correct initial progress | Paul Gardiner | |
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-08-14 | Fix bug 693229: Mupdf/android has inconsistent search phrase highlighting | Paul Gardiner | |
The highlights were unintentionally being cached between file invocations. In fact it was possible for the highlighting from one file to appear when opening another, even if those highlights didn't match words on the page. That could happen if both files happened to have been last opened on a common page (common in terms of page number). | |||
2012-08-13 | Android: react to menu button. | Paul Gardiner | |
Also change the search button to behave as a toggle. | |||
2012-08-13 | bug 693225 android: Can't easily switch to last page using seek bar | Paul Gardiner | |
Fixed by doubling the seekbar resolution and rounding odd positions upwards. | |||
2012-08-13 | Android: react to search button | Paul Gardiner | |
2012-06-12 | Android app: explicitly release resources when page moves out of cache area | Paul Gardiner | |
2012-06-12 | Android app: build safe AsyncTask behaviour into a derived class | Paul Gardiner | |
2012-04-24 | Maintain search results across a device rotation | Paul Gardiner | |
Thanks to Robin for the nice idea of storing the text with the search so that we can test whether it matches the edit contents | |||
2012-04-24 | Provoke search with the Return key in addition to the Done key | Paul Gardiner | |
Also ensure that starting a search closes the keyboard. | |||
2012-04-24 | Fix crash in android app due to flood of page seeks. | Robin Watts | |
Sebras found a way of crashing the MuPDF Android app by seeking quickly back and forth with the page seek bar. After about 30 seconds of frantically tapping either end of it, we'd force close. Examination shows this is due to the Async task queue getting full and throwing an exception. A simple fix is to catch the exception and perform the same tasks in the foreground. Testing indicates that this causes the UI to stall, but it's far preferable to a crash. | |||
2012-04-23 | Android tweak; more null checks. | Robin Watts | |
When building MuPDFActivity as part of a framework, the application lifecycle is slightly different. This can mean that if an attempt is made to open a corrupt file (that fails to open) createUI can be called with core == null. The fix is just to check that core is non-null. We add this check in various places to be doubly sure. | |||
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 | Android app: fix missing highlights | Paul Gardiner | |
2012-03-20 | Android app: delay the appearance of the page render progress dialogs | Paul Gardiner | |
2012-03-20 | Android app: delay the appearance of the search progress dialog | Paul Gardiner | |
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-03-15 | Handle view requests from the Transformer Prime's file manager | Paul Gardiner | |
2012-03-15 | android app: support hardware acceleration | Paul Gardiner | |
2012-02-22 | Tweak animations and colors. | Tor Andersson | |
2012-02-21 | android app: slide buttons on instead of fading | Tor Andersson | |
2012-02-21 | Android app: react to "Done" button when searching | Paul Gardiner | |
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 | Android app: decode the uri before using as a file name | Paul Gardiner | |
2012-02-21 | Android app: make taps on side margins move to next and previous | Paul Gardiner | |
2012-02-21 | Android app: implement Tor's request to clamp vertical position when height ↵ | Paul Gardiner | |
within screen | |||
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 | |
2011-07-04 | Android build lifecycle tweaks; fix leaking. | Robin Watts | |
If the app was hidden, and then restarted, it would leak lots of memory due to onCreate not only being called on create. To fix this, we armour the app a bit aginst such problems, including adding code to destroy the core when the app really is destroyed. | |||
2011-06-01 | Fix android build; bug 692222. | Robin Watts | |
Bring the MuPDF android build up to date with the latest source changes. Many thanks to Dominic Battre for his helpful report in bug 692222. | |||
2011-04-04 | android: Conform to coding convention. | Tor Andersson | |
Use tabs for indentation and no extra spaces to align stuff. | |||
2011-02-05 | Add missing MuPDFCore.java file. | Tor Andersson | |
2011-01-17 | Speed up android app rendering by reusing a display list, and rename some of ↵ | Robin Watts | |
the internal classes. | |||
2010-12-02 | Import Android demo. | Robin Watts | |