Skylot
ea0795c8a9
fix: restore fields order if init use other fields ( #1235 )
2021-09-15 22:27:25 +01:00
Skylot
099acfca1d
fix: don't add parenthesis for field init code
2021-09-15 21:55:24 +01:00
Skylot
8969d11a22
fix: restore fields order on init code move ( #678 )
2021-09-15 21:55:24 +01:00
Skylot
eedf32d197
fix: support nested try/finally blocks ( #1249 )
2021-09-09 18:44:24 +01:00
Skylot
9c8642593c
fix: don't visit inner classes twice in pre-processing
2021-09-08 19:07:25 +01:00
MrIkso
8e89a2ef1b
feat(gui): added option to always select opened file/class
2021-09-03 19:12:29 +03:00
MrIkso
316c2fdd4d
fix(gui): updated SearchBar in code viewer
2021-09-03 19:12:29 +03:00
Skylot
6bbf1d0996
build: update gradle wrapper to 7.2 ( #1244 )
2021-09-03 16:38:37 +01:00
Skylot
e854ba3c44
build: upgrade gradle to 7.2 ( #1244 )
2021-08-31 17:20:04 +01:00
Nico Mexis
f681c8963d
fix: use maven-publish for JitPack and other fixes (PR #1242 )
...
* Update dependencies
* Fix spaces in file paths
* Update Gradle for LGTM
* Update spotless
* Fix Jitpack
Co-authored-by: Skylot <skylot@gmail.com >
2021-08-27 19:05:52 +03:00
green9317
8d5f22e43d
fix(xml): handle incorrect android manifest namespace chunks ( #1232 ) (PR #1243 )
...
* allow for handling of incorrect android manifest namespace chunks
* Update BinaryXMLParser.java
2021-08-27 17:40:08 +03:00
Skylot
a62de839be
fix: handle unbound type variables in type inference ( #1237 )
2021-08-24 13:54:32 +01:00
Skylot
5af60b2ff4
fix(gui): improve constructors and classes usage list
2021-08-23 17:10:43 +01:00
Skylot
c8d7fce938
fix(gui): use correct type formatter in class tree
2021-08-22 18:53:12 +01:00
Skylot
90fbc790d9
fix(gui): exclude declaration from usage list ( #1110 )
2021-08-22 18:03:15 +01:00
Skylot
1ce3fc972a
fix: improve disassemble view for java-input
2021-08-22 16:53:54 +01:00
Skylot
9ea3f0f240
fix: support 'swap' and 'wide' opcodes, other fixes for java-input
2021-08-20 20:59:30 +03:00
Skylot
868fa90097
feat: allow to load directories
2021-08-15 14:44:55 +01:00
Skylot
55bb20cf29
fix: prevent collisions in method ids for java-input
2021-08-13 23:07:33 +03:00
Skylot
7c0671c81b
feat: rewrite try-catch processing
2021-08-13 23:07:33 +03:00
Skylot
12a66bd83e
refactor: remove samples module
2021-08-13 23:07:33 +03:00
Skylot
1efdcd7b10
feat: input plugin for java bytecode
2021-08-13 23:07:29 +03:00
Hen Ry
2d9bcdb87a
fix(gui): update Messages_de_DE.properties (PR #1230 )
...
* fix(gui): update Messages_de_DE.properties
* #-fix(gui): update Messages_de_DE.properties
2021-08-12 18:25:36 +03:00
Hen Ry
ac9cace8f6
fix(gui): update Messages_de_DE.properties (PR #1228 )
...
* Update Messages_de_DE.properties
* Update Messages_de_DE.properties
Fix
* uncomment translated lines
Co-authored-by: Skylot <skylot@gmail.com >
2021-08-12 17:12:31 +03:00
Yaroslav
f9bf27579e
fix: additional checks for export to gradle ( #1222 ) (PR #1224 )
2021-08-05 15:16:05 +03:00
Skylot
667cae2e62
chore: use SVG icon for Quark (thanks @MrIkso)
2021-08-04 19:18:03 +01:00
Skylot
e8e0491cb5
chore: fix code formatting and resolve PR issues
2021-08-04 20:41:17 +03:00
Yaroslav
ee12f0bd18
feat(gui): use SVG icons, xml resources impovements (PR #1221 )
...
* fix(xml): add more file based resources type to skip
* fix(res): fix #1060 , styles might contain dots in name
* fix(res): use lowercase name on deobfuscated\renamed resources names and id in hex format
* feat(gui): update gui under FlatLaf
* fix(gui): use FlatSVGIcon to fix icons brightness difference
* fix(gui): use source lines only decompiled java code
Co-authored-by: MrIkso <mrkso821@gmail.com >
2021-08-04 20:40:49 +03:00
Skylot
5f24193c49
chore: update dependencies
2021-08-02 18:44:21 +03:00
Skylot
dd29d37154
feat(gui): use FlatLaf for themes support
2021-08-02 18:32:35 +03:00
Jan S
b63e3aca00
feat: add origin file info (code comment for classes, tooltip in tree) (PR #1219 )
...
* chore: make escapeHtml also replace close angle brackets
* chore: if multiple files are loaded, show their path as tooltip
* feat: add comment on classes that contains the dex file name it has been loaded from
* fix: expected line numbers in unit test fixed
* fix: delete comments from generated code as it may contain a colon
* chore: comment removing wasn't able to handle Linux paths with slash
2021-08-01 18:15:05 +03:00
Skylot
859674ce7e
fix: keep lambda classes if static field used outside ( #1215 )
2021-07-25 15:10:34 +01:00
Jan S
ea8b9ce462
fix(xml): reversed XML attribute name decoding priority ( #1208 )(PR #1214 )
2021-07-24 17:13:27 +03:00
Skylot
b5720bd14e
fix(gui): improve Quark tasks scheduling and report viewer ( #1119 )
2021-07-02 21:32:57 +01:00
Shaun Dang
cc99409a7e
feat(gui): improvements of Quark integration ( #1119 ) (PR #1199 )
...
* Add quark installation
* add error/warning dialog
* change Quark task to background task
* fix missing the last line of input stream
2021-06-30 18:04:50 +03:00
Skylot
fef3e21c70
fix: resolve type vars from outer class ( #1192 )
2021-06-19 13:44:15 +01:00
Skylot
f3d76c433a
fix: prevent StackOverflowError in MarkFinallyVisitor ( #1191 )
2021-06-18 17:34:21 +01:00
nitram84
31d5715723
fix: prevent duplicated override annotations and minor optimization ( #1188 )(PR #1190 )
...
* Handle explicit override annotations
* Skip override checks for private methods
2021-06-18 00:40:31 +03:00
Skylot
592eef3cda
fix: resolve NPE in enum processing
2021-06-04 20:21:38 +01:00
Skylot
0541748e5f
fix: resolve type variables from super types ( #870 )
2021-06-04 19:31:47 +01:00
Skylot
cf1d9e8372
fix: allow to reuse enum fields in static fields ( #1019 )
2021-06-01 20:57:48 +01:00
Skylot
b096d8869e
fix: support branched object construction ( #1019 )
2021-06-01 15:58:08 +01:00
Skylot
2acc14b04a
fix: resolve generic type vars for instance field get instruction ( #918 )
2021-05-30 10:18:35 +01:00
Skylot
1f1efb0e17
fix: allow local variables have name same as instance fields ( #1183 )
2021-05-29 20:18:49 +01:00
Skylot
1c08d854fb
fix(gui): add memory limit checks to export and load tasks ( #1181 )
2021-05-29 17:11:42 +01:00
Skylot
9c252fb226
fix(gui): add memory and time limits for decompile task ( #1181 )
2021-05-28 17:52:52 +01:00
Skylot
4bda3b9e9b
build: exclude exe build on not Windows ( #1180 )
2021-05-27 15:41:34 +01:00
Skylot
21da3c8602
fix: reword rename flags in cli and gui ( #1178 )
2021-05-25 10:10:16 +01:00
Skylot
7ec43776ae
chore: update gradle and dependencies
2021-05-21 19:06:30 +01:00
Skylot
07d7e68dc2
fix: format Android resources ids as hex ( #1171 )
2021-05-20 18:41:46 +01:00