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
Skylot
7982592c6e
build: remove Travis and Bintray, disable codecov and sonarqube ( #1113 )
2021-02-04 12:14:39 +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
Shatyuka
707ed9a828
fix(gui): codearea popup menu always disabled in macos ( #1052 ) (PR #1086 )
2021-01-18 19:03:32 +03:00
Skylot
778106c41b
chore: update gradle and java dependencies
2021-01-14 19:58:01 +00:00
Skylot
dfe026ac2d
test(gui): fix localization test
2021-01-01 18:04:42 +03:00
Choiman1559
f0849d0ed1
feat(gui): added Korean translation (PR #1074 )
...
* Added korean translation properties
* Added korean translation
* Update Messages_ko_KR.properties
* Update NLS.java
2021-01-01 18:00:10 +03:00
Skylot
b7ca898b77
perf: improve processing of override related methods ( #1072 )
2020-12-31 13:33:18 +03:00
green9317
1b8b377f90
feat(gui): allow use regex in the search dialog (PR #1069 )
...
* Implements the option to use Regex on the Search Dialog
* Updated the way search works to pass a search settings class with options set rather than method arguments
* Fixing style issues
* Updating Style Fix
* Cleaning code
* Updating code to combine SearchSettings and Search Impl as well as efficiency improvements.
* Fixing bug caused from moving code in the searchImpl class
* Fixing a minor bug
* adding style fixes
2020-12-29 22:12:20 +03:00
Jan S
23f088105e
fix(gui): synchronized conditional usageList remove method added (PR #1065 )
2020-12-24 15:42:52 +03:00
Skylot
3bbb6b1058
fix: rename all related overridden methods in deobf map file ( #1058 )
2020-12-21 14:47:57 +00:00
Jan S
4e6afe9b64
fix(gui): do not show empty rename dialog if user chooses not to change DeobfuscationForceSave settings (PR #1061 )
2020-12-21 16:23:37 +03:00
Alisson Lauffer
dd4c20249f
fix(gui): increase settings vertical scroll increment (PR #1059 )
2020-12-21 15:14:19 +03:00
Skylot
64fb587d0f
fix(gui): improve rename for overridden methods
2020-12-19 18:07:51 +03:00
Jan S
549f346d5e
fix: prevent NullPointerException and ConcurrentModificationException when renaming something (PR #1055 )
2020-12-18 17:12:32 +03:00
Skylot
e65468b97a
fix(gui): proper reference highlighter remove ( #1031 )
2020-11-24 12:24:15 +00:00
Skylot
cd006ce78e
fix: improve resource type detection and remove deprecated method
2020-11-04 21:09:57 +00:00
Skylot
278c5f6142
feat(gui): allow to load multiple files, button for add files ( #936 )
2020-11-02 18:40:55 +00:00
Alisson Lauffer
7353790ed1
fix(gui): only show renaming option for JClass, JField and JMethod (PR #1001 )
2020-10-29 20:23:36 +03:00
Skylot
e09e8e5823
chore: resolve some issues reported by sonar and lgtm
2020-10-28 14:16:50 +00:00
Skylot
92773417b3
perf(gui): reduce updates count for memory usage bar ( #1000 )
...
- disabled by default
- update only if label changed
- skip updates if app window becomes inactive
2020-10-27 12:15:04 +00:00
Skylot
12dc4fde8a
fix(gui): clear jumps history on file close
2020-10-27 11:54:11 +03:00
sergey-wowwow
71617a1c70
feat(res): fix duplicate entries and deobfuscate file names in XML resources (PR #995 )
...
* Fixes dublicates entries in XML resources
* can't use binary search on this list
* add entry config to name comparator, preserve renames by id, improve performance
* Deobf resource files
* Add break
* Changes ResourceFile
Co-authored-by: sergey-wowwow <bugi@MacBook-Pro.local >
Co-authored-by: Skylot <skylot@gmail.com >
2020-10-25 22:18:41 +03:00
Alisson Lauffer
9f684937c6
feat(gui): rename classes and fields by popup menu in tree panel (PR #993 )
2020-10-20 12:26:15 +03:00
Coin
ff6665c716
fix(gui): use correct charset when writing mapping file (PR #992 )
2020-10-17 18:51:08 +03:00
Skylot
e2b42804d5
fix: resolve several issues with package rename and class reload ( #987 )
2020-10-02 16:34:38 +01:00
Skylot
c0a81978bf
fix(gui): allow to rename packages ( #987 )
2020-10-01 21:39:23 +01:00
Skylot
b76c882210
fix(gui): fix rename dialog pack ( #972 )
2020-09-28 19:27:48 +01:00
Skylot
dcca0133fb
chore: update gradle and dependencies
2020-09-17 21:03:17 +03:00
Skylot
94a06d9b6f
feat(gui): on mouse hover highlight identifiers with enabled actions (like 'find usage' or 'rename')
2020-08-17 17:38:48 +01:00
Skylot
f1f7c70aee
chore(gui): fix locales test
2020-08-16 13:13:50 +01:00
Jan Peter Stotz
718caf8cb1
chore (gui): Add button in preferences dialog to copy the preference values in text form (json) to clipboard
2020-08-16 13:05:49 +02:00
Skylot
1560284831
refactor: fix zip security in dex plugin, remove smali deps from jadx-core
2020-08-06 13:39:40 +01:00
Skylot
ae26512601
fix: use internal usage info for rename, fix index refresh ( #791 )
2020-08-03 11:55:19 +01:00
Skylot
498c2f5256
Merge branch 'rename' into master
2020-08-02 13:25:15 +03:00
Skylot
c616b5b03b
build: resolve gradle deprecation warnings
2020-07-11 12:51:38 +01:00