Skip to content

Releases: inka-pallycon/ncg-android-sdk

v2.16.2

22 Aug 07:09
Compare
Choose a tag to compare

[Version 2.16.2]

  • The targetSdk version has been updated to 34.

[Version 2.16.1]

  • Improves the performance of the open() function of the NcgEpubFile class:
    • If there are A1.ncg, A2.ncg, A3.ncg, ... etc. inside the AAA.epub file, it is faster to read the A2 and A3 files because the DRM header is read only when the A1.ncg file is opened for the first time.

v2.16.0

21 Feb 09:43
Compare
Choose a tag to compare
  • Added Builder class that can create Ncg2Agent object
  • Added new functions to Ncg2Agent with LicenseConfig class. For more information, please refer to the release note included in the SDK.
  • Changed SDK documentation from DoxyGen to JavaDoc.
  • Changed library distribution method from JAR to AAR.
  • Fixed a crash in the registerReceiver() function during NCG init().

v2.15.0

11 Jan 07:17
Compare
Choose a tag to compare
  • Updated internal library for performance improvements

v2.14.0

29 Aug 07:18
Compare
Choose a tag to compare
  • Improved performance of ePub contents decryption

v2.12.0

19 Dec 08:29
Compare
Choose a tag to compare
  • Applied Poco Zip library for better ePub content support
  • Added sample code for ePub content support

v2.11.1

08 Nov 09:05
Compare
Choose a tag to compare
  • Changed the download storage location of the sample app to support Android Scoped Storage.
  • Fixed an issue where a segmentation error occurred when repeatedly calling the DRM API.