Skip to content

v0.0.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Oct 15:57
· 29 commits to main since this release
2abc3b1

Changelog

  • b689794 Add APK struct and change import path
  • d2eda8f Add GitHub workflow budge
  • 448b07e Add NewAPI() and unit tests
  • 2216d46 Add apk file for debug
  • 41e665d Add apkparse binary name
  • e3316e0 Add description
  • 41ee67c Add description: How to use deapk
  • ac96c3a Add error check at unit test: Error return value of a.Parse is not checked (errcheck)
  • 1d52fc9 Add output option
  • 375c1b3 Add template message
  • 43e6201 Add unit test for pirnting apk information
  • 6ed6f4b Changed to output basic apk package information
  • 9730589 Delete multi version test budge
  • 8f182d7 Delete unused code
  • a01d74e Delete unused code
  • ca9b1e6 Fix reviewdog report
  • fde060a Fix typo
  • a532be8 Fix typo
  • 37bb1d5 Fixed deficiencies in unit testing
  • 785ca5e Initial commit
  • 8ef0747 Initial commit
  • 5894f0f Initial commit
  • a9740ca Merge branch 'main' of ssh://github.com/nao1215/apk-parser
  • d844ab2 Merge main
  • df2078d Merge pull request #1 from nao1215/implement-all-subcommand
  • 2abc3b1 Merge pull request #2 from nao1215/sample-code
  • e38128b Rename project name
  • f2e21d3 Rename subcommand name from all subcommand to info subcommand
  • f5634c2 Update go version from 1.18 to 1.19
  • e870259 Use file.IsFile() from morrigan package
  • 5f4d867 add --json option: print apk information in json format
  • 3394d8c add all command, however it's empty