Daniel Weck
Daniel Weck
For illustration purposes only. Based off https://github.com/readium/SDKLauncher-Android/pull/147
See https://github.com/readium/SDKLauncher-Android/issues/124#issuecomment-328898560
https://github.com/readium/SDKLauncher-Android/blob/develop/SDKLauncher-Android/app/build_epubReadingSystem.gradle
From: https://github.com/readium/SDKLauncher-Android/blob/develop/SDKLauncher-Android/libs/androidasync-2.0.1.jar To: https://github.com/koush/AndroidAsync (not sure what the change log is though ...)
I add to manually delete these files, then copy/paste the actual folders from `../../../readium-shared-js/`: https://github.com/readium/SDKLauncher-Android/blob/develop/SDKLauncher-Android/assets/readium-shared-js/js https://github.com/readium/SDKLauncher-Android/blob/develop/SDKLauncher-Android/assets/readium-shared-js/lib https://github.com/readium/SDKLauncher-Android/blob/develop/SDKLauncher-Android/assets/readium-shared-js/static
This is a follow-up discussion to this Pull Request (when NanoHTTPD was replaced with AndroidAsync): https://github.com/readium/SDKLauncher-Android/pull/50 Comments reproduced here: Hi @JCCR I reviewed your latest commit and I noticed your...
CoffeeCatch: https://github.com/xroche/coffeecatch GoogleBreakpad: https://code.google.com/p/google-breakpad/
https://developer.chrome.com/multidevice/webview/overview https://developer.android.com/about/versions/nougat/android-7.0.html#webview So, do we have to change anything in SDKLauncher-Android? (like we did in SDKLauncher-iOS when transitioning from UIWebView to WKWebView)
...because the `file://` URI scheme / protocol cannot be used anymore for serving `reader.html` from the app-bundle (alongside `HTTP://IP:PORT` for serving the EPUB content documents). This also means that using...