Rufus125 / EventFahrplan

An Android app to enjoy event schedules from Grazer Linuxtage.

Home Page:https://github.com/EventFahrplan/EventFahrplan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github release version GitHub Actions Build Status F-Droid release version Crowdin Apache License

EventFahrplan

This is the schedule browser for the "Grazer Linuxtage" conference in Graz, Austria.

Get it on F-Droid Get it on Google Play

It is a fork of the EventFahrplan, which is a viewer for event schedules. The app is available for Android devices.

Bug reports, feature requests can be submitted as an issue. Please read the instructions in the contribution guide in order to contribute to this project.

Picture of the GLT companion

Table of contents

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 link to an event with others
  • Keep track of program changes
  • Automatic program updates (configurable in settings)

Supported languages

Event descriptions excluded

  • Danish 🇩🇰
  • Dutch 🇳🇱
  • English 🇺🇸
  • Finnish 🇫🇮
  • French 🇫🇷
  • German 🇩🇪
  • Italian 🇮🇹
  • Japanese 🇯🇵
  • Lithuanian 🇱🇹
  • Polish 🇵🇱
  • Portuguese, Brazil 🇧🇷
  • Portuguese, Portugal 🇵🇹
  • Russian 🇷🇺
  • Spanish 🇪🇸
  • Swedish 🇸🇪
  • Turkish 🇹🇷

Optional integration

Android versions

The application is designed to work on both smartphones and on tablets. Android 5.0 (Lollipop) and newer versions are supported.

Event data

  • The app is designed to consume event data published in a specific format as provided by Pretalx.

Build instructions

To begin development, open the project in Android Studio.

The customization guide explains in detail how to create an app for your event.

If you want to create your own signed release builds, copy the gradle.properties.example file in the app folder and rename it to gradle.properties. This file contains the signing information which is used in the build process. Be sure to edit the contents of the file to point to your own keystore files.

./gradlew assembleGlt22Release

Update instructions

git clone git@github.com:<yourgithubfork_username>/EventFahrplan.git 
git remote add linuxtage https://github.com/EventFahrplan/EventFahrplan.git 
git remote add eventfahrplan https://github.com/EventFahrplan/EventFahrplan.git 
git checkout glt-2022
git pull eventfahrplan master
git tag v1.<new_version>
git push --tags

After the merge, go to https://github.com/linuxtage/EventFahrplan/compare/glt-2022...<yourgithubfork_username>:EventFahrplan:glt-2022

Translations

Text translations are managed on Crowdin. Contributions are welcome!

Sources (English) and translations are synchronized via the Crowdin CLI tool. German is excluded from being managed on Crowdin as long as the maintainer is a native German speaker. New languages must be configured in the Crowdin configuration file crowdin.yaml before translations can be downloaded. The file also contains usage examples.

History

  • The project was started in 2011 as "CampFahrplan" and was developed by Daniel Dorau. He released the app for the Chaos Communication Camp and the Chaos Communication Congress in the following years. The app served as a digital schedule for thousands of users.
  • In 2013, Tobias Preuss started contributing. Soon after he started to re-deploy the app for other events like FOSSGIS, FrOSCon, MRMCD and other conferences.
  • In August 2017 the project moved to a new location and was renamed to "EventFahrplan" to acknowledge its broader use. "EventFahrplan" to acknowledge its broader usage.
  • In 2022 the project was forked to be used for the Grazer Linuxtage.

Funding

In 2023 & 2024, this project was funded by the NGI0 Entrust Fund, a fund established by NLnet with financial support from the European Commission's Next Generation Internet program, under the aegis of DG Communications Networks, Content and Technology under grant agreement No. 101069594.

Logo NLnet: abstract logo of four people seen from above

Logo NGI Zero: letterlogo shaped like a tag

Licenses

Portions Copyright 2008-2011 The K-9 Dog Walkers and 2006-2011 the Android Open Source Project.

Copyright 2013-2024 johnjohndoe
Copyright 2011-2015 Daniel Dorau
Contributions from 0x5ubt13, Adriano Pereira Junior, Akarsh Seggemu,
Александр Рознятовский, aligoush, Andrea Marziali, Andrulko, Andy Scherzinger,
Andreas Schildbach, Animesh Verma, bashtian, bjoernb, Björn Olsson Jarl,
ButterflyOfFire, cacarrara, Caio Volpato, Chase, cketti, codingcatgirl,
Dominik Stadler, entropynil, erebion, ideadapt, isi_ko404, IsoLinearCHiP,
Jasper van der Graaf, Joergi, Julius Vitkauskas, koelnkalkverbot, Larissa Yasin,
lepawa, ligi, lucadelu, Luis Azcuaga, María Arias de Reyna, Mateus Baptista,
Matthias Geisler, Matthias Hunstock, Matthias Mair, MichaelRocks, Miguel Beltran,
mtpa, Muha Aliss, Nghiem Xuan Hien, NiciDieNase, Noemis, Oguz Yuksel, Omicron,
ozgurbaykal, Poschi, Qwertele, Róbert Papp, rotrot, Sjors van Mierlo, Smarzaro,
Stefan Medack, SubOptimal, Su Jade, taseret, Teeranai.P, Torsten Grote,
Victor Herasme, Vladimir Alabov, Yanicka

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

An Android app to enjoy event schedules from Grazer Linuxtage.

https://github.com/EventFahrplan/EventFahrplan

License:Apache License 2.0


Languages

Language:Kotlin 97.7%Language:Java 2.3%