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
2018-06-07 19:06:02 +02:00
.idea Convert ChannelDetailActivity to kotlin 2018-06-07 19:06:02 +02:00
.tx Set up transifex translation 2018-05-31 17:55:46 +02:00
app Convert ChannelDetailActivity to kotlin 2018-06-07 19:06:02 +02:00
gradle/wrapper Update Android Studio and gradle 2018-03-28 21:36:38 +02:00
.editorconfig Add editorconfig file #35 2016-10-12 14:14:09 +02:00
.gitignore Update Android Studio and gradle 2018-03-28 21:36:38 +02:00
build.gradle Convert first class to kotlin 2018-06-01 15:06:43 +02:00
CONTRIBUTING.md Remove out of date programm guide instruction 2017-09-30 10:08:49 +02:00
gradle.properties Initial commit 2016-09-12 12:20:24 +02:00
gradlew Initial commit 2016-09-12 12:20:24 +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 Add section about translations 2018-05-31 18:16:49 +02:00
settings.gradle Heavily simplified show info api by using retrofit and removing separate module 2017-08-03 17:41:26 +02:00

ZAPP

  1. About
  2. FAQ
  3. Libraries Example

About

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


Translations

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!

Libraries

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
  • Paperboy to easily display a nice looking changelog
  • DragListView to let you reorder the channel list intuitively
  • Butterknive to avoid writing a lot of boilerplate code
  • exo player the better video player
  • Retrofit for easy server api communication
  • Joda time for sane date and time handling in Java