From bf68642dcfd88898406549fca6ab017b339614d1 Mon Sep 17 00:00:00 2001 From: o0nd7ots <124466962+o0nd7ots@users.noreply.github.com> Date: Fri, 12 Apr 2024 14:44:05 +0000 Subject: [PATCH 1/7] Split info into multiple lines it's more readable in plaintext --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b01c596..531e9c52 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,13 @@ Or download the latest APK from the [Releases Section](https://github.com/XilinJ ## 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. Feed list are no longer shown in the drawer. Access to statistics is in the drawer. Alongside, the Home, Echo and Inbox pages are removed from the project. OnlineFeedView activity is stripped down to only receive externally shared feeds. Also, viewbindings are enabled for most views, the project becomes mono-modular, containing 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. +Feed list are no longer shown in the drawer. Access to statistics is in the drawer. +Alongside, the Home, Echo and Inbox pages are removed from the project. +OnlineFeedView activity is stripped down to only receive externally shared feeds. +Also, viewbindings are enabled for most views, the project becomes mono-modular, containing only the app module. Even so, the database remains backward compatible, and AntennaPod's db can be easily imported. From 0556b7b0ae7b89e6206394660ef63be3cffa3a2e Mon Sep 17 00:00:00 2001 From: o0nd7ots <124466962+o0nd7ots@users.noreply.github.com> Date: Fri, 12 Apr 2024 14:49:09 +0000 Subject: [PATCH 2/7] Various README fixes --- README.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 531e9c52..cbb99ad4 100644 --- a/README.md +++ b/README.md @@ -36,11 +36,11 @@ Even so, the database remains backward compatible, and AntennaPod's db can be ea ### Player -* A more convenient player control displayed on all pages -* A revamped and more efficient expanded player view showing episode description on the front +* More convenient player control displayed on all pages +* Revamped and more efficient expanded player view showing episode description on the front * External player class is merged into the player -* Play speed setting has been straightened up, three speed can be set separately or combined: current audio, podcast, and global. The order of precedence is in that same order. -* Added preference "Fast Forward Speed" under "Playback" in settings with default value of 0.0, dialog allows setting a float number (capped between 0.0 and 10.0) +* Playback speed setting has been straightened up, three speed can be set separately or combined: current audio, podcast, and global +* Added preference "Fast Forward Speed" under "Playback" in settings with default value of 0.0, dialog allows setting a number between 0.0 and 10.0 * The "Skip to next episode" button on the player * long-press moves to the next episode * by default, single tap does nothing @@ -49,17 +49,15 @@ Even so, the database remains backward compatible, and AntennaPod's db can be ea * single tap again, the original play speed resumes * single tap not during play has no effect * Added preference "Fallback Speed" under "Playback" in settings with default value of 0.0, dialog allows setting a float number (capped between 0.0 and 1.5) -* the Play button on the player - * by default, it behaves the same as usual - * if the user customize "Fallback speed" to a value greater than 0.1, long-press the button during play enters the fallback mode and plays at the set fallback speed, single tap exits the fallback mode -* Various efficiency improvements, including removal of +* if the user customizes "Fallback speed" to a value greater than 0.1, long-press the Play button during play enters the fallback mode and plays at the set fallback speed, single tap exits the fallback mode +* Various efficiency improvements, including removal of: * redundant media loadings and ui updates * frequent list search during audio play * streamed media somewhat equivalent to downloaded media - * enabled episode description on player detailed view - * enabled intro- and end- skipping - * mark as played when finished - * streamed media is added to queue and is resumed after restart + * enabled episode description on player detailed view + * enabled intro- and end- skipping + * mark as played when finished + * streamed media is added to queue and is resumed after restart ### Podcast/Episode list @@ -76,7 +74,7 @@ Even so, the database remains backward compatible, and AntennaPod's db can be ea ### Podcast/Episode -* A new share notes menu option on various episode views +* New share notes menu option on various episode views * Feed info view offers a link for direct search of feeds related to author ### Online feed @@ -90,7 +88,7 @@ Even so, the database remains backward compatible, and AntennaPod's db can be ea ### Security -* usesCleartextTraffic (for non-secure content transmission) is now disabled in the project +* disabled `usesCleartextTraffic` (for non-secure content transmission) For more details of the changes, see the [Changelog](changelog.md) From eb3ebdc4627d4544930847202afd6a19c9481975 Mon Sep 17 00:00:00 2001 From: o0nd7ots <124466962+o0nd7ots@users.noreply.github.com> Date: Fri, 12 Apr 2024 14:56:36 +0000 Subject: [PATCH 3/7] Improved wording and verbosity --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cbb99ad4..d67634f7 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Also, viewbindings are enabled for most views, the project becomes mono-modular, Even so, the database remains backward compatible, and AntennaPod's db can be easily imported. -## Notable new features/enhancements +## Notable new features & enhancements ### Player @@ -115,7 +115,7 @@ For more details of the changes, see the [Changelog](changelog.md) ## License -Podcini, same as its forked project AntennaPod, is licensed under the GNU General Public License (GPL-3.0). +Podcini, same as the project it was forked for, is licensed under the GNU General Public License (GPL-3.0). You can find the license text in the LICENSE file. ## Copyright From 74b2848129e3e72fec8dd76f4afec4192dcb865c Mon Sep 17 00:00:00 2001 From: o0nd7ots <124466962+o0nd7ots@users.noreply.github.com> Date: Fri, 12 Apr 2024 14:58:12 +0000 Subject: [PATCH 4/7] Further improved wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d67634f7..7ef71e67 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Even so, the database remains backward compatible, and AntennaPod's db can be ea ### Security -* disabled `usesCleartextTraffic` (for non-secure content transmission) +* Disabled `usesCleartextTraffic`, so that all content transmission is more private and secure For more details of the changes, see the [Changelog](changelog.md) From 57d1c55c8c08f003088417e5b195440a4a1ec1c1 Mon Sep 17 00:00:00 2001 From: o0nd7ots <124466962+o0nd7ots@users.noreply.github.com> Date: Fri, 12 Apr 2024 15:01:18 +0000 Subject: [PATCH 5/7] Changed block of text into a bullet point list --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7ef71e67..a112b267 100644 --- a/README.md +++ b/README.md @@ -22,13 +22,14 @@ Or download the latest APK from the [Releases Section](https://github.com/XilinJ ## 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. -Feed list are no longer shown in the drawer. Access to statistics is in the drawer. -Alongside, the Home, Echo and Inbox pages are removed from the project. -OnlineFeedView activity is stripped down to only receive externally shared feeds. -Also, viewbindings are enabled for most views, the project becomes mono-modular, containing only the app module. +Some drastic changes are made in the project since version 4.0: +- 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. +- Subscriptions is now the default page. +- Feed list are no longer shown in the drawer. +- Access to statistics is in the drawer. +- Home, Echo and Inbox pages are removed from the project. +- `OnlineFeedView` activity is stripped down to only receive externally shared feeds. +- Viewbindings are enabled for most views, the project becomes mono-modular, containing only the app module. Even so, the database remains backward compatible, and AntennaPod's db can be easily imported. From 37daa25944e52c28f812a761617e781268a79a91 Mon Sep 17 00:00:00 2001 From: o0nd7ots <124466962+o0nd7ots@users.noreply.github.com> Date: Fri, 12 Apr 2024 15:01:52 +0000 Subject: [PATCH 6/7] Reordered bullet list --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a112b267..cdee2c19 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,11 @@ Or download the latest APK from the [Releases Section](https://github.com/XilinJ Some drastic changes are made in the project since version 4.0: - 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. +- Home, Echo and Inbox pages are removed from the project. - Subscriptions is now the default page. - Feed list are no longer shown in the drawer. - Access to statistics is in the drawer. -- Home, Echo and Inbox pages are removed from the project. + - `OnlineFeedView` activity is stripped down to only receive externally shared feeds. - Viewbindings are enabled for most views, the project becomes mono-modular, containing only the app module. From 031cd5b194961f2b4785d11c40bc5573eea35bc9 Mon Sep 17 00:00:00 2001 From: o0nd7ots <124466962+o0nd7ots@users.noreply.github.com> Date: Fri, 12 Apr 2024 15:03:23 +0000 Subject: [PATCH 7/7] Fixed formatting --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index cdee2c19..ea83e79c 100644 --- a/README.md +++ b/README.md @@ -23,14 +23,14 @@ Or download the latest APK from the [Releases Section](https://github.com/XilinJ ## Version 4 Some drastic changes are made in the project since version 4.0: -- 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. -- Home, Echo and Inbox pages are removed from the project. -- Subscriptions is now the default page. -- Feed list are no longer shown in the drawer. +- 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, +- Home, Echo and Inbox pages are removed from the project, +- Subscriptions is now the default page, +- Feed list are no longer shown in the drawer, - Access to statistics is in the drawer. - -- `OnlineFeedView` activity is stripped down to only receive externally shared feeds. -- Viewbindings are enabled for most views, the project becomes mono-modular, containing only the app module. +- `OnlineFeedView` activity is stripped down to only receive externally shared feeds, +- Viewbindings are enabled for most views, +- Project became mono-modular. Even so, the database remains backward compatible, and AntennaPod's db can be easily imported.