Release beta4

This commit is contained in:
Matthieu 2021-09-25 14:20:28 +02:00
parent f539379741
commit 8fe97bb41e
2 changed files with 12 additions and 3 deletions

View File

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

View File

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