Iscle
7a2dad8ef2
feat: add APKM support (PR #2379 )
...
* feat: Add APKM support
* fix: Removed unused imports
With spotlessApply :P
2024-12-22 16:58:44 +00:00
Yaroslav
a46e35c15c
feat(gui): add export dialog with options (PR #2378 )
...
fix(gui):add export dialog with options (#1983 )
2024-12-21 20:34:54 +00:00
Skylot
73966fda89
fix(gui): add missing sync in clean task at search dialog close ( #2363 )
2024-12-21 19:44:15 +00:00
Skylot
fe0ab5ebf8
fix(gui): improve detection of multi line method comments for update
2024-12-20 20:51:21 +00:00
Yaroslav
8345edf76b
fix(gui): text on popup action change if need update comment & fixes default size on comment diallog (PR #2376 )
...
* fix(gui):text on popup action change if need update comment & fixed default comment dialog size (#2155 )
* don't add new action, just rename labels
---------
Co-authored-by: Skylot <118523+skylot@users.noreply.github.com >
2024-12-20 20:21:57 +00:00
Yaroslav
ff0fbba720
feat(gui): added confirm dialog when removing script (PR #2375 )
...
feat(gui): added confirm dialog when removing script (#2353 )
2024-12-19 19:11:18 +00:00
Yaroslav
fe41d6ed3d
feat(gui): add script rename feature (PR #2374 )
...
* feat(gui): add script rename feature (#2354 )
* fix: resolve spotless check
2024-12-19 18:13:08 +00:00
Skylot
47f2e516e5
fix(gui): resolve ignored mouse actions ( #2360 )
2024-12-09 17:44:32 +00:00
Skylot
1e1036c049
fix: disable usage of JDK Unsafe class in GSON ( #2341 )
2024-11-13 18:28:04 +00:00
Skylot
e644bad758
chore: update dependencies
2024-11-10 20:15:34 +00:00
Skylot
be6cb573b1
feat(plugins): allow to set minimum required jadx version in plugin info ( #2314 )
2024-11-06 16:30:22 +00:00
Skylot
57238de6ff
feat(cli): add option to disable plugins ( #2277 )
2024-11-01 20:13:34 +00:00
Ruffalo Lavoisier
2661b91a6f
feat(gui): create Frida hooking snippet for all methods in the class (PR #2328 )
2024-10-30 17:59:29 +00:00
Skylot
61578e8793
fix(gui): correct tabs filter in "Close others" tab action ( #2330 )
2024-10-30 17:20:16 +00:00
Skylot
cc6a893402
feat: allow to disable installed plugins ( #2277 )
2024-10-28 23:35:28 +03:00
Skylot
982307b1ac
fix(gui): use correct section filter in plugins list
2024-10-25 19:01:43 +01:00
Skylot
37054dc84e
fix(gui): load plugins settings in temp context without UI ( #2206 )
2024-10-25 18:51:38 +01:00
Skylot
c0815b12bc
chore(gui): add missing ref text in untranslated messages ( #2319 )
...
fix
2024-10-24 20:33:52 +03:00
JustFor
233f8692b2
fix(gui): update Messages_zh_CN.properties (PR #2319 )
...
1. New text is translated simultaneously, two untranslated texts remain (no English text)
2. Adjusted and unified part of the symbol, into the full Angle symbol.
2024-10-24 18:31:14 +01:00
Skylot
e5be41b9cc
fix(gui): use another implementation for font dialog ( #2310 )
2024-10-22 21:32:14 +01:00
Skylot
3788e4ef3a
fix(gui): in settings row reduce space between description and value
2024-10-22 18:52:42 +01:00
Skylot
32855f4511
fix(gui): improve plugins preferences group
2024-10-22 18:51:19 +01:00
nitram84
8a34d973ff
build: use jadx-gui as a library in plugins (PR #2310 )
...
* fix(gui): fix javadoc issues
* feat(gui): export jadx-gui as a library
* fix(gui): fix javadoc issues
* fix(gui): remove invalid characters for javadoc
* add jadx-library also for jadx-cli and jadx-script-ide modules
---------
Co-authored-by: Skylot <118523+skylot@users.noreply.github.com >
2024-10-22 17:24:57 +01:00
Skylot
a43b3282ef
fix(gui): update check fixed to match current artifact naming
2024-10-17 21:57:20 +01:00
Skylot
742d30d770
chore: resolve warnings in SmaliArea class
2024-10-16 17:29:36 +01:00
Skylot
267413332a
chore: resolve KtLint deprecation warning
2024-10-16 17:23:09 +01:00
Skylot
c5263f92fe
fix(gui): send select tab event before code jump ( #2292 )
2024-10-12 21:23:53 +03:00
Skylot
c21cabcba7
fix: use temp dir env var only in apps
2024-10-10 22:57:40 +03:00
Skylot
063af8cd62
feat(api): add JadxArgs property to adjust xml security checks ( #2291 )
2024-10-10 22:57:40 +03:00
xiaojye
3ed2df828f
feat(gui): add button to go to Android Manifest (PR #2296 )
...
* feat: Add button to go to Android Manifest
* fix: Change the text from 'Go to Manifest' to 'Go to AndroidManifest.xml' and replace icon source
2024-10-10 17:11:08 +01:00
Skylot
b26abdc851
feat(plugins): get config and cache dirs for plugins
2024-09-29 21:55:05 +01:00
Skylot
90185fd947
feat(plugins): get a main window reference as JFrame
2024-09-29 21:54:24 +01:00
Skylot
0b225238fb
feat: support restore of switch over string (basic case)( #2288 )
2024-09-27 21:11:38 +01:00
pubiqq
b5e3dcf70f
feat: add the option to always use source file name as class name alias (PR #2287 )
2024-09-23 22:47:08 +01:00
Skylot
02b69d2d29
fix(gui): prevent old refs leak in shortcuts controller
2024-09-21 21:53:31 +01:00
Andy Smith
efa2f5d172
feat(gui): limit search to a package (PR #2284 )
...
* Add isDescendantOf and getJavaPackage helper functions
* Add i18n strings for search package
* Added search package to options in SearchSettings
* Add package limiting to each search provider
* Add package search to dialog and logic to get package by string.
* Added search option to package context menu
* Fix spotlessJavaCheck complaints
* Revert changes to individual search providers and add filter to base provider
2024-09-20 12:31:20 +03:00
Skylot
3f9aa34057
fix(gui): resolve old objects reference leak in TabsController
2024-09-07 01:21:46 +03:00
Skylot
ba9af5c288
fix(gui): minor fixes for code jumps
2024-09-04 19:59:57 +01:00
Skylot
2df69bbfb4
fix(gui): prevent UI stuck on class load ( #2259 )
2024-08-31 22:30:18 +01:00
Skylot
f5307636ef
fix(gui): merge full class name tokens for constructors ( #2261 )
2024-08-30 22:39:43 +03:00
Mino
9a39b70a46
fix(gui): Quick Tabs Optimization (PR #2242 )
...
* optimize tabs reorder
* restructure based on quick tabs architecture
* code formatting
* log all exceptions from background executor
* various improvements
---------
Co-authored-by: Skylot <118523+skylot@users.noreply.github.com >
2024-08-30 20:33:05 +01:00
Skylot
1cc00a54f3
fix(gui): use correct translation in rename dialog ( #2254 )
2024-08-17 21:58:39 +03:00
Skylot
1051dacb1e
refactor(tests): migrate from Hamcrest to AssertJ
2024-08-11 21:55:56 +01:00
Skylot
015876b790
fix(gui): trim trailing spaces in input files ( #2244 )
2024-08-10 00:31:25 +01:00
Skylot
c37e39a819
chore: code improvements by cleanthat
2024-08-07 00:34:22 +01:00
Skylot
2d58fbd4b1
chore: forbid use ArrayList as a variable type
2024-08-07 00:28:39 +01:00
Mino
ffbf800404
feat(gui): Quick Tabs Overhaul (PR #2241 )
...
* restructure quick tabs code
* code formatting
* display open tabs
* added bookmark tabs feature
* fix tabs pin and bookmark not saved
* fix NPE treeModel not initialized
* Fix hardcoded strings
* remove unused statement
* fix NPE again
* added bookmark overlay
* preserve tabs order
* fix context menu actions
* remove unnecessary public modifier
* save tabs in tabbedpane order
* remove unreferenced tabs
* Update jadx-gui/src/main/java/jadx/gui/ui/tab/TabComponent.java
---------
Co-authored-by: skylot <118523+skylot@users.noreply.github.com >
2024-08-06 23:47:25 +01:00
Skylot
287ba49008
fix(gui): show folding actions in code popup menu ( #2234 )
2024-08-02 17:13:16 +01:00
Mino
1669200e62
feat(gui): smali code folding (PR #2233 )
...
* added smali code folding
* remove unnecessary public modifiers
* improve code
* undo method extract
---------
Co-authored-by: Skylot <118523+skylot@users.noreply.github.com >
2024-08-01 19:33:37 +01:00
Mino
6ab224ea0d
feat(gui): pin tabs (PR #2230 )
...
* add ability to pin tabs
* save pinned tabs with Save Project action
* further prevent closing pinned tabs
* add translation entries
* prevent pinning start page
* add pinned tabs tree view
* properly dispose of quickTabsTree
* restructure code
* more unpin context menu items
2024-08-01 18:06:45 +01:00