readium-sdk icon indicating copy to clipboard operation
readium-sdk copied to clipboard

A C++ ePub renderer SDK

Results 83 readium-sdk issues
Sort by recently updated
recently updated
newest added

This change simply adds a few Maven POM files that will produce standard Java jar files that can be deployed to any Maven repository. This allows anyone using Maven (or...

Created PR which has only windows(VS2013) compiler specific fixes, to separate the other updates from the windows specific changes

This PR implements Tell/Seek support on ZipFileByteStream level, it implements the idea of rewinding by read operation the underlying libzip structure if libzip zip_source layer doesn't support ZIP_SOURCE_SEEK functionality, no...

PR for XML weak_ptr memory leak fix 1) Started from develop branch, created feature/xml_memleak_fix branch 2) in feature/xml_memleak_fix, Fixed VS2013 compilation errors 3) in feature/xml_memleak_fix, Fixed ReadiumSDK code to be...

The code now compiles in Visual Studio 2013 and Windows 8.1 Some issues such as UTF-8 BOM breaking the XML parser and the Windows XML parser strictly applying rules to...

0) the git branch name is DennisPopovDn:largeFileslibZipSupport, pull request is created against readium:develop 1) Fixed Windows build, compiled for Win7&VS2013 2) readium-sdk-win\ePub3\ThirdParty\libzip is updated (Current version: 0.11.2 released on 2013-12-19,...

From Magnus Jerre, Ciber I’ve been trying to do something like this: loadJs(“window.LauncherUI.myMethod(ReadiumSDK.reader.getElementByCfi(…))) The only result I’m left with is undefined. Do you have any idea of what I have...

type:Question
func:CFI
platform:Android

See https://github.com/readium/readium-sdk/issues/56 for details. Note: This change might invalidate a user's saved bookmarks..

For some special books that has no NCX, but navigation not empty, bad access exception raises. The special books' navigation contains pure text rather than links.