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

54 lines
3.0 KiB
Markdown
Raw Normal View History

2021-10-09 15:00:21 +02:00
[![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>
2021-11-19 20:00:54 +01:00
![ZAPP](fastlane/metadata/android/en-US/images/featureGraphic.jpg)
2016-09-16 12:10:36 +02:00
2019-06-20 17:35:33 +02:00
1. [Über](#über)
2018-09-26 08:01:04 +02:00
2. [FAQ](app/src/main/res/raw/faq.md)
2018-10-22 21:43:33 +02:00
3. [Changelog](app/src/main/res/raw/changelog.md)
2019-06-20 17:35:33 +02:00
4. [Bibliotheken](#bibliotheken)
---------------------
2016-10-13 17:26:49 +02:00
2019-05-21 18:07:39 +02:00
## Über
2016-10-13 17:26:49 +02:00
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>
2017-07-26 20:43:25 +02:00
2019-06-20 17:35:33 +02:00
**Achtung:** Wenn du Zapp außerhalb Deutschlands benutzt, können manche Sender wie zum Beispiel ZDF geblockt sein.
2016-09-16 12:10:36 +02:00
<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" />
2016-10-12 14:15:07 +02:00
---------------------
2019-05-21 18:07:39 +02:00
## Übersetzungen
2018-05-31 18:16:49 +02:00
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!
2019-05-21 18:07:39 +02:00
## Bibliotheken
2016-10-13 17:26:49 +02:00
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
2017-07-26 20:47:08 +02:00
- [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