pocket-casts-ios
pocket-casts-ios copied to clipboard
Pocket Casts iOS app 🎧
### Description When tapping on a long, truncated podcast description an animation starts that expands it, but it doesn't feel natural. Also the Episodes and Bookmarks buttons end up with...
[Based on this Reddit thread](https://www.reddit.com/r/pocketcasts/comments/1do33hu/ios_is_the_timer_feature_bugged_atm_i_keep/): > I've noticed this for a few weeks now, after a night of using the timer, the next morning when i'm listening the podcast will...
### Description Whenever a new auto-download episode is added to the up next queue it gets emptied. ### Step-by-step reproduction instructions 1. Have some episodes on up next queue 2....
### Description Currently we use a different build configuration for staging and production. This makes it difficult for non-developers to test the staging configuration. ### Step-by-step reproduction instructions 1. Open...
### Description All downloads are currently queued on background URLSessions which [provide nothing](https://developer.apple.com/forums/thread/657617) in terms of order or prioritization. Ideally, we would prioritize some episodes over others (most recent, top...
Fixes # Exploring the usage of [Gravatar SDK](https://github.com/Automattic/Gravatar-SDK-iOS) for displaying the user's Gravatar profile. Feature Flag: `displayGravatarProfile` (local) Logged in with an email that has a Gravatar account: ----- Logged...
We have several places in the app where do the following code: `receive(on: RunLoop.main)` when using Combine Publishers. @bjtitus raised the question if we really need to use those: >...
### Description Not sure if this is the shadow for the tab bar or the gradient behind the mini player, but in the dark themes (Default Dark, Extra Dark, Electricity...)...
### Discussed in https://github.com/Automattic/pocket-casts-ios/discussions/1827 Originally posted by **rviljoen** June 12, 2024 In iOS 18, apps can now add support for Double Tap. For Pocket Casts, I think the following two...
This is a summary of an audit trying to build the project using Xcode 16.0 Beta 1 **and Swift 6** enabled. Given Swift 6 has `Complete` `Strict Concurrency Checking` the...