Commit Graph

972 Commits

Author SHA1 Message Date
Nico Mexis 3e918607ab
Update dex2jar
... again to fix some issues
2021-09-06 22:50:45 +02:00
Nico Mexis 1ef6bc3565
Update dependencies 2021-09-04 22:19:23 +02:00
hajdam c264e365cb JHexEditor replaced with BinEd Hexadecimal viewer library 2021-09-03 22:43:10 +02:00
Konloch ec6db5cd23
Merge pull request #349 from ThexXTURBOXx/master
Just some small stuff
2021-08-28 13:50:33 -07:00
Nico Mexis b18459ef3d
Update to skylot's JADX again
Jitpack building is now fixed on master again
2021-08-27 19:53:49 +02:00
Nico Mexis bfad5d83d8
Properly set source and target JDK in MANIFEST 2021-08-27 11:39:47 +02:00
Nico Mexis b18bc950e1
Even more applications of the Law of Demeter 2021-08-27 10:49:31 +02:00
Nico Mexis 0d7b7c5de8
Dependency versions are now properties
This allows for easier updating in the future
2021-08-27 10:30:39 +02:00
Nico Mexis bd6303b75c
Remove module-info.class
This shouldn't break anything, but gets rid of those nasty warnings on build...
The module system doesn't work for us anyways
2021-08-27 10:17:10 +02:00
Nico Mexis 481870d656
Fix JADX
... And also all other future service clashes
2021-08-27 10:13:49 +02:00
Nico Mexis 79403f320f
Update dex2jar
This provides a better solution to #348
2021-08-27 01:16:52 +02:00
Nico Mexis e6b2576b57
Update dependencies
JADX updated to my branch until my PR is merged for continued Jitpack support
2021-08-27 01:01:07 +02:00
Nico Mexis a383c52619
Fix possible NPE
Fixes #347
2021-08-27 00:00:04 +02:00
Nico Mexis 20920eab5a
Make use of the Law of Demeter
I mean, most of the time, we do make use of it... But sometimes, we don't. This fixes this "issue" in some places :)
2021-08-26 23:59:37 +02:00
Konloch 2d4c339f87
Merge pull request #345 from ThexXTURBOXx/master
Update a few more libraries
2021-08-23 09:23:36 -07:00
Nico Mexis e2a0c2ec1d
Update dex2jar again
This should fix multidexed APK files
2021-08-23 17:52:49 +02:00
Nico Mexis ba6a41873a
Update dex2jar again 2021-08-23 14:10:26 +02:00
Nico Mexis 638e45b5c6
Update instructions 2021-08-21 12:56:33 +02:00
Nico Mexis 8dda1d3386
Fetch current FernFlower from Jitpack 2021-08-21 12:56:24 +02:00
Nico Mexis 954f29020f
Fetch current Dex2Jar and JADX from Jitpack 2021-08-21 12:42:31 +02:00
Konloch e4543ea817
Merge pull request #344 from ThexXTURBOXx/dex2jar
Dex2jar fixes
2021-08-12 05:15:49 -07:00
Nico Mexis ea8c756e00
Update to newest version of Dex2Jar
This version shouldn't change much besides the ways to contact the author
2021-08-12 13:48:46 +02:00
Nico Mexis 68383dca5e
Allow change of minSdkVersion via settings 2021-08-11 22:42:15 +02:00
Nico Mexis 63df81e378
Update dex2jar
Now, the minSdkVersion can be changed via parameters!
2021-08-11 22:40:30 +02:00
Nico Mexis 6df3b05dc9
Update to newest version of Dex2Jar
This fixes most APKs that I've tried, actually.
Even Instagram only throws a single Exception now.
Can we do even better? Most likely yes... Let me see within the next few weeks
2021-08-11 13:22:09 +02:00
Nico Mexis 4db04acaf4
Use my version numbering for Dex2Jar
Now it is more obvious, which version is currently deployed
2021-08-10 15:50:13 +02:00
Nico Mexis cb25dfac09
Dex2Jar shall be downloaded via GitHub Actions from now on 2021-08-10 12:24:37 +02:00
Nico Mexis bee442e6b5
Exclude ICU4J 2021-08-10 11:26:58 +02:00
Nico Mexis b5fe8a71c1
Fix shading warnings 2021-08-10 11:12:48 +02:00
Konloch 0bc6d4a01b Resource List Icon Cache
This is still a work in progress and may cause bugs, specifically when you remove an imported resource without resetting the workspace
2021-08-10 01:45:25 -07:00
Konloch 4d87d2ee99
Merge pull request #343 from ThexXTURBOXx/smali
Properly fix Smali and Dex2Jar
2021-08-09 17:00:50 -07:00
Nico Mexis 531b373cc0
Update ASM API version of Dex2Jar 2021-08-10 01:13:27 +02:00
Nico Mexis 3d1d69c901
Migrate to .param syntax 2021-08-10 00:47:03 +02:00
Nico Mexis 0be60b062c
Fix even more bugs with Dex2Jar
My fork is paying out :D
2021-08-09 23:27:08 +02:00
Nico Mexis 8ed99787e2
Fix Dex2Jar for most APKs
I finally got around it... See my fork for all the fixes: https://github.com/ThexXTURBOXx/dex2jar
2021-08-09 23:00:01 +02:00
Nico Mexis b2a6a58941
Rename dx back 2021-08-09 19:49:27 +02:00
Nico Mexis a1ddb7e1ed
Temporarily rename dx for GitHub 2021-08-09 19:49:14 +02:00
Nico Mexis aebba0d704
Properly fix Smali 2021-08-09 19:37:52 +02:00
Nico Mexis 8117aaecad
Update WebP-ImageIO
... in order to support armv6
2021-08-09 17:51:45 +02:00
Konloch a8d89ecad0 Restore Original Mimetype 2021-08-07 00:33:50 -07:00
Konloch 8e4582417d Merge branch 'master' of https://github.com/Konloch/bytecode-viewer 2021-08-07 00:31:36 -07:00
Konloch 7d6a945b25
Merge pull request #342 from weisJ/ui_fixes
UI fixes
2021-08-07 00:29:44 -07:00
Konloch bc19b3b716
Merge pull request #340 from ThexXTURBOXx/updates
Updates
2021-08-07 00:29:30 -07:00
weisj 758d6b7dcd
Fix issue with darklaf JMenuBar. 2021-08-07 00:37:11 +02:00
Nico Mexis b507667c75
Retry zip files more aggressively
This doesn't fix any issue, but may be useful in some cases, I guess?
2021-08-05 20:28:32 +02:00
weisj 3ab009dc5b
Set empty border on VisibleComponent
VisibleComponent is a JInternalFrame but never used in a JDesktopPane. Darklaf adds a shadow border around the frame which looks odd in this case. Explicitly setting an empty border solves this issue.
2021-08-05 13:04:44 +02:00
weisj 53750cffa2
Prevent empty popup menu from showing if menu has no child items 2021-08-05 13:04:44 +02:00
Nico Mexis 6e6502b300
Update to stable DarkLaf 2.7.2
If the CI/CD approves, this will be the real stable release
2021-08-01 14:52:48 +02:00
Nico Mexis e46e5eeaab
Update DarkLaf to stable 2.7.1 2021-08-01 13:47:11 +02:00
Nico Mexis d26ea523e6
Add even more Antialiasing 2021-08-01 12:11:43 +02:00