Commit Graph
6187 Commits
Author SHA1 Message Date
topjohnwu 39d1d23909 Release new canary build 2023-04-04 03:00:50 -07:00
vvb2060andJohn Wu 69529ac59c Fix restorecon 2023-04-04 02:34:16 -07:00
vvb2060andJohn Wu a18a440236 Cancel recursive bind 2023-04-04 02:12:07 -07:00
LoveSyandJohn Wu aa7846c1c0 No need to mount ROOTMIR if tmp_dir != /sbin 2023-04-04 02:12:07 -07:00
topjohnwu 24ba4ab95b Better AVD support 2023-04-04 02:04:49 -07:00
topjohnwu 762b70ba9d Better string split implementation 2023-04-03 18:50:36 -07:00
topjohnwu 41b77e4f25 Make base as template argument for optimization 2023-04-03 18:32:11 -07:00
topjohnwu 2087e47300 Get random separately 2023-04-03 18:32:11 -07:00
vvb2060andJohn Wu 46ce765860 Use stable random seed 2023-04-03 18:32:11 -07:00
topjohnwu 5117dc1a31 Reorganize code 2023-04-03 17:47:07 -07:00
Arbri çoçkaandJohn Wu 620fd7d124 Update sq strings.xml 2023-04-03 16:54:11 -07:00
kubalavandJohn Wu 3e991dc003 Update Slovak translation 2023-04-03 16:53:59 -07:00
LoveSyandJohn Wu 15cab86152 Make module mirror read only 2023-04-02 22:03:02 -07:00
aa785b5845 Show confirm dialog when installing local module
It can avoid miss click

Co-authored-by: 南宫雪珊 <vvb2060@gmail.com>
2023-04-02 21:33:13 -07:00
LoveSyandJohn Wu 97731a519a Update zygisk API to avoid mem leak 2023-04-02 03:54:33 -07:00
残页andGitHub b696dae808 Specify foregroundServiceType for DownloadService 2023-04-02 02:20:49 -07:00
topjohnwu 732a8260c2 Update dependencies 2023-04-02 02:13:47 -07:00
LoveSyandJohn Wu 4ff60ef9a9 No more patching libc.a on 64bit platforms 2023-04-01 03:51:57 -07:00
topjohnwu 23b1b69110 Consolidate zygisk cleanup routines 2023-04-01 03:37:17 -07:00
3a4fe53f27 New way to unload zygisk
Co-authored-by: 残页 <a1364259@163.com>
2023-04-01 03:37:17 -07:00
LoveSyandtopjohnwu e48afff5e8 Compress jniLibs 2023-04-01 01:54:10 -07:00
topjohnwu 3f4f4598e8 Better AVD support 2023-03-31 17:21:12 -07:00
LoveSyandJohn Wu 3921e9cb1b Fix release build 2023-03-31 00:06:55 -07:00
topjohnwu 0b987dd0b0 Cleanup more databinding implementation 2023-03-31 00:05:33 -07:00
Ilya KushnirandJohn Wu 1620e15f99 Update RU strings 2023-03-30 13:45:13 -07:00
topjohnwu b089511e91 Update Android Studio 2023-03-30 13:35:13 -07:00
Arbri çoçkaandGitHub 958788c1aa Update Albania 2023-03-30 13:33:26 -07:00
LoveSyandJohn Wu b5a8a27296 Update Chinese translation 2023-03-30 13:33:04 -07:00
kubalavandJohn Wu 98123775ad Update Slovak translation 2023-03-30 13:32:40 -07:00
ThonsiandJohn Wu c7133974be Clean up some codes 2023-03-26 20:48:23 -07:00
LoveSyandJohn Wu 04324a7ebe Upgrade LSPlt to bypass a bionic bug 2023-03-23 20:56:35 -07:00
vvb2060andJohn Wu f54daa3469 Force ramdisk format to lz4_legacy for v4 2023-03-23 20:50:27 -07:00
LoveSyandJohn Wu 07c22ccd39 Use app_dir to detect systemui instead
uid may be shared by other apps (e.g., in MIUI, systemui's uid
is 1000 and shared by many system apps).
2023-03-23 16:17:13 -07:00
LoveSyandJohn Wu e893c13cf1 Unlink preinit device if bind mount fails 2023-03-23 00:40:13 -07:00
LoveSyandJohn Wu dba5020e4f Refactor magiskrc 2023-03-22 17:53:15 -07:00
LoveSyandJohn Wu 87e036a190 Update LSPlt to avoid crash when hooking libc 2023-03-22 12:02:33 -07:00
LoveSyandJohn Wu 3dd94672b0 Fix preinit scripts 2023-03-22 03:07:34 -07:00
LoveSyandJohn Wu 004b193f69 Fix installation crash 2023-03-22 02:44:14 -07:00
topjohnwu 4417997749 Make sure ro mmap region is not overwritten 2023-03-21 15:50:43 -07:00
LoveSyandJohn Wu 2eef542054 Add amonet microloader support 2023-03-21 15:50:43 -07:00
LoveSyandJohn Wu a07d4080b6 Upgrade termux-elf-cleaner to strip DT_PREINIT_ARRAY 2023-03-21 02:17:21 -07:00
LoveSyandJohn Wu b9d0a3b3d4 Use partition name or devpath's name 2023-03-21 00:40:11 -07:00
topjohnwu 76405bd984 Add more comments 2023-03-21 00:40:11 -07:00
topjohnwu 4e2b88b3d0 Rename rules to preinit
It is possible that we will allow more preinit files for modules.
Rename the partition and folders from rules to preinit.
2023-03-21 00:40:11 -07:00
LoveSyandJohn Wu 7048aa1014 Rename sepolicy.rules -> rules 2023-03-21 00:40:11 -07:00
LoveSyandJohn Wu 1c2fcd14b5 Mount sepolicy.rules for migration 2023-03-21 00:40:11 -07:00
vvb2060andJohn Wu 84e1bd7bc3 Refactor sepolicy.rules resolve app 2023-03-21 00:40:11 -07:00
362eea741f Refactor sepolicy.rules resolve native
Co-authored-by: LoveSy <shana@zju.edu.cn>
2023-03-21 00:40:11 -07:00
LoveSyandJohn Wu 4de93cfd4b Use RV to show Magisk logs 2023-03-19 23:47:29 -07:00
LoveSyandJohn Wu 03cee0b8d4 Remove meaningless umount in magiskinit
This is no longer required since we redirect to /data/magiskinit
2023-03-19 23:35:18 -07:00