prepare v0.4.0

This commit is contained in:
akaessens 2020-09-27 15:54:43 +02:00
parent fea21a4c82
commit b4b57f68b8
14 changed files with 35 additions and 16 deletions

View File

@ -13,6 +13,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: '0' # get tags
ref: 'master'
- name: run-script
shell: bash

View File

@ -8,8 +8,8 @@ android {
applicationId "com.akdev.nofbeventscraper"
minSdkVersion 23
targetSdkVersion 29
versionCode 9
versionName "0.3.3"
versionCode 10
versionName "0.4.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -1,6 +1,4 @@
<!doctype html>
<h3>Beschreibung</h3>
<p>Diese Anwendung wurde entwickelt, um ohne ein Facebook-Konto verwendet werden zu können. Daher verwendet sie nicht die Facebook-API. Stattdessen öffnet sie die URI der Facebook-Veranstaltung und lädt den Quellcode der Website herunter. Dieser Quellcode enthält die Informationen, die zum Erstellen eines Kalendereintrags verwendet werden.</p>
<h3>Open Source</h3>
<p>Der Quellcode für diese Anwendung ist bei <a href=" https://github.com/akaessens/NoFbEventScraper">GitHub</a> verfügbar.<strong><br /></strong></p>
<p>Wenn Sie auf ein Problem stoßen, melden Sie es mir bitte anonym über den <a href="https://gitreports.com/issue/akaessens/NoFbEventScraper">Bugtracker</a> oder direkt bei <a href="https://github.com/akaessens/NoFbEventScraper/issues">GitHub</a>.</p>

View File

@ -1,6 +1,4 @@
<!doctype html>
<h3>Description</h3>
<p>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.</p>
<h3>Open Source</h3>
<p>The source code for this application is available at <a href=" https://github.com/akaessens/NoFbEventScraper">GitHub</a>.<strong><br /></strong></p>
<p>If you encounter an issue, please report it to me anonymously at the <a href="https://gitreports.com/issue/akaessens/NoFbEventScraper">Bugtracker</a> or directly at <a href="https://github.com/akaessens/NoFbEventScraper/issues">GitHub</a>.</p>

View File

@ -14,8 +14,8 @@ echo "# Changelog" > CHANGELOG.md
for i in $(seq "$count_txt" -1 1)
do
tag=$(git tag | sed "$i!d")
echo "## $tag ($i)" >> CHANGELOG.md
cat $changelog_location/"$i".txt >> CHANGELOG.md
awk 1 $changelog_location/"$i".txt >> CHANGELOG.md
done

View File

@ -1,4 +1,12 @@
Diese Anwendung wurde entwickelt, um ohne ein Facebook-Konto verwendet werden zu können.
Der Zweck dieser Anwendung ist es, Zugang zu Facebook-Veranstaltungen ohne ein Konto zu erhalten.
Daher verwendet sie nicht die Facebook-API.
Stattdessen öffnet sie die URI der Facebook-Veranstaltung und lädt den Quellcode der Website herunter.
Dieser Quellcode enthält die Informationen, die zum Erstellen eines Kalendereintrags verwendet werden.
Stattdessen öffnet sie die URI der Facebook-Veranstaltung und lädt den HTML-Code der Website herunter.
Dieser Code sollte die Veranstaltungsinformationen in Form von strukturierten Daten enthalten.
Die Daten werden extrahiert und zur Erstellung von Android-Terminen verwendet.
Features:
* Verwendet keine Facebook-API
* Unterstützt "öffnen-mit" und "teilen mit".
* Unabhängig von regionalen Subdomain-URLs von Facebook
* Speichert den Verlauf der eingegebenen Veranstaltungen
* Unterstützt bevorstehende Veranstaltungen von Seiten

View File

@ -1 +1 @@
Diese App durchsucht Facebook-Veranstaltungslinks und fügt sie zu deinem Kalender hinzu.
Facebook-Veranstaltungen zum Kalender hinzufügen

View File

@ -0,0 +1,6 @@
- Support pages with upcoming events *beta*
- Display events in a scrollable card-based view
- Improve intent handling
- Add history for scraped events
- Tap image preview to open fullscreen
- Scrape name and image even if no event data found

View File

@ -1,4 +1,12 @@
This application was developed to be used without a Facebook account.
The purpose of this application is to get access to Facebook events without an 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.
Instead it opens the Facebook event URI and downloads the website HTML code.
This source should contain the event information in form of structured data.
That data is extracted and used to create Android events.
Features:
* Does not use Facebook API
* Supports "open-with" and "share-to"
* Independent from Facebook regional sub-domain URLs
* Saves history of scraped events
* Handles upcoming events from pages

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 629 KiB

After

Width:  |  Height:  |  Size: 243 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 283 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 235 KiB

View File

@ -1 +1 @@
This app scrapes Facebook event links and adds the event to your calendar.
Import Facebook-Events to the calendar