From 0bac6b88cca92a051f0b241aa7c7dfa788a13a7b Mon Sep 17 00:00:00 2001 From: o0nd7ots <124466962+o0nd7ots@users.noreply.github.com> Date: Mon, 18 Mar 2024 10:58:00 +0000 Subject: [PATCH 1/6] Readme: fixed link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a85af7d1..1edfb046 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Podcini is an open source podcast manager/player project. -This is based on a fork from the popular project AntennaPod () as of Feb 5 2024. +This is based on a fork from the popular project [AntennaPod]() as of Feb 5 2024. Differing from the forked project, 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. Efficiencies are also sought on running the app. App build is also upgraded to target Android 14. @@ -42,4 +42,4 @@ Original contents from the forked project maintains copyrights of the AntennaPod ## Translation -[At Transifex](https://app.transifex.com/xilinjia/podcini/dashboard/) \ No newline at end of file +[At Transifex](https://app.transifex.com/xilinjia/podcini/dashboard/) From 0cf144dd07e54613f0b11da453d599c9a64cec6a Mon Sep 17 00:00:00 2001 From: o0nd7ots <124466962+o0nd7ots@users.noreply.github.com> Date: Mon, 18 Mar 2024 11:06:00 +0000 Subject: [PATCH 2/6] Readme: changed section about AntennaPod --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1edfb046..c23015ae 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,15 @@ Podcini is an open source podcast manager/player project. -This is based on a fork from the popular project [AntennaPod]() as of Feb 5 2024. +This app is a fork of [AntennaPod]() as of Feb 5 2024. -Differing from the forked project, 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. Efficiencies are also sought on running the app. App build is also upgraded to target Android 14. +Compared to AntennaPod this project: +1. Migrated the media player to `androidx.media3`, +2. Added `AudioOffloadMode` support, which is supposed to be kind to device battery, +3. Relies on the most recent dependencies, +4. Is __purely__ Kotlin based, +4. Targets Android 14, +5. Aims to be as effective as possible ## Version 4 From 7c0e4c6fe6687af0d1c9b1b2e38da89f42fd87f9 Mon Sep 17 00:00:00 2001 From: o0nd7ots <124466962+o0nd7ots@users.noreply.github.com> Date: Mon, 18 Mar 2024 11:06:26 +0000 Subject: [PATCH 3/6] Fix: punctiation of last commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c23015ae..b1ba4015 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Compared to AntennaPod this project: 3. Relies on the most recent dependencies, 4. Is __purely__ Kotlin based, 4. Targets Android 14, -5. Aims to be as effective as possible +5. Aims to be as effective as possible. ## Version 4 From 4d3e577d3bdaef66f3cf9c5f6bcc0167d2ec5c11 Mon Sep 17 00:00:00 2001 From: o0nd7ots <124466962+o0nd7ots@users.noreply.github.com> Date: Mon, 18 Mar 2024 11:07:38 +0000 Subject: [PATCH 4/6] Readme: split long lines into multiple ones no change in rendering --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1ba4015..dfc72c99 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,11 @@ Compared to AntennaPod this project: ## 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. +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. @@ -38,7 +42,8 @@ Version 4.1 brings a more convenient player control and tags enhancements, while ## 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. +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 From 65f750baff2c402919f5a05cd8b8586521e00183 Mon Sep 17 00:00:00 2001 From: o0nd7ots <124466962+o0nd7ots@users.noreply.github.com> Date: Mon, 18 Mar 2024 11:10:23 +0000 Subject: [PATCH 5/6] Readme: aggregated links Improved readability --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index dfc72c99..87cd2986 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,12 @@ Version 4.1 brings a more convenient player control and tags enhancements, while -## Changelogs -[Here](changelog.md) +## Links -## Privacy Policy - -[Privacy Policy](PrivacyPolicy.md) +- [Changelog](changelog.md) +- [Privacy Policy](PrivacyPolicy.md) +- [Translation (Transifex)](https://app.transifex.com/xilinjia/podcini/dashboard/) ## License @@ -50,7 +49,3 @@ You can find the license text in the LICENSE file. 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. - -## Translation - -[At Transifex](https://app.transifex.com/xilinjia/podcini/dashboard/) From c94bf08264e1d62a1552ee34310b374e71a9c101 Mon Sep 17 00:00:00 2001 From: o0nd7ots <124466962+o0nd7ots@users.noreply.github.com> Date: Mon, 18 Mar 2024 11:10:43 +0000 Subject: [PATCH 6/6] Split long line into two --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 87cd2986..1d626224 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Podcini -Podcini is an open source podcast manager/player project. + +Podcini is an open source podcast manager/player project. This app is a fork of [AntennaPod]() as of Feb 5 2024.