add metadata for fdroid fastlane

This commit is contained in:
akaessens 2020-05-20 10:28:38 +02:00
parent d448698e97
commit c394bcb727
7 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
TODO.txt
app/release
*.iml
.gradle
/local.properties

View File

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

View File

@ -5,7 +5,7 @@
<string name="about_text">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.
</string>
<string name="open_source_heading"> Open Source </string>
<string name="open_source_text"> The source code for this application can be found at https://github.com/akaessens/NoFbEventScraper .</string>

View File

@ -0,0 +1 @@
Initial release.

View File

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

View File

Before

Width:  |  Height:  |  Size: 126 KiB

After

Width:  |  Height:  |  Size: 126 KiB

View File

@ -0,0 +1 @@
This app scrapes facebook event links and adds the event to your calendar.