- 13 Mar, 2022 2 commits
-
-
topjohnwu authored
Design credit to @yujincheng08 Close #5146. Fix #5491, fix #3752 Previously, Magisk changes the mount point from /system to /system_root by patching fstab to prevent the original init from changing root. The reason why we want to prevent the original init from switching the root directory is because it will then be read-only, making patching and injecting magiskinit into the boot chain difficult. This commit (ab)uses the fact that the /data folder will never be part of early mount (because it is handled very late in the boot by vold), so that we can use it as the mount point of tmpfs to store files. Some advantages of this method: - No need to switch root manually - No need to modify fstab, which significantly improves compatibility e.g. avoid hacks for weird devices like those using oplus.fstab, and avoid hacking init to bypass fstab in device trees - Supports skip_mount.cfg - Support DSU
-
topjohnwu authored
-
- 10 Mar, 2022 8 commits
- 07 Mar, 2022 1 commit
-
-
石松洲 authored
The adapter will cache a LayoutInflater which refers the current activity, and the ViewModel object will keep alive until activity finished. After activity recreates (e.g. split-screen), it will use the cached LayoutInflater which refers a destroyed activity and crashes. This also is a memory-leak, according to Google's official document, ViewModel shouldn't refer activity. See https://developer.android.com/topic/libraries/architecture/viewmodel Fix topjohnwu#5413
-
- 04 Mar, 2022 1 commit
-
-
topjohnwu authored
-
- 03 Mar, 2022 10 commits
-
-
VD $ VD171 @ Priv8 authored
Update Portuguese Brazilian Translation by VD171
-
vvb2060 authored
-
Rom authored
-
sn-o-w authored
-
owen151128 authored
-
Ilya Kushnir authored
-
vvb2060 authored
-
vvb2060 authored
-
topjohnwu authored
-
- 02 Mar, 2022 12 commits
-
-
topjohnwu authored
-
topjohnwu authored
-
topjohnwu authored
-
topjohnwu authored
-
vvb2060 authored
-
vvb2060 authored
-
Francesco Saltori authored
-
Sirichai Chulee authored
-
Vladimír Kubala authored
-
Arbri çoçka authored
-
CDzungx authored
Fix, added some translations. Added note for technicality word in case user don't know the word mean in English like "boot image", "image" is translated to "đĩa ảnh", I can't really understand it if I use Vietnamese lang
😂 . -
topjohnwu authored
Fix #5481, close #5486
-
- 01 Mar, 2022 6 commits