Domingos Lopes a252191d79 code cleaning:
- lambda expressions, method references,
- multi catches,
- remove unnecessary keywords (public keyword on interface method signatures, static on interfaces or enums, final on private method signatures),
- == false expressions,
- diamond type (<>) expressions,
- replace StringBuffer with StringBuilder for local variables used by a single thread,
- replace Arrays.asList with Collections.singletonList whenever applicable,
- inline variable returns (whenever the variable name's meaning is not important to understand the code),
- replace some chains of if/else if/... with switch/case,
- break append(a + b) into append(a).append(b) for StringBuilder objects,
- unused import statements,
- reduce log TAGs to 23 characters,
- MaterialDialog callback deprecated,
- ActionBarActivity for AppCompatActivity,
2016-03-22 02:07:26 -04:00
2015-11-21 08:24:40 -05:00
2016-03-22 02:07:26 -04:00
2016-02-13 12:54:42 -05:00
2014-05-18 22:12:08 +02:00
2016-03-22 02:07:26 -04:00
2016-02-13 12:54:42 -05:00
2013-01-11 23:39:07 +01:00
2014-05-18 22:28:05 +02:00
2016-03-14 20:45:23 -04:00
2016-02-06 11:52:46 -05:00
2016-03-16 17:48:24 -04:00
2015-12-28 11:18:33 +01:00
2016-02-13 13:15:01 +01:00
2016-02-13 13:15:01 +01:00
2012-07-20 13:27:41 +02:00
2016-02-17 22:27:47 +01:00
2015-10-31 01:14:40 +01:00
2015-11-05 23:46:43 +01:00

AntennaPod

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

Download from Google Play AntennaPod on fdroid.org

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.

Description
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 Readme Multiple Licenses 206 MiB
Languages
Java 99.3%
Shell 0.3%
Python 0.3%
HTML 0.1%