Author Archives: skytree21

SkyEpub 4.7.0 for Android Released

Reflowable Layout
Bug Fixed that SVG image is not shown.

Fixed Layout
Bug Fixed that SVG image is not shown.
Drag & Drop objects inside page is now supported.
New Function is Added to Fixed Layout.

// set the minimum speed for pageTransition
// to avoid the conflict between dragging object inside page and swiping for turning page.
// if you don’t need to drag objects inside page, set this value 0.1f for smooth curling.
void setSwipeSpeedForPageTransition(double speed);

SkyEpub 4.6.1 for Android Released

Reflowable Layout
New function “String getCoverURL()” is added to extract the cover image url inside epub.

Fixed Layout
New function “String getCoverURL()” is added to extract the cover image url inside epub.
Bug Fixed that MediaOverlay skips the right side page in Landscape mode for some epubs.

SkyEpub 4.6.0 for Android Released

EpubHandler.java is added to Advanced Demo.
This source is to read contents from epub(zipped) directly without unzipping.

Reflowable Layout
Fixed bug that Search does not work properly in some epubs.
Fixed Issue that NavMap of epub3 is not retrieved sometimes.
Enhance the processing for big table.