mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 18:21:42 +00:00
Merge branch 'fosdem-2021-schedule' into 'master'
Update FOSDEM Schedule to 1.49.0 (80). See merge request fdroid/fdroiddata!8091
This commit is contained in:
commit
38e618ccb2
1 changed files with 17 additions and 8 deletions
|
|
@ -7,7 +7,7 @@ Liberapay: EventFahrplan
|
||||||
|
|
||||||
AutoName: FOSDEM Schedule
|
AutoName: FOSDEM Schedule
|
||||||
Description: |
|
Description: |
|
||||||
Conference program app for the FOSDEM conference in Brussels
|
Conference program app for the FOSDEM conference
|
||||||
|
|
||||||
[https://fosdem.org]
|
[https://fosdem.org]
|
||||||
|
|
||||||
|
|
@ -15,8 +15,7 @@ Description: |
|
||||||
FOSDEM is a free event that offers open source communities a
|
FOSDEM is a free event that offers open source communities a
|
||||||
place to meet, share ideas and collaborate.
|
place to meet, share ideas and collaborate.
|
||||||
Every year, thousands of developers of free and open source
|
Every year, thousands of developers of free and open source
|
||||||
software from all over the world gather at the event in
|
software from all over the world gather at the event.
|
||||||
Brussels.
|
|
||||||
|
|
||||||
'''Features'''
|
'''Features'''
|
||||||
* View program by day and rooms (side by side)
|
* View program by day and rooms (side by side)
|
||||||
|
|
@ -29,7 +28,7 @@ Description: |
|
||||||
* Share a website link to an event with others
|
* Share a website link to an event with others
|
||||||
* Keep track of program changes
|
* Keep track of program changes
|
||||||
* Automatic program updates (configurable in settings)
|
* Automatic program updates (configurable in settings)
|
||||||
* Integration with the c3nav indoor navigation project [https://c3nav.de]
|
* Vote and leave comments on FOSDEM talks and workshops
|
||||||
|
|
||||||
🔤 '''Supported languages'''
|
🔤 '''Supported languages'''
|
||||||
(Event descriptions excluded)
|
(Event descriptions excluded)
|
||||||
|
|
@ -38,9 +37,11 @@ Description: |
|
||||||
* French
|
* French
|
||||||
* German
|
* German
|
||||||
* Italian
|
* Italian
|
||||||
|
* Japanese
|
||||||
* Portuguese
|
* Portuguese
|
||||||
* Russian
|
* Russian
|
||||||
* Spanish
|
* Spanish
|
||||||
|
* Swedish
|
||||||
|
|
||||||
💡 Questions regarding the content can only be answered by the
|
💡 Questions regarding the content can only be answered by the
|
||||||
FOSDEM content team. This app simply offers a way to consume and
|
FOSDEM content team. This app simply offers a way to consume and
|
||||||
|
|
@ -52,11 +53,11 @@ Description: |
|
||||||
[https://github.com/EventFahrplan/EventFahrplan/issues]
|
[https://github.com/EventFahrplan/EventFahrplan/issues]
|
||||||
|
|
||||||
🏆 The app is based on the EventFahrplan app
|
🏆 The app is based on the EventFahrplan app
|
||||||
[https://play.google.com/store/apps/details?id=info.metadude.android.congress.schedule]
|
[https://play.google.com/store/apps/details?id=info.metadude.android.rc3.schedule]
|
||||||
which was initially built for the camp and annual congress of
|
which was initially built for the camp and annual congress of
|
||||||
the Chaos Computer Club. The source code of the app is publicly
|
the Chaos Computer Club. The source code of the app is publicly
|
||||||
available on GitHub
|
available on GitHub
|
||||||
[https://github.com/johnjohndoe/CampFahrplan/tree/fosdem-2020].
|
[https://github.com/johnjohndoe/CampFahrplan/tree/fosdem-2021].
|
||||||
|
|
||||||
🎨 The name FOSDEM and the gear logo are registered trademarks
|
🎨 The name FOSDEM and the gear logo are registered trademarks
|
||||||
of FOSDEM VZW. Used with permission.
|
of FOSDEM VZW. Used with permission.
|
||||||
|
|
@ -75,7 +76,15 @@ Builds:
|
||||||
- cp local.properties gradle.properties
|
- cp local.properties gradle.properties
|
||||||
- sed -i -e 's/6.6.1/6.5/' ../gradle/wrapper/gradle-wrapper.properties
|
- sed -i -e 's/6.6.1/6.5/' ../gradle/wrapper/gradle-wrapper.properties
|
||||||
|
|
||||||
|
- versionName: 1.49.0-FOSDEM-Edition
|
||||||
|
versionCode: 80
|
||||||
|
commit: v.1.49.0-FOSDEM-Edition
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- fosdem
|
||||||
|
prebuild: cp local.properties gradle.properties
|
||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: None
|
||||||
UpdateCheckMode: None
|
UpdateCheckMode: None
|
||||||
CurrentVersion: 1.46.0-FOSDEM-Edition
|
CurrentVersion: 1.49.0-FOSDEM-Edition
|
||||||
CurrentVersionCode: 75
|
CurrentVersionCode: 80
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue