Commit Graph

38 Commits

Author SHA1 Message Date
Nico Mexis 86fb69f694
Optimize various stuff 2021-12-20 00:24:17 +01:00
Nico Mexis b18bc950e1
Even more applications of the Law of Demeter 2021-08-27 10:49:31 +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
Nico Mexis 308f167553
Fix most leaks 2021-07-25 18:54:08 +02:00
Konloch 5328862cc6 Free Software License Header
Adds the big free software license header into the ones that are missing it
2021-07-23 19:25:51 -07:00
Nico Mexis a1537d2746
Fix some NPEs 2021-07-19 13:13:55 +02:00
Konloch 995158a8d2 JTree Rewrite
This is a better implementation of the managing the JTree. Instead of destroying and creating the tree each time a resource is imported. It's now preserved and the tree nodes are managed by the resource container
2021-07-16 13:55:03 -07:00
Konloch 45c9cd5d1a Display Opened File Path
A bit better for debugging which file the user has opened
2021-07-15 12:39:43 -07:00
Konloch 46f703db34 Unnecessary Class Check
This check isn't needed anymore, importing through importKnownFile does this already
2021-07-15 10:45:35 -07:00
Konloch 39233ca3eb Swing Fixes
Call on the tree update from the swing thread
2021-07-15 08:29:42 -07:00
Konloch 434d5cd58f Improved BCV Error Handling 2021-07-14 04:09:46 -07:00
Konloch 07bbfaf299 Better Resource Importing 2021-07-14 03:29:36 -07:00
Konloch c38bc180d9 Slightly Better Resource Importing 2021-07-14 03:25:02 -07:00
Konloch ad660815f3 Improved Directory Importing 2021-07-14 03:11:59 -07:00
Konloch c259ac70a2 Resource File Types
File Header Magic Numbers still need to be implemented but it's a start
2021-07-14 02:59:36 -07:00
Konloch eb225eaa79 Terminology Update
File Container has been changed to Resource Container
2021-07-13 07:33:32 -07:00
Konloch 7d09510194 Added Javap Disassembler
Solves #93
2021-07-11 09:41:33 -07:00
Konloch 21fe12b4a7 Lots
Fixes, API Changes, Cleanup, etc.
2021-07-11 05:33:18 -07:00
Konloch 540b48f3ee Fixed APK/DEX Importing 2021-07-11 02:31:34 -07:00
Konloch 717b2e466c Main Viewer GUI Cleanup 2021-07-11 02:17:46 -07:00
Konloch 56a6a4ebf3 Resource Container Cleanup 2021-07-11 02:14:42 -07:00
Konloch 845d9f253d Preserve File Order 2021-07-11 01:50:12 -07:00
Konloch 2ef221f6e1 Resource Viewing Improvements
All of the components that update resources should now function as normal again

The decompiler gui API has been improved to use less boilerplate when adding a new decompiler
2021-07-11 01:44:37 -07:00
Konloch d98f3d3e31 Improved Importing 2021-07-10 09:05:08 -07:00
Konloch 6af691edf9 Cleanup 2021-07-06 22:56:29 -07:00
Konloch d6be70dfb2 Better Error Handling 2021-07-06 19:51:10 -07:00
Konloch b99f6bf98a Busy Status Cleanup 2021-07-06 15:57:42 -07:00
Konloch 964040e83c Fixed Recent Files & Plugins 2021-07-04 21:24:19 -07:00
Konloch 5c0eadf643 EAR Support
Can you hear me now?
2021-07-01 16:50:07 -07:00
Konloch a2724daa8a XAPK Support 2021-06-29 11:31:38 -07:00
Konloch fdf8e9baa5 XAPK Support 2021-06-29 11:25:46 -07:00
Konloch 2aa4272187 Cafebabe Cleanup 2021-06-27 23:45:43 -07:00
Konloch 152957c128 Fixed Synchronized Scrolling & Import Directory 2021-06-27 18:10:29 -07:00
Konloch b0f5e938db Resource Exporting Cleanup 2021-06-27 13:41:38 -07:00
Konloch 18473a1167 Code Cleanup 2021-06-26 08:56:39 -07:00
Konloch 0cc98012cd Fixed Directory Importing 2021-06-26 08:29:31 -07:00
Konloch 166fe75b68 Resource Cleanup 2021-06-26 08:10:02 -07:00