From cceb3c654ad72ad5b2d5ae99000c8a9290974e11 Mon Sep 17 00:00:00 2001 From: Matthieu <24-artectrex@users.noreply.shinice.net> Date: Thu, 4 Aug 2022 09:36:42 +0200 Subject: [PATCH] Release 17 --- app/build.gradle | 2 +- fastlane/metadata/android/en-US/changelogs/17.txt | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/17.txt diff --git a/app/build.gradle b/app/build.gradle index 3e50cd03..de3b1f1b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,7 +30,7 @@ android { applicationId "org.pixeldroid.app" minSdkVersion 23 targetSdkVersion 32 - versionCode 16 + versionCode 17 versionName "1.0.beta" + versionCode testInstrumentationRunner "org.pixeldroid.app.testUtility.TestRunner" diff --git a/fastlane/metadata/android/en-US/changelogs/17.txt b/fastlane/metadata/android/en-US/changelogs/17.txt new file mode 100644 index 00000000..18060887 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/17.txt @@ -0,0 +1,8 @@ +* comment improvements: You can now open a comment to see replies, like it, the comments show its author's avatar, etc. +* Translation updates. Thank you translators :). Help translate PixelDroid to your language on weblate.pixeldroid.org +* Security: dependency verification ensures the dependencies included in the app have not been tampered with, PixelDroid will now refuse any non-HTTPS connection +* PixelDroid now uses a custom "PixelDroid" User Agent instead of the OkHttp library one. +* All hardcoded strings were removed from the app, normally now everything is translateable. +* Some improvements to code +* Fix saving images coming from library or shared to the app +* Fix another crash when using Mastodon instances