Skip to content

1.3.4

Compare
Choose a tag to compare
@skylot skylot released this 20 Mar 10:17
· 574 commits to master since this release
d2bef10

Features

  • Support MethodParameters attribute (#1260)
  • Plugin options: add verify checksum option for dex input (#1385), options for java-convert plugin
  • [gui] Dialog for showing exception details and creating an GitHub issue (PR #1399)
  • [gui] Add zoom in/out actions (#1403)

Bug Fixes

  • Improve class names collision detection (#1406)
  • Allow implicit type cast for array operations (#1407)
  • Allow zero skips for restore new filled array
  • Load files also by extension (#1391)
  • Prevent NPE on 'ignore' deobf map file mode
  • [cli] Resolve regression in applying '-v' and '-q' options
  • [debugger] Handle stream end and partial reads (#1412)
  • [gui] Prevent NPE on open preferences without loaded files (#1385)
  • [gui] IllegalArgumentException when saving project to a different directory than the APK file (#1387)(PR #1388)
  • [gui] Initialize project name with loaded files (shown in Jadx title) (#1386)(PR #1393)
  • [gui] Revert contextual keywords to identifiers (#1394)
  • [gui] Handle package version in update check (#1397)
  • [gui] Don't use hardcoded color for link component (#1398)
  • [gui] Download only latest version info for jadx update (#1397)
  • [gui] Resolve NPE and fix code style in BreakpointManager
  • [gui] Reduce threads count on low memory (#1410)

Full Changelog: v1.3.3...v1.3.4

Download files description:

  • jadx-gui-1.3.4-with-jre-win.zip - jadx-gui with bundled JRE
  • jadx-gui-1.3.4-no-jre-win.exe - jadx-gui single exe (system JRE must be installed)
  • jadx-1.3.4.zip - cross-platform cli and gui bundle (system JRE must be installed)

For system JRE the latest version is always preferred, download at oracle.com

Artifacts on maven central repository: list. How to use jadx as a library, read on wiki page.