c5bf432283 | ||
---|---|---|
.github | ||
.tx | ||
app | ||
config | ||
fastlane/metadata/android/en-US | ||
gradle/wrapper | ||
images | ||
scripts | ||
.directory | ||
.editorconfig | ||
.gitignore | ||
CONTRIBUTING.md | ||
CONTRIBUTORS.md | ||
LICENSE | ||
PrivacyPolicy.md | ||
README.md | ||
build.gradle | ||
changelog.md | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
settings.gradle |
README.md
Podcini
Podcini is an open source podcast manager/player project.This project is a fork of AntennaPod as of Feb 5 2024.
Compared to AntennaPod this project:
- Migrated the media player to
androidx.media3
, - Added
AudioOffloadMode
support, which is supposed to be kind to device battery, - Relies on the most recent dependencies,
- Is purely Kotlin based,
- Targets Android 14,
- Aims to improve efficiency and provide more user-friendly features
Version 4
Some drastic changes are made in the project since version 4.0. There is now a whole new interface of the Subscriptions page showing only the feeds with tags as filters, no longer having tags as folders in the page. And the default page of the app is changed to the Subscriptions page. Alongside, the Home and Echo pages are removed from the project. Also, the project becomes mono-module, with only the app module.
Version 4.1 brings a more convenient player control and tags enhancements, while also enables view binding for most views in the codebase.
Screenshots
Links
License
Podcini, 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.
Copyright
New files and modifications in the project is copyrighted in 2024 by Xilin Jia.
Original contents from the forked project maintains copyrights of the AntennaPod team.