APK Scanner

Releases

A list of releases of APK Scanner.

Releases

v0.0.5prereleaseDec 1, 2025

v0.0.5

  • 32ac841 version: 0.0.5
  • 004b515 cli: scan-apk: print permissions
  • 2f04562 manifest: return permissions as set
  • c04ce45 cli: redirect JUL to SLF4J
  • 9114702 gradle: upgrade wrapper and dependencies
  • c48625b library: import: fix counter
  • 27419d6 library: import using repository
  • 632b079 data: library: definitions: add support for pagination
  • 367e150 data: sort lowercase
  • 32827eb data: library: information: add support for pagination
  • 606e02d certificate: import using repository
  • 23f2d36 database: manifest: ensure name is unique
  • a0de8f5 manifest: import using repository
  • 8293e66 ExportUtil: add default file names for reference and cleanup
  • f082394 data: manifest: add/update/delete manifest permission groups
  • 533a250 data: manifest: add/update/delete manifest intent filter groups
  • ffa001a data: manifest: add/update/delete manifest flag groups
v0.0.4prereleaseNov 27, 2025

v0.0.4

  • c22d624 version: 0.0.4
  • b6f5518 cli: database: add export-all
  • c70c2a3 ExportUtil: move message to util itself
  • 9e46d85 database: reorganize DAO in sub packages
  • 44108ff signing: rename ApkCert to SignatureProcessor
  • 7962ee4 cli: scan-apk: switch to manifest repository
  • 322410a cli: scan-apk: switch to library repository
  • 73a5b99 cli: scan-apk: switch to certificate repository
  • 71d3568 data: certificate: do not exclude template entry
  • 140dded cli: database: refuse to set up database when disabled
  • 2c262b0 data: implement file based library repository
  • 458daa0 database: h2: fix memory mode and cleanup
  • 57b7b9e data: implement file based certificate repository
  • 8776571 Prepare disabling database requirement, implement manifest file repo
  • 91ec461 data: add repository for certificate data
  • 6ee8e92 data: add repository for library data
  • 7cd7946 cli: database: export: add arguments for overriding config
  • 50f66a1 config: data: add export path configs
  • bbec75a data: add repository for manifest data
  • 516e296 data: move export tasks into export util
  • 6e12f44 ImportUtil: async importAll
  • c1573c2 data: move import tasks into import util
  • 9ddd1cf database: rephrase import print
  • 07bb9f9 data: include sample data in jar resources
  • 0f33f40 README: update licensing information
  • d844611 cli: sample config: add clarifying comment
  • 9e58749 lib: signing: use gpg
v0.0.3prereleaseNov 25, 2025

v0.0.3

  • 43d6dbc version: 0.0.3
  • cfb2df1 lib: setup signing for maven publications
  • 91ff4a2 cli: scan-apk: store scan output in current working directory by default
  • e7aba60 cli: scan-apk: default output to store in current working directory
  • c0918ba cli: scan-apk: add config option and flag to store scan result next to apk file
  • 091c158 cli: configs: add json_output_directory
  • e168899 cli: configs: add json_exclude_defaults
  • 8910501 cli: configs: add store_as_json
  • cc0f2ff cli: scan-apk: rework signature output
  • a76ca6b cli: scan-apk: also print apk scan list when scanning multiple apks
  • 5599933 configs: case insensitive enum decoding
  • 5b50187 cli: scan-apk: print offending library message as yellow text
  • 6cb5a9b cli: scan-apk: list apks to scan only when verbose_generic is set
  • 9f42c12 cli: scan-apk: only add separator when scanning multiple apks
  • 4f7b9e0 cli: resources: logback: set apktool level to WARN
v0.0.2prereleaseNov 20, 2025

v0.0.2

  • 3cc7d20 version: 0.0.2
  • ada4200 README: link to documentation
  • 427f375 configuration: samples: link to documentation
  • 89ac74a cli: minor formatting change for verbose apk info output
  • 586721b cli: scan-apk: print Android API levels
  • 2d6f199 cli: scan-apk: fix bad block printing
  • 6e468e4 cli: add some color!
  • 19328bf cli: scan-apk: list manifest version and sdk entries
  • 8a02263 configs: scan-apk: add switch for verbose signing block verification
  • 4248009 configs: scan-apk: add switch for verbose certificate verification
  • 7097a0f configs: scan-apk: add switch for verbose apksig detection
  • f5df3e2 .idea: add project dictionary
  • 4aa8e8c configs: scan-apk: add switch for verbose library detection
  • 459c18f configs: scan-apk: add switch for verbose apk info
  • 618cde5 cli: configs: fix applying parsed config
  • 083a288 configs: scan-apk: add verbose switch
  • 02ed886 cli: configs: change config name for apkScannerConfigFilePath
  • c2f972a cli: configs: add console output config
  • e5dfdb3 cli: allow specifying config file
  • f40fd43 config: ScanConfig: turn raw string into enum
  • 9f5d71e cli: scan-apk: print file names and adjust some formatting
  • bf9c3f8 cli: scan-apk: increase rudeness by not wishing a nice day
v0.0.1prereleaseNov 19, 2025

v0.0.1

  • Initial pre-release