0
0
mirror of https://github.com/mediathekview/zapp.git synced 2024-09-19 20:02:17 +02:00
German public broadcasting live streams as an Android app
Go to file
2021-01-23 19:43:56 +01:00
.idea Convert StreamPageFragment to kotlin 2021-01-02 16:00:39 +01:00
.tx Move changelog to markdown file 2018-10-22 21:39:22 +02:00
app Move query suggestion handling into viewmodel 2021-01-23 19:43:56 +01:00
gradle/wrapper Update gradle and libraries 2020-12-26 21:01:15 +01:00
.editorconfig Add editorconfig file #35 2016-10-12 14:14:09 +02:00
.gitignore Update changelog 2020-08-11 10:30:23 +02:00
.travis.yml Fix travis ci build? 2020-04-14 15:55:29 +02:00
build.gradle Use koin to set up the basic singletons inside the app 2021-01-14 17:39:07 +01:00
CONTRIBUTING.md Remove out of date programm guide instruction 2017-09-30 10:08:49 +02:00
gradle.properties Increase gradle heap size 2020-09-20 17:07:32 +02:00
gradlew permission access for travis 2019-06-18 20:54:14 +02:00
gradlew.bat Initial commit 2016-09-12 12:20:24 +02:00
LICENSE Initial commit 2016-09-15 13:48:20 +02:00
README.md Fix feature graphic reference in readme 2021-01-07 20:42:20 +01:00
settings.gradle Heavily simplified show info api by using retrofit and removing separate module 2017-08-03 17:41:26 +02:00

Build Status

ZAPP

  1. Über
  2. FAQ
  3. Changelog
  4. Bibliotheken

Über

Zapp gibt dir schnellen Zugang zu vielen deutschen öffentlich-rechtlichen Fernsehsendern. Schaue ARD, ZDF und andere Sender live oder aus der Mediathek. Zapp macht es einfach, schnell zwischen den Sendern zu wechseln.

Achtung: Wenn du Zapp außerhalb Deutschlands benutzt, können manche Sender wie zum Beispiel ZDF geblockt sein.

Get it on F-Droid

video screenvideo screen
main screenarrange screensettings screen


Übersetzungen

Zapp wird in Deutsch entwickelt, kann aber über Transifex in andere Sprachen übersetzt werden. Vorschläge für weitere Sprachen und Helfer beim Übersetzen sind herzlich willkommen!

Bibliotheken

Zapp uses a lot of awesome open source libraries:

  • JUnit to test things out
  • Gson to parse the list of channels
  • Commons IO for a sane way to handle files on Android
  • DragListView to let you reorder the channel list intuitively
  • exo player the better video player
  • Retrofit for easy server api communication
  • Joda time for sane date and time handling in Java