Category Archives: Posts

SkyEpub 5.0.1 for Android Released

Fixed Layout Engine is tuned and adjusted for performance when pages are very large.
New Function “void setUserInteractionEnabled(boolean enabled)” is added to disable/enable user interaction.

Bug Fixed that “setLayerType” not found under Android SDK 2.3.7
Bug Fixed that “setMediaPlaybackRequiresUserGesture” not found under Android SDK 4.1
Bug Fixed that rendering failed for certain file extension in Fixed Layout.
Bug Fixed that highlight is left-shifted in some devices.

Bug Fixed that highlight related functions are not working on some devices below Android SDK 4.2

SkyEpub 5.0.0 for Android Released

New Features

Smart Caching for loading adjacent chapters is supported.
The popup window for Aside-footnote becomes more convenient.
SkyProvider is newly provided and embedded as default input/output handler, which can be used for any epub file without unzipping. it also supports encrypted epub that is encrypted by SkyPackager/SkyDRM.
A lot of bugs are fixed and performance is highly enhanced.

SkyEpub 5.0.0 for iOS Released

New Features

Smart Caching for loading adjacent chapters is supported.
Changing theme without leaving viewer is supported.
Fixed Layout engine is greatly improved for smooth and fast operation with low memory footprint.
The popup window for Aside-footnote becomes more convenient.
SkyProvider is newly provided and embedded as default input/output handler, which can be used for any epub file without unzipping. it also supports encrypted epub that is encrypted by SkyPackager/SkyDRM.
A lot of bugs are fixed and performance is highly enhanced.

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);