Skylot
|
75b52d672e
|
feat(gui): save project search history
|
2022-08-05 20:43:05 +01:00 |
|
Skylot
|
11d04508f7
|
feat(gui): add manual search, stop and sort actions to search dialog (#1600)
|
2022-08-05 20:09:33 +01:00 |
|
Skylot
|
e641b773b5
|
fix(gui): improve search dialog performance
|
2022-08-05 14:53:48 +01:00 |
|
Skylot
|
6e5899c654
|
fix: checks for field init reorder (#1599)
|
2022-08-04 17:38:46 +01:00 |
|
Skylot
|
c66ffaa7f9
|
feat(gui): show start page on jadx open
|
2022-08-03 16:44:55 +01:00 |
|
Skylot
|
5193c6a5d8
|
chore: add tool for automatically insert new i18n lines
|
2022-08-03 16:44:40 +01:00 |
|
Skylot
|
e7212af547
|
chore: upgrade gradle wrapper to 7.5
|
2022-08-03 18:44:10 +03:00 |
|
FixTheBug
|
3ca1357af4
|
fix(gui): sort resources by deobfuscated name (#1595)(PR #1598)
Co-authored-by: /paul-nguyen-goldenowl <paul.nguyen.goldenowl@gmail.com>
|
2022-08-01 14:54:22 +01:00 |
|
Guilherme
|
90e95213e4
|
feat(gui): add Brazilian Portuguese translation (PR #1596)
* feat(translation): add pt-br
* fix: `adb_dialog` prefix deleted
|
2022-08-01 12:15:35 +01:00 |
|
Jan S
|
ae2d4da585
|
fix(res): XML "@null" decoding (#1583)(PR #1594)
minor improvements
|
2022-07-31 13:50:32 +01:00 |
|
Skylot
|
691d5cd1e6
|
fix: hide unused label before exception handler in simple mode
|
2022-07-30 17:33:23 +01:00 |
|
Skylot
|
58a46c6417
|
fix(gui): add constructors usage into class usage (#1591)
|
2022-07-30 17:22:32 +01:00 |
|
Skylot
|
d3f6160e62
|
feat: add option to disable finally block extraction (#1592)
|
2022-07-30 14:07:43 +01:00 |
|
Skylot
|
03e4afb12f
|
fix: check variables before merge in finally block (#1592)
|
2022-07-30 13:48:53 +01:00 |
|
Hen_Ry
|
6802f6028e
|
fix(gui): update german translation (PR #1554)
* german update
* Fix
* applied the latest changes as discussed
Co-authored-by: Jan Peter Stotz <jpstotz@users.noreply.github.com>
|
2022-07-27 17:45:36 +01:00 |
|
SiderealArt
|
5ca61cfe18
|
fix(gui): update zh-tw translation (PR #1589)
|
2022-07-27 11:16:11 +01:00 |
|
Julian Burner
|
32d55b48f2
|
fix(gui): replace mixed-up quotation marks with period (PR #1588)
|
2022-07-26 10:16:34 +01:00 |
|
Skylot
|
ab4b6f9e54
|
feat: select better resource name (#1581)
|
2022-07-25 19:53:03 +01:00 |
|
Jan S
|
9100ad1220
|
fix(debugger): resolve NPE in adb device viewer (#1585) (PR #1586)
|
2022-07-25 17:44:55 +01:00 |
|
Skylot
|
8b4f8fb572
|
fix: resolve inherited method to use correct alias (#1582)
|
2022-07-24 19:15:52 +03:00 |
|
Skylot
|
87e0e5bf16
|
fix: correct inline/merge with overriden bridge method (#1580)
v1.4.3
|
2022-07-20 14:49:37 +01:00 |
|
Skylot
|
e4c2d6cf6e
|
fix(gui): use editor font for usage label
|
2022-07-20 14:36:51 +01:00 |
|
Skylot
|
fb0bdb5112
|
fix(gui): allow to use empty name to reset rename
|
2022-07-20 14:35:53 +01:00 |
|
Skylot
|
f4b3645435
|
fix: ignore anonymous classes in enclosing node search (#1580)
|
2022-07-19 19:25:17 +01:00 |
|
Skylot
|
c27f2badf7
|
fix(gui): resolve payload offset for switch insns in debug smali code (#1575)
|
2022-07-18 18:50:48 +01:00 |
|
Skylot
|
1a877d6535
|
fix: resolve possible decompilation double execution
|
2022-07-16 22:29:59 +03:00 |
|
Skylot
|
5ada9331b6
|
chore: update dependencies
|
2022-07-14 14:33:04 +01:00 |
|
Skylot
|
a0f4ccb7a4
|
fix: update deps and fix proto resource loading (AAB) (#1129)
|
2022-07-14 14:33:04 +01:00 |
|
Skylot
|
5b5524a7dd
|
fix: handle parent of inlined/moved classes (#1578)
|
2022-07-14 14:40:13 +03:00 |
|
Jan S
|
3cc464c9c9
|
fix: IndexOutOfBoundsException in JumpManager (#1576) (PR #1577)
|
2022-07-13 17:24:20 +01:00 |
|
Skylot
|
51555667cf
|
fix: add more checks before remove or rename enum methods (#1572)
|
2022-07-07 16:55:32 +01:00 |
|
Skylot
|
e01ea7010f
|
fix: save classes with code generation error into cache (#1568)
|
2022-07-03 19:32:41 +01:00 |
|
Skylot
|
77732c83c9
|
fix(gui): ignore/limit waiting of canceled search task (#1568)
|
2022-07-01 17:57:59 +01:00 |
|
Skylot
|
a67fc83949
|
fix: better dominators algorithms
|
2022-07-01 17:26:54 +01:00 |
|
Skylot
|
3d920725aa
|
fix: check synthetic methods before remove/inline (#1560)
|
2022-06-29 19:19:54 +01:00 |
|
Skylot
|
2f2fbea558
|
fix(gui): check user renames (#1557)
|
2022-06-29 16:21:49 +01:00 |
|
Skylot
|
e7a86a2960
|
fix(gui): forbid rename method args in fallback mode (#1558)
|
2022-06-29 15:25:23 +01:00 |
|
Skylot
|
b282d97ffe
|
fix(gui): set current dir directly in file chooser constructor (#1553)
|
2022-06-28 16:57:57 +01:00 |
|
Skylot
|
e4ca52a95f
|
chore: update dependencies
|
2022-06-28 16:23:31 +01:00 |
|
Skylot
|
d972d9ec74
|
fix(gui): ignore errors on code area dispose (#1545)
|
2022-06-28 16:20:31 +01:00 |
|
Jan S
|
0721a6b050
|
fix(gui): QuarkReport data validation added and other minor improvements (PR #1556)
* QuarkReport: data validation added and other minor improvements
* checkStyle
|
2022-06-25 22:24:53 +03:00 |
|
zhongqingsong
|
762ee6550e
|
fix(gui):complete Chinese translation (PR #1549)
1、Complete Chinese translation
2、Previous word polish
|
2022-06-25 22:15:22 +03:00 |
|
Skylot
|
18070eb7a6
|
fix(gui): allow to select file on mapping export
v1.4.2
|
2022-06-20 14:19:59 +01:00 |
|
Skylot
|
8486891728
|
fix(gui): resolve various minor issues
|
2022-06-20 13:17:50 +01:00 |
|
Skylot
|
4679172d4f
|
fix(gui): correct set highlighted text in search (#1507)
|
2022-06-20 13:16:42 +01:00 |
|
Skylot
|
92a6c333d8
|
fix(gui): force jadx new version check by default
|
2022-06-20 12:55:15 +01:00 |
|
Skylot
|
358adbdd65
|
feat(gui): allow to disable jump on double click (#1540)
|
2022-06-19 17:19:08 +01:00 |
|
Skylot
|
65f7c80222
|
feat(gui): add reload and live reload actions (#1537)
|
2022-06-18 20:20:11 +01:00 |
|
Skylot
|
d2e6bb236e
|
fix: use wide move for long/double store/load java opcodes
|
2022-06-16 16:26:14 +01:00 |
|
Skylot
|
eaeb114258
|
fix: check class name collisions (#1526)
|
2022-06-15 18:43:33 +01:00 |
|