SDKLauncher-Android
SDKLauncher-Android copied to clipboard
Launcher app for Readium SDK on Android
I cloned using the develop branch. But when i tried to build the project it gives error "CreateProcess error=267, The directory name is invalid" My Android studio version is 3.6.3...
#### This issue is a Bug SDKLauncher-Android has build errors with Gradle 3.3 and Gradle 5.4.1. #### Steps to reproduce 1. When using Gradle 3.3 I get the error "Failed...
Upgraded API 26 to 28, build tools to 28.0.3, Gradle 5.4.1. NDK is version `16.1.4479499`. Pre-requisites (must read comments, notably the "Build output" section): https://github.com/readium/readium-sdk/pull/317 https://github.com/readium/readium-lcp-client/pull/49 ## `platform/android/local.properties` (not checked...
*General Instructions* - *Please use a short, but meaningful title.* - *Delete everything in italics before submitting issue* - *Make sure to fill in as much information as possible* ####...
For illustration purposes only. Based off https://github.com/readium/SDKLauncher-Android/pull/147
#### This issue is a Bug|Question Package: org.readium.sdk.android Class: PackageResource Method: readDataFull() Issue: When dealing with resource more than 17MB of size then readDataFull() method is returning maximum 10mb of...
We have implemented readium.js in our own application in 2016. Now, on Android 8.0 if the epub file has more than 100 xhtml files (chapters), app freezes (not crashes, but...
Inspired from readium-js-viewer, this pull request add a spinner to the ViewerSettingsDialog to choose the font face. 4 choices are available : - Default - Open Dyslexic - Open Sans...
Hi There, Is epub3 sdk supports Android 5.0 ? The reason is we are Facing a issue while loading epub3 lib on some devices with Android 5.0. The error happens...
If a URI contains HTML URL encoding will cause EpubServer fails to load that resource. This patch will normalize URL(s) before loading to resolve URI cannot be loaded in EpubServer.