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

bump version to 22.2.20190728

This commit is contained in:
Christopher Roy Bratusek 2019-07-28 21:02:21 +02:00
parent ea58c9ea08
commit 0fc90da70d
15 changed files with 23 additions and 15 deletions

View File

@ -1,6 +1,6 @@
id=NanoDroid_BromiteWebView
name=NanoDroid (Bromite WebView sub module)
version=v22.2.99999999
version=v22.2.20190728
versionCode=11
author=Nanolx
description=NanoDroid (Bromite WebView sub module)

View File

@ -1,6 +1,6 @@
# ChangeLog
## 22.2 in-dev
## 22.2 [Nexus](https://memory-alpha.fandom.com/wiki/Nexus)
### Bugfixes
@ -35,6 +35,14 @@
* log used vendor block device
* log whether device is system-as-root
### Updates
* automatic
* Bromite System WebView (76.0.3809.85)
* manual
* Google Play (16.0.15)
## 22.1.20190726 [USS Enterprise B](https://memory-alpha.fandom.com/wiki/USS_Enterprise_(NCC-1701-B))
### Notes

View File

@ -16,7 +16,7 @@ source /tmp/backuptool.functions
MODID=@MODID@
OUTFD=
VERSION=22.2.99999999
VERSION=22.2.20190728
print_google_apps()
{

View File

@ -1,6 +1,6 @@
#!/sbin/sh
VERSION=22.2.99999999
VERSION=22.2.20190728
NANODROID_UPGRADE=0
INSTALL_SUCCESS=TRUE
NANODROID_LIST=/data/adb/NanoDroid_FileList

View File

@ -1,6 +1,6 @@
id=NanoDroid_FDroid
name=NanoDroid (F-Droid sub module)
version=v22.2.99999999
version=v22.2.20190728
versionCode=71
author=Nanolx
description=NanoDroid (F-Droid sub module)

View File

@ -1,6 +1,6 @@
id=NanoDroid
name=NanoDroid
version=v22.2.99999999
version=v22.2.20190728
versionCode=75
author=Nanolx
description=NanoDroid: microG, FLOSS apps, pseudo-debloat, Zelda ringtones, Shell utilities and more.

View File

@ -1,6 +1,6 @@
id=NanoDroid_OsmAnd
name=NanoDroid (OsmAnd)
version=v22.2.99999999
version=v22.2.20190728
versionCode=10
author=Nanolx
description=NanoDroid (OsmAnd sub module)

View File

@ -63,7 +63,7 @@ Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc)
## Current Release
* Stable: 22.1.20190726 ([USS Enterprise B](https://memory-alpha.fandom.com/wiki/USS_Enterprise_(NCC-1701-B)))
* Stable: 22.2.20190728 ([Nexus](https://memory-alpha.fandom.com/wiki/Nexus))
* Beta: --- (---)
## Downloads

View File

@ -2,7 +2,7 @@ ini_set("rom_name", "NanoDroid SetupWizard");
ini_set("rom_version", "22.2");
ini_set("rom_author", "Nanolx");
ini_set("rom_device", "Generic (LOS/AOSP)");
ini_set("rom_date", "99999999");
ini_set("rom_date", "20190728");
ini_set("force_colorspace","rgba");
splash(2000, "nanolx");

View File

@ -2,7 +2,7 @@
OUTFD=2
CONF_BACKUP="/data/media/0/nanodroid_backups/config_$(date +%Y%m%d-%H.%M.%S)"
VERSION=22.2.99999999
VERSION=22.2.20190728
ui_print() {
echo -n -e "ui_print $1\n" >> /proc/self/fd/$OUTFD

View File

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

View File

@ -1,6 +1,6 @@
id=NanoDroid_microG
name=NanoDroid (microG sub module)
version=v22.2.99999999
version=v22.2.20190728
versionCode=74
author=Nanolx
description=NanoDroid (microG sub module)

View File

@ -6,7 +6,7 @@
#
##########################################################################################
VERSION=22.2.99999999
VERSION=22.2.20190728
##########################################################################################
# Generic Functions

View File

@ -6,7 +6,7 @@
#
##########################################################################################
VERSION=22.2.99999999
VERSION=22.2.20190728
TMPDIR=/dev/tmp
LOGFILE="/data/media/0/nanodroid_logs/NanoDroid-SysTest-$(date +%Y%m%d-%H.%M.%S).log"

View File

@ -3,7 +3,7 @@
OUTFD=$2
ZIP=$3
BACKUP_DIR="/data/media/0/nanodroid_backups"
VERSION=22.2.99999999
VERSION=22.2.20190728
detect_bootmode () {
[ -z ${BOOTMODE} ] && BOOTMODE=false