Commit Graph

5096 Commits

Author SHA1 Message Date
topjohnwu 1ff45ac5f5 Proper pattern matching
Fix #3998
2021-03-09 04:08:34 -08:00
Alexandru Scurtu 48bde7375f
uninstaller: consistency improvements
since there's no more "Magisk Manager"
2021-03-09 03:05:47 -08:00
topjohnwu 0601fa3b3d Release new canary build 2021-03-09 02:59:07 -08:00
vvb2060 d0d3c8dbfd Disable blank issues 2021-03-09 02:51:20 -08:00
vvb2060 8057de1973 Auto close issues 2021-03-09 02:51:20 -08:00
topjohnwu 43c1105d62 Use dedicated thread for writing logfile 2021-03-09 02:40:12 -08:00
topjohnwu 6adf516b30 Release new canary build 2021-03-07 04:39:47 -08:00
topjohnwu bf80b08b5f Fix build script 2021-03-07 04:34:06 -08:00
topjohnwu 3e0b1df46d Update README 2021-03-07 04:12:32 -08:00
topjohnwu 84811c80b6 Release new canary build 2021-03-07 02:51:10 -08:00
LLZN 45e0df9c57 Update strings.xml 2021-03-07 01:56:02 -08:00
vvb2060 bc51ce7c7b Fix reboot menu 2021-03-07 01:55:19 -08:00
vvb2060 b693d13b93 Proper implementation of cgroup migration
https://www.kernel.org/doc/Documentation/admin-guide/cgroup-v1/cgroups.rst
https://www.kernel.org/doc/Documentation/admin-guide/cgroup-v2.rst
2021-03-07 01:55:19 -08:00
topjohnwu 39982d57ef Fix logging implementation
- Block signals in logging routine (fix #3976)
- Prevent possible deadlock after fork (stdio locks internally)
  by creating a new FILE pointer per logging call (thread/stack local)
2021-03-06 13:55:30 -08:00
topjohnwu 15e27e54fb Migrate to new endpoints 2021-03-05 05:09:25 -08:00
topjohnwu 851404205b Update NDK to r21e 2021-03-02 23:18:44 -08:00
topjohnwu 117ae71025 Use custom class instead of std::map 2021-03-02 23:16:10 -08:00
topjohnwu 027ec70262 Patch AVB structures
Disable vbmeta verification in flags
2021-03-02 20:37:37 -08:00
topjohnwu 55fdee4d65 Use memmem for searching byte patterns 2021-02-28 14:37:12 -08:00
topjohnwu 0d42f937dd Refactor magiskboot 2021-02-28 14:37:12 -08:00
vvb2060 ac8372dd26 Add cgroup2 path
https://android-review.googlesource.com/c/platform/system/core/+/1585101
2021-02-26 21:36:58 -08:00
vvb2060 5e56a6bbee Fix isolated process name before Android 10 2021-02-26 21:36:58 -08:00
etmatrix 3c6c409df0 Fix #3916 2021-02-25 21:25:21 -08:00
vvb2060 d05408c89f Delete outdated policies when refresh 2021-02-25 20:08:42 -08:00
vvb2060 ee0ec3fbfa Use UID_REMOVED action for multi-user and shared user id compatibility 2021-02-25 20:08:42 -08:00
vvb2060 122a73e086 Always show hidden apps 2021-02-25 20:08:42 -08:00
omerakgoz34 29a9b18c4c Update Turkish translation 2021-02-25 19:56:05 -08:00
孟武.尼德霍格.龍 1561272109 更新繁體中文
更新並改善繁體中文的翻譯
2021-02-25 19:55:25 -08:00
Ilya Kushnir 3e61ab0d25
Update RU strings 2021-02-25 19:54:58 -08:00
Francesco Saltori a49dc6ccb7
Update Italian translation 2021-02-25 19:54:21 -08:00
topjohnwu 60f3d62f00 Proper synchronization 2021-02-24 02:50:55 -08:00
topjohnwu e613855a4f Do not check PXA header signatures
Fix #3876
2021-02-24 02:27:42 -08:00
sn-o-w 22662d7e03 Update Romanian 2021-02-24 02:08:46 -08:00
Arbri çoçka 6e7e5be1a2
Update values-sq 2021-02-24 02:06:42 -08:00
vvb2060 8b2ab778c9 Fix show canary channel on stable build 2021-02-24 02:06:20 -08:00
vvb2060 35f3766ecf Update zh-rCN translation 2021-02-24 02:05:33 -08:00
Rom 995304dabb
Update French translation 2021-02-24 02:05:16 -08:00
topjohnwu 803982a271 Prevent multiple installation sessions running in parallel 2021-02-24 01:45:10 -08:00
topjohnwu 9164bf22c2 Update terminology 2021-02-23 23:56:58 -08:00
topjohnwu 911a576893 Publish new canary build 2021-02-23 04:36:49 -08:00
topjohnwu 79ee85c0f9 Update README 2021-02-23 04:22:32 -08:00
topjohnwu 483dbcdc40 Release v22.0 2021-02-23 04:09:26 -08:00
topjohnwu a1096b5bf0 Do not run pm install on main thread 2021-02-23 04:09:13 -08:00
Chris Renshaw 5ac0e64edb Update guides.md for system_ext 2021-02-23 03:27:36 -08:00
Lishoo 60b2624607 Update polish translations
Add missing strings
2021-02-23 03:26:47 -08:00
topjohnwu d2e2847b03 Fix stub 2021-02-23 03:24:51 -08:00
topjohnwu b9669f54f7 Update docs 2021-02-23 03:06:00 -08:00
topjohnwu 8c7bd77d33 Do not wrap twice 2021-02-23 01:49:15 -08:00
Shaka Huang ba1ce16b8b Fix error in pure 64-bit environment
In Android S preview, there’s no 32-bit libraries in x86_64 system image for emulator.

Signed-off-by: Shaka Huang <shakalaca@gmail.com>
2021-02-22 03:28:54 -08:00
topjohnwu 68090943f4 Several changes
- Change error message strings
- Move non-root stub error to SplashActivity
- Skip shell init in non-root stub
2021-02-22 03:28:19 -08:00