Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-05-11 | Split part of fz_document interface for pdf_document into separate file. | Tor Andersson | |
Make a separate constructor function that does not link in the interpreter, so we can save space in the mubusy binary by not including the font and cmap resources. | |||
2012-05-10 | Combine all small tools into mubusy and remove the separate executables. | Tor Andersson | |
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-24 | Add local.properties back in as local.properties.sample | Robin Watts | |
Also update the android ReadMe.txt file to include details of this. | |||
2012-04-23 | Minimize android ThirdParty.mk targets. | Tor Andersson | |
2012-04-23 | Remove local.properties. | Tor Andersson | |
2012-04-23 | Update build files for new thirdparty package with freetype 2.4.9. | Tor Andersson | |
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 | 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-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-03-13 | Merge master and pg_android branches | Robin Watts | |
Bring up to date with current APIs, including text device changes. | |||
2012-03-13 | Rename some functions and accessors to be more consistent. | Tor Andersson | |
Debug printing functions: debug -> print. Accessors: get noun attribute -> noun attribute. Find -> lookup when the returned value is not reference counted. pixmap_with_rect -> pixmap_with_bbox. We are reserving the word "find" to mean lookups that give ownership of objects to the caller. Lookup is used in other places where the ownership is not transferred, or simple values are returned. The rename is done by the sed script in scripts/rename3.sed | |||
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 | 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 | Remove android/local.properties from the git. | Tor Andersson | |
Seeing as it has local configuration, it should not be version controlled. The android manual says so. | |||
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 | Android tweaks; attempt to trigger on .xps and .cbz files too. | Robin Watts | |
In theory, the changes here should make mupdf be recognised as a handler for .xps and .cbz files (and for .pdf files without the correct mimetype). In practise I can't actually make this work right on my device. I'll open a stack overflow question and ask there. | |||
2012-02-20 | Remove "MuPDF" title bar on Android app. | Robin Watts | |
Simple change to the XML. | |||
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 | |
2012-02-13 | Remove arch_port.c from visual C solution/Android build. | Robin Watts | |
File references escaped deletion in previous commit. | |||
2012-02-11 | Purge unused and bit rotted fz_accelerate stuff, part 2. | Tor Andersson | |
2012-02-09 | Update ios and Android projects with locking changes. | Robin Watts | |
I forgot to update Android and iOS projects with the extra arg to fz_new_context. Fixed here. | |||
2012-02-07 | Rename a few functions. | Tor Andersson | |
2012-02-03 | Reference count fz_link objects. | Tor Andersson | |
2012-01-30 | Move PNG, JPEG and TIFF image loading from muxps into fitz. | Tor Andersson | |
2012-01-27 | Android/Windows build fixes | Robin Watts | |
Update Android build for new thirdparty.zip. Small windows fix for pdf_xref -> pdf_document changes. | |||
2012-01-27 | Rename pdf_xref type to pdf_document. | Tor Andersson | |
2012-01-27 | Makefile/Project changes to use new thirdparty.zip | Robin Watts | |
Updated thirdparty.zip contains newer jpeg, jbig2 and freetype code. | |||
2012-01-20 | Update Android build to cope with removal of pdf_load_page_tree. | Robin Watts | |
Just mirror the changes done in pdfdraw. | |||
2012-01-19 | Remove confusing optional 'password' argument to pdf_open_xref. | Tor Andersson | |
Require that clients call pdf_needs_password/pdf_authenticate_password instead. For dumb clients, we still allow for decrypting a file with a blank password without calling those functions. |