Skylot
b28f8ba85b
fix(gui): try to handle exception in RSTA.getPreferredSize() ( #1712 )
2022-10-29 21:17:17 +01:00
Skylot
4db50fb749
fix(gui): correct html disabling in search results
2022-10-27 10:29:50 +01:00
Skylot
2bace2bde2
fix(gui): disable shell folders in file open dialog ( #1709 )
2022-10-26 20:08:57 +01:00
Skylot
1a9cb832ab
feat(gui): add alternative file open dialog ( #1709 )
2022-10-26 19:58:58 +01:00
Skylot
6844a46c93
fix: disable HTML rendering in labels if not needed
2022-10-20 15:58:23 +01:00
Skylot
e9e45707da
chore: update dependencies
2022-10-20 14:54:31 +01:00
Jan S
29b64300bc
fix(gui): multi-threading issue in DebugController fixed ( #1701 ) (PR #1702 )
2022-10-11 19:21:06 +01:00
zhongqingsong
777355e86e
fix(gui): update Messages_zh_CN.properties (PR #1700 )
...
Add new text about logcat.
2022-10-10 18:57:58 +01:00
Skylot
266cbcc6f4
fix(gui): migrate to fixed jdwp library fork ( #1471 )
2022-10-06 19:47:15 +01:00
Skylot
603f3057eb
chore: update dependencies
2022-10-03 00:11:01 +03:00
5idereal
fa6fc1f871
fix(gui): update zh-TW translations (PR #1694 )
2022-10-02 15:50:11 +01:00
The Cobra Chicken
9114821fb1
feat(debugger): add logcat output ( #1411 )(PR #1666 )
...
* Adding logcatController class and writing adb / debugger panel information to the controller.
* Finished parsing logcat binary output and writing an arraylist containing all events.
* added highlighting of logcat output based on type. Added timestamp parsing.
* Updated code to only get new log messages.
* Added additional code for select all
* Completed Check and uncheckall options.
* Changed log highlighting to log color. Changed from JTextArea to JTextPane. Logcat pane will now autoscroll only if it is already scrolled to the bottom. Debugger exit will now stop logcat as well.
* Moved labels into NLS rather than using hardcoded strings.
* Implemented the ability to autoselect attached process. Changed the formatting of logcat messages.
* Moved labels into NLS rather than using hardcoded strings.
* updating to use info getter methods rather than directly accessing variable
* Added Logcat Pause Button
* Added Clear button
* Updated clear icon
* Cleaning warnings
* cleaning
* Changed behavior to only show logcat for debugged process to start with.
* cleaning
* cleaning
* cleaning
* applying spotless
* Fixing bug with switch
* fixed formatting issue
* add missing localization strings
Co-authored-by: green9317 <38409554+green9317@users.noreply.github.com >
Co-authored-by: TheCobraChicken <jeffmlitfi@gmail.com >
Co-authored-by: Skylot <skylot@gmail.com >
2022-09-08 15:18:55 +01:00
Skylot
1195582da8
feat(gui): option for search results count per page ( #1652 )
2022-09-05 20:07:02 +01:00
Skylot
258987b0ff
chore: update dependencies
2022-09-05 20:07:01 +01:00
Guilherme
a6a734c70d
fix(gui): update pt-BR translation (PR #1655 )
2022-09-01 15:51:12 +01:00
Choiman1559
d6c23a2a9b
fix(gui): update Korean translation (PR #1650 )
...
* update korean
* Update Messages_ko_KR.properties
* Restore missing empty line
Co-authored-by: skylot <118523+skylot@users.noreply.github.com >
2022-08-20 17:59:37 +01:00
Skylot
db028904d7
fix(gui): set legacy sort flag also for launch4j ( #1628 )
2022-08-20 17:37:26 +01:00
Skylot
63a571306c
refactor: load resource table nodes in one change ( #1648 )
2022-08-19 22:15:04 +01:00
Skylot
bc4db61e25
fix(gui): improve resources search ( #1648 )
2022-08-19 15:52:14 +01:00
Jan S
c7e6e28830
fix(gui): improve log viewer dialog ( #1311 )(PR #1649 )
...
* [gui]: improve log viewer dialog
* use method from UiUtils to set window icons
Co-authored-by: Skylot <skylot@gmail.com >
2022-08-18 19:55:41 +01:00
Skylot
1d7b6fdb2c
fix(gui): additional checks on open search result ( #1647 )
2022-08-18 15:59:45 +01:00
Skylot
127f0ecf3f
fix(gui): disable actions if files not loaded ( #1644 )
2022-08-16 21:28:57 +01:00
Skylot
cf7767e702
fix(gui): handle null value in TableCellRenderer ( #1642 )
2022-08-16 20:48:23 +01:00
Skylot
12df8a169f
chore: update gradle and dependencies
2022-08-13 18:25:08 +01:00
Skylot
15c9d33339
fix(gui): handle possible classes overlap in disk cache ( #1633 )
2022-08-13 13:13:13 +00:00
Jiaxin Peng
7e0fafbaf1
fix(gui): fix broken FileDialog by using legacy sort ( #1628 )(PR #1630 )
...
#1628 #1606 #1213 #1574 #1552
2022-08-11 13:59:46 +01:00
zhongqingsong
57b9c1dd7a
fix(gui): update Messages_zh_CN.properties (PR #1627 )
2022-08-11 13:29:15 +01:00
Areizen
cd32151083
fix(gui): correct Frida snippet for constructor (PR #1605 )
...
When hooking a constructor with Frida, call `$new` instead of `$init`. `$init` cannot be used to instantiate an object and is reserved for hooking.
Co-authored-by: Your Name <you@example.com >
2022-08-06 20:16:37 +01:00
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
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
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
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
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
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
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
Jan S
3cc464c9c9
fix: IndexOutOfBoundsException in JumpManager ( #1576 ) (PR #1577 )
2022-07-13 17:24:20 +01:00