topjohnwu
f37f330670
Update with latest :crypto
2018-01-27 00:17:43 +08:00
topjohnwu
40082d4571
Update to libsu 1.0.0
2018-01-25 18:43:30 +08:00
topjohnwu
97cf15007f
Update crypto
2018-01-23 05:06:34 +08:00
topjohnwu
00d655f346
Update proguard to minimize APK size
2018-01-23 05:04:59 +08:00
topjohnwu
821726e7c0
Switch to libsu
2018-01-21 06:07:24 +08:00
topjohnwu
e8302dfbe2
Update Magisk Manager
2018-01-13 06:28:22 +08:00
topjohnwu
558f95cf7e
Improve APK installation and add logging
2018-01-13 06:28:07 +08:00
topjohnwu
18f6ead891
Fix alignment when boot image has head offset
2018-01-13 06:28:07 +08:00
dark-basic #DarkBasic BasicHD
759e905c3c
Update strings.xml
...
New Lines Added.
2018-01-13 05:58:07 +08:00
topjohnwu
8bf7e42913
Bump version
2018-01-13 05:53:11 +08:00
topjohnwu
0dcd073554
Fix crashes on Lollipop
2018-01-13 05:49:47 +08:00
YumeMichi
2fe35d578d
Check fm before using it
...
* Prevent NPE on devices without fingerprint.
2018-01-13 04:53:19 +08:00
topjohnwu
8d139e156e
Adjust proguard settings to prevent crash
2018-01-12 03:33:50 +08:00
topjohnwu
7c2849356a
Bump version
2018-01-12 01:57:31 +08:00
topjohnwu
0025ffd1c0
Update Trad. Chinese translation
2018-01-12 01:57:09 +08:00
topjohnwu
2ef7146642
Add fingerprint authentication
2018-01-12 01:53:49 +08:00
topjohnwu
10bd25be52
Suppress harmless error logs
2018-01-12 00:23:38 +08:00
Grammatopoulos Apostolos
1b27e69e40
Greek translation updates
2018-01-11 21:04:29 +08:00
topjohnwu
65511845d2
Fix APK installation on some devices
...
Close #367 . Android 6.0 and before doesn't like the new path
2018-01-11 20:57:05 +08:00
topjohnwu
1c743839ea
Add MS_SILENT to xmount and cleanup function wraps
2018-01-11 03:06:20 +08:00
topjohnwu
bcae9dec41
Fix a bug when only one script will run
2018-01-11 02:48:15 +08:00
Shaka Huang
482c9af41f
Fix segmentation fault
...
When both keepverity and keepforceencrypt are false, ‘e’ will be freed after removing ‘verity_key’ and segmentation fault might happened in strstr(e->filename, “fstab”)
Signed-off-by: Shaka Huang <shakalaca@gmail.com>
2018-01-11 02:08:52 +08:00
topjohnwu
8e7b757efd
Fix dtbo detection
2018-01-10 20:41:55 +08:00
Michael Cerne
1ab543cea1
Minor language changes
2018-01-10 19:13:04 +08:00
Vv2233Bb
a3f86903e4
Lithuanian translation
2018-01-10 19:12:30 +08:00
Mevlüt TOPÇU
c239c305ab
Update strings.xml
2018-01-10 19:04:26 +08:00
topjohnwu
2bf2e7461f
Update diagram URL
2018-01-09 06:50:03 +08:00
topjohnwu
7d1082b1cb
Fix magiskhide in graph
2018-01-09 06:48:58 +08:00
topjohnwu
0dbae83aec
Update diagram URL
2018-01-09 06:08:54 +08:00
topjohnwu
f927c1b997
Update procedure diagram
2018-01-09 06:07:12 +08:00
topjohnwu
89ec7dad2b
Update documentation to v15.2
2018-01-08 22:33:55 +08:00
topjohnwu
4fd61345af
Happy New Year
2018-01-02 01:27:20 +08:00
topjohnwu
2e02af994e
Bump version
2018-01-02 00:25:08 +08:00
topjohnwu
66cca24453
Samsung need more rules :)
2018-01-02 00:11:26 +08:00
topjohnwu
2f4062a923
Samsung need more rules :)
2018-01-02 00:10:49 +08:00
topjohnwu
e733484fab
Some devices don't like all log buffers
2018-01-01 23:58:13 +08:00
topjohnwu
e5c3183025
Update scripts
2018-01-01 16:46:28 +08:00
topjohnwu
836d9afe17
Update scripts
2018-01-01 16:46:08 +08:00
topjohnwu
007a352742
Update Trad. Chinese translations
2018-01-01 16:45:50 +08:00
vvb2060
e526e5659e
Update zh-rCN translation
2018-01-01 16:39:15 +08:00
Rikka
4a5227c7bf
Fix bug in SuDatabaseHelper
2018-01-01 01:11:45 +08:00
AndroPlus-org
c2c151ec4c
Update Japanese translation
2018-01-01 01:09:56 +08:00
Jonas Schubert
452096e7e4
Added missing german translations
2018-01-01 01:09:21 +08:00
linar10
50c2a9859e
Update strings.xml
2018-01-01 01:09:02 +08:00
Oliver Cervera
677b667307
Add sorting repo by update time
...
Add translation for new repo strings
2018-01-01 01:08:52 +08:00
topjohnwu
930c82316a
Slightly change logging style
2017-12-31 21:54:39 +08:00
Shaka Huang
3dc22db265
Support loading split sepolicy on non skip_initramfs devices
...
For certain device (e.g ZenFone 4 ZE554KL) there’s no sepolicy under rootfs and no a/b partition (implies no vendor partition) Magisk will failed to patch SELinux policy database and the system won’t boot up.
In order to cope with this configuration the status of loading policy db needs to be checked, once it failed we have to mount the system partition and do patch_sepolicy() again.
Signed-off-by: Shaka Huang <shakalaca@gmail.com>
2017-12-31 21:30:56 +08:00
topjohnwu
d8c51cb286
Update sepolicy handling
2017-12-31 19:32:04 +08:00
topjohnwu
2f79d0c3b3
Fix segfault while patching dtb
2017-12-31 19:30:56 +08:00
topjohnwu
5c338cd0a7
Update rules
2017-12-31 19:20:49 +08:00