SkyEpub 3.9.6 for Android Released

New Features

ReflowableView

public boolean areHighlighsForSearchResultsDisplayed();
; tells whether the highlights for searchResults are displayed now or not.

public void clearHighlightsForSearchResults();
; clears all highlights for searchResult which are displayed on screen.

public void gotoPageBySearchResult(SearchResult searchResult,ArrayList searchResults);
; jumps to the certain SearchResult and display all search results which have the same key.

public void gotoPageBySearchResult(SearchResult searchResult,int color);
; jumps to the certain SearchResult and display it with given color;

public void gotoPageBySearchResult(SearchResult searchResult,ArrayList searchResults,int color);
; jumps to the certain SearchResult and display all search results which have the same key.
; the color argument is the color for highlights for searchResults.

FixedView
public void setRotationLock(boolean isLocked);
; enable or disable the rotation in Fixed Layout View.

Fixes Bugs in Advanced Demo II

Content of Chapters displays wrong chapter index in RTL
Bookmarks displays wrong chapter index in RTL
Highlights displays wrong chapter index in RTL
When tapping on one chapter in COC (or Content of Table), it jumps to wrong chapter in RTL