Skip to content

Releases: Digidemic/kat-scan

JitPack Integration, minor config revisions, minor bug fixes

24 May 18:30
5904b48
Compare
Choose a tag to compare
  • Added JitPack integration to distribute build aar, javadoc, and sources: https://jitpack.io/#digidemic/kat-scan
    • KatScan can then be installed within your project's build.gradle.
  • Updated project file structure. Example app and katscan library are now part of the same project.
  • Kat,setup now just a single public function (instead of there being 2 options).
  • Kat.scan by default now will write every entry to an external file as well as a console log (so long as running a debug build. Otherwise console logs will always be skipped. By default, writing to external files will always be skipped for release builds. But this can be configured).
    • Config.File.writeKatScanEntriesToFileAndLog config field was added and defaults to true (which controls the above behavior).
  • Config.File.addEntriesIntoSubdirectoryCreatedToday will now default to true.
  • Bug fix that may cause console logs to be written in release builds.

1.0.0 Release

14 Oct 04:27
Compare
Choose a tag to compare

The official release of KatScan which includes the source code, compiled .aar, example app, and documentation.