Releases: XilinJia/Podcini
Releases · XilinJia/Podcini
6.0.7-RC
6.0.7
- feeds sorting is bi-directional and in the same style as episodes sorting
- feed order names changed in English (other languages need update)
- date of new episode is highlighted in episodes list views
- fixed issue of tags not being properly handled
6.0.6-RC
6.0.6
- minor class re-structuring
- adjusted FeedPreferences to incorporated some previously ignored properties
- enabled selection of .json files when importing progress
- in wifi sync and episode progress export/import, changed start position and added played duration for episodes (available from 5.5.3), this helps for the statistics view at the importer to correctly show imported progress without having to do "include marked played"
6.0.5
- fixed threading issue of downloading multiple episodes
- tidied up and fixed the mal-functioning statistics view
- tidied up routine of delete media
- fixed issue of episode not properly marked after complete listening
- fixed redundant double-pass processing in episodes filter
- in episodes sort dialog, "Date" is changed to "Publish date"
- in preference "Delete Removes From Queue" is set to true by default
- added in preference "Remove from queue when marked as played" and set it to true by default
- added episode counts in Episodes and History views
- enhanced a bit on progress import
- restricted file types for DB import to only a .realm file and Progress import to a .json file
- enhanced play position updates in all episodes list views
- remove feeds is performed in blocking way
5.5.3
- this is an extra minor release for better migration to Podcini 6
- in wifi sync and episode progress export/import, changed start position and added played duration for episodes
- this helps for the statistics view at the importer to correctly show imported progress without having to do "include marked played"
- this release is not updated to F-Droid due to Podcini 6 release in progress
6.0.4
- bug fix on ShareDialog having no argument
- tuned and fixed menu issues in EpisodeIndo and PlayerDetailed views
- corrected current order in FeedEpisode sort dialog
- fixed sorting in Subscriptions view
- fixed tags spinner update issue in Subscriptions view
- made various episodes list views to reflect change on status changes of episodes
- fixed DB write error when deleting a feed
- fixed illegal index error in AllEpisodes and History views when the list is empty
- synchronized feeds list update when adding or deleting multiple feeds
- added "Remove from favorites" in speed-dial menu
6.0.3
- minor class restructuring
- PlayerDetailed view updates properly when new episode starts playing
- on PlayerDetailed and EpisodeHome views the home button on action bar has a toggle
- progressive loading in some episodes list views are more efficient
- live monitoring feed changes in DB
- re-worked some events related to feed changes
- fixed issue of player skipping to next or fast-forwarding past the end
- fixed issue of not properly handling widgets (existing since some release of version 5)
- grid view is enabled for Subscriptions and can be switched on in Settings->User interface
- on importing preferences, PlayerWidgetPrefs is ignored
- position updates to widget is also set for every 5 seconds
- further class restructuring and code cleaning
6.0.2
- filtered query for episodes is more efficient
- fixed performance and crash issues in AllEpisodes view with large dataset
- fixed performance issue in Downloads view
- in FeedEpisodes view, refresh only performs on the single feed (rather than all feeds)
- VariableSpeed dialog is no longer depends on the controller
6.0.1
- removing a list of feeds is speedier
- fixed issue of not starting the next in queue
- queue is circular: if the final item in queue finished, the first item in queue (if exists) will get played
- fixed crash issue in AudioPlayer due to view uninitialized
- improved efficiency of getFeed
- Tapping the media playback notification opens Podcini
- Long-press filter button in FeedEpisode view enables/disables filters without changing filter settings