Skip to content

Releases: ThexXTURBOXx/dex2jar

v55

12 Oct 17:24
df1c02f
Compare
Choose a tag to compare
v55
Merge remote-tracking branch 'origin/main' into develop

v54

03 Oct 11:20
cd0b98d
Compare
Choose a tag to compare
v54
Change Java distribution to Temurin

v53

26 Aug 14:08
e073500
Compare
Choose a tag to compare
v53
Fix MethodCodeTooLargeException

Is there a better solution?

v52

19 Jun 21:38
a490433
Compare
Choose a tag to compare
v52
fix typos of hex strings decoding

v51

06 Jun 16:14
0bb5e1c
Compare
Choose a tag to compare
v51
Extract Hex class resource logic to a separate method (#20)

* feat: Extract Hex class resource logic to a separate method

Sorry for the weird commit message, I couldn't find a way to word it better. Anyways..

This commit extracts the `getResourceAsStream` call to a separate, protected method so it can be overrided, and we can provide the Hex class from a different source.

* fix: Check if Hex class stream is null

v50

09 Apr 14:38
63334e7
Compare
Choose a tag to compare
v50
Update Gradle and ASM

v49

02 Apr 09:17
b04929c
Compare
Choose a tag to compare
v49
Cleanup

v48

01 Apr 11:54
8496704
Compare
Choose a tag to compare
v48
Finally fix handling of large arrays

v47

29 Mar 14:56
0e26919
Compare
Choose a tag to compare
v47
Improve handling of large arrays

v46

26 Feb 19:48
ac8ffcc
Compare
Choose a tag to compare
v46
Remove deprecated workflow action