-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
54 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# 6.5.0.1 | ||
|
||
* fixed release app being improperly stripped of classes by R8 | ||
|
||
# 6.5.0 | ||
|
||
* media3 upped to 1.4.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Version 6.4.0 brings several changes: | ||
Version 6.3.7 brings several changes: | ||
|
||
* PlaybackService is now a MediaLibraryService and also takes over many functionalities from PlaybackController | ||
* PlaybackController is renamed to ServiceStatusHandler and is stripped to bare bones | ||
* enabled Android Auto UI, currently playing episode and episodes in the active queue are shown in the Auto UI | ||
* added code to handle case where keycode=-1 and keyEvent!=null, attempting to resolve the occassional issue of random start playing | ||
* inlined some DB writes of Episodes in some routines | ||
* enhanced DB writes in download routine, fixed a write error | ||
* added a couple more Log.d statements in hope for tracking down the mysterious random playing | ||
* Kotlin upped to 2.0.10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Version 6.3.7 brings several changes: | ||
Version 6.4.0 brings several changes: | ||
|
||
* inlined some DB writes of Episodes in some routines | ||
* enhanced DB writes in download routine, fixed a write error | ||
* added a couple more Log.d statements in hope for tracking down the mysterious random playing | ||
* Kotlin upped to 2.0.10 | ||
* PlaybackService is now a MediaLibraryService and also takes over many functionalities from PlaybackController | ||
* PlaybackController is renamed to ServiceStatusHandler and is stripped to bare bones | ||
* enabled Android Auto UI, currently playing episode and episodes in the active queue are shown in the Auto UI | ||
* added code to handle case where keycode=-1 and keyEvent!=null, attempting to resolve the occassional issue of random start playing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Version 6.5.0 brings several changes: | ||
|
||
* media3 upped to 1.4.1 | ||
* removed dependency of androidx.media | ||
* minSDK bumped to 24 (Marshmallow no longer supported, sorry) | ||
* in OnlineSearch view, info about subscriber counts (when available) are added to podcasts | ||
* likely fixed video fragment crash due to: java.lang.IllegalStateException: Fragment VideoEpisodeFragment | ||
* improved behavior of toggling video view modes | ||
* added setting in feed preferences to play audio only for video feeds | ||
* added feature to truely handling of Youtube channels | ||
* Youtube channels can be searched in OnlineSearch view and browsed, played or subscribed in OnlineFeed view | ||
* Youtube media are played within Podcini, in video pr audio modes | ||
* in feed setting of Youtube channels, "Prefer streaming" and "Auto download" options are disabled | ||
* limitations: | ||
* Youtube channels search currently only showing up to 20 results | ||
* A YouTube channel is only fetching up to 30 media | ||
* Youtube media can only be streamed (not downloadable for now) | ||
* video quality is set to lowest, audio quality is set to highest on wifi and lowest on mobile (not customizable now) | ||
* Youtube feed is not auto-downloadable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Version 6.5.1 brings several changes: | ||
|
||
* fixed release app being improperly stripped of classes by R8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
A feature-rich open-source podcast manager and player | ||
A feature-rich open-source podcast instrument capable of handling Youtube channels |