bump version to 19.1.1

merge-requests/23/head NanoDroid-20181103-19.1.1
Christopher Roy Bratusek 6 years ago
parent ab33b74f93
commit 0b06d13502

@ -1,5 +1,12 @@
# ChangeLog
## 19.1.1.20181103 "Bonaventure Refit"
### Bug Fixes
* Full, microG packages
* unify privapp permission handling since Android ROMs behave differently
## 19.1.20181102 "Bonaventure"
### Bug Fixes
@ -14,10 +21,13 @@
### General Changes
* Full, microG packages
* add privapp-permissions for BackupTransport
* split privapp-permissions-google.xml into
* privapp-permissions-microg.xml for microG GmsCore permissions
* privapp-permissions-phonesky.xml for Play Store permissions
* split microg-permissions.xml into
* microg-permissions.xml for microG GmsCore and uNlp permissions
* phonesky-permissions.xml for Play Store permissions
* add privapp-permissions-gsync.xml for BackupTransport permissions
* CommonInstaller
* make GApps removal mechanism less brutal

@ -1,6 +1,6 @@
#!/sbin/sh
VERSION=19.1.20181102
VERSION=19.1.1.20181103
NANODROID_UPGRADE=0
NANODROID_LIST=/data/adb/NanoDroid_FileList

@ -1,7 +1,7 @@
id=NanoDroid_FDroid
name=NanoDroid (F-Droid sub module)
version=v19.1.20181102
versionCode=57
version=v19.1.1.20181103
versionCode=58
author=Nanolx
description=NanoDroid (F-Droid sub module) for LineageOS/AOSP based ROMs
minMagisk=1500

@ -1,7 +1,7 @@
id=NanoDroid
name=NanoDroid
version=v19.1.20181102
versionCode=61
version=v19.1.1.20181103
versionCode=62
author=Nanolx
description=NanoDroid: microG, FOSS apps, pseudo-debloat, Zelda ringtones, Shell utilities and more.
minMagisk=1500

@ -61,7 +61,7 @@ Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc)
## Current Release
* Stable: 19.1.20181102 (Codename: Bonaventure)
* Stable: 19.1.1.20181103 (Codename: Bonaventure Refit)
* Beta: ---
## Downloads

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=19.1.20181102
VERSION=19.1.1.20181103
CWD=$(readlink -m "${BASH_SOURCE[0]}")
CWD=$(dirname "${CWD}")

@ -1,7 +1,7 @@
id=NanoDroid_microG
name=NanoDroid (microG sub module)
version=v19.1.20181102
versionCode=60
version=v19.1.1.20181103
versionCode=61
author=Nanolx
description=NanoDroid (microG sub module) for LineageOS/AOSP based ROMs
minMagisk=1500

@ -22,7 +22,7 @@ detect_outfd
ui_print " "
ui_print "********************************"
ui_print " NanoDroid 19.1.20181102 "
ui_print " NanoDroid 19.1.1.20181103 "
ui_print " created by @Nanolx "
ui_print " Framework Patcher "
ui_print "Powered by DexPatcher (@lanchon)"

@ -31,7 +31,7 @@ NanoDroidPatcher () {
ui_print " "
ui_print "*******************************"
ui_print " NanoDroid Framework Patcher "
ui_print " addon.d 19.1.20181102 "
ui_print " addon.d 19.1.1.20181103 "
ui_print " created by @Nanolx "
ui_print " Utilizing DexPatcher @lanchon "
ui_print "*******************************"

@ -1,8 +1,8 @@
ini_set("rom_name", "NanoDroid Setup Wizard");
ini_set("rom_version", "19.1");
ini_set("rom_version", "19.1.1");
ini_set("rom_author", "Nanolx");
ini_set("rom_device", "Generic (LOS/AOSP)");
ini_set("rom_date", "20181102");
ini_set("rom_date", "20181103");
anisplash(
0, "splash/nanolx.png", 1500

@ -1,7 +1,7 @@
show_progress(1.000000, 0);
set_progress(0.0);
ui_print(" ");
ui_print("> NanoDroid Setup Wizard 19.1.20181102");
ui_print("> NanoDroid Setup Wizard 19.1.1.20181103");
ui_print(" ");
set_progress(0.1);

@ -50,7 +50,7 @@ nlp_prop="${aromapath}/nlp.prop"
ui_print " "
ui_print "******************************"
ui_print " NanoDroid 19.1.20181102 "
ui_print " NanoDroid 19.1.1.20181103 "
ui_print " created by @Nanolx "
ui_print " Setup Wizard "
ui_print "******************************"

@ -266,7 +266,7 @@ patcher_uninstall () {
ui_print " "
ui_print "*****************************"
ui_print " NanoDroid 19.1.20181102 "
ui_print " NanoDroid 19.1.1.20181103 "
ui_print " created by Nanolx "
ui_print " Uninstaller "
ui_print "*****************************"

Loading…
Cancel
Save