You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-17Lines changed: 23 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -22,19 +22,27 @@ Or download the latest APK from the [Releases Section](https://github.com/XilinJ
22
22
23
23
## Version 4
24
24
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.
26
34
27
35
Even so, the database remains backward compatible, and AntennaPod's db can be easily imported.
28
36
29
-
## Notable new features/enhancements
37
+
## Notable new features & enhancements
30
38
31
39
### Player
32
40
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
35
43
* 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
38
46
* The "Skip to next episode" button on the player
39
47
* long-press moves to the next episode
40
48
* by default, single tap does nothing
@@ -43,17 +51,15 @@ Even so, the database remains backward compatible, and AntennaPod's db can be ea
43
51
* single tap again, the original play speed resumes
44
52
* single tap not during play has no effect
45
53
* 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:
50
56
* redundant media loadings and ui updates
51
57
* frequent list search during audio play
52
58
* 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
57
63
58
64
### Podcast/Episode list
59
65
@@ -70,7 +76,7 @@ Even so, the database remains backward compatible, and AntennaPod's db can be ea
70
76
71
77
### Podcast/Episode
72
78
73
-
*A new share notes menu option on various episode views
79
+
*New share notes menu option on various episode views
74
80
* Feed info view offers a link for direct search of feeds related to author
75
81
76
82
### Online feed
@@ -84,7 +90,7 @@ Even so, the database remains backward compatible, and AntennaPod's db can be ea
84
90
85
91
### Security
86
92
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
88
94
89
95
For more details of the changes, see the [Changelog](changelog.md)
90
96
@@ -111,7 +117,7 @@ For more details of the changes, see the [Changelog](changelog.md)
111
117
112
118
## License
113
119
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).
115
121
You can find the license text in the LICENSE file.
0 commit comments