IceCubesApp icon indicating copy to clipboard operation
IceCubesApp copied to clipboard

A SwiftUI Mastodon client

Results 597 IceCubesApp issues
Sort by recently updated
recently updated
newest added

Ok, bear with me on this. I've been developing my own maston api compatible server, and I was having issues with login with icecubes. I eventually found the issue, and...

bug

## Environment: - OS: 17.4.1 (iPhone 15 Pro) - IceCubesApp version: 1.10.36 ## Description When I start writing a new toot and then want to exit without saving a draft...

bug

I would like to have an option that allows me to mention a user in a reply when responding to a post he or she shared/boosted. One should have the...

enhancement

## Description According to https://docs.joinmastodon.org/entities/WebPushSubscription/#id the PushSubscription ID is cast from an int, but should be a string. I'm implementing a server, and sending back an integer as a string...

bug

## Environment: - OS: iOS 18 beta 4 - IceCubesApp version: 1.10.45 ## Description ![image](https://github.com/user-attachments/assets/558cea66-bb97-4ac9-842d-599af82c44fa) The author name doesn't wrap properly. ## Related Issues - [x] Search that this bugs...

bug

## Environment: - OS: 17 - IceCubesApp version: 1.10.45 ## Description Calling up tag groups and then selecting any group causes the app to crash. The app then remains unusable....

bug

Using MainActor properties in an unstructured task would cause build errors in Swift 6, so `URLSessionWebSocketTask.receive(completionHandler:)` was replaced with ` URLSessionWebSocketTask.receive() async throws`.