From 636da5bacc30bc3be4c16564ff2babe27b83cf19 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Thu, 4 Mar 2021 20:48:34 +0100 Subject: [PATCH] bump version to 23.2 in-dev --- BromiteWebView/module.prop | 2 +- ChangeLog.md | 26 ++++++++++++++----- CommonAddon | 2 +- CommonInstaller | 2 +- FDroid/module.prop | 2 +- Full/module.prop | 2 +- Google/module.prop | 2 +- OsmAnd/module.prop | 2 +- build-package | 4 +-- microG/module.prop | 2 +- patcher/CommonPatcher | 2 +- patcher/dexpatcher/module.prop | 2 +- systest/SysTest | 2 +- .../META-INF/com/google/android/update-binary | 2 +- 14 files changed, 34 insertions(+), 20 deletions(-) diff --git a/BromiteWebView/module.prop b/BromiteWebView/module.prop index a3b98e94..1aa49e13 100644 --- a/BromiteWebView/module.prop +++ b/BromiteWebView/module.prop @@ -1,6 +1,6 @@ id=NanoDroid_BromiteWebView name=NanoDroid (Bromite WebView sub module) -version=v23.1.2.20210117 +version=v23.2.99999999 versionCode=24 author=Nanolx description=NanoDroid (Bromite WebView sub module) diff --git a/ChangeLog.md b/ChangeLog.md index f1a7d201..08cc34fb 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,8 +1,22 @@ # ChangeLog +## 23.2.in-dev + +### Bug Fixes + +* Installer + * update priv-app permission detection for some Android 11 ROMs + * abort with proper error message if detecting block devices fails (TWRP) + * re-add free space check (TWRP) + +### General Changes + +* Documentation + * various minor corrections, aswell as improved wording and layout @w1nst0n + ## 23.1.2.20210117 "BusyCompat" -## Bug Fixes +### Bug Fixes * Installer, Uninstaller, SysTest, Patcher * fix critial bug when running from TWRP that comes with busybox instead of toolbox @@ -12,7 +26,7 @@ ## 23.1.1.20210116 "[Zora](https://memory-alpha.fandom.com/wiki/Zora_(artificial_intelligence))" -## Bug Fixes +### Bug Fixes * Installer, Uninstaller, SysTest, Patcher * fix bugs regarding mounting `/system` from TWRP @@ -20,7 +34,7 @@ * Patcher * fix a regression causing Patcher not to be properly executed -## General Changes +### General Changes * Installer, Uninstaller, SysTest, Patcher * improve mounting code `/system` from TWRP @@ -28,7 +42,7 @@ * NanoDroid-Overlay * check whether configuration file exists before doing anything (`-x`/`--create`) -## Updates +### Updates * automatic * microG GmsCore (0.2.17.204714) @@ -43,7 +57,7 @@ NOTE: There's now a git repository as central place/navigational point for all c * https://gitlab.com/Nanolx/nanodroid-patches -## Bug Fixes +### Bug Fixes * Installer, Addon * read configuration files from `/system/addon.d` (fallback if TWRP can't mount `/data`) @@ -59,7 +73,7 @@ NOTE: There's now a git repository as central place/navigational point for all c * Full, microG packages * fix that (in Magisk Mode) GmsCore was not automatically ensured to be a user app -## General Changes +### General Changes * CommonInstaller * resturctured, consolidated and cleaned-up code diff --git a/CommonAddon b/CommonAddon index b2c6244f..e6094c0c 100644 --- a/CommonAddon +++ b/CommonAddon @@ -16,7 +16,7 @@ source /tmp/backuptool.functions || source /postinstall/tmp/backuptool.functions MODID=NanoDroid OUTFD= -VERSION=23.1.2.20210117 +VERSION=23.2.99999999 NANODROID_LIST=/system/addon.d/NanoDroid_FileList diff --git a/CommonInstaller b/CommonInstaller index de377527..72f15c48 100644 --- a/CommonInstaller +++ b/CommonInstaller @@ -1,6 +1,6 @@ #!/sbin/sh -VERSION=23.1.2.20210117 +VERSION=23.2.99999999 NANODROID_UPGRADE=0 INSTALL_SUCCESS=TRUE NANODROID_LIST=/system/addon.d/NanoDroid_FileList diff --git a/FDroid/module.prop b/FDroid/module.prop index 5ea790e3..5aaaab4b 100644 --- a/FDroid/module.prop +++ b/FDroid/module.prop @@ -1,6 +1,6 @@ id=NanoDroid_FDroid name=NanoDroid (F-Droid sub module) -version=v23.1.2.20210117 +version=v23.2.99999999 versionCode=84 author=Nanolx description=NanoDroid (F-Droid sub module) diff --git a/Full/module.prop b/Full/module.prop index 23b6b7be..b87cabfd 100644 --- a/Full/module.prop +++ b/Full/module.prop @@ -1,6 +1,6 @@ id=NanoDroid name=NanoDroid -version=v23.1.2.20210117 +version=v23.2.99999999 versionCode=88 author=Nanolx description=NanoDroid: microG, FLOSS apps, pseudo-debloat, Zelda ringtones, Shell utilities and more. diff --git a/Google/module.prop b/Google/module.prop index f8ab4670..fc1436c3 100644 --- a/Google/module.prop +++ b/Google/module.prop @@ -1,6 +1,6 @@ id=NanoDroid name=NanoDroid_Google -version=v23.1.2.20210117 +version=v23.2.99999999 versionCode=88 author=Nanolx description=NanoDroid: Google Sync Adapters and Swipe libraries sub-module. diff --git a/OsmAnd/module.prop b/OsmAnd/module.prop index 3d06fe13..07b2f4a7 100644 --- a/OsmAnd/module.prop +++ b/OsmAnd/module.prop @@ -1,6 +1,6 @@ id=NanoDroid_OsmAnd name=NanoDroid (OsmAnd) -version=v23.1.2.20210117 +version=v23.2.99999999 versionCode=23 author=Nanolx description=NanoDroid (OsmAnd sub module) diff --git a/build-package b/build-package index a8ccc4fd..5bb754a5 100755 --- a/build-package +++ b/build-package @@ -1,7 +1,7 @@ #!/bin/bash -version_code=23.1.2 -version_date=20210117 +version_code=23.2 +version_date=99999999 build_date=$(LANG='en_US' date +"%Y%m%d") diff --git a/microG/module.prop b/microG/module.prop index 460162f9..4eae4c78 100644 --- a/microG/module.prop +++ b/microG/module.prop @@ -1,6 +1,6 @@ id=NanoDroid_microG name=NanoDroid (microG sub module) -version=v23.1.2.20210117 +version=v23.2.99999999 versionCode=87 author=Nanolx description=NanoDroid (microG sub module) diff --git a/patcher/CommonPatcher b/patcher/CommonPatcher index a37ee25a..78f1a75c 100644 --- a/patcher/CommonPatcher +++ b/patcher/CommonPatcher @@ -6,7 +6,7 @@ # ########################################################################################## -VERSION=23.1.2.20210117 +VERSION=23.2.99999999 MAGISKBASE=/data/adb MODID=NanoDroid_Patcher diff --git a/patcher/dexpatcher/module.prop b/patcher/dexpatcher/module.prop index 5b5859c3..c6e4d063 100644 --- a/patcher/dexpatcher/module.prop +++ b/patcher/dexpatcher/module.prop @@ -1,6 +1,6 @@ id=NanoDroid_Patcher name=NanoDroid Patcher -version=v23.1.2.20210117 +version=v23.2.99999999 versionCode=8 author=Nanolx description=NanoDroid Patcher: module contaning microG-read services.jar and org.spoofing.apk support app diff --git a/systest/SysTest b/systest/SysTest index ba694e56..f12694d9 100644 --- a/systest/SysTest +++ b/systest/SysTest @@ -6,7 +6,7 @@ # ########################################################################################## -VERSION=23.1.2.20210117 +VERSION=23.2.99999999 TMPDIR=/dev/tmp LOGFILE="/data/media/0/nanodroid_logs/NanoDroid-SysTest-$(date +%Y%m%d-%H.%M.%S).log" diff --git a/uninstaller/META-INF/com/google/android/update-binary b/uninstaller/META-INF/com/google/android/update-binary index 3aadf66f..a33f8516 100644 --- a/uninstaller/META-INF/com/google/android/update-binary +++ b/uninstaller/META-INF/com/google/android/update-binary @@ -3,7 +3,7 @@ OUTFD=$2 ZIP=$3 BACKUP_DIR="/data/media/0/nanodroid_backups" -VERSION=23.1.2.20210117 +VERSION=23.2.99999999 detect_bootmode () { [ -z ${BOOTMODE} ] && ps | grep zygote | grep -qv grep && BOOTMODE=true