Release 17

This commit is contained in:
Matthieu 2022-08-04 09:36:42 +02:00
parent 5cc5d0d9d7
commit cceb3c654a
2 changed files with 9 additions and 1 deletions

View File

@ -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"

View File

@ -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