2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-10-31 09:20:23 +00:00

update ChangeLog

This commit is contained in:
Christopher Roy Bratusek 2019-05-09 18:38:10 +02:00
parent a9c8097147
commit f2d750faf8

View File

@ -7,6 +7,9 @@
* logscleaner init.d Script
* prevent the script from unintentionally removing Magisk log
* Uninstaller
* syntax fix
### General
* Installer, Uninstaller, Addon.d, Patcher
@ -22,6 +25,9 @@
* move Aurora Store from `priv-app` to `app`, drop now useless permission file @Vavun
* simplify code
* SysTest
* append date in +%Y%m%d-%H.%M.%S format to log file name
* init.d Scripts
* move init.d scripts logs from `${MODDIR}/.logs` to `${MODDIR}/logs`
* make all init.d scripts wait until device fully booted (sys.boot_completed)