diff --git a/app/build.gradle b/app/build.gradle index 6570970..22b7345 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "app.fedilab.nitterizeme" minSdkVersion 15 targetSdkVersion 29 - versionCode 6 - versionName "1.4.0" + versionCode 7 + versionName "1.5.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } lintOptions { diff --git a/fastlane/metadata/android/en-US/changelogs/7.txt b/fastlane/metadata/android/en-US/changelogs/7.txt new file mode 100644 index 0000000..e9a7f05 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/7.txt @@ -0,0 +1,8 @@ +Added: +- More details about instances (locale & behind Cloudflare) + +Changed: + - New UI (Thanks to @ashlk) + +Fixed: +- Crash with no Internet connection when clicking the globe icon diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/img1.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/img1.png index 83dfd2c..50a97e3 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/img1.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/img1.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/img2.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/img2.png index c7a9674..4e86013 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/img2.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/img2.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/img3.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/img3.png index ed0fdb0..650be03 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/img3.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/img3.png differ diff --git a/images/img1.png b/images/img1.png index 135b74d..5959bab 100644 Binary files a/images/img1.png and b/images/img1.png differ diff --git a/images/img2.png b/images/img2.png index b92dd35..628d0b9 100644 Binary files a/images/img2.png and b/images/img2.png differ diff --git a/images/img3.png b/images/img3.png index ed380d7..6ce03d8 100644 Binary files a/images/img3.png and b/images/img3.png differ