Skip to content

Releases: XilinJia/Podcini

6.15.0

29 Nov 12:41
Compare
Choose a tag to compare
  • added a combo Epiosdes fragment with easy access to various filters
    • merged AllEpisodes, History and Download into Episodes
    • other easy accesses include: New, Planned (for Soon and Later), Repeats (for Again and Forever), Liked (for Good and Super)
    • New episodes can be cleared via the manu
  • drawer items customization is disabled in Settings
  • drawer includes 5 most recent feeds
  • rearranged routines in ImportExportPreferences
  • importing OPML file is done within the activity, no longer starts OpmlImportActivity
  • removed OpmlImportActivity
  • getting shared youtube media has a new interface to select feed
  • cleaned up SwipeActions, removed the need for filter
  • more Compose migrations
  • media3 update to 1.5.0

6.14.8

27 Nov 13:44
Compare
Choose a tag to compare
  • fixed issues in tags setting
  • fixed initial sort order not taking correctly in FeedEpisodes
  • fixed Compose switches not settable in Preferences
  • skip dialog is in Compose and features number input rather than multiple choice
  • made the numbers under rewind and forward buttons in PlayerUI react to changes
  • all preferences are in Compose except some dialogs
  • some class restructuring

6.14.7

25 Nov 13:02
Compare
Choose a tag to compare
  • corrected some deeplinks in manifest file on OPMLActivity
  • added commentTime in Episode and Feed to record the time of comment/opinion added
  • when adding/editing a comment/opinion, a time stamp is automatically added in the text field
  • when removing a feed or an episode, a time stamp is automatically added in the text field
  • a new sorting item on episodes based on commentTime
  • in episodes list, if an episode belongs to a synthetic feed, tapping on the image will bring up EpisodeInfo instead of FeedInfo
  • some class restructuring
  • more preferences fragments are in Compose

Podcini is being launched on Google Play and needs closed testing, please kindly support it through here: #120

6.14.6

23 Nov 12:54
Compare
Choose a tag to compare
  • fixed issue of unable to input in rename feed
  • fixed issue of marking played after playing even when the episode has been marked as Again or Forever
  • fixed duration not shown in narrow episode lists
  • some preferences fragments are in Compose
  • temp message on NavDrawer for closed testing

Podcini is being launched on Google Play and needs closed testing, please kindly support it through here: #120

6.14.5

22 Nov 10:20
Compare
Choose a tag to compare
  • minor adjustments in episode lists layout
  • improved Tags setting a bit
  • adjusted colors on the multi-selection menus

Podcini is being launched on Google Play and needs closed testing, please kindly support it through here: #120

6.14.4

21 Nov 19:07
Compare
Choose a tag to compare
  • a new speedometer on the player UI
  • adjusted padding in advanced options in OnlineSearch view
  • in episode lists, added view count (newly introduced, available in newly subscribed Youtube contents)
  • amended episode lists layout
    • playState marking on the image is removed
    • title is at the top and takes full length to the right of the image
    • the action button (play/pause etc) is at the lower right corner and may overlay on other text if any
  • colored some actionable icons
  • created a new layout for FeedEpsiodes with a larger image, more suitable for video contents
  • in feed settings created useWideLayout for choosing the desired layout
  • reworked speed setting dialogs in Compose and removed unused old codes

6.14.3

19 Nov 22:41
Compare
Choose a tag to compare
  • fixed crash when constructing TTS
  • enhanced some TTS handlings including getting the duration after TTS audio is constructed
  • issue: some shared playlists from YT Music are circular
    • getting mostly duplicates of over 2000 episodes when subscribed
    • checking on unique url seems to miss some episodes
  • Tags setting and AutoDownload filer dialogs are in Compose

6.14.2

18 Nov 21:14
Compare
Choose a tag to compare
  • in feed settings, added audio type setting (Speech, Music, Movie) for improved audio processing from media3
  • improved the behavior of the cast player in the Play app
    • casting youtube audio appears working fine

6.14.1

17 Nov 23:00
Compare
Choose a tag to compare
  • changed the term "virtual queue" to "natural queue" in the literature to refer to the list of episodes in a given feed
  • ignore updating episodes with duration of less than 1 second
  • start using Podcini's own cast provider in the play app
    • audio-only youtube media can now be cast to speaker (experimental for now)
    • cast of any video is disabled for now
  • OnlineSearch fragment is in Compose
  • minor Compose amendments in fragments of Search, About
  • updates in documents of required licenses

6.14.0

16 Nov 22:29
Compare
Choose a tag to compare
  • fixed crash when adding podcast (introduced since 6.13.11)
  • naming changes in PlayState: InQueue -> Queue, InProgress -> Progress
  • PlayState Queue is user settable, once set, the episode is put to associated queue of the feed
  • in getting next to play in a virtual queue, PlayStates Again and Forever are included
  • fixed the not-updating queue and tag spinners in Subscriptions
  • various dates display are in flex format
  • in Statistics, data for today are shown in the HH:mm format
  • added view count for Youtube and YT Music media
  • reworked episodes sort routines in Compose
  • re-colored border color for Compose dialogs
  • changed sort items' direction icon
  • QuickDiscovery fragment is in Compose