Skip to content

Releases: XilinJia/Podcini

4.6.2

09 Apr 12:52
Compare
Choose a tag to compare
  • min SDK version bumped to 23 for Android Auto support: : devices with Android 5.1 or lower are not supported, sorry
  • it should now work on Android Auto

4.6.1

08 Apr 12:40
Compare
Choose a tag to compare
  • fixed bug on intro- and end- skipping
  • new notice on need of notifications for Android 13 and newer (in selected languages only, translated by Google)

4.6.0

05 Apr 12:11
Compare
Choose a tag to compare
  • added more info in online feed view
  • added ability to open podcast from webpage address, reduced the error of "The podcast host's server sent a website, not a podcast"
  • allows importing podcast from a web address, either through copy/paste or share.
  • Youtube channels are accepted from external share or paste of address in podcast search view, and can be subscribed as a normal podcast. A channel is handled as a podcast feed, and videos in the channel are as episodes. Drawbacks now are playing of the video is not handled inside Podcini, but in Youtube app or the browser, and the play speed is not controlled by Podcini.

4.5.4

04 Apr 17:41
Compare
Choose a tag to compare
  • fixed crash bug when setting fallback or fast-forward speeds with some Locales
  • further enlarged height of the bottom player control to improve on missing pixels at the bottom
  • on speed setting dialog, only tap on a preset chip sets the speed, only selected options will be set
  • corrected the handling of current audio speed:
    • when speed for current audio is not set, podcast speed takes precedence
    • when speed for current audio is set, it takes precedence for the current audio (episode), even with pause/re-play

4.5.3

03 Apr 19:57
Compare
Choose a tag to compare
  • corrected wrong caption of "Edit fallback speed"
  • adjusted layout and button dimension and alignments in the bottom player control
  • fallback speed setting is now capped at 0.0 and 3.0 and allows for 2-digit precision
  • corrected episode count display in subscriptions list when the feed has 0 episodes

4.5.3.test

03 Apr 21:43
Compare
Choose a tag to compare
4.5.3.test Pre-release
Pre-release
4.5.3 commit

4.5.2

03 Apr 08:42
Compare
Choose a tag to compare
  • revamped audio player class, merged external player in
  • speed setting now allows setting with three options: current audio, podcast, and global.
  • added a bit bottom margin for the numbers in player

4.5.1

02 Apr 08:45
Compare
Choose a tag to compare
  • fixed bug in subscription sorting

4.5.0

01 Apr 22:29
Compare
Choose a tag to compare
  • fixed bug of sort order not stable in feed item list
  • in Subscriptions view added sorting of "Unread publication date"
  • 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)
  • 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)
  • added new ways to manipulate play speed
  • the "Skip to next episode" button
    • long-press moves to the next episode
    • by default, single tap does nothing
    • if the user customize "Fast Forward Speed" to a value greater than 0.1, it behaves in the following way:
      • single tap during play, the set speed is used to play the current audio
      • single tap again, the original play speed resumes
      • single tap not during play has no effect
  • the Play button
    • by default, it behaves the same as usual
    • 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

4.4.3

29 Mar 14:27
Compare
Choose a tag to compare
  • created online feed view fragment
  • online episodes list view is no longer restricted to 50 episodes
  • online episodes list view now better handles icons
  • online episodes list view goes back to the online feed view
  • the original online feed view activity is only preserved for receiving shared feed
  • externally shared feed opens in the online feed view fragment