Day 1: Trending hashtags

Mastodon servers can report information about the hashtags that are trending, and #Tusky now shows this information for you. It's accessible from the left-hand navigation menu, and you can also add it as a dedicated tab.

I've attached a screenshot so you can see what it's like.

The work was done by @knossos in https://github.com/tuskyapp/Tusky/pull/3149

Add trending tags by DavidEdwards · Pull Request #3149 · tuskyapp/Tusky

Related to #2109. This adds the ability to add a trending tab to the bottom navigation bar. Includes a new custom view for graphing. This could perhaps be made nicer with an external library. Only ...

GitHub

Day 2: Editing image description and focus point

#Tusky v21 introduced support for editing the text of your posts.

Unfortunately, Mastodon introduced support for editing image descriptions and focus points too late in the release process for Tusky 21 for it to be included in Tusky (https://github.com/mastodon/mastodon/pull/20878).

Add support for editing media description and focus point of already-posted statuses by ClearlyClaire · Pull Request #20878 · mastodon/mastodon

This adds a media_attributes parameter to PUT /api/v1/statuses/:id. media_attributes is an array, items of which have the following attributes: id: the identifier of the media attachment to be mod...

GitHub

But here we are, a few months later, and #Tusky v22 supports this too. When you're editing one of your posts you can now tap any images you attached and edit the description and focus point.

@Tak did a lot of the initial work to support post editing in Tusky, and he's responsible for this new feature too, in https://github.com/tuskyapp/Tusky/pull/3215.

Add support for updating media description and focus point when editing statuses by Tak · Pull Request #3215 · tuskyapp/Tusky

Completes #3211 We could also add support for viewing them in the edit history view, but I think that will maybe not be super useful since that view is mainly for seeing the history of other people...

GitHub

Day 3: #Tusky v22 is smarter about the language defaults when you reply to a post.

The list of languages in the language menu is now sorted to prioritise:

- The language the post you're replying to was written in
- Your default posting language
- The languages you've configured in Tusky
- The languages you've configured in Android (Settings > System > Languages and Input)

@Tak did the work here, in https://github.com/tuskyapp/Tusky/pull/3293.

Improve language list prioritization by Tak · Pull Request #3293 · tuskyapp/Tusky

Ensures that all of (language of the post being replied to, default post language, configured app languages, configured system languages) are prioritized when constructing the language list for com...

GitHub

Day 4: Android Notifications

#Tusky v22.0 changes how Android notifications are displayed.

There's quite a lot to cover, and rather than spam the feed with 20+ posts I've put the write-up at https://write.as/nikclayton/tusky-v22-0-day-4-android-notifications

Tusky v22.0 day 4: Android Notifications

Tusky v22 changes how Android notifications are displayed. To understand why the behaviour is the way it is it helps to know a little bi...

nikclayton

@nikclayton nice article!

I noticed that the link to the mastodon server issue link is not working. You have a "(" too much at the end.

https://github.com/mastodon/mastodon/issues/25245

`/api/v1/notifications`, inconsistent handling of `min_id` · Issue #25245 · mastodon/mastodon

Steps to reproduce the problem API requests to https://mastodon.social/api/v1/notifications/ with a min_id value that is equal to or greater than the current newest notification ID do not always re...

GitHub