From 31860aa9cb2a62576642f343f61290e90b92e5c6 Mon Sep 17 00:00:00 2001 From: Tobias Preuss Date: Fri, 24 Sep 2021 20:23:56 +0200 Subject: [PATCH] Add PyConZA 2021 Schedule app (1.52.0, 84). + See https://za.pycon.org --- ...info.metadude.android.pyconza.schedule.yml | 88 +++++++++++++++++++ .../de/summary.txt | 1 + .../en-US/summary.txt | 1 + .../fr/summary.txt | 1 + .../he/summary.txt | 1 + .../pl/summary.txt | 1 + .../pt-BR/summary.txt | 1 + .../pt-PT/summary.txt | 1 + .../pt/summary.txt | 1 + .../ro/summary.txt | 1 + .../ru/summary.txt | 1 + .../tr/summary.txt | 1 + .../uk/summary.txt | 1 + .../zh-CN/summary.txt | 1 + 14 files changed, 101 insertions(+) create mode 100644 metadata/info.metadude.android.pyconza.schedule.yml create mode 100644 metadata/info.metadude.android.pyconza.schedule/de/summary.txt create mode 100644 metadata/info.metadude.android.pyconza.schedule/en-US/summary.txt create mode 100644 metadata/info.metadude.android.pyconza.schedule/fr/summary.txt create mode 100644 metadata/info.metadude.android.pyconza.schedule/he/summary.txt create mode 100644 metadata/info.metadude.android.pyconza.schedule/pl/summary.txt create mode 100644 metadata/info.metadude.android.pyconza.schedule/pt-BR/summary.txt create mode 100644 metadata/info.metadude.android.pyconza.schedule/pt-PT/summary.txt create mode 100644 metadata/info.metadude.android.pyconza.schedule/pt/summary.txt create mode 100644 metadata/info.metadude.android.pyconza.schedule/ro/summary.txt create mode 100644 metadata/info.metadude.android.pyconza.schedule/ru/summary.txt create mode 100644 metadata/info.metadude.android.pyconza.schedule/tr/summary.txt create mode 100644 metadata/info.metadude.android.pyconza.schedule/uk/summary.txt create mode 100644 metadata/info.metadude.android.pyconza.schedule/zh-CN/summary.txt diff --git a/metadata/info.metadude.android.pyconza.schedule.yml b/metadata/info.metadude.android.pyconza.schedule.yml new file mode 100644 index 0000000000..942b69578c --- /dev/null +++ b/metadata/info.metadude.android.pyconza.schedule.yml @@ -0,0 +1,88 @@ +Categories: + - Time +License: Apache-2.0 +AuthorName: Tobias Preuss +AuthorEmail: tobias.preuss+pyconza@googlemail.com +SourceCode: https://github.com/johnjohndoe/CampFahrplan +IssueTracker: https://github.com/EventFahrplan/EventFahrplan/issues +Liberapay: EventFahrplan + +AutoName: PyConZA 2021 Schedule +Description: | + Conference program app for the PyConZA 2021 conference + + https://za.pycon.org + + About PyConZA + PyConZA is the annual gathering of the South African community using + and developing the open-source Python programming language. PyConZA + is organized by the Python community for the community. We'd like + PyConZA to be accessible to as many people as possible and to foster + unique solutions to the challenges we face in Africa. + + Features + * View program by day and rooms (side by side) + * Custom grid layout for smartphones (try landscape mode 🙃) and tablets + * Read detailed descriptions (speaker names, start time, room name, links, ...) of events + * Add events to favorites list + * Export favorites list + * Setup alarms for individual events + * Add events to your personal calendar + * Share a website link to an event with others + * Keep track of program changes + * Automatic program updates (configurable in settings) + + 🔤 Supported languages + (Event descriptions excluded) + * Dutch + * English + * French + * German + * Italian + * Japanese + * Portuguese + * Russian + * Spanish + * Swedish + + 💡 Questions regarding the content can only be answered by the + PyConZA content team. This app simply offers a way to consume and + personalize the conference schedule. + + 💣 Bug reports are very welcome. It would be awesome if you + can describe how to reproduce the particular error in the + issue tracker at https://github.com/EventFahrplan/EventFahrplan/issues. + + 🏆 The app is based on the EventFahrplan app + which was initially built for the camp and annual congress of + the Chaos Computer Club. The source code of the app is publicly + available on GitHub at: + https://github.com/johnjohndoe/CampFahrplan/tree/pyconza-2021. + + 🎨 PyConZA logo design by Python Software Society of South Africa. + +RepoType: git +Repo: https://github.com/johnjohndoe/CampFahrplan.git + +Builds: + - versionName: 1.52.0-PyConZA-Edition + versionCode: 84 + commit: v.1.52.0-PyConZA-Edition + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - pyconza2021 + prebuild: cp local.properties gradle.properties + +MaintainerNotes: | + The branch for PyConZA 2021 is maintained in a separate fork + of the main repository on purpose in order to keep the latter + well organized and less complex. + +AutoUpdateMode: None +UpdateCheckMode: None +CurrentVersion: 1.52.0-PyConZA-Edition +CurrentVersionCode: 84 diff --git a/metadata/info.metadude.android.pyconza.schedule/de/summary.txt b/metadata/info.metadude.android.pyconza.schedule/de/summary.txt new file mode 100644 index 0000000000..1c27d2f0ca --- /dev/null +++ b/metadata/info.metadude.android.pyconza.schedule/de/summary.txt @@ -0,0 +1 @@ +App für das Konferenzprogramm der PyConZA-Konferenz diff --git a/metadata/info.metadude.android.pyconza.schedule/en-US/summary.txt b/metadata/info.metadude.android.pyconza.schedule/en-US/summary.txt new file mode 100644 index 0000000000..50f72d3dad --- /dev/null +++ b/metadata/info.metadude.android.pyconza.schedule/en-US/summary.txt @@ -0,0 +1 @@ +Program app for the PyConZA conference diff --git a/metadata/info.metadude.android.pyconza.schedule/fr/summary.txt b/metadata/info.metadude.android.pyconza.schedule/fr/summary.txt new file mode 100644 index 0000000000..31a2e3c793 --- /dev/null +++ b/metadata/info.metadude.android.pyconza.schedule/fr/summary.txt @@ -0,0 +1 @@ +Application de programme de conférence pour la conférence PyConZA diff --git a/metadata/info.metadude.android.pyconza.schedule/he/summary.txt b/metadata/info.metadude.android.pyconza.schedule/he/summary.txt new file mode 100644 index 0000000000..9a0d8e99bb --- /dev/null +++ b/metadata/info.metadude.android.pyconza.schedule/he/summary.txt @@ -0,0 +1 @@ +יישומון לו״ז לוועידת PyConZA diff --git a/metadata/info.metadude.android.pyconza.schedule/pl/summary.txt b/metadata/info.metadude.android.pyconza.schedule/pl/summary.txt new file mode 100644 index 0000000000..694c35e511 --- /dev/null +++ b/metadata/info.metadude.android.pyconza.schedule/pl/summary.txt @@ -0,0 +1 @@ +Aplikacja do obsługi programu konferencji PyConZA diff --git a/metadata/info.metadude.android.pyconza.schedule/pt-BR/summary.txt b/metadata/info.metadude.android.pyconza.schedule/pt-BR/summary.txt new file mode 100644 index 0000000000..4652c32532 --- /dev/null +++ b/metadata/info.metadude.android.pyconza.schedule/pt-BR/summary.txt @@ -0,0 +1 @@ +Aplicativo do programa de conferência para PyConZA diff --git a/metadata/info.metadude.android.pyconza.schedule/pt-PT/summary.txt b/metadata/info.metadude.android.pyconza.schedule/pt-PT/summary.txt new file mode 100644 index 0000000000..1c77f982cf --- /dev/null +++ b/metadata/info.metadude.android.pyconza.schedule/pt-PT/summary.txt @@ -0,0 +1 @@ +App do programa de conferência PyConZA diff --git a/metadata/info.metadude.android.pyconza.schedule/pt/summary.txt b/metadata/info.metadude.android.pyconza.schedule/pt/summary.txt new file mode 100644 index 0000000000..b94173f92b --- /dev/null +++ b/metadata/info.metadude.android.pyconza.schedule/pt/summary.txt @@ -0,0 +1 @@ +Aplicação do programa de conferência PyConZA diff --git a/metadata/info.metadude.android.pyconza.schedule/ro/summary.txt b/metadata/info.metadude.android.pyconza.schedule/ro/summary.txt new file mode 100644 index 0000000000..9b582ae45a --- /dev/null +++ b/metadata/info.metadude.android.pyconza.schedule/ro/summary.txt @@ -0,0 +1 @@ +Aplicație pentru programul conferinței PyConZA diff --git a/metadata/info.metadude.android.pyconza.schedule/ru/summary.txt b/metadata/info.metadude.android.pyconza.schedule/ru/summary.txt new file mode 100644 index 0000000000..af747f8191 --- /dev/null +++ b/metadata/info.metadude.android.pyconza.schedule/ru/summary.txt @@ -0,0 +1 @@ +Приложение программы конференции для PyConZA diff --git a/metadata/info.metadude.android.pyconza.schedule/tr/summary.txt b/metadata/info.metadude.android.pyconza.schedule/tr/summary.txt new file mode 100644 index 0000000000..5fe7618af2 --- /dev/null +++ b/metadata/info.metadude.android.pyconza.schedule/tr/summary.txt @@ -0,0 +1 @@ +PyConZA konferansı için konferans programı uygulaması diff --git a/metadata/info.metadude.android.pyconza.schedule/uk/summary.txt b/metadata/info.metadude.android.pyconza.schedule/uk/summary.txt new file mode 100644 index 0000000000..31a3ffe23e --- /dev/null +++ b/metadata/info.metadude.android.pyconza.schedule/uk/summary.txt @@ -0,0 +1 @@ +Застосунок програми конференції для PyConZA diff --git a/metadata/info.metadude.android.pyconza.schedule/zh-CN/summary.txt b/metadata/info.metadude.android.pyconza.schedule/zh-CN/summary.txt new file mode 100644 index 0000000000..ecf768c629 --- /dev/null +++ b/metadata/info.metadude.android.pyconza.schedule/zh-CN/summary.txt @@ -0,0 +1 @@ +PyConZA 会议的会议应用