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
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
868fa90097
feat: allow to load directories
2021-08-15 14:44:55 +01:00
Skylot
7c0671c81b
feat: rewrite try-catch processing
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
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
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
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
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
21da3c8602
fix: reword rename flags in cli and gui ( #1178 )
2021-05-25 10:10:16 +01:00
Skylot
8785c33d06
feat: add option to disable methods inline ( #1170 )
2021-05-18 10:39:30 +01:00
Skylot
4732fa36a6
fix(gui): improve code area performance and line numbers repaint ( #1167 )
2021-05-07 17:36:06 +01:00
LBJ-the-GOAT
8dad158ae6
fix: resolve LGTM alerts (PR #1162 )
...
* fix LGTM alerts
* Update jadx-gui/src/main/java/jadx/gui/device/debugger/BreakpointManager.java
* Update Smali.java
Co-authored-by: tobias <tobias.hotmail.com>
Co-authored-by: skylot <118523+skylot@users.noreply.github.com >
2021-04-25 23:55:47 +03:00
LBJ-the-GOAT
bfc343d1ee
fix(gui): correct port retry in smali debugger ( #1136 ) (PR #1160 )
...
Co-authored-by: tobias <tobias.hotmail.com>
2021-04-25 20:26:46 +03:00
Jan S
f26032ed7d
fix(gui): small search dialog optimizations (PR #1143 )
...
* avoid extra vertical space below search options when dialog is wide
* make sure the search dialog has the correct size and the options are aligned properly
* regex search: make searchField background red in case of invalid regex entered
2021-04-23 12:33:52 +03:00
LBJ-the-GOAT
6bf358fc66
feat(gui): improve exclude package feature ( #1151 ) (PR #1152 )
...
* include & exclude multiple packages at the same time
* use to tree instead of list to display packages.
Co-authored-by: tobias <tobias.hotmail.com>
2021-04-16 13:37:11 +03:00
Skylot
766e7193b9
fix(gui): use correct offset for code line ( #1141 )
2021-04-01 21:15:17 +03:00
Choiman1559
6fe762aa7b
fix(gui): update Korean translation (PR #1140 )
...
* Update Messages_ko_KR.properties
* remove empty line insertion
Co-authored-by: skylot <118523+skylot@users.noreply.github.com >
2021-03-31 18:00:04 +03:00
Skylot
c95d64909a
feat(cli): add decompilation progress
2021-03-29 14:56:40 +03:00
LBJ-the-GOAT
4705194a1d
feat(gui): add a smali debugger ( #1136 ) (PR #1137 )
...
* add a smali debugger
* debugger: support android 11, support 9(may be) & 10 if debug_info available, add rerun.
* debugger: support get/set fields of this, change icons, fix bugs.
* debugger: add timeout to attach
Co-authored-by: tobias <tobias.hotmail.com>
2021-03-28 13:23:07 +03:00
Skylot
52412dfe31
fix(gui): resolve potential command injection, fix other code style issues ( #1119 )
2021-03-12 14:54:15 +00:00
Shaun Dang
ab02e6e7c3
feat(gui): add Quark-Engine integration ( #1119 ) (PR #1135 )
2021-03-12 16:44:42 +03:00
bagipro
9ef99a2b92
feat: implement Android App Bundle support ( #1129 ) (PR #1131 )
...
* Implement proto parse
* fix code formatting
* fix tests with empty input
* revert not needed code style changes
* Implement parse of resources.pb for AAB
Co-authored-by: bagipro <bugi@MacBook-Pro-2.local >
Co-authored-by: Skylot <skylot@gmail.com >
2021-03-08 21:34:52 +03:00
skylot
4e5fac4b88
feat(gui): add code comments ( #359 ) (PR #1127 )
...
* feat(gui): add code comments (#359 )
* refactor: replace instanceof search with method dispatch in RegionGen
* fix: various bug fixes and improvements for code comments
* fix(gui): support multiline code comments
* fix: resolve code differences after class reload
* fix(gui): add search for comments, allow search in active tab only
* fix: correct search for inner classes
* fix(gui): run full index on search dialog open
2021-03-04 17:45:48 +03:00
LBJ-the-GOAT
650863836c
feat(gui): improve smali printer to show bytecode ( #1114 ) (PR #1126 )
...
* improve smali printer to show bytecode
* set insnStart position before start decoding
* swithed line 62 and line 63, to get the proper bytes, insnStart must to be set before start to decode.
Co-authored-by: tobias <tobias.hotmail.com>
2021-03-02 16:02:56 +03:00
Skylot
b873c6ae4d
refactor: use interface for CodeWriter
...
Details:
- add simple and annotated code writers to allow
skip code annotations processing in jadx-cli and other places
- add annotated code info to use only than needed
- allow to set provider for codewriter in JadxArgs
- add JadxArgs argument to constructor to allow change output
- add cli option to insert debug line numbers as code comments
(example for previous change)
2021-02-21 17:34:33 +03:00
Surendrajat
4835b1b897
fix(gui): compact TabComponent labels and TabToolTip ( #1120 ) (PR #1121 )
...
* Compact CodePanel labels and TabToolTip
* Remove top padding from tab title
2021-02-21 15:01:10 +03:00
Skylot
67def6319e
feat(cli): add option to change deobfuscation map file ( #1117 )
...
Signed-off-by: Skylot <skylot@gmail.com >
2021-02-13 14:22:22 +00:00
Choiman1559
c56d9ac7ce
fix(gui): updated korean translation (PR #1118 )
2021-02-13 15:49:42 +03:00
Skylot
e6588c4307
fix(gui): correct font save with '-' in name ( #1116 )
2021-02-12 17:17:41 +00:00
LBJ-the-GOAT
c774ffc979
feat(gui): search in resource files ( #347 ) ( #1032 ) (PR #1108 )
...
Co-authored-by: tobias <tobias.hotmail.com>
2021-01-30 19:34:20 +03:00
Surendrajat
3437888964
fix(gui): use common keyboard shortcuts for navigation ( #1085 ) (PR #1106 )
2021-01-27 21:37:13 +03:00
Surendrajat
b314e0bdda
fix(gui): improve color schemes ( #1101 ) (PR #1105 )
...
* do not use hardcoded color for highlighting
* add a new theme: druid
2021-01-27 21:02:16 +03:00
LBJ-the-GOAT
2bdde6a528
fix(gui): fix variable usage & caret position after rename ( #1099 ) (PR #1103 )
...
Co-authored-by: tobias <tobias.hotmail.com>
2021-01-27 19:23:07 +03:00
LBJ-the-GOAT
c61cb80a8b
feat(gui): rename local variables ( #1023 ) ( #1084 ) (PR #1098 )
...
Co-authored-by: tobias <tobias.hotmail.com>
2021-01-27 14:58:57 +03:00
LBJ-the-GOAT
ffb2956d90
fix(gui): fix caret positions of search/usage/goto decl, add search to popup menu ( #1093 ) (PR #1094 )
...
* fix caret positions of search/usage/goto decl to matched place & add menu items for search
* Remove static field for main window
Co-authored-by: tobias <tobias.hotmail.com>
2021-01-25 14:49:21 +03:00
Skylot
9744547fab
fix(gui): correct line numbers with enabled line wrap ( #1092 )
2021-01-24 16:10:37 +00:00
Choiman1559
b580d1cf5b
fix(gui): update korean translation (PR #1091 )
2021-01-23 20:24:09 +03:00
LBJ-the-GOAT
855c7b608e
feat(gui): add shortcuts to TabbedPanel and enhance JumpPosition ( #1085 ) (PR #1090 )
...
* Add shortcuts to TabbedPanel & enhance JumpPosition
* Update jadx-gui/src/main/java/jadx/gui/ui/codearea/RenameAction.java
Co-authored-by: tobias <tobias.hotmail.com>
2021-01-23 14:20:08 +03:00