Skip to content

Releases: XilinJia/Podcini

6.3.2

02 Aug 23:18
Compare
Choose a tag to compare
  • fixed crash of opening FeedEpisode view when "Use episode cover" is set
  • fixed crash of opening EpisodeInfo view on episode with unknown media size
  • fixed crash when cancelling download in a auto-download enabled feed
  • fixed mis-behavior of "Untagged" filter in combination with other filters in Subscriptions view
  • added "export selected feeds" in multi-select menu in Subscriptions view

6.3.1

02 Aug 09:18
Compare
Choose a tag to compare
  • fixed crash when playing episode with missing media file
  • fixed Queue view not opening the current queue

6.3.0

01 Aug 22:59
Compare
Choose a tag to compare
  • improved handling of playing next in queue when some items have been removed from the queue
  • changed toggle play state logic: New or Unplayed -> Played, Played -> Unplayed
  • episodes list views are more efficient and less error-prone, reduced dependence on events and relying more on DB live updates
  • added episode counts in queues list spinner in Queue view
  • resorted handling of various DB objects to managed type
  • took out the long-useless context menu codes from episodes list views
  • fixed crash when toggling Podcini during downloads
  • calmed some complaints on StrictMode policy UntaggedSocketViolation
  • adjusted some Composable sizes

6.2.2

29 Jul 22:18
Compare
Choose a tag to compare
  • added EpisodeMedia null relationship handling
  • in sleep timer setting, added "to end of episode" option
  • frequency of sleep timer check is reduced to every 10 seconds (from 1 second)
  • in Queue bin view, items' order is changed to descending
  • in Queue bin view, disabled some menu items
  • refined "remove from queue" operation when an episode ended playing
  • eliminated the double starts when playing the next episode in queue
  • re-ensured circular queue

6.2.1

28 Jul 19:58
Compare
Choose a tag to compare
  • likely fixed crash issue in Queue view during download
  • fully disabled down-swipe in Queue, AllEpisodes, History, and Downloads views

6.2.0

28 Jul 12:22
Compare
Choose a tag to compare
  • first foot into Jetpack Compose, various views are in Compose
  • in Queue view, added menu option to change the name of the active queue, with a Compose dialog
    • Default queue can not be changed, only unique names are allowed
  • in Queue view, added menu option to add a new queue, maximum number of queues allowed is 10
  • in Downloads view, revealed the message toaster for Reconsile operation
  • added associated queue setting for feed, with three choices: Default, Active and Custom
    • the default queue for every feed is Default
  • episodes added to queue upon downloading are added to the respective queues associated with the feed
  • fixed crash issue when multi-select actions in Subscriptions
  • added associated queue setting in multi-select actions in Subscriptions
  • playing an episode from an episodes list other than the queue is now a one-off play: no "next episode" to play, unless the episode is on the active queue, in which case, the next episode in the queue will be played
  • corrected the wrong displays in DownloadLog view
  • likely fixed crash issue when Podcini comes back from background during download
  • likely fixed a crash issue when deleting the last playing media in queue
  • updated various dependencies, media3 is up at 1.4.0

6.1.6

25 Jul 12:10
Compare
Choose a tag to compare
  • enabled swipe actions in Queue bin view (same actions as in Queue)
  • both icons of show bin and back to queue are changed to be more intuitive
  • bin items are sorted based on the update time
  • added a reconsile feature in Downloads view that verifies episodes' download status with media files in system and performs cleanup
  • likely fixed syncing with nextcloud and gpoddernet servers.

6.1.5

24 Jul 15:07
Compare
Choose a tag to compare
  • minor adjustments on FeedInfo page, especially for handling long feed title
  • disabled feed updates via menu or down-swipe in Queue, AllEpisodes, History, and Downloads views
  • in multi-select menu, replaced add/remove favorite with "toggle favorites" and mark read/unread with "Toggle played"
  • added a bin for every queue for all removed episodes
  • added Bin view in Queue and action bar item to switch to/from Bin view.
  • in menu of Queue view added "Clean bin" and removed "Switch queue"
  • updated some dependencies

6.1.4

23 Jul 21:13
Compare
Choose a tag to compare
  • fixed issue of "mark excluded episodes played" checkbox not being reflected from the setting
  • in FeedSetting, fixed issue of auto-download options being enabled even if auto-download is not enabled
  • "Put in queue" changed to "Add to queue..." and added checkbox for removing from other queues
  • refined some handling on events
  • fixed issue of deleted episodes not being correctly handled in some lists
  • fixed issue of current media kept being played when removed or when removed from queue
  • in FeedEpisodes view, fixed (mostly) issue of not being promptly filtered when an episode state changes
  • when screen is turned back on during playback, PlayerUI is promptly updated

6.1.3

22 Jul 12:08
Compare
Choose a tag to compare
  • added feed setting in the header of FeedInfo view
  • in all episodes list views, click on an episode image brings up the FeedInfo view
  • added countingPlayed for auto download in feed setting, when set to false, downloaded episodes that have been played are not counted as downloaded to the limit of auto-download
  • fixed possible mal-function of feed sorting
  • improved feed sorting efficiency
  • improved feed update efficiency
  • in Subscriptions view added sorting info on every feed (List Layout only)
  • "Put to queue" text changed to "Put in queue"
  • in dialogs "Put in queue" and "Switch queue" the spinner is changed to list of radio buttons
  • likely fixed hang when switching queue sometimes