Eric Wasylishen
Eric Wasylishen
According to the android developer guide here: https://developer.android.com/design/patterns/fullscreen.html we probably should be using the "Immersive" UI pattern instead of "Lean Back" (tap anywhere to toggle fullscreen).
Looking at the changes from 2.7 to 2.7.1, https://github.com/SufficientlySecure/document-viewer/compare/v2.7...v2.7.1 , these are the only two commits which look like candidates: - https://github.com/SufficientlySecure/document-viewer/commit/872061ef17df35548b65ac7a314b978ea39fc158 which adds -NOCJK - https://github.com/SufficientlySecure/document-viewer/commit/39e78cf4667b8db55f6200c833755e02306488de makes a change...
That is really weird, there's nothing obvious in the diff: https://github.com/SufficientlySecure/document-viewer/compare/v2.7.2...v2.7.3 Can you check logcat after the crash? I could try debugging it with one of the affected pdfs, I...
Which version of DV was this with? I changed the fonts included with 2.8.0, but we're still disabling some compared with muPDF (with the goal of saving .apk size), but...
mupdf (our pdf library) doesn't seem to support any compression methods wrapping the pdf, so unfortunately it won't be a one-line change.
All of the document rendering is handled by 2 backend libraries: - mupdf (which provides most of the format support: pdf, epub, etc.) - djvu There are no plans to...
I would do sooner if it was a simple change, but mupdf's reflow support would be awkward to integrate with DV because it just returns HTML, whereas DV's mupdf backend...
Nice work! I like the "open book" part especially. Agree with @hackerb9 that the book by itself could be nice. The green sheet of paper is quite close to the...
Yes, I guess we should avoid a -NC icon; F-Droid would flag it as an antifeature: https://f-droid.org/wiki/page/Antifeature:NonFreeAssets I'm not sure if @ghost 's account is still around, and sorry for...
Hm - I can't reproduce in an API24 emulator. At least, when I select "Full screen" it goes fullscreen, but the toolbar is still visible - I have to hide...