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

40 lines
2.4 KiB
Markdown
Raw Normal View History

2020-01-15 10:38:13 +01:00
[![Build Status](https://travis-ci.com/mediathekview/zapp.svg?branch=master)](https://travis-ci.com/mediathekview/zapp)
2019-05-21 18:06:27 +02:00
![ZAPP](app/src/main/play/de-DE/listing/featureGraphic/funktionsgrafik.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
2017-07-26 20:43:25 +02:00
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.
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
2017-03-27 17:20:39 +02:00
<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>
2020-10-10 17:23:37 +02:00
<img src="app/src/main/play/listings/de/phone-screenshots/02_live_video.png" width="49%" alt="video screen" /><img src="app/src/main/play/listings/de/phone-screenshots/06_mediathek_player.png" width="49%" alt="video screen" /><br>
<img src="app/src/main/play/listings/de/phone-screenshots/01_live.png" width="33%" alt="main screen" /><img src="app/src/main/play/listings/de/phone-screenshots/04_mediathek_search.png" width="33%" alt="arrange screen" /><img src="app/src/main/play/listings/de/phone-screenshots/05_mediathek_details.png" width="33%" alt="settings 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