Skylot
432e49df03
fix(gui): disable debugger action if project not loaded ( #2547 )
2025-06-29 19:48:10 +01:00
Skylot
b530c234f3
chore: update gradle
2025-06-29 19:48:10 +01:00
Skylot
181dcf7b4f
chore: update dependencies
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
Skylot
cb9693a9d1
fix: correct hex format for negative numbers ( #2531 )
2025-06-19 22:49:59 +01:00
Mart Lintz
5d13acc6f3
chore(export): add missing ExpiringTargetSdkVersion in #2533 (PR #2538 )
2025-06-17 22:38:02 +01:00
Skylot
c04dddfa81
fix(cli): improve memory usage in jadx-cli ( #2524 )
2025-06-16 21:00:01 +01:00
Jan S.
1bb645d676
fix: correct loading for plain text XML files (PR #2537 )
2025-06-16 19:26:35 +01:00
Jan S.
ecb597a461
chore(export): disable targetSDKVersion checks in AndroidStudio (PR #2533 )
...
chore: disable targetSDKVersion warnings when opening exported project in AndroidStudio
2025-06-11 23:13:02 +03:00
Akexorcist
46cd3b5597
feat(export): use compileSdkVersion from manifest, update AGP to 8.10.1, other improvements (PR #2528 )
...
* chore(core): export to android project with AGP 8.10.1
* fix code format
* fix export template test
---------
Co-authored-by: Skylot <118523+skylot@users.noreply.github.com >
2025-06-07 20:09:29 +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
13e934ce4d
build: update java to 24 for release workflow
v1.5.2
2025-06-02 19:54:06 +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
3374f9b64a
fix: use resource table file name as prefix in sub files ( #2373 )
2025-05-29 23:18:32 +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
Skylot
8b08ac3806
fix: wrap MethodThrowsVisitor insns processing in try/catch ( #2441 )
2025-05-27 20:01:45 +01:00
Skylot
d9d4180581
feat: use parallel jobs to delete files in directory ( #2436 )
2025-05-27 20:01:45 +01:00
Skylot
33f93ddc8a
feat: move variable name apply from codegen to new pass ( #2422 )
2025-05-26 23:20:45 +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
Skylot
f33a2e4768
fix: for static synchronized methods remove top synchronized block ( #2493 )
2025-05-24 22:04:32 +01:00
Yaroslav
3d8e5e5851
chore: migrate from old unsupported rxjava2 to rxjava3 (PR #2511 )
2025-05-24 21:56:23 +01:00
Yaroslav
646ee2d963
fix(gui): minor improved search dialog & small refactor for search fields (PR #2510 )
...
* fix(gui): minor improved search dialog & small refactor for search fields
* fix: removed unused key string
* fix(gui): added icon for active tab in SearchDialog
2025-05-24 21:04:59 +01:00
Jan S.
b6f27d8a1a
feat(zip): provide direct InputStream of ZIP entries (PR #2509 )
...
* chore: provide direct InputStream of ZIP entries
* use limited stream, return bytes without using stream
---------
Co-authored-by: Skylot <118523+skylot@users.noreply.github.com >
2025-05-24 20:36:10 +01:00
Skylot
97d04edb01
fix(xapk): new implementation to reduce zip unpack and fix NPE ( #2501 )
2025-05-24 00:09:29 +01:00
Yaroslav
2486c981a8
fix(gui): improve colors in usage tree, some UI fixes (PR #2506 )
...
* fix(gui): refactor code in UsageDialogPlus
* fix(gui): added padding between buttons in package exclusion dialog & fixed crash
* fix(gui): added padding between buttons in settings dialog
* fix: fix javadoc
* fix: fix javadoc
* fix: fix javadoc
2025-05-23 23:15:16 +01:00
MewtR
b7a8a2879e
feat(gui): add option to disable the tooltip that pops up on hover (PR #2505 )
...
feat(gui): add option to disable the tooltip that pops up on hover
2025-05-23 22:08:06 +01:00
Yaroslav
092e897104
fix(gui): fix rename package behaviors (PR #2500 )
...
* fix(gui): fix rename package behaviors
* disable rename for default and synthetic packages
---------
Co-authored-by: Skylot <118523+skylot@users.noreply.github.com >
2025-05-22 23:26:39 +01:00
Yaroslav
a0a9f7fd41
feat(gui): notify user if code has non-displayable character with current font (PR #2490 )
...
* feat(gui): notify user, if code has non-displayable character in current font (fix #621 )
* fix(gui): improve check showing undisplayed chars on current font
* fix code style
---------
Co-authored-by: Skylot <118523+skylot@users.noreply.github.com >
2025-05-22 23:05:05 +01:00
Little Hour Y
00f0f5547b
fix(gui): using actual tree in usage tree dialog (PR #2503 )
...
* A tree - shaped usage rendering scheme has been added
* A tree - shaped usage rendering scheme has been added - i18n update
* A tree - shaped usage rendering scheme has been added - Enhance the interactive experience
* A tree - shaped usage rendering scheme has been added - Jtree Render
---------
Co-authored-by: y <y@a.com >
2025-05-22 22:02:31 +01:00
Yaroslav
00608f8e51
feat(res): use file headers to detect extension for obfuscated resources (PR #2495 )
...
* feat(res): add feature to use headers for detect resource extensions if resource obfuscated
* fix(res): read first 4kb data, for detect headers & use utf8 charset for decode bytes to string
2025-05-20 21:07:41 +01:00
Little Hour Y
d0351a88ba
feat(gui): a tree structure usage search (PR #2498 )
...
* A tree - shaped usage rendering scheme has been added
* A tree - shaped usage rendering scheme has been added - i18n update
---------
Co-authored-by: y <y@a.com >
2025-05-20 20:46:07 +01:00
Yaroslav
bee476895c
feat(tools): improve tool for sync and update I18N lines (PR #2494 )
...
* feat(tools): add to NLSAddNewLines tool remove lines if it not found on default reference & update commented untranslated line from reference
* fix: sync i18n translation from english reference file
* rename class and task, adjust code style
---------
Co-authored-by: Skylot <118523+skylot@users.noreply.github.com >
2025-05-19 19:17:07 +01:00
Yaroslav
580f25faae
fix(res): fix decode xml attributes value (PR #2492 )
...
* fix(res): now when decoding attributes used namespace (fix #1675 )
* fix: code formatted
* fix: some code improved on ManifestAttributes class
2025-05-19 18:31:31 +01:00
Skylot
1d1ca7d0c0
fix: process synthetic resource inner classes using common method ( #2482 )
2025-05-18 22:58:37 +01:00
Skylot
dbf4527ce6
chore: update dependencies
2025-05-17 23:29:38 +01:00
Yaroslav
ec726d6ca1
fix(gui): update resource.arsc nodes after opened tab with resource ids (PR #2489 )
...
* fix(gui): update resource.arsc nodes after opened tab with resource ids list by double click (fix #2488 )
* Update jadx-gui/src/main/java/jadx/gui/treemodel/JResource.java
---------
Co-authored-by: skylot <118523+skylot@users.noreply.github.com >
2025-05-17 22:51:55 +01:00
Yaroslav
be1c02455f
feat(gui): added dialog for select methods for generate frida class snippet (PR #2487 )
...
feat(gui): add dialog for select methods for generate frida snippet
2025-05-16 18:14:33 +01:00
Yaroslav
aee1e86398
fix(gui): restore tree state after renaming (PR #2486 )
...
fix(gui): restore tree state after renaming
2025-05-15 20:54:50 +01:00
Yaroslav
c0d721bea1
feat(gui): added feature to close all left tabs ( #1390 ) (PR #2484 )
...
feat(gui): added feature to close all left tabs (fix #1390 )
2025-05-15 20:32:05 +01:00