Doughnut
Doughnut copied to clipboard
Podcast client (podcatcher) for Mac
## Steps to Reproduce: 1. I hit cmd+r to refresh the feeds and in a moment Doughnut crashed **Crash Report:** https://gist.github.com/woj-tek/92a6aaefe72add54ac75a79603106a23 Crash Report ``` Incident Identifier: 54DCF2D4-5FC1-407D-942B-89BD74A235E9 Hardware Model: MacBookPro18,1...
This PR contains the following key changes: 1. Migrate from CocoaPods to Swift Package Manager, with the same third-party packages and versions. 2. The project is made ready for Xcode...
This PR removes the redundant `get` keyword for readonly computed properties and enforce the `implicit_getter` rule for SwiftLint.
Closes #113. This PR enables the wrapping behavior for the title & subtitle field of the detail view. This allows long episode or podcast titles to be visible without truncation,...
Currently Doughnut has no caching behavior for online assets. A carefully implemented caching could improve the following aspects: 1. smoother seeking on a poor network environment; 2. allow playback to...
Currently Doughnut keeps a single line for the episode title in the detail column, which may result in long titles being truncated with ellipses. It would be better to allow...
## Steps to Reproduce: 1. ... Subscribe to many podcasts 2. ... let them get stale for weeks 3. ... Download them all at once **Crash Report:** Crash Report ```...
Any chance of some documentation for what the File -> "New Podcast..." menu item is supposed to do, as opposed to "Subscribe to podcast..." What is the function of the...
## Steps to Reproduce: 1. Select a downloaded episode in Doughnut. 2. Right click on episode, select "Move To Trash" from the contextual menu. **Expected results:** The file in Finder...