mastodon-ios icon indicating copy to clipboard operation
mastodon-ios copied to clipboard

Official iOS app for Mastodon

Results 403 mastodon-ios issues
Sort by recently updated
recently updated
newest added

Should fix #826, although it seems like the cell may not be removed from the view hierarchy once you start playing media in it. But now at least when the...

Hi, The latest Nuke provides image views as [NukeUI](https://kean-docs.github.io/nukeui/documentation/nukeui/). This PR adds NukeUI and replaces the image view using Nuke with one provided by NukeUI.

Hi, This PR replaces `sorted()` + `first` with `min()` to improve finding the minimum element.

#664 When a user taps on medium, he can either save it to Photos Album or share it. `PHAssetCreationRequest.addResource(with:data:options:)` does not work with video for a reason unknown. The only...

I profiled using Instruments and the largest cause of hitches appeared to be the synchronous call to `status.managedObjectContext?.safeFetch` to get the info for the user being replied to. I was...

- Music/podcasts are no longer temporarily paused when you tap to expand a GIF - GIFs will no longer play in threads/timelines if the “Reduce Motion” setting is enabled. -...

Resolves #731 The current the behavior of `MastodonUser.deleteStatusAndNotificationFeeds()` deletes only feeds associated with a user. I changed it so it deletes statuses entirely.

- now, focus is trapped within the `MediaPreviewViewController` when it is open, so folks don’t end up accidentally navigating screens underneath the preview - focus is automatically switched back to...

Since there have been more and more items added to the status menu recently, I’m proposing two changes to improve UX here. First, I've added a separator between the post-specific...