From 66340480eebdf7e67fbee265fd2f77eeb217d0b8 Mon Sep 17 00:00:00 2001 From: pacien Date: Wed, 22 Aug 2018 01:10:16 +0200 Subject: New release (0.19) --- app/build.gradle | 4 ++-- .../01-tincapp-0.18-startscreen-small.png | Bin 35111 -> 0 bytes .../01-tincapp-0.19-startscreen-small.png | Bin 0 -> 33843 bytes .../02-tincapp-0.18-configurescreen-small.png | Bin 80381 -> 0 bytes .../02-tincapp-0.19-configurescreen-small.png | Bin 0 -> 80381 bytes .../03-tincapp-0.18-statusscreen-small.png | Bin 56961 -> 0 bytes .../03-tincapp-0.19-statusscreen-small.png | Bin 0 -> 64192 bytes app/src/main/play/en-US/whatsnew | 4 +--- 8 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 app/src/main/play/en-US/listing/phoneScreenshots/01-tincapp-0.18-startscreen-small.png create mode 100644 app/src/main/play/en-US/listing/phoneScreenshots/01-tincapp-0.19-startscreen-small.png delete mode 100644 app/src/main/play/en-US/listing/phoneScreenshots/02-tincapp-0.18-configurescreen-small.png create mode 100644 app/src/main/play/en-US/listing/phoneScreenshots/02-tincapp-0.19-configurescreen-small.png delete mode 100644 app/src/main/play/en-US/listing/phoneScreenshots/03-tincapp-0.18-statusscreen-small.png create mode 100644 app/src/main/play/en-US/listing/phoneScreenshots/03-tincapp-0.19-statusscreen-small.png (limited to 'app') diff --git a/app/build.gradle b/app/build.gradle index 2c9c6b3..778899d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -36,8 +36,8 @@ android { //noinspection OldTargetApi targetSdkVersion 27 multiDexEnabled true - versionCode 18 - versionName '0.18' + versionCode 19 + versionName '0.19' ndk { abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' } diff --git a/app/src/main/play/en-US/listing/phoneScreenshots/01-tincapp-0.18-startscreen-small.png b/app/src/main/play/en-US/listing/phoneScreenshots/01-tincapp-0.18-startscreen-small.png deleted file mode 100644 index 3c49b42..0000000 Binary files a/app/src/main/play/en-US/listing/phoneScreenshots/01-tincapp-0.18-startscreen-small.png and /dev/null differ diff --git a/app/src/main/play/en-US/listing/phoneScreenshots/01-tincapp-0.19-startscreen-small.png b/app/src/main/play/en-US/listing/phoneScreenshots/01-tincapp-0.19-startscreen-small.png new file mode 100644 index 0000000..5bd1312 Binary files /dev/null and b/app/src/main/play/en-US/listing/phoneScreenshots/01-tincapp-0.19-startscreen-small.png differ diff --git a/app/src/main/play/en-US/listing/phoneScreenshots/02-tincapp-0.18-configurescreen-small.png b/app/src/main/play/en-US/listing/phoneScreenshots/02-tincapp-0.18-configurescreen-small.png deleted file mode 100644 index 503826d..0000000 Binary files a/app/src/main/play/en-US/listing/phoneScreenshots/02-tincapp-0.18-configurescreen-small.png and /dev/null differ diff --git a/app/src/main/play/en-US/listing/phoneScreenshots/02-tincapp-0.19-configurescreen-small.png b/app/src/main/play/en-US/listing/phoneScreenshots/02-tincapp-0.19-configurescreen-small.png new file mode 100644 index 0000000..503826d Binary files /dev/null and b/app/src/main/play/en-US/listing/phoneScreenshots/02-tincapp-0.19-configurescreen-small.png differ diff --git a/app/src/main/play/en-US/listing/phoneScreenshots/03-tincapp-0.18-statusscreen-small.png b/app/src/main/play/en-US/listing/phoneScreenshots/03-tincapp-0.18-statusscreen-small.png deleted file mode 100644 index c86cbef..0000000 Binary files a/app/src/main/play/en-US/listing/phoneScreenshots/03-tincapp-0.18-statusscreen-small.png and /dev/null differ diff --git a/app/src/main/play/en-US/listing/phoneScreenshots/03-tincapp-0.19-statusscreen-small.png b/app/src/main/play/en-US/listing/phoneScreenshots/03-tincapp-0.19-statusscreen-small.png new file mode 100644 index 0000000..18985ee Binary files /dev/null and b/app/src/main/play/en-US/listing/phoneScreenshots/03-tincapp-0.19-statusscreen-small.png differ diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew index 906b4ec..dd30339 100644 --- a/app/src/main/play/en-US/whatsnew +++ b/app/src/main/play/en-US/whatsnew @@ -1,3 +1 @@ - • add support for always-on VPN - • new theme and icon - • minor UI improvements \ No newline at end of file + • network status screen improvements, now displaying discovered subnets \ No newline at end of file -- cgit v1.2.3