diff --git a/BromiteWebView/module.prop b/BromiteWebView/module.prop index 159c57d..9be282d 100644 --- a/BromiteWebView/module.prop +++ b/BromiteWebView/module.prop @@ -1,7 +1,7 @@ id=NanoDroid_BromiteWebView name=NanoDroid (Bromite WebView sub module) -version=v20.5.99999999 -versionCode=3 +version=v20.5.20190113 +versionCode=4 author=Nanolx description=NanoDroid (Bromite WebView sub module) minMagisk=1500 diff --git a/ChangeLog.md b/ChangeLog.md index 8a77cbe..a90bf71 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,6 @@ # ChangeLog -## 20.5 in-dev +## 20.5.20190113 "T'Plana-Hath" ### Bug Fixes @@ -46,6 +46,8 @@ * Magisk Modules * improve post-boot tasks by waiting for `sys.boot_completed` * applies to: Full, microG, F-Droid, Bromite WebView, OsmAnd packages + * define additonal priv-app permissions by default + * applies to: Full, microG packages * Unified Nlp backends * add Radiocell location backend diff --git a/CommonInstaller b/CommonInstaller index 31fd579..679d678 100644 --- a/CommonInstaller +++ b/CommonInstaller @@ -1,6 +1,6 @@ #!/sbin/sh -VERSION=20.5.99999999 +VERSION=20.5.20190113 NANODROID_UPGRADE=0 INSTALL_SUCCESS=TRUE NANODROID_LIST=/data/adb/NanoDroid_FileList diff --git a/F-Droid/module.prop b/F-Droid/module.prop index 45c6fcb..76e206a 100644 --- a/F-Droid/module.prop +++ b/F-Droid/module.prop @@ -1,7 +1,7 @@ id=NanoDroid_FDroid name=NanoDroid (F-Droid sub module) -version=v20.5.99999999 -versionCode=63 +version=v20.5.20190113 +versionCode=64 author=Nanolx description=NanoDroid (F-Droid sub module) for LineageOS/AOSP based ROMs minMagisk=1500 diff --git a/Full/module.prop b/Full/module.prop index fe541ae..6f06da5 100644 --- a/Full/module.prop +++ b/Full/module.prop @@ -1,7 +1,7 @@ id=NanoDroid name=NanoDroid -version=v20.5.99999999 -versionCode=67 +version=v20.5.20190113 +versionCode=68 author=Nanolx description=NanoDroid: microG, FOSS apps, pseudo-debloat, Zelda ringtones, Shell utilities and more. minMagisk=1500 diff --git a/OsmAnd/module.prop b/OsmAnd/module.prop index 56d62c0..9154839 100644 --- a/OsmAnd/module.prop +++ b/OsmAnd/module.prop @@ -1,7 +1,7 @@ id=NanoDroid_OsmAnd name=NanoDroid (OsmAnd) -version=v20.5.99999999 -versionCode=2 +version=v20.5.20190113 +versionCode=3 author=Nanolx description=NanoDroid (OsmAnd sub module) minMagisk=1500 diff --git a/README.md b/README.md index 83814e8..7e5aee2 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc) ## Current Release -* Stable: 20.4.20181230 (Constitution) +* Stable: 20.5.20190113 (T'Plana-Hath) * Beta: --- (---) ## Downloads diff --git a/build-package b/build-package index 4a8172f..aad8ff5 100755 --- a/build-package +++ b/build-package @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=20.5.99999999 +VERSION=20.5.20190113 CWD=$(readlink -m "${BASH_SOURCE[0]}") CWD=$(dirname "${CWD}") diff --git a/microG/module.prop b/microG/module.prop index fd35f36..c18db9e 100644 --- a/microG/module.prop +++ b/microG/module.prop @@ -1,7 +1,7 @@ id=NanoDroid_microG name=NanoDroid (microG sub module) -version=v20.5.99999999 -versionCode=66 +version=v20.5.20190113 +versionCode=67 author=Nanolx description=NanoDroid (microG sub module) for LineageOS/AOSP based ROMs minMagisk=1500 diff --git a/patcher/META-INF/com/google/android/update-binary b/patcher/META-INF/com/google/android/update-binary index cc44456..f14834a 100644 --- a/patcher/META-INF/com/google/android/update-binary +++ b/patcher/META-INF/com/google/android/update-binary @@ -22,7 +22,7 @@ detect_outfd ui_print " " ui_print "********************************" -ui_print " NanoDroid 20.5.99999999 " +ui_print " NanoDroid 20.5.20190113 " ui_print " created by @Nanolx " ui_print " Framework Patcher " ui_print "Powered by DexPatcher (@lanchon)" diff --git a/patcher/dexpatcher/70-nanodroidpatcher.sh b/patcher/dexpatcher/70-nanodroidpatcher.sh index ad3d683..a675efa 100644 --- a/patcher/dexpatcher/70-nanodroidpatcher.sh +++ b/patcher/dexpatcher/70-nanodroidpatcher.sh @@ -31,7 +31,7 @@ NanoDroidPatcher () { ui_print " " ui_print "*******************************" ui_print " NanoDroid Framework Patcher " - ui_print " addon.d 20.5.99999999 " + ui_print " addon.d 20.5.20190113 " ui_print " created by @Nanolx " ui_print " Utilizing DexPatcher @lanchon " ui_print "*******************************" diff --git a/setup-wizard/META-INF/com/google/android/aroma-config b/setup-wizard/META-INF/com/google/android/aroma-config index cc05af8..38ebcfe 100644 --- a/setup-wizard/META-INF/com/google/android/aroma-config +++ b/setup-wizard/META-INF/com/google/android/aroma-config @@ -2,7 +2,7 @@ ini_set("rom_name", "NanoDroid SetupWizard"); ini_set("rom_version", "20.5"); ini_set("rom_author", "Nanolx"); ini_set("rom_device", "Generic (LOS/AOSP)"); -ini_set("rom_date", "99999999"); +ini_set("rom_date", "20190113"); ini_set("force_colorspace","rgba"); splash(2000, "nanolx"); diff --git a/setup-wizard/META-INF/com/google/android/updater-script b/setup-wizard/META-INF/com/google/android/updater-script index c7a8d4e..f2e265a 100644 --- a/setup-wizard/META-INF/com/google/android/updater-script +++ b/setup-wizard/META-INF/com/google/android/updater-script @@ -1,6 +1,6 @@ set_progress(0.0); ui_print(" "); -ui_print("> NanoDroid Setup Wizard 20.5.99999999"); +ui_print("> NanoDroid Setup Wizard 20.5.20190113"); ui_print(" "); set_progress(0.1); diff --git a/setup-wizard/nanodroid-setup b/setup-wizard/nanodroid-setup index 132e3df..13ca83a 100644 --- a/setup-wizard/nanodroid-setup +++ b/setup-wizard/nanodroid-setup @@ -52,7 +52,7 @@ gmscore_prop="${aromapath}/gmscore.prop" ui_print " " ui_print "******************************" -ui_print " NanoDroid 20.5.99999999 " +ui_print " NanoDroid 20.5.20190113 " ui_print " created by @Nanolx " ui_print " Setup Wizard " ui_print "******************************" diff --git a/uninstaller/META-INF/com/google/android/update-binary b/uninstaller/META-INF/com/google/android/update-binary index 79d9e14..bf1e38b 100644 --- a/uninstaller/META-INF/com/google/android/update-binary +++ b/uninstaller/META-INF/com/google/android/update-binary @@ -263,7 +263,7 @@ patcher_uninstall () { ui_print " " ui_print "*****************************" -ui_print " NanoDroid 20.5.99999999 " +ui_print " NanoDroid 20.5.20190113 " ui_print " created by Nanolx " ui_print " Uninstaller " ui_print "*****************************"