mirror of
https://github.com/akaessens/NoFbEventScraper
synced 2025-06-05 23:29:13 +02:00
add metadata for fdroid fastlane
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,5 @@
|
|||||||
TODO.txt
|
TODO.txt
|
||||||
|
app/release
|
||||||
*.iml
|
*.iml
|
||||||
.gradle
|
.gradle
|
||||||
/local.properties
|
/local.properties
|
||||||
|
@@ -4,11 +4,9 @@ This application was developed to be used without a facebook account.
|
|||||||
|
|
||||||
Therefore it does not use the facebook API.
|
Therefore it does not use the facebook API.
|
||||||
Instead it opens the facebook event URI and downloads the website source code.
|
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
|
|
||||||
|
|
||||||

|
|
||||||
# Screenshot
|
# Screenshot
|
||||||
|
|
||||||

|

|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
<string name="about_text">This application was developed to be used without a facebook account.
|
<string name="about_text">This application was developed to be used without a facebook account.
|
||||||
\nTherefore it does not use the facebook API.
|
\nTherefore it does not use the facebook API.
|
||||||
Instead it opens the facebook event URI and downloads the website source code.
|
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>
|
||||||
<string name="open_source_heading"> Open Source </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>
|
<string name="open_source_text"> The source code for this application can be found at https://github.com/akaessens/NoFbEventScraper .</string>
|
||||||
|
1
fastlane/metadata/android/en-US/changelogs/1.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/1.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Initial release.
|
4
fastlane/metadata/android/en-US/full_description.txt
Normal file
4
fastlane/metadata/android/en-US/full_description.txt
Normal 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.
|
Before Width: | Height: | Size: 126 KiB After Width: | Height: | Size: 126 KiB |
1
fastlane/metadata/android/en-US/short_description.txt
Normal file
1
fastlane/metadata/android/en-US/short_description.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
This app scrapes facebook event links and adds the event to your calendar.
|
Reference in New Issue
Block a user