From 8fe97bb41e2438571343376d695f080389e33ad6 Mon Sep 17 00:00:00 2001 From: Matthieu <24-artectrex@users.noreply.shinice.net> Date: Sat, 25 Sep 2021 14:20:28 +0200 Subject: [PATCH] Release beta4 --- app/build.gradle | 6 +++--- fastlane/metadata/android/en-US/changelogs/4.txt | 9 +++++++++ 2 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/4.txt diff --git a/app/build.gradle b/app/build.gradle index 15dba25f..5fac0968 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,8 +28,8 @@ android { applicationId "org.pixeldroid.app" minSdkVersion 23 targetSdkVersion 30 - versionCode 3 - versionName "1.0.beta3" + versionCode 4 + versionName "1.0.beta4" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunnerArguments clearPackageData: 'true' @@ -109,7 +109,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'androidx.core:core-ktx:1.6.0' implementation 'androidx.preference:preference-ktx:1.1.1' - implementation 'androidx.constraintlayout:constraintlayout:2.1.0' + implementation 'androidx.constraintlayout:constraintlayout:2.1.1' implementation 'androidx.navigation:navigation-fragment-ktx:2.3.5' implementation 'androidx.navigation:navigation-ui-ktx:2.3.5' implementation "androidx.browser:browser:1.3.0" diff --git a/fastlane/metadata/android/en-US/changelogs/4.txt b/fastlane/metadata/android/en-US/changelogs/4.txt new file mode 100644 index 00000000..2b4b7f7f --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/4.txt @@ -0,0 +1,9 @@ +- Notification support! Still a bit rudimentary, some polish is incoming :) +- Fix an issue causing the EXIF rotation to be ignored, making photos appear turned the wrong way +- Fix #300 +- Fix webview browsers showing an error on login because the URL contained spaces that weren't URI-encoded +- Fix issue causing caches to be flushed and making the feeds flash empty on every app launch, and causing performance problems +- Add Czech, update other translations +- Fix profile pictures +- Fix camera not working after switching tabs +- Update dependencies