Category Archives: Posts

SkyEpub for Android Advanced Demo IV in Kotlin Released

SkyEpub for Android Advanced Demo IV is released.

  1. Project has been totally modified to use Layout xml and support new User Interface Controls like contstraintLayout or etc.
  2. All Codes are written in Kotlin language.
  3. Importing Epub from local device is added to Advanced Demo.
  4. Advanced Demo is 100% compatible with AndroidX

SkyEpub for Android Advanced Demo IV in Java Released

SkyEpub for Android Advanced Demo IV is released.

  1. Project has been totally modified to use Layout xml and support new User Interface Controls like contstraintLayout or etc.
  2. A lot of issues are resolved.
  3. Importing Epub from local device is added to Advanced Demo.
  4. Advanced Demo is 100% compatible with AndroidX

SkyEpub 8.3.0 for Android Released

1. skyepub.jar is updated to conform to AndroidX and the latest Android Studio.
2. New SkyEpub Advanced demo for Android is updated to AndroidX.
3. Issue Resolved that page is not displayed properly after Rotation in some devices.

SkyEpub 8.3.1 for iOS Released

Resolved the issues below
1. App crashes when Fixed Layout book opens in Landscape mode in iOS 14.0 or above. (Curling Effect)
2. App crashes when Fixed Layout book rotates in iOS 14.0 or above. (Curling Effect)
3. Zoom scale does not match to iPad Portrait mode.

New API in Fixed Layout
/** returns the current zoom scale of fixed layout */
-(double)zoomScale;