From 3700f1cf9e1890e55b3b80c888297f1cb21b5a6b Mon Sep 17 00:00:00 2001 From: pacien Date: Mon, 8 Oct 2018 17:01:54 +0200 Subject: Update Triple-T publisher plugin --- app/build.gradle | 5 ++-- app/src/main/play/contact-email.txt | 1 + app/src/main/play/contact-phone.txt | 0 app/src/main/play/contact-website.txt | 1 + app/src/main/play/contactEmail | 1 - app/src/main/play/contactPhone | 0 app/src/main/play/contactWebsite | 1 - app/src/main/play/default-language.txt | 1 + app/src/main/play/defaultLanguage | 1 - .../featureGraphic/tincapp-featuregraphic.png | Bin 46024 -> 0 bytes app/src/main/play/en-US/listing/fulldescription | 26 --------------------- .../play/en-US/listing/icon/ic_launcher-web.png | 1 - .../01-tincapp-0.19-startscreen-small.png | Bin 33843 -> 0 bytes .../02-tincapp-0.19-configurescreen-small.png | Bin 80381 -> 0 bytes .../03-tincapp-0.19-statusscreen-small.png | Bin 64192 -> 0 bytes app/src/main/play/en-US/listing/shortdescription | 1 - app/src/main/play/en-US/listing/title | 1 - app/src/main/play/en-US/listing/video | 0 app/src/main/play/en-US/whatsnew | 1 - .../main/play/listings/en-US/full-description.txt | 26 +++++++++++++++++++++ .../feature-graphic/tincapp-featuregraphic.png | Bin 0 -> 46024 bytes .../en-US/graphics/icon/ic_launcher-web.png | 1 + .../01-tincapp-0.19-startscreen-small.png | Bin 0 -> 33843 bytes .../02-tincapp-0.19-configurescreen-small.png | Bin 0 -> 80381 bytes .../03-tincapp-0.19-statusscreen-small.png | Bin 0 -> 64192 bytes .../main/play/listings/en-US/short-description.txt | 1 + app/src/main/play/listings/en-US/title.txt | 1 + app/src/main/play/listings/en-US/video-url.txt | 0 build.gradle | 2 +- 29 files changed, 35 insertions(+), 37 deletions(-) create mode 100644 app/src/main/play/contact-email.txt create mode 100644 app/src/main/play/contact-phone.txt create mode 100644 app/src/main/play/contact-website.txt delete mode 100644 app/src/main/play/contactEmail delete mode 100644 app/src/main/play/contactPhone delete mode 100644 app/src/main/play/contactWebsite create mode 100644 app/src/main/play/default-language.txt delete mode 100644 app/src/main/play/defaultLanguage delete mode 100644 app/src/main/play/en-US/listing/featureGraphic/tincapp-featuregraphic.png delete mode 100644 app/src/main/play/en-US/listing/fulldescription delete mode 120000 app/src/main/play/en-US/listing/icon/ic_launcher-web.png delete 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.19-configurescreen-small.png delete mode 100644 app/src/main/play/en-US/listing/phoneScreenshots/03-tincapp-0.19-statusscreen-small.png delete mode 100644 app/src/main/play/en-US/listing/shortdescription delete mode 100644 app/src/main/play/en-US/listing/title delete mode 100644 app/src/main/play/en-US/listing/video delete mode 100644 app/src/main/play/en-US/whatsnew create mode 100644 app/src/main/play/listings/en-US/full-description.txt create mode 100644 app/src/main/play/listings/en-US/graphics/feature-graphic/tincapp-featuregraphic.png create mode 120000 app/src/main/play/listings/en-US/graphics/icon/ic_launcher-web.png create mode 100644 app/src/main/play/listings/en-US/graphics/phone-screenshots/01-tincapp-0.19-startscreen-small.png create mode 100644 app/src/main/play/listings/en-US/graphics/phone-screenshots/02-tincapp-0.19-configurescreen-small.png create mode 100644 app/src/main/play/listings/en-US/graphics/phone-screenshots/03-tincapp-0.19-statusscreen-small.png create mode 100644 app/src/main/play/listings/en-US/short-description.txt create mode 100644 app/src/main/play/listings/en-US/title.txt create mode 100644 app/src/main/play/listings/en-US/video-url.txt diff --git a/app/build.gradle b/app/build.gradle index cdd5892..c4b66cb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -95,8 +95,7 @@ repositories { } play { - if (keystoreAvailable) jsonFile = file(keystoreProperties['apiKeyFile']) + if (keystoreAvailable) serviceAccountCredentials = file(keystoreProperties['apiKeyFile']) track = 'beta' - untrackOld = true - uploadImages = true + resolutionStrategy = "auto" } diff --git a/app/src/main/play/contact-email.txt b/app/src/main/play/contact-email.txt new file mode 100644 index 0000000..182052c --- /dev/null +++ b/app/src/main/play/contact-email.txt @@ -0,0 +1 @@ +pacien.gplayfr@gmail.com \ No newline at end of file diff --git a/app/src/main/play/contact-phone.txt b/app/src/main/play/contact-phone.txt new file mode 100644 index 0000000..e69de29 diff --git a/app/src/main/play/contact-website.txt b/app/src/main/play/contact-website.txt new file mode 100644 index 0000000..72194ae --- /dev/null +++ b/app/src/main/play/contact-website.txt @@ -0,0 +1 @@ +https://tincapp.pacien.org \ No newline at end of file diff --git a/app/src/main/play/contactEmail b/app/src/main/play/contactEmail deleted file mode 100644 index 182052c..0000000 --- a/app/src/main/play/contactEmail +++ /dev/null @@ -1 +0,0 @@ -pacien.gplayfr@gmail.com \ No newline at end of file diff --git a/app/src/main/play/contactPhone b/app/src/main/play/contactPhone deleted file mode 100644 index e69de29..0000000 diff --git a/app/src/main/play/contactWebsite b/app/src/main/play/contactWebsite deleted file mode 100644 index 72194ae..0000000 --- a/app/src/main/play/contactWebsite +++ /dev/null @@ -1 +0,0 @@ -https://tincapp.pacien.org \ No newline at end of file diff --git a/app/src/main/play/default-language.txt b/app/src/main/play/default-language.txt new file mode 100644 index 0000000..f2b0341 --- /dev/null +++ b/app/src/main/play/default-language.txt @@ -0,0 +1 @@ +en-US \ No newline at end of file diff --git a/app/src/main/play/defaultLanguage b/app/src/main/play/defaultLanguage deleted file mode 100644 index f2b0341..0000000 --- a/app/src/main/play/defaultLanguage +++ /dev/null @@ -1 +0,0 @@ -en-US \ No newline at end of file diff --git a/app/src/main/play/en-US/listing/featureGraphic/tincapp-featuregraphic.png b/app/src/main/play/en-US/listing/featureGraphic/tincapp-featuregraphic.png deleted file mode 100644 index b0556d7..0000000 Binary files a/app/src/main/play/en-US/listing/featureGraphic/tincapp-featuregraphic.png and /dev/null differ diff --git a/app/src/main/play/en-US/listing/fulldescription b/app/src/main/play/en-US/listing/fulldescription deleted file mode 100644 index 9af27d3..0000000 --- a/app/src/main/play/en-US/listing/fulldescription +++ /dev/null @@ -1,26 +0,0 @@ -Warning: - • This application is only a VPN client, which is not tied to any VPN service provider by default. - • It requires an existing tinc network to connect to. - • For more information about the tinc VPN protocol, see https://www.tinc-vpn.org/ - -Main features of Tinc App: - • Does NOT require root privilege - • Connection management through a graphical interface - • Uses conventional tinc configuration files (extended with support for encrypted private keys and VPN bypass per Android application) - • Automatable using third party Android applications via Intents - -Platform specific limitations of the Android client: - • Operates with tinc in router mode only - • Connects to only one tinc network at a time - • No support for hook scripts - -Please see the project's website for more information (setup guide, documentation, sources, issues): - • https://tincapp.pacien.org - • https://github.com/pacien/tincapp - ---- - -Copyright © 2017-2018 Pacien TRAN-GIRARD and contributors. -This program is licensed under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License or any later version. -It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -See the GNU General Public License for more details: https://www.gnu.org/licenses/ diff --git a/app/src/main/play/en-US/listing/icon/ic_launcher-web.png b/app/src/main/play/en-US/listing/icon/ic_launcher-web.png deleted file mode 120000 index 5cb1677..0000000 --- a/app/src/main/play/en-US/listing/icon/ic_launcher-web.png +++ /dev/null @@ -1 +0,0 @@ -../../../../ic_launcher-web.png \ No newline at end of file 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 deleted file mode 100644 index 5bd1312..0000000 Binary files a/app/src/main/play/en-US/listing/phoneScreenshots/01-tincapp-0.19-startscreen-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 deleted file mode 100644 index 503826d..0000000 Binary files a/app/src/main/play/en-US/listing/phoneScreenshots/02-tincapp-0.19-configurescreen-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 deleted file mode 100644 index 18985ee..0000000 Binary files a/app/src/main/play/en-US/listing/phoneScreenshots/03-tincapp-0.19-statusscreen-small.png and /dev/null differ diff --git a/app/src/main/play/en-US/listing/shortdescription b/app/src/main/play/en-US/listing/shortdescription deleted file mode 100644 index abf34b6..0000000 --- a/app/src/main/play/en-US/listing/shortdescription +++ /dev/null @@ -1 +0,0 @@ -Android binding and user interface for the tinc mesh VPN daemon \ No newline at end of file diff --git a/app/src/main/play/en-US/listing/title b/app/src/main/play/en-US/listing/title deleted file mode 100644 index 94833c2..0000000 --- a/app/src/main/play/en-US/listing/title +++ /dev/null @@ -1 +0,0 @@ -Tinc App \ No newline at end of file diff --git a/app/src/main/play/en-US/listing/video b/app/src/main/play/en-US/listing/video deleted file mode 100644 index e69de29..0000000 diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew deleted file mode 100644 index 31f6230..0000000 --- a/app/src/main/play/en-US/whatsnew +++ /dev/null @@ -1 +0,0 @@ - • minor bug fixes \ No newline at end of file diff --git a/app/src/main/play/listings/en-US/full-description.txt b/app/src/main/play/listings/en-US/full-description.txt new file mode 100644 index 0000000..9af27d3 --- /dev/null +++ b/app/src/main/play/listings/en-US/full-description.txt @@ -0,0 +1,26 @@ +Warning: + • This application is only a VPN client, which is not tied to any VPN service provider by default. + • It requires an existing tinc network to connect to. + • For more information about the tinc VPN protocol, see https://www.tinc-vpn.org/ + +Main features of Tinc App: + • Does NOT require root privilege + • Connection management through a graphical interface + • Uses conventional tinc configuration files (extended with support for encrypted private keys and VPN bypass per Android application) + • Automatable using third party Android applications via Intents + +Platform specific limitations of the Android client: + • Operates with tinc in router mode only + • Connects to only one tinc network at a time + • No support for hook scripts + +Please see the project's website for more information (setup guide, documentation, sources, issues): + • https://tincapp.pacien.org + • https://github.com/pacien/tincapp + +--- + +Copyright © 2017-2018 Pacien TRAN-GIRARD and contributors. +This program is licensed under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License or any later version. +It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +See the GNU General Public License for more details: https://www.gnu.org/licenses/ diff --git a/app/src/main/play/listings/en-US/graphics/feature-graphic/tincapp-featuregraphic.png b/app/src/main/play/listings/en-US/graphics/feature-graphic/tincapp-featuregraphic.png new file mode 100644 index 0000000..b0556d7 Binary files /dev/null and b/app/src/main/play/listings/en-US/graphics/feature-graphic/tincapp-featuregraphic.png differ diff --git a/app/src/main/play/listings/en-US/graphics/icon/ic_launcher-web.png b/app/src/main/play/listings/en-US/graphics/icon/ic_launcher-web.png new file mode 120000 index 0000000..1a791e8 --- /dev/null +++ b/app/src/main/play/listings/en-US/graphics/icon/ic_launcher-web.png @@ -0,0 +1 @@ +../../../../../ic_launcher-web.png \ No newline at end of file diff --git a/app/src/main/play/listings/en-US/graphics/phone-screenshots/01-tincapp-0.19-startscreen-small.png b/app/src/main/play/listings/en-US/graphics/phone-screenshots/01-tincapp-0.19-startscreen-small.png new file mode 100644 index 0000000..5bd1312 Binary files /dev/null and b/app/src/main/play/listings/en-US/graphics/phone-screenshots/01-tincapp-0.19-startscreen-small.png differ diff --git a/app/src/main/play/listings/en-US/graphics/phone-screenshots/02-tincapp-0.19-configurescreen-small.png b/app/src/main/play/listings/en-US/graphics/phone-screenshots/02-tincapp-0.19-configurescreen-small.png new file mode 100644 index 0000000..503826d Binary files /dev/null and b/app/src/main/play/listings/en-US/graphics/phone-screenshots/02-tincapp-0.19-configurescreen-small.png differ diff --git a/app/src/main/play/listings/en-US/graphics/phone-screenshots/03-tincapp-0.19-statusscreen-small.png b/app/src/main/play/listings/en-US/graphics/phone-screenshots/03-tincapp-0.19-statusscreen-small.png new file mode 100644 index 0000000..18985ee Binary files /dev/null and b/app/src/main/play/listings/en-US/graphics/phone-screenshots/03-tincapp-0.19-statusscreen-small.png differ diff --git a/app/src/main/play/listings/en-US/short-description.txt b/app/src/main/play/listings/en-US/short-description.txt new file mode 100644 index 0000000..abf34b6 --- /dev/null +++ b/app/src/main/play/listings/en-US/short-description.txt @@ -0,0 +1 @@ +Android binding and user interface for the tinc mesh VPN daemon \ No newline at end of file diff --git a/app/src/main/play/listings/en-US/title.txt b/app/src/main/play/listings/en-US/title.txt new file mode 100644 index 0000000..94833c2 --- /dev/null +++ b/app/src/main/play/listings/en-US/title.txt @@ -0,0 +1 @@ +Tinc App \ No newline at end of file diff --git a/app/src/main/play/listings/en-US/video-url.txt b/app/src/main/play/listings/en-US/video-url.txt new file mode 100644 index 0000000..e69de29 diff --git a/build.gradle b/build.gradle index ae748eb..0d036db 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:3.2.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - classpath 'com.github.triplet.gradle:play-publisher:1.2.2' + classpath("com.github.triplet.gradle:play-publisher:2.0.0-beta1") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files -- cgit v1.2.3