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

Hi, This PR simplifies image rendering using `UIGraphicsImageRenderer`.

-> Added two placeholder texts- 1. Express what's on your mind 2. Tell us what you think -> Changed the compose view to randomly pick one of the three placeholder...

This definitely needs a design pass on multiple levels but here’s what it looks like right now:

May fix #782. Using the information linked by @kenji21 (Thank you so much for the pointer), I noticed that the `OutputStream` of `SerialStream` has its delegate set, but the delegate...

This workflow runs on the automatically generated (?) PRs from Crowdin like #804, runs `./update_localization.sh`, and pushes the result. This avoids a situation where the generated files are out of...

Follow-up to https://github.com/mastodon/mastodon/pull/20923 in core mastodon repo NOTE: I wasn't sure which files to change vs. which are auto-generated via localization script. I will update PR once someone advises. Also,...

“reply” didn’t make much sense to me as a top level action so I’m proposing this. I’m not sure that this is the best approach, especially since the app currently...

- Only grab one value from each item provider, so that e.g. the file: URLs of images aren’t included as starter post content (fixes #830) - fix crashes in dev...

Fixes #730. I went with ~20~ 15 lines since it felt long enough to accommodate most content but not allow things to get too much longer than one screen. When...