Skip to content

Commit 3f79550

Browse files
authored
Merge pull request #36 from o0nd7ots/patch-1
My suggestions on README
2 parents f24323f + 031cd5b commit 3f79550

File tree

1 file changed

+23
-17
lines changed

1 file changed

+23
-17
lines changed

README.md

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,27 @@ Or download the latest APK from the [Releases Section](https://github.com/XilinJ
2222

2323
## Version 4
2424

25-
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.
25+
Some drastic changes are made in the project since version 4.0:
26+
- 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,
27+
- Home, Echo and Inbox pages are removed from the project,
28+
- Subscriptions is now the default page,
29+
- Feed list are no longer shown in the drawer,
30+
- Access to statistics is in the drawer.
31+
- `OnlineFeedView` activity is stripped down to only receive externally shared feeds,
32+
- Viewbindings are enabled for most views,
33+
- Project became mono-modular.
2634

2735
Even so, the database remains backward compatible, and AntennaPod's db can be easily imported.
2836

29-
## Notable new features/enhancements
37+
## Notable new features & enhancements
3038

3139
### Player
3240

33-
* A more convenient player control displayed on all pages
34-
* A revamped and more efficient expanded player view showing episode description on the front
41+
* More convenient player control displayed on all pages
42+
* Revamped and more efficient expanded player view showing episode description on the front
3543
* External player class is merged into the player
36-
* 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.
37-
* 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)
44+
* Playback speed setting has been straightened up, three speed can be set separately or combined: current audio, podcast, and global
45+
* 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
3846
* The "Skip to next episode" button on the player
3947
* long-press moves to the next episode
4048
* by default, single tap does nothing
@@ -43,17 +51,15 @@ Even so, the database remains backward compatible, and AntennaPod's db can be ea
4351
* single tap again, the original play speed resumes
4452
* single tap not during play has no effect
4553
* 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)
46-
* the Play button on the player
47-
* by default, it behaves the same as usual
48-
* 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
49-
* Various efficiency improvements, including removal of
54+
* 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
55+
* Various efficiency improvements, including removal of:
5056
* redundant media loadings and ui updates
5157
* frequent list search during audio play
5258
* streamed media somewhat equivalent to downloaded media
53-
* enabled episode description on player detailed view
54-
* enabled intro- and end- skipping
55-
* mark as played when finished
56-
* streamed media is added to queue and is resumed after restart
59+
* enabled episode description on player detailed view
60+
* enabled intro- and end- skipping
61+
* mark as played when finished
62+
* streamed media is added to queue and is resumed after restart
5763

5864
### Podcast/Episode list
5965

@@ -70,7 +76,7 @@ Even so, the database remains backward compatible, and AntennaPod's db can be ea
7076

7177
### Podcast/Episode
7278

73-
* A new share notes menu option on various episode views
79+
* New share notes menu option on various episode views
7480
* Feed info view offers a link for direct search of feeds related to author
7581

7682
### Online feed
@@ -84,7 +90,7 @@ Even so, the database remains backward compatible, and AntennaPod's db can be ea
8490

8591
### Security
8692

87-
* usesCleartextTraffic (for non-secure content transmission) is now disabled in the project
93+
* Disabled `usesCleartextTraffic`, so that all content transmission is more private and secure
8894

8995
For more details of the changes, see the [Changelog](changelog.md)
9096

@@ -111,7 +117,7 @@ For more details of the changes, see the [Changelog](changelog.md)
111117

112118
## License
113119

114-
Podcini, same as its forked project AntennaPod, is licensed under the GNU General Public License (GPL-3.0).
120+
Podcini, same as the project it was forked for, is licensed under the GNU General Public License (GPL-3.0).
115121
You can find the license text in the LICENSE file.
116122

117123
## Copyright

0 commit comments

Comments
 (0)