SkyEpub 5.1.0 for Android Released

Reflowable Layout

New function “setGlobalOffset” is added.
public void setGlobalOffset(boolean isGlobalOffset);

// when this value is true, all offsets of highlights will be calculated and sent
// based on the character offset of text in chapter rather than the offset of each element.
// the startIndex and endIndex of highlight will be set to 0 (zero)
rv.setGlobalOffset(true);

Fixed Bug that error occurs when text is selected in Gingerbread devices sometimes.

SkyProvider
Performance Enhanced.
becomes more fault-tolerant.
displays case-sensitive exception message.