Podcini-podcast/README.md

17 lines
710 B
Markdown
Raw Normal View History

2024-02-14 09:07:17 +01:00
# PodVinci
2024-02-05 21:50:43 +01:00
2024-02-14 10:39:03 +01:00
PodVinci is an open source podcast manager/player project.
2024-02-05 21:50:43 +01:00
2024-02-14 10:39:03 +01:00
This is based on a fork from the popular project AntennaPod (https://github.com/AntennaPod/AntennaPod) as of Feb 5 2024.
2024-02-14 12:20:57 +01:00
This project is purely Kotlin based, relies on the most recent dependencies, and most importantly has migrated the media player to androidx.media3, and added mechanism of AudioOffloadMode which is supposed to be kind to device battery. App build is also upgraded to target Android 14.
## Privacy Policy
[Privacy Policy](PrivacyPolicy.md)
2024-02-14 11:16:47 +01:00
## License
2024-02-14 12:20:57 +01:00
PodVinci, same as its forked project AntennaPod, is licensed under the GNU General Public License (GPL-3.0). You can find the license text in the LICENSE file.
2024-02-14 11:16:47 +01:00