Category Archives: Posts

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

SkyEpub 3.9.5 for Android Released

Fixes Bugs : PageIndex not calculated properly in RTL
Fixes Bugs : Highlight is not displayed in right position in RTL
Fixes Bugs : Jump to certain chapter in Content of Books in RTL
Fixes Bugs : can’t locate the exact position by Search Result in RTL

Fixes Bugs : Selector for text selection not work properly sometimes in RTL

Enhancement: The background image having Alpha value can be blended with the backgroundColor of ReflowableView using rv.setBackground(int color);

SkyEpub 3.9.2 for Android Released

Fixes Bug : The last character is missing in the highlight object passed to selectedStarted or selectionEnded events.
Fixes Issue : One more character is added than selected text when highlight is created.
Fixes Bug : In Advanced Demo II, note icon does not appear after deleting highlight.

New Feature : PageTransition can be changed after Book is loaded using rv.setPageTransition(PageTransition) function.
New Function : rv.reloadLayout() is added to change theme after Book is loaded.

Advanced Demo II for iOS Released

New Features

** Before Installation on your devices, First Delete the Existing App from your devices

** Press Top Left Library Button to start Installation

1. Cover Image and Information for Book

2. HomeViewController Using UICollectionView

3. Three Different Kinds of Themes

4. Comprehensive Setting Activity

5. Global Pagination Demo.

6. UI Useability Enhanced in BookViewController