v1.4.5
1.4.5
Added
- Add option for search results count per page in GUI
- Add logcat output to debugger
Changed
- Update Korean translation in GUI
- Update pt-BR translation in GUI
- Update zh-TW translation in GUI
- Update zh_CN translation in GUI
Fixed
- Don't rename bridged overridden methods
- Don't mark constructor for inline if anonymous class inline is disabled
- Handle possible concurrent exception in method codegen
- Correct fix for all use places of incompatible primitives
- Improve logging messages for zip security errors
- Improve ternary inline and resolve more enum cases
- Restore enum class with custom code in static init
- Handle empty block at end of else-if chain
- Implement parsing RES_TABLE_TYPE_LIBRARY chunks in resource parser
- Migrate debugger to fixed jdwp library fork
- Fix multi-threading issue in GUI DebugController
- Disable HTML rendering in labels if not needed in GUI
Features
- [gui] Option for search results count per page (#1652)
- [debugger] Add logcat output (#1411)(PR #1666)
Bug Fixes
- Don't rename bridged overridden methods (#1672)
- Don't mark constructor for inline if anonymous class inline is disabled (#1680)
- Handle possible concurrent exception in method codegen (#1685)
- Correct fix for all use places of incompatible primitives (#1688)
- Improve logging messages for zip security errors (#750)(PR #1698)
- Improve ternary inline, resolve more enum cases (#1686)
- Restore enum class with custom code in static init (#1699)
- Handle empty block at end of
else-ifchain (#1674) - [res] Implemented parsing RES_TABLE_TYPE_LIBRARY chunks (#1663)(PR #1664)
- [debugger] Migrate to fixed jdwp library fork (#1471)
- [gui] Multi-threading issue in DebugController fixed (#1701) (PR #1702)
- [gui] Disable HTML rendering in labels if not needed
- [gui] Update Korean translation (PR #1650)
- [gui] Update pt-BR translation (PR #1655)
- [gui] Update zh-TW translation (PR #1694)
- [gui] Update zh_CN translation (PR #1700)
Full Changelog: https://github.com/skylot/jadx/compare/v1.4.4...v1.4.5
Download files description:
- jadx-gui-1.4.5-with-jre-win.zip - jadx-gui with bundled JRE
- jadx-gui-1.4.5-no-jre-win.exe - jadx-gui single exe (system JRE must be installed)
- jadx-1.4.5.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