Commit Graph

44 Commits

Author SHA1 Message Date
NkBe 271eb7bd82
feat(sigbypass): SVC Bypass (ARM64) and OpenAt I/O Redirection
導入 ARM64 專用的 SVC/Seccomp 內核級簽名繞過 (Level 3),並全面強化檔案 I/O 重定向機制。
移除非 ARM64 架構的支持
2025-12-22 21:57:33 +08:00
NkBe f14f65d078
refactor(ui): 統一介面風格並優化佈局
- Home:重新整理資訊卡,將 StringBuilder 替換為 Composables;修正填充和 HtmlText 參數錯誤。
- Manager:為 TabRow 添加動畫指示器並統一頁面間距。
- Settings:為 KeyStore 對話框添加垂直滾動功能,以防止在小螢幕上出現裁剪。
- Repo:改善「即將推出」的 UI,增添圖標。
2025-12-11 22:42:26 +08:00
NkBe 0fa8ef2b89
enjoy: 專門為MiUI桌面卸載添加了提示,提升使用者體驗 2025-10-29 23:54:55 +08:00
NkBe a2b9e529ca
feat: support inject MT Manager DocumentsProvider
Co-Authored-By: Hicores <me@hicore.cc>
2025-10-29 21:38:57 +08:00
NkBe(HSSkyBoy) d644c22ade
feat: support patching with new package name
feat: log APK patch paths in submitPatch

fix: improve temp APK file handling

feat: add newPackageName option

refactor: optimize patch install dialogs

feat: support rename packagename
Co-Authored-By: javaeryang <27242250+javaeryang@users.noreply.github.com>
2025-10-08 15:47:16 +08:00
NkBe(HSSkyBoy) ac95b91712
Modify part of lspatch to npatch 2025-10-06 23:27:30 +08:00
NkBe 9804125d1f
feat: Streamline application mode descriptions 2025-09-30 23:24:03 +08:00
NkBe ed93e43f8c
feat: deleat old InstallActivity 2025-09-07 14:38:02 +08:00
NkBe 25685bd4c6
Fix: Unresolved reference 'settings_storage_directory' 2025-08-18 13:47:31 +08:00
NkBe b4d1726708
Fix: Enable install activit 2025-08-18 13:24:12 +08:00
NkBe 9563fcc4d9
feat: check manager 2025-08-17 22:59:34 +08:00
NkBe 10b291bd61
NPatch 2025-08-17 22:09:10 +08:00
xihan123 b83152323a
Allow uers to chose if inject loader dex (#19)
If we always inject loader dex, then modules with third party libraries might fail to find library classes since the default class loader is alway used before the the loader of the module package.

Therefore, it is better to treat packages with isolated services as special cases.
2024-11-20 19:38:48 +01:00
Js0n 3674a967ef
Remove keep alive foreground service because bound service won't need it (#262)
Co-authored-by: LoveSy <shana@zju.edu.cn>
2023-11-23 20:32:24 +08:00
Js0n 8462043963
feat: select module(s) from storage (#225) 2023-10-12 14:10:53 +08:00
Nullptr 2ace2660b4
Fix modules missing after update loader for integrated mode 2022-11-13 22:43:39 +08:00
Nullptr 319a21f103
Small UI fixes 2022-11-09 14:10:02 +08:00
Nullptr c191397dc0
Add foreground keep alive option 2022-11-09 13:09:50 +08:00
Nullptr f8888b81e8
Support bootstrapping loader dynamically for local mode (#118) 2022-10-21 15:24:16 +08:00
Nullptr 415f434d08
Add starting modules from manager 2022-09-23 00:04:25 +08:00
Nullptr 2e2c818de6
Drop v1 signature & UI improvement 2022-09-06 21:20:06 +08:00
Nullptr cb1ba36514
Type safe preferences & Change topbar style 2022-07-07 01:40:35 +08:00
Nullptr b76ea503dd
Type safe navigation 2022-07-06 16:35:17 +08:00
Nullptr 21c43250f1
Module page 2022-07-06 10:56:18 +08:00
Nullptr 279e95b57b
Support upgrade loader version 2022-07-05 21:54:13 +08:00
Nullptr 4493c45025
UI improvement & Add optimize function 2022-05-31 21:55:59 +08:00
Nullptr 6924c6a3b5
CI (#57)
* CI

* Add patch info to metadata

* Allow select local apks to patch

* Fix wrong indent
2022-05-10 11:39:04 +08:00
Nullptr 3e4eb34819 Fix crash 2022-05-05 21:57:18 +08:00
Nullptr 5d3f0ec9f7 Implement install patched app & Refactor UI 2022-05-05 21:07:45 +08:00
Nullptr 3b5fa88d17 Fix saving apks 2022-04-23 10:54:07 +08:00
Nullptr dbe0df86ec Support custom keystore for manager 2022-04-05 17:21:31 +08:00
Nullptr 7f19ad3471 Update Chinese translation 2022-03-17 20:35:10 +08:00
Nullptr e448f6115e Add shizuku card 2022-03-07 16:46:07 +08:00
Nullptr 041e58a038 Add support card 2022-03-06 23:07:14 +08:00
Nullptr 775bfb1078 Add home page 2022-03-06 20:27:28 +08:00
Nullptr c73a5a079f Use ViewModel instead of rememberSaveable 2022-03-06 17:35:26 +08:00
Nullptr bfd4fb12d0 SigBypass Dropdown 2022-03-03 10:24:22 +08:00
Nullptr a44cd8ba3b Fix UI bugs 2022-03-01 17:29:54 +08:00
Nullptr 187bd4c89d Fix saving content (2/2) 2022-02-20 15:06:53 +08:00
Nullptr d593107e04 Minimum availability 2022-02-13 23:43:52 +08:00
Nullptr 78420d8758 Package module 2022-02-13 19:30:58 +08:00
Nullptr 6dda688adb Manager PatchOptionsPage 2022-02-13 02:15:30 +08:00
Nullptr 6285ebe6c4 LSPatch Manager (Coding) 2022-02-12 14:27:49 +08:00
Nullptr 7876d84f65 Add LSPatch manager 2021-09-06 17:30:25 +08:00