diff --git a/README.md b/README.md index 0cd3630..aea4df1 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,10 @@ This source contains the information which is used to create a calendar entry. # Download Currently this application is in the submitting process to FDroid. see also [#2](/../../issues/2). -Until it is published at FDroid, use [release v0.1.1](https://github.com/akaessens/NoFbEventScraper/releases/download/v0.1.1/app-release.apk). +Until it is published at FDroid, use [release v0.1.1](https://github.com/akaessens/NoFbEventScraper/releases/download/v0.2.0/app-release.apk). # Screenshot -Screenshot +Screenshot 1 +Screenshot 2 +Screenshot 3 \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index fff1a0d..51b6654 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.akdev.nofbeventscraper" minSdkVersion 26 targetSdkVersion 29 - versionCode 2 - versionName "0.1.1" + versionCode 3 + versionName "0.2.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/fastlane/metadata/android/en-US/changelogs/3.txt b/fastlane/metadata/android/en-US/changelogs/3.txt new file mode 100644 index 0000000..003c972 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/3.txt @@ -0,0 +1,3 @@ +Fix for timezone calculation. +Material design Interface, will be improved further. +Display the event picture in the toolbar. \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png index 28c6c6e..c87ffe2 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png new file mode 100644 index 0000000..74aef15 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png new file mode 100644 index 0000000..9fd3e00 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png differ