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
Christine Coenen 23ccfa2a2a Add collapsing toolbar
Not working in mediathek list, due to nested coordinator layout
2022-04-22 10:55:49 +02:00
.github Use updated JDK setup and gradle caching 2021-10-09 14:40:43 +02:00
.idea Ignore misc.xml AndroidStudio file 2022-03-17 20:42:18 +01:00
.tx Fix transifex configuration and pull translations 2021-01-23 20:01:56 +01:00
app Add collapsing toolbar 2022-04-22 10:55:49 +02:00
fastlane/metadata/android Release version 6.1.0 2022-04-20 18:41:35 +02:00
gradle/wrapper Update gradle and non visual dependencies 2022-02-08 19:32:33 +01:00
.editorconfig Add editorconfig file #35 2016-10-12 14:14:09 +02:00
.gitignore Ignore misc.xml AndroidStudio file 2022-03-17 20:42:18 +01:00
build.gradle Use nav graph for about screens 2022-04-21 10:40:13 +02: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 lint warnings 2021-11-19 20:00:54 +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 and test

Get it on F-Droid

ZAPP

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

Über

Zapp ist Teil von MediathekView und gibt dir einen schnellen Zugang zu vielen deutschen öffentlich-rechtlichen Fernsehsendern. Schaue ARD, ZDF und andere Sender live oder aus der Mediathek.

Features:

  • Android-Client für MediathekView
  • Live-Streams von über 30 Sendern
  • Adaptives Streaming passend zur Geschwindigkeit deiner Netzwerkverbindung
  • Schneller Sender-Wechsel
  • Aktuelle Programminformationen
  • Sender-Shortcuts für neuere Android-Versionen
  • Sendungen aus fast 20 Mediatheken zum Streamen
  • Bequeme Sendungssuche in der Mediathek
  • Zuschaltbare Untertitel für einige Mediathek-Sendungen
  • Teilen-Funktion für Live- und Mediathek-Videos
  • Hintergrund-Playback

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

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