2e58d902b7
Update Portuguese Portugal Translation & Fix Portuguese Brazilian Translation by VD171
2022-03-09 20:44:33 -08:00
237794b05c
Add root install back
2022-03-09 20:44:11 -08:00
563a587882
Initialize local variables
...
Fix #5542
2022-03-09 20:43:42 -08:00
24505cd111
Prevent destroyed activities from being reused
...
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
2022-03-07 01:54:02 -08:00
0c681cdab4
Check null before dereferencing fds_to_ignore
2022-03-03 21:34:53 -08:00
13ef3058c6
Update Portuguese Brazilian Translation by VD171
...
Update Portuguese Brazilian Translation by VD171
2022-03-03 10:36:45 -08:00
50b159b43d
Add init_boot parition
2022-03-02 22:50:05 -08:00
8c6c328730
Update French translation
2022-03-02 22:48:24 -08:00
c9812ddf08
Update Romanian
2022-03-02 22:48:07 -08:00
2ef0449c2c
Update Korean translation
2022-03-02 22:33:52 -08:00
5edc750c47
Update RU strings
2022-03-02 22:33:21 -08:00
2f0e396d7f
Update gradle
2022-03-02 22:32:35 -08:00
000a163beb
Match components which are direct boot unaware
2022-03-02 22:32:35 -08:00
80dd37ee31
Add missing specialize arguments
2022-03-02 22:01:35 -08:00
e0b5645064
Revert "Directly use getrandom system call if possible"
...
This reverts commit e7c82f20e3
.
Fix #5516
2022-03-02 19:50:47 -08:00
e51aacb0b7
Update README
2022-03-01 23:54:39 -08:00
2d6af94aa0
Release new canary build
2022-03-01 23:53:39 -08:00
7cfce9ff7a
Release Magisk v24.2
v24.2
2022-03-01 23:35:56 -08:00
7f088d6241
Add v24.2 release notes
2022-03-01 23:26:44 -08:00
d11038f3de
Directly stream apk into install session
2022-03-01 23:05:06 -08:00
6df42a4be7
Handle install failure
2022-03-01 23:05:06 -08:00
7fd111b91f
Bring English strings changes to Italian translation
2022-03-01 22:51:07 -08:00
dd7dc2ec5a
Fix typo in thai translation
2022-03-01 22:50:37 -08:00
86c586d882
Update Slovak translation
2022-03-01 22:50:12 -08:00
66ac6f72fc
update Albania translator
2022-03-01 22:49:44 -08:00
f21f448099
Update Vietnamese Translation
...
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 😂 .
2022-03-01 22:49:29 -08:00
548d70f30c
Mount with original option
...
Fix #5481 , close #5486
2022-03-01 20:09:59 -08:00
39e714c6d8
Release new canary build
2022-03-01 03:44:21 -08:00
9968af0785
Move all permission check into daemon.cpp
2022-03-01 03:15:38 -08:00
be7586137c
Reduce C++ wizardry
2022-03-01 03:15:38 -08:00
7999b66c3c
Refactor daemon connection
2022-03-01 03:15:38 -08:00
c82a46c1ee
Check property before switch mem cgroup
2022-02-28 23:27:23 -08:00
666ab1941f
Fix app request fifo wait
2022-02-28 23:26:59 -08:00
71e37345b4
Update libsu
2022-02-28 20:14:58 -08:00
e7c82f20e3
Directly use getrandom system call if possible
2022-02-16 23:57:28 -08:00
afa771a980
Set dlopen reserved size to unlimited
2022-02-16 23:05:17 -08:00
0d1de98cca
Update zh-rCN translation
2022-02-16 23:04:57 -08:00
02bf7dca01
Check apk before patch
2022-02-16 23:04:39 -08:00
8cc76b1d86
Fix restore dialog
2022-02-16 23:04:19 -08:00
77a275cbcd
Show notification when stub is updated to full
2022-02-16 23:04:03 -08:00
3956cbe2d2
ActivityTracker ignore SuRequestActivity
2022-02-16 23:03:42 -08:00
945de8d9a0
Directly stream APK into install session
2022-02-16 23:03:32 -08:00
6dabd3bb2d
Abandon unsuccessful session
2022-02-16 23:03:01 -08:00
4c80808997
Check packages.xml inode to trigger app rescan
2022-02-14 02:57:33 -08:00
5a39f7cdde
Reduce duplicate initialization
2022-02-14 02:28:48 -08:00
5d400fbe90
Check REQUEST_INSTALL_PACKAGES before actions
2022-02-14 02:15:50 -08:00
e36596470c
Minor adjustments
2022-02-13 20:16:23 -08:00
668e549208
Refactor APKInstall
2022-02-13 19:54:59 -08:00
256ff31d11
Show notification after app upgrade
2022-02-13 18:35:35 -08:00
2414d5d7f5
Minor changes
2022-02-13 14:23:06 -08:00