AntennaPod è un lettore podcast per Android completamente open-source ed è possibile iscriversi a tutti i canali funkwhale e a qualsiasi feed RSS. AntennaPod e Funkwhale sono sviluppati senza interessi commerciali e rispettano la privacy: https://castopod.it
Go to file
Anderson Mesquita e9e61776ed Fix cover fragment in small screens
The cover fragment would hide both podcast and episode names in small
screen devices or multi-window mode.

This replaces the deprecated PercentRelativeLayout in favor of a regular
LinearLayout with weights to make sure that each section of the fragment
(podcast title, image, episode name) will have the necessary space in
the screen.

Since PercentRelativeLayout was only being used here, it also removes
the dependencies from the gradle files.

Closes: #3169
2019-05-08 09:48:00 -04:00
.circleci Using release build for CI 2019-01-05 10:25:15 +01:00
.tx Imported store description into new publisher layout 2019-04-26 18:10:56 +02:00
app Fix cover fragment in small screens 2019-05-08 09:48:00 -04:00
artwork Added feature graphic 2018-04-12 14:01:59 +02:00
core Fix cover fragment in small screens 2019-05-08 09:48:00 -04:00
gradle/wrapper Upgrade gradle wrapper to version 4.10.2 2018-09-27 13:21:15 +02:00
.gitignore don't track keys 2016-05-10 14:29:13 -04:00
CHANGELOG.md Updated release notes 2019-05-07 15:44:17 +02:00
CONTRIBUTING.md Devide --> Device 2016-04-04 20:50:20 +10:00
CONTRIBUTORS Updated contributors 2018-12-23 14:59:48 +01:00
ISSUE_TEMPLATE.md Devide → Device 2017-07-12 21:36:08 +02:00
LICENSE Formatted license nicely, script to generate CONTRIBUTERS file 2015-08-13 12:02:45 +02:00
README.md README.md: fix f-droid link image 2018-08-21 19:37:55 +03:00
build.gradle unify lint options for all modules 2019-01-27 12:54:56 +01:00
contributers.template.py Updated contributors 2018-12-23 14:59:48 +01:00
gradlew Update gradle wrapper to 4.2 2017-09-23 09:22:32 +02:00
gradlew.bat Update gradle wrapper to version 3.1 2016-10-03 11:02:53 +02:00
ic_launcher-web.png Adding new ic_launcher files 2018-02-10 16:45:29 -03:00
makeRelease.sh Update release script for flavors 2016-06-19 18:55:12 +02:00
settings.gradle Remove DSLV 2015-11-05 23:46:43 +01:00

README.md

AntennaPod

This is the official repository of AntennaPod, the easy-to-use, flexible and open-source podcast manager for Android.

Get it on Google Play Get it on F-Droid

Feedback

You can use the AntennaPod Google Group for discussions about the app.

Bug reports and feature requests can be submitted here (please read the instructions on how to report a bug and how to submit a feature request first!).

Help test AntennaPod

AntennaPod has many users and we don't want them to run into trouble when we add a new feature. It's important that we have a significant group test our app, so that we know all possible combinations of phones, Android versions and use cases work as expected. Check out our wiki how to join our Alpha and Beta testing programmes!

Nightly Builds

There are APKs available for every branch that is actively worked on. Please note that these might be very unstable versions of the app, which can break your current installation. Install them at your own risk!

Click here to get to the nightly builds folder.

License

AntennaPod is licensed under the MIT License. You can find the license text in the LICENSE file.

Translating AntennaPod

If you want to translate AntennaPod into another language, you can visit the Transifex project page.

Building AntennaPod

Information on how to build AntennaPod can be found in the Wiki.