Skylot
7bbb58863b
fix(gui): don't init already loaded plugins while collecting options ( #2727 )
2025-12-24 20:28:21 +00:00
Skylot
bd5c6b6516
fix(plugins): use class with correct fields for plugins list entry
2025-12-23 21:27:40 +00:00
Skylot
85a7aaa9fb
fix(gui): do not enforce new nodes method for backward compatibility
2025-12-23 20:48:40 +00:00
Skylot
a3df83e60f
feat(gui): report plugin exceptions to plugin github project
2025-12-23 20:41:44 +00:00
Skylot
02ea3be8f2
fix(plugins): improve errors handling and reporting ( #2597 )
2025-12-22 21:53:54 +00:00
Skylot
b78745a87b
fix(gui): reset selected tab on last tabs closed
2025-12-22 21:53:37 +00:00
Skylot
01af6481f6
fix(gui): handle config save error, don't write partial config
2025-12-21 19:33:21 +00:00
Skylot
0c3e6e77cd
feat(gui): change fonts size with UI zoom, use FlatLaf fonts bundle
2025-12-20 20:18:31 +00:00
Skylot
3e709d6693
feat(cli): implement config file load and save ( #1731 )
2025-12-15 21:07:10 +00:00
Skylot
1aa16c4664
feat(gui): add option for UI zoom factor ( #2720 )
2025-12-10 18:43:54 +00:00
RedArms
27b15aeb1c
fix(gui): resolve NPE with smali breakpoint ( #2717 ) (PR #2718 )
...
* fix(gui): resolve exception in search dialog on project reload (#2714 )
* Revert "fix(gui): resolve exception in search dialog on project reload (#2714 )"
This reverts commit 74c52a8884 .
---------
Co-authored-by: Skylot <118523+skylot@users.noreply.github.com >
2025-12-04 19:25:45 +00:00
Skylot
74c52a8884
fix(gui): resolve exception in search dialog on project reload ( #2714 )
2025-12-03 19:38:27 +00:00
Skylot
39e7b82353
fix(gui): in comment dialog insert new line at current caret position ( #2706 )
2025-12-03 19:32:52 +00:00
Histausse
1d831d82d4
feat: select better class from duplicates ( #2701 )(PR #2702 )
...
* select the right class in in case of duplicate
* select correct class in gui in case of duplication
* fix code format
---------
Co-authored-by: Jean-Marie 'Histausse' Mineau <histausse@protonmail.com >
2025-11-29 19:50:49 +00:00
Skylot
cc1beab0b5
fix(gui): use correct threads for code from close and reload actions ( #2684 )
2025-11-21 20:16:16 +00:00
Jan S.
cda1b1ad2c
fix(gui): prevent unlimited recursion in text search ( #2685 ) (PR #2694 )
2025-11-06 20:34:42 +00:00
Skylot
3e208509e0
fix(gui): rework background executor to reduce delay for short tasks
2025-11-05 19:19:38 +00:00
Skylot
bd75baef56
fix(gui): split loading and UI update for code area ( #2682 )
2025-11-04 20:53:02 +00:00
Skylot
f17c46224d
fix: improve decoding errors handling ( #2676 )
2025-10-29 19:08:18 +00:00
Jan S.
e008e818b0
fix: enhancements for abnormal situations (PR #2679 )
...
* Allow to disable log panel (OFF)
* Limit the maximum number of garbage collector threads
2025-10-29 19:06:32 +00:00
JustFor
560b1a9ca7
fix(gui): update Chinese localization for various menu items (PR #2673 )
...
translate new texts and update some old texts.
2025-10-27 18:23:55 +00:00
Skylot
1becfa9977
fix(gui): use simple token maker as default to avoid parsing error ( #2669 )
2025-10-23 22:21:30 +01:00
Skylot
06a118c104
fix(gui): handle syntax parsing errors during search ( #2669 )
2025-10-21 22:02:41 +01:00
o0kam1
2a574d45d5
feat: support '.apks' files (PR #2647 )
2025-09-29 18:26:17 +01:00
Skylot
5726a52ab6
fix: minor fixes for type update limit option ( #2629 )
2025-09-09 21:16:54 +01:00
Away
f61d90ec2f
feat: allow to change limit for type inference updates (PR #2629 )
...
* Fix Type inference error: updates count limit reached
* Fix for the "Type inference error: updates count limit reached"
* Users will be able to choose the limit and possibly avoid this error
* Adding options on decompilation settings
* Updating README.md with new type update limit parameter
Updating README.md with new type update limit parameter
2025-09-09 20:50:04 +01:00
Andrei Kudryavtsev
da3ac6bff0
fix(gui): various tabs related fixes (PR #2595 )
...
* 1. Fix tab rendering when preview state changed
* 2. Fix selected tab after closing currently active tab
* 3. Fix tab selection when pinning currently active tab
* 4. Make current preview tab permanent on double click
* 5. Fix preview tab font not reloading on settings change
2025-08-04 18:09:22 +01:00
Jan S.
b1f48f1db1
fix(gui): fix NullPointerException in copyAllSearchResults ( #2580 ) (PR #2581 )
2025-07-24 18:37:47 +01:00
Skylot
b64c93160b
refactor: move system info class to common app lib
2025-07-23 19:24:26 +01:00
Skylot
58c4f56a71
feat(gui): allow view and edit input smali files
2025-07-19 22:16:19 +01:00
Skylot
3d11d1fa87
fix(gui): resolve NPE on code area close
2025-07-19 22:14:30 +01:00
TinyServal
d58c9ac926
fix(gui): minor UI fixes (PR #2549 )
...
* fix(gui): use system menu bar on macOS
* fix(gui): font consistency in AboutDialog
* fix(gui): fix horizontal scrolling speed in CommonSearchDialog
* fix(gui): slightly increase debounce timer to reduce UI flickering
* fix(gui): disable tab scroll wrap-around behavior
2025-07-02 20:37:16 +01:00
Skylot
432e49df03
fix(gui): disable debugger action if project not loaded ( #2547 )
2025-06-29 19:48:10 +01:00
xiaojye
dc4dcb2bd0
refactor(gui): improve menu icon, such as 'Select in Tree' and 'Go to AndroidManifest.xml' buttons (PR #2543 )
2025-06-26 20:48:23 +01:00
Jan S.
74c396448e
fix(gui): prevent IndexOutOfBoundsException in MethodSearchProvider (PR #2542 )
2025-06-20 22:37:27 +01:00
Jeroen Beckers
d523f1b15e
fix(gui): use var instead let for class variable in Frida script (PR #2527 )
...
Co-authored-by: Jeroen Beckers <dauntless@dauntless.be >
2025-06-07 19:53:19 +01:00
skylot
8030c2f84e
feat(gui): new search options to search in text or binary resources (PR #2526 )
...
* search in text or binary resources
* load matching tab for scroll to pos in binary panel, treat unknown files as binary in search
2025-06-07 19:23:08 +01:00
Ruffalo Lavoisier
47224dc599
fix(gui): remove duplicate class of Frida snippet (PR #2525 )
...
fix duplicate class of frida snippet
2025-06-03 17:52:06 +01:00
Yaroslav
d492628bfe
fix(gui): workaround for wrap layout repaint issue in search dialog (PR #2521 )
...
* fix(gui): fixed incorrectly handles full window repaint in search dialog
* fix: fix spotless check
2025-06-02 21:45:46 +01:00
Skylot
7b54c3ae70
fix(gui): prevent UI thread freeze on plugin install/uninstall
2025-06-01 20:25:18 +01:00
Skylot
b82791706a
fix(gui): redirect plugins menu action to show plugins settings page
2025-06-01 18:55:11 +01:00
Skylot
e51a7fe417
fix(gui): lazy load hex viewer content
2025-06-01 17:01:10 +01:00
Skylot
cf96fdec59
fix: add arsc file name prefix only in jadx-gui ( #2373 )
2025-05-31 20:12:54 +01:00
Skylot
6b54cde89c
fix: use wrap layout for options in search dialog, add size limit option
2025-05-29 22:44:21 +01:00
Skylot
59b560b553
fix: lazily create dirs in default file getter implementation
2025-05-29 17:59:26 +01:00
Yaroslav
bcd0c949dc
feat(gui): use list component for recent projects on start page (PR #2513 )
...
* feat(gui): use list component witch recent projects on start page
* fix: spotless check
* move classes into one package and some minor changes
---------
Co-authored-by: Skylot <118523+skylot@users.noreply.github.com >
2025-05-25 20:35:35 +01:00
Yaroslav
fc0f1f9a1c
fix(gui): validate extensions list in file dialog (PR #2515 )
...
* fix(gui): fixed export file without extensions (close #2514 )
* don't add null extensions
---------
Co-authored-by: Skylot <118523+skylot@users.noreply.github.com >
2025-05-25 20:23:36 +01:00
Yaroslav
abd64007e2
fix(gui): validate hex address in GotoAddressDialog (PR #2512 )
...
chore: use check if entered valid hex address from GotoAddressDialog & make error style search field if hex search value not valid in hex viewer
2025-05-24 23:00:18 +01:00
Skylot
fb02e32a6a
chore: don't use nullable annotations from RxJava
2025-05-24 22:16:10 +01:00
Yaroslav
3d8e5e5851
chore: migrate from old unsupported rxjava2 to rxjava3 (PR #2511 )
2025-05-24 21:56:23 +01:00