Nik Clayton

Results 170 comments of Nik Clayton

Doesn't happen on today's `develop` branch (with my mastodon.social account).

A full reproduction recipe is: 1. Bookmark https://chaos.social/@netzpolitik_feed/109365395616419194 (so it's easy to get back to if you're testing fixes) 2. Open the status 3. Long-pressed the link at the bottom...

I thought adding SPAN_EXCLUSIVE_EXCLUSIVE might fix this, per https://developer.android.com/reference/kotlin/android/text/Spanned#SPAN_EXCLUSIVE_EXCLUSIVE:kotlin.Int > Spans of type SPAN_EXCLUSIVE_EXCLUSIVE do not expand to include text inserted at either their starting or ending point. They can...

Changing the unicode space from `\u200B` (zero width space) to `\u200C` (zero-width non-joiner) doesn't work.

This is a difference between how the span of the link is treated by Android and how the span of the text selection is treated. The easiest way to see...

The official Mastodon Android app doesn't have the link hitbox problem, and links copied from there are correct, so it would be worth looking at what that code does.

Just looked at this a bit more. The fix in the official Mastodon app is to: 1. Subclass TextView as LinkedTextView 2. Introduce an empty class, DeleteWhenCopiedSpan 3. When text...

Some feedback on https://github.com/mastodon/mastodon/issues/14762#issuecomment-1196889788. I hope it's useful. --- There's a missing step. Step 2.5: The client submits the reply to their home server. --- What happens if the server...

Hi - now this is merged is 0.15.0 the first release it will appear in? Or if you released a hypothetical 0.14.1 patch release would it appear there? (Broadly, do...

Thanks @tsmethurst , https://github.com/pachli/pachli-android/pull/523 adds the support in Pachli. And thanks @VyrCossont for the implementation work (and keeping the Swagger definitions up to date, that's incredibly useful).