Commit Graph

  • 19f3cdf501 feat(plugins): add method to open usage dialog Skylot 2025-01-20 19:05:06 +00:00
  • 45d320a596 feat(plugins): add method to get jadx-gui icons by name Skylot 2025-01-20 17:13:23 +00:00
  • 6860a8be7e fix(res): handle null values in android manifest parsing (#2392) Skylot 2025-01-13 18:57:08 +00:00
  • 94915db739 chore: update gradle and dependencies Skylot 2025-01-13 19:52:58 +00:00
  • 29d114402d feat: parse and use Kotlin SourceDebugExtension with SMAP for rename classes and packages (PR #2389) Yaroslav 2025-01-06 22:16:26 +02:00
  • 6889670b11 chore: add .desktop file for jadx-gui (PR #2388) Bnyro 2025-01-01 18:47:29 +01:00
  • fe7d527fcc fix(gui): update Messages_zh_CN.properties (PR #2387) JustFor 2024-12-31 23:53:01 +08:00
  • 84e211b809 fix: IfRegionMaker find the wrong outBlock (PR #2385) ewt45 2024-12-30 21:42:03 +08:00
  • f4849d67cf build: reduce gitlab test stages due to new compute limit Skylot 2024-12-23 21:31:14 +00:00
  • 60a8d8b9fd fix: show all methods for 'simple' and 'fallback' decompilation modes Skylot 2024-12-23 21:18:04 +00:00
  • 1449354c54 fix: allow to inline methods with ternary instructions (#2380) Skylot 2024-12-23 20:59:42 +00:00
  • 0df474f35a fix: resolve incorrect var ref validation and remove (#2381) Skylot 2024-12-23 19:57:08 +00:00
  • de629544a3 fix: force type var short form as a key in generic resolve mapping (#2370) Skylot 2024-12-22 21:04:07 +00:00
  • 7a2dad8ef2 feat: add APKM support (PR #2379) Iscle 2024-12-22 17:58:44 +01:00
  • a46e35c15c feat(gui): add export dialog with options (PR #2378) Yaroslav 2024-12-21 22:34:54 +02:00
  • 73966fda89 fix(gui): add missing sync in clean task at search dialog close (#2363) Skylot 2024-12-21 19:44:15 +00:00
  • fe0ab5ebf8 fix(gui): improve detection of multi line method comments for update Skylot 2024-12-20 20:51:21 +00:00
  • 8345edf76b fix(gui): text on popup action change if need update comment & fixes default size on comment diallog (PR #2376) Yaroslav 2024-12-20 22:21:57 +02:00
  • ff0fbba720 feat(gui): added confirm dialog when removing script (PR #2375) Yaroslav 2024-12-19 21:11:18 +02:00
  • fe41d6ed3d feat(gui): add script rename feature (PR #2374) Yaroslav 2024-12-19 20:13:08 +02:00
  • ff95b9e999 fix: better package-info support (PR #2369) nitram84 2024-12-18 23:33:48 +01:00
  • 87844d2193 fix: remove wrapped flag for inlined instruction (#2363) Skylot 2024-12-18 21:37:34 +00:00
  • 2ac0cc62e6 chore: update dependencies Skylot 2024-12-18 21:41:01 +00:00
  • 2924bb259c feat(gui): add webp image preview support (PR #2372) Yaroslav 2024-12-18 21:28:44 +02:00
  • 17695babf4 fix: inline anonymous class wrongly handles field as Classname.this (PR #2367) ewt45 2024-12-13 02:54:05 +08:00
  • 0d105a5095 fix: inner class parent is wrong when name formatted as Class$method$xxx (PR #2364) ewt45 2024-12-12 03:25:23 +08:00
  • 7eab3c8534 feat(gradle): handle non-final res ids for AGP >8.0.0 (PR #2362) nitram84 2024-12-11 18:56:28 +01:00
  • 47f2e516e5 fix(gui): resolve ignored mouse actions (#2360) Skylot 2024-12-09 17:44:32 +00:00
  • fdad829c49 chore: update dependencies Skylot 2024-12-09 17:41:26 +00:00
  • 2fa7f84251 fix: check respectBytecodeAccModifiers in MarkMethodsForInline (PR #2361) ewt45 2024-12-10 00:17:22 +08:00
  • 828cad3287 feat: replace constants in annotations of method arguments (PR #2358) nitram84 2024-12-04 18:06:13 +01:00
  • cc0cb6a3d3 chore: update gradle and dependencies Skylot 2024-11-24 19:00:09 +00:00
  • a67dfcb7e1 fix(plugins): use release from asset if differ from release name with GitHub resolver Skylot 2024-11-24 18:52:32 +00:00
  • baa93bad63 fix: additional checks for default switch case exit (#2351) Skylot 2024-11-24 18:19:33 +00:00
  • 45df80f036 build: enable gradle configuration caching Skylot 2024-11-16 17:28:23 +00:00
  • 792e0d6f3a chore: update gradle and dependencies Skylot 2024-11-16 17:26:04 +00:00
  • fe9d3bcab7 fix(res): allow jumping backwards to an already processed position (PR #2344) Jan S. 2024-11-15 16:12:47 +01:00
  • 1e1036c049 fix: disable usage of JDK Unsafe class in GSON (#2341) Skylot 2024-11-13 18:28:04 +00:00
  • 60dcdc7096 build: add missing modules for runtime JRE Skylot 2024-11-12 18:48:13 +00:00
  • c4c3d42d16 build: fix release workflow v1.5.1 Skylot 2024-11-11 17:06:18 +00:00
  • 58c36de8c2 build: add release github workflow Skylot 2024-11-10 17:26:12 +00:00
  • b4ca566a19 build: exclude shadow jar from publishing to maven Skylot 2024-11-10 17:25:03 +00:00
  • e644bad758 chore: update dependencies Skylot 2024-11-10 19:15:03 +00:00
  • dd86abcc5e chore: remove LGTM config Skylot 2024-11-10 17:25:27 +00:00
  • f0513a1a55 fix: insert new filled array insn before first usage (#2340) Skylot 2024-11-07 20:02:41 +00:00
  • be6cb573b1 feat(plugins): allow to set minimum required jadx version in plugin info (#2314) Skylot 2024-11-06 16:29:43 +00:00
  • 5d064d3e50 feat(res): improve resource names (PR #2316) pubiqq 2024-11-06 18:08:35 +03:00
  • 15b6309e2c fix: support "fall-through to default" case in switch-over-string (PR #2338) pubiqq 2024-11-06 00:41:03 +03:00
  • 417bb7a7e9 feat: add method to update all blocks related info in method (#2335) Skylot 2024-11-02 22:05:20 +00:00
  • 4c74e8e300 feat: give ability to plugins to edit blocks before locking (PR #2336) Ahmet Bilal Can 2024-11-03 00:38:57 +03:00
  • 57238de6ff feat(cli): add option to disable plugins (#2277) Skylot 2024-11-01 20:13:34 +00:00
  • 313c4a121a fix: improve negation condition checks for switch over string (#2333) Skylot 2024-11-01 16:33:28 +00:00
  • 39912398fc fix: unwrap consts in switch-over-string (PR #2332) pubiqq 2024-11-01 00:24:19 +03:00
  • 7544d1a113 fix: prevent endless loop in pre header insertion mod (#2300) Skylot 2024-10-31 19:00:54 +00:00
  • cfbe5ab672 fix: fix default branch position in switch-over-string (PR #2331) pubiqq 2024-10-31 22:58:35 +03:00
  • 2661b91a6f feat(gui): create Frida hooking snippet for all methods in the class (PR #2328) Ruffalo Lavoisier 2024-10-31 02:59:29 +09:00
  • 61578e8793 fix(gui): correct tabs filter in "Close others" tab action (#2330) Skylot 2024-10-30 17:20:16 +00:00
  • cc6a893402 feat: allow to disable installed plugins (#2277) Skylot 2024-10-26 22:21:26 +01:00
  • 4d8a5d6671 fix(core): fix primitive-to-primitive conversions (PR #2326) pubiqq 2024-10-28 23:33:10 +03:00
  • 982307b1ac fix(gui): use correct section filter in plugins list Skylot 2024-10-25 19:01:43 +01:00
  • 37054dc84e fix(gui): load plugins settings in temp context without UI (#2206) Skylot 2024-10-25 18:51:38 +01:00
  • 343e2c531a chore: expand input dirs in ConvertArscFile Skylot 2024-10-25 17:53:46 +01:00
  • 6fa5d247f0 fix(res): update Android attrs to API 35 (PR #2318) pubiqq 2024-10-25 20:08:36 +03:00
  • 688dea0c50 fix(deobf): update TLDs (PR#2320) pubiqq 2024-10-25 18:44:07 +03:00
  • c0815b12bc chore(gui): add missing ref text in untranslated messages (#2319) Skylot 2024-10-24 17:29:30 +01:00
  • 233f8692b2 fix(gui): update Messages_zh_CN.properties (PR #2319) JustFor 2024-10-25 01:31:14 +08:00
  • e5be41b9cc fix(gui): use another implementation for font dialog (#2310) Skylot 2024-10-22 21:29:00 +01:00
  • 3788e4ef3a fix(gui): in settings row reduce space between description and value Skylot 2024-10-22 18:52:42 +01:00
  • 32855f4511 fix(gui): improve plugins preferences group Skylot 2024-10-22 18:51:19 +01:00
  • 3d5e225274 fix: clear temp root dir instead delete (#2312) Skylot 2024-10-22 17:58:51 +01:00
  • 8a34d973ff build: use jadx-gui as a library in plugins (PR #2310) nitram84 2024-10-22 18:24:57 +02:00
  • a43b3282ef fix(gui): update check fixed to match current artifact naming Skylot 2024-10-17 21:38:49 +01:00
  • 249801880c feat(api): allow to get method code (#2305) Skylot 2024-10-17 19:20:07 +01:00
  • 742d30d770 chore: resolve warnings in SmaliArea class Skylot 2024-10-16 17:29:36 +01:00
  • 267413332a chore: resolve KtLint deprecation warning Skylot 2024-10-16 17:23:09 +01:00
  • f9c94f27f1 chore: update dependencies Skylot 2024-10-16 16:59:44 +01:00
  • d2131d9640 build: gradle wrapper validation not needed, check done in setup-java action Skylot 2024-10-16 16:57:59 +01:00
  • 548821c4df build: allow to change java toolchain for build and tests Skylot 2024-10-15 21:34:03 +01:00
  • 958ab245ae fix(res): don't rename resource entries when useRawResName = true (PR #2306) pubiqq 2024-10-14 22:32:12 +03:00
  • 8f3cc3e8c1 fix: add missing null check in codegen for classes generated by jadx Skylot 2024-10-14 19:08:07 +01:00
  • b872ffd1b9 fix: replace patched zip early in input files (#2302) Skylot 2024-10-12 20:53:09 +01:00
  • c5263f92fe fix(gui): send select tab event before code jump (#2292) Skylot 2024-10-12 19:23:42 +01:00
  • 1475e887c8 fix: update reserved keywords (PR #2301) pubiqq 2024-10-11 22:47:34 +03:00
  • c21cabcba7 fix: use temp dir env var only in apps Skylot 2024-10-10 19:31:06 +01:00
  • 063af8cd62 feat(api): add JadxArgs property to adjust xml security checks (#2291) Skylot 2024-10-09 20:48:15 +01:00
  • 2d10537050 chore: update dependencies Skylot 2024-10-09 17:16:17 +01:00
  • 3814951408 feat: improve better name algorithm (PR #2299) pubiqq 2024-10-10 22:01:57 +03:00
  • 964bd62d35 feat: adding automatic patching for semi-corrupted APKs (PR #2298) qfalconer 2024-10-10 18:53:26 +02:00
  • 3ed2df828f feat(gui): add button to go to Android Manifest (PR #2296) xiaojye 2024-10-11 00:11:08 +08:00
  • b26abdc851 feat(plugins): get config and cache dirs for plugins Skylot 2024-09-28 22:37:31 +01:00
  • 90185fd947 feat(plugins): get a main window reference as JFrame Skylot 2024-09-28 20:39:52 +01:00
  • 681f8a98b5 fix: improve checks for restore new filled array (#2289) Skylot 2024-09-28 16:23:16 +01:00
  • 0b225238fb feat: support restore of switch over string (basic case)(#2288) Skylot 2024-09-27 21:07:07 +01:00
  • a7649dda7a chore: update gradle and dependencies Skylot 2024-09-24 16:57:24 +01:00
  • b5e3dcf70f feat: add the option to always use source file name as class name alias (PR #2287) pubiqq 2024-09-24 00:47:08 +03:00
  • 7abbc81886 fix: improve switch out block search if all method exits are inside (#2264) Skylot 2024-09-22 21:09:10 +01:00
  • 9c30aeacdb refactor: split region maker Skylot 2024-09-22 20:10:37 +01:00
  • 8f27de4d0e chore: update dependencies Skylot 2024-09-21 22:00:03 +01:00
  • 02b69d2d29 fix(gui): prevent old refs leak in shortcuts controller Skylot 2024-09-21 21:53:31 +01:00
  • e6fde48b69 fix: don't add same 'loaded from:' comment for inner classes Skylot 2024-09-21 20:28:18 +01:00