Skip to content

Tags: cccZone/jadx

Tags

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
fix: use secure xml parser for process manifest

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
build: add maven publish

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: update readme

v1.2.0

Toggle v1.2.0's commit message
chore: fix release config

v1.1.0

Toggle v1.1.0's commit message
build: fix release build

v1.0.0

Toggle v1.0.0's commit message
fix: ignore NOPs in try-catch (skylot#668)

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: change not allowed access modifiers for methods (skylot#387) (PR s…

…kylot#439)

Fix visibility access modifies for methods (see discussions in skylot#370 and skylot#387):
    * all virtual methods become public
    * direct methods become private (instead constructors and static methods for now)
    * such modifications perform by default and can be disabled by the option in preferences (`--respect-bytecode-access-modifiers` in jadx-cli)
    * if changed to method added comment (`Access modifiers changed, original: private`)

v0.8.0

Toggle v0.8.0's commit message
feat(build): use semantic-release for automatic release publishing