Skip to content

Releases: XilinJia/Podcini

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

6.13.11

15 Nov 14:12
Compare
Choose a tag to compare
  • created private shared preferences for Subscriptions view and moved related properties there from the apps prefs
  • persisted settings of tag spinner and queue spinner in Subscriptions view
  • fixed again the incorrect initial text on Spinner in Queues view
  • save played duration and time spent when playback of an episode is completed
  • some code cleaning and restructuring
  • gradle update

6.13.10

12 Nov 19:58
Compare
Choose a tag to compare
  • fixed Spinner in Subscriptions: All tags vs Untagged irregularity
  • fixed video mode setting not available in first created synthetic feed
  • created a new dialog to rename or create synthetic feed
  • in Subscriptions menu, "New synthetic Youtube" is merged into "New synthetic feed"
  • removed "Switch queue" option from all menus (not necessary)
  • fixed Spinner in Queues: default text not updating
  • fixed menu in Statistics
  • corrected duration and timeSpent numbers for today in Statistics
  • added a Statistics section in README.md
  • added "Never ask again" in dialog for unrestricted background permission
  • various prefs accesses are made lazy
  • build apk dropped to target Android 14 due to some reported issued with Android 15.