SkyEpub 7.2.5 for Android Released

Reflowable Layout

Resolved the issue that TTS has the latency after speaking a sentence for low spec devices.

In MediaOverlay Listener Interface.
New call back function is added

/** called to request modified text(return value) before TTS is about to speak a sentence(rawText). */
/** should return modified text based on rawText */

public String postProcessText(String rawText);