0
0
mirror of https://github.com/mediathekview/zapp.git synced 2024-09-20 04:12:14 +02:00
zapp/README.md
2022-10-23 13:43:29 +02:00

54 lines
3.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[![Build and test](https://github.com/mediathekview/zapp/actions/workflows/build.yml/badge.svg)](https://github.com/mediathekview/zapp/actions/workflows/build.yml)
<a href="https://f-droid.org/repository/browse/?fdid=de.christinecoenen.code.zapp" target="_blank">
<img src="https://f-droid.org/badge/get-it-on.png" alt="Get it on F-Droid" height="80"/></a>
![ZAPP](fastlane/metadata/android/en-US/images/featureGraphic.jpg)
1. [Über](#über)
2. [FAQ](app/src/main/res/raw/faq.md)
3. [Changelog](app/src/main/res/raw/changelog.md)
4. [Bibliotheken](#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.
<b>Features:</b>
<ul>
<li>Android-Client für MediathekView</li>
<li>Live-Streams von über 30 Sendern</li>
<li>Adaptives Streaming passend zur Geschwindigkeit deiner Netzwerkverbindung</li>
<li>Schneller Sender-Wechsel</li>
<li>Aktuelle Programminformationen</li>
<li>Sender-Shortcuts für neuere Android-Versionen</li>
<li>Sendungen aus fast 20 Mediatheken zum Streamen</li>
<li>Bequeme Sendungssuche in der Mediathek</li>
<li>Zuschaltbare Untertitel für einige Mediathek-Sendungen</li>
<li>Teilen-Funktion für Live- und Mediathek-Videos</li>
<li>Hintergrund-Playback</li>
</ul>
**Achtung:** Wenn du Zapp außerhalb Deutschlands benutzt, können manche Sender wie zum Beispiel ZDF geblockt sein.
<img src="fastlane/metadata/android/de/images/phoneScreenshots/01.jpg" width="24%" alt="video screen" /> <img src="fastlane/metadata/android/de/images/phoneScreenshots/02.jpg" width="24%" alt="video screen" /> <img src="fastlane/metadata/android/de/images/phoneScreenshots/03.jpg" width="24%" alt="video screen" /> <img src="fastlane/metadata/android/de/images/phoneScreenshots/04.jpg" width="24%" alt="video screen" /><img src="fastlane/metadata/android/de/images/phoneScreenshots/05.jpg" width="49%" alt="video screen" /> <img src="fastlane/metadata/android/de/images/phoneScreenshots/06.jpg" width="49%" alt="video screen" />
---------------------
## Übersetzungen
Zapp wird in Deutsch entwickelt, kann aber über [Transifex](https://www.transifex.com/none-581/zapp-android-app/) 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](http://junit.org/junit4/) to test things out
- [Gson](https://github.com/google/gson) to parse the list of channels
- [Commons IO](https://commons.apache.org/proper/commons-io/) for a sane way to handle files on Android
- [DragListView](https://github.com/woxblom/DragListView) to let you reorder the channel list intuitively
- [exo player](https://google.github.io/ExoPlayer/) the better video player
- [Retrofit](https://square.github.io/retrofit/) for easy server api communication
- [Joda time](http://www.joda.org/joda-time/) for sane date and time handling in Java