diff --git a/.gitignore b/.gitignore index 2d0d60c..bae8a54 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ TODO.txt +app/release *.iml .gradle /local.properties diff --git a/README.md b/README.md index 6dac9dd..383fd09 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,9 @@ This application was developed to be used without a facebook account. Therefore it does not use the facebook API. Instead it opens the facebook event URI and downloads the website source code. -This source contains the event information which is used to create a calendar entry. +This source contains the information which is used to create a calendar entry. -# Download -![Release 0.1.0](https://github.com/akaessens/NoFbEventScraper/releases/download/v0.1.0/app-release.apk) # Screenshot -![Screenshot](https://raw.githubusercontent.com/akaessens/NoFbEventScraper/master/screenshots/screenshot-000.png) +![Screenshot](https://raw.githubusercontent.com/akaessens/NoFbEventScraper/master/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 46d05e4..b37a458 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -5,7 +5,7 @@ This application was developed to be used without a facebook account. \nTherefore it does not use the facebook API. Instead it opens the facebook event URI and downloads the website source code. - This source contains the event information which is used to create a calendar entry. + This source contains the information which is used to create a calendar entry. Open Source The source code for this application can be found at https://github.com/akaessens/NoFbEventScraper . diff --git a/fastlane/metadata/android/en-US/changelogs/1.txt b/fastlane/metadata/android/en-US/changelogs/1.txt new file mode 100644 index 0000000..feb0d17 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/1.txt @@ -0,0 +1 @@ +Initial release. diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt new file mode 100644 index 0000000..e843eb6 --- /dev/null +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -0,0 +1,4 @@ +This application was developed to be used without a facebook account. +Therefore it does not use the facebook API. +Instead it opens the facebook event URI and downloads the website source code. +This source contains the information which is used to create a calendar entry. diff --git a/screenshots/screenshot-000.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png similarity index 100% rename from screenshots/screenshot-000.png rename to fastlane/metadata/android/en-US/images/phoneScreenshots/1.png diff --git a/fastlane/metadata/android/en-US/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt new file mode 100644 index 0000000..271a5d6 --- /dev/null +++ b/fastlane/metadata/android/en-US/short_description.txt @@ -0,0 +1 @@ +This app scrapes facebook event links and adds the event to your calendar.