Fixed Layout
Fixed the bug that Page Navigation does not work in some Fixed Layout epub.
Add the Function to set the delay time for rendering a page in Fixed Layout epub.
-(void)setTimeForRendering:(double)seconds;
Fixed Layout
Fixed the bug that Page Navigation does not work in some Fixed Layout epub.
Add the Function to set the delay time for rendering a page in Fixed Layout epub.
-(void)setTimeForRendering:(double)seconds;
Reflowable Layout
1. Fixed the bug when another ViewController is presented on the top of BookViewController, BookViewController disappears or not responsive sometimes.
2. Fixed the bug that Internal Server is not responding.
3. Fixed the bug that didDetectTap is not called after longPressing gesture.
Fixed Layout
1. Fixed the issue Initial Zoom Scale is too large at start time.
2. Fixed the bug that App crashed due to heap memory pressure when too large pages are loaded.
Reflowable Layout
* Fixed Number of Issues.
* Improved the performance.
* New Feature – Custom Highlight Drawing
-(void)reflowableViewController:(ReflowableViewController*)rvc drawHighlightRect:(CGRect)highlightRect context:(CGContextRef)context highlightColor:(UIColor*)highlightColor highlight:(Highlight*)highlight;
Fixed Layout
* Fixed Number of Issues.
* Improved the performance.
* Made Caching Mechanism Compatible with Android.
In ReflowableView,
new function
void setDirectRead(boolean isDirectRead);
is added for the case to read directly the content from the unzipped epub.
Fixed bug – when reload() is called, sometimes highlight is not displayed properly.
Fixed bug – while Global Pagination is going on, sometimes backspace causes crash.
Fixes Bugs in Fixed Layout.
Enhances Performance in Fixed Layout.
Fixes Issues regarding Line Spacing for Some Tags
Fixes Issues regarding Font Size for Some Tags
Fixes Issues Regarding Multimedia in Kitkat
Fixes Bugs that MediaOverlay not playing in some cases.
Some Bugs Fixed regarding Highlight & Memo
SKY*Reader – SkyEpub Reference App for Android is just published.
It is based on SkyEpub for Android 4.0.4 & Advanced Demo III
OPDS catalog browsing & Local epub importer are added to original Advanced Demo III
https://play.google.com/store/apps/details?id=com.skytree.skyreader
Fixes Bug that NoteColor is missing sometimes.
– Please check the updated parts in BookViewActivity.java