Skip to main content

Search

Items tagged with: Tusky


Day 10: Accessibility improvements

We made a number of changes in #Tusky 22.0 to improve accessibility

Some users reported that the design of the "Load more" break made it difficult to spot amongst other posts in a timeline.

@lakoja updated the design so that it is more visually distinctive in https://github.com/tuskyapp/Tusky/pull/3376.

The swipe-to-refresh gesture is not always accessible to assistive devices. I added an accessible "Refresh" menu entry as an alternative in https://github.com/tuskyapp/Tusky/pull/3121.


There are two bugs we know about that will be fixed in the 22.1 release, and are already fixed in #Tusky nightly.

1. The mechanism that's used to highlight changes does not work well if the changes run over more than one line. The change highlighting runs off the right margin.

2. Your server might know that a post has been edited, but it does not have a copy of the actual edits, so it doesn't return them. If this happens Tusky will crash. Sorry about that, https://github.com/mastodon/mastodon/issues/25398.


Day 9: Account headers

In #Tusky 21 you could view an account and tap the avatar picture to view it full screen.

But you couldn't do that with the account's header image. Now you can.

KWierso (https://github.com/KWierso) noticed this and suggested it should be fixed, and @Tak made the change in https://github.com/tuskyapp/Tusky/pull/3274.

It was also possible for an account's header image to obscure the buttons at the top of the page. I fixed that in https://github.com/tuskyapp/Tusky/pull/3272.


Day 8: See what's changed in edited posts

In #Tusky v22.0 you can now see what's changed when a post has been edited. Deleted text is shown with a red background and struck through, while new text is shown in bold with a green background.

This is a great example of the collaborative nature of open source. I did the initial work in https://github.com/tuskyapp/Tusky/pull/3314, using DiffX, a third-party library that computes text differences (https://github.com/pageseeder/diffx).


Ale tak toto je pěkné. Trending hashtags v #Tusky. Proč jsem si toho nevšiml dřív?


Day 7: Additional filtering controls

Mastodon 4.x introduced new filter options.

New filters have names, so you can give a filter a name that does not include the text you are filtering.

Filters can also be configured to hide content or show a warning.

And a single filter can be used to filter out multiple different words, instead of needing one filter per word.

The new filter support in #Tusky supports all these options, thanks to @Tak in https://github.com/tuskyapp/Tusky/pull/3188


Day 6: Show media controls for audio files

This was a regression in #Tusky v21 -- if you were playing audio file attachments the controls (play, pause, etc) would disappear, and tapping on the screen would not bring them back.

That's obviously not great.

@vv noticed this and provided a very clear bug report. @EricFrohnhoefer did the work to fix this in https://github.com/tuskyapp/Tusky/pull/3286.


I recently learned that it is super easy to run your own #UnifiedPush server if you already have a #NextCloud:
- Install the UnifiedPush Provider app in the NextCloud
- Install NextPush for Android https://f-droid.org/en/packages/org.unifiedpush.distributor.nextpush/

Took me like 5 min and now my #Tusky push notifications go through my own server, how cool is that


Day 5: The Notifications Tab

The #Tusky notifications tab has got some new behaviour in v22.0.

Like yesterday there's quite a lot to cover here, so I've written about it over at https://write.as/nikclayton/tusky-v22-0-day-5-the-notifications-tab

Shorter updates to resume tomorrow...


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


My greatest thanks to the #Tusky developers who added these awesome usability improvements

LOAD MORE used to have a white background which was the same as toots. Which made it very easy to scroll past without noticing, resulting in timeline disorientation. The change to a grey background means I haven't missed a single one today. It's also subtle enough that it's not annoying 👍

Newly discovered bonus! Alt-text editing is now truly awesome in my opinion! 👍👍

#Tusky Rocks!


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.


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.


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).


I love Tusky and the improvements are great, please please please please could we have more than 5 tabs, having to choose between the basic lists and all the truly excellent things you can now do with tabs is just so painful
#tusky #tuskytabs #tabs


#Tusky v22 has been released!

Changes in this release include:

✅ View trending hashtags from the side menu, or as a tab
✅ Edit image descriptions and focus points after posting
✅ Better ordering of languages when writing a post
✅ Mastodon v4 filters
✅ Show the differences between different versions of edited posts (try it with this one!)
✅ Accessibility improvements

Available in Google Play and F-Droid, the full release notes and other assets are at https://github.com/tuskyapp/Tusky/releases/tag/v22.0


#Tusky v22 beta 4 is released. Only one change, but if you've been using beta 3 with multiple accounts and have been inundated with repeat notifications that's been fixed.

One caveat; if you share access to an account with multiple people and you've all been using beta 3 you'll keep getting repeat notifications until everyone's upgraded past beta 3.


#Tusky 22.0 beta 3 is out.

- Fixed crash when viewing a thread
- Fixed crash processing Mastodon filters
- Links in bios of follow/follow request notifications are clickable
- Android notification for a Mastodon notification should only be shown once
- Android notifications are grouped by Mastodon notification type (follow, mention, boost, etc)
- Potential for missing notifications has been removed

Full details at https://github.com/tuskyapp/Tusky/releases/tag/v22.0-beta.3


The first beta of #Tusky v22 is out, including:

- View trending hashtags
- Edit image descriptions and focus point
- "Refresh" menu for accessibility
- Support Mastodon v4 filters
- Show detailed differences when a post is edited
- Option to show post statistics in the timeline

Fixes including:

- Show player controls during audio playback
- Correct post length calculation
- Always publish image captions

Full details at https://github.com/tuskyapp/Tusky/blob/develop/CHANGELOG.md#v220-beta-1


Been using @Tusky on my android for AGES, only just found out they have a FAQ page, and they RickRoll some instances at sign up 🤣

#link #tusky #FAQ
https://github.com/tuskyapp/faq/blob/main/README.md


Now that #Tusky 21 is released I'll be doing a post a day on each new feature or user-visible bug fix you might see.

I'll be trying to do these in the rough order the change landed.

I'm not covering everything. Notably, I'm skipping over the amazing translation work that's done by volunteers at https://weblate.tusky.app/. And anything that either fixes a crash, or refactors code.


The upcoming @Tusky version now has full support for all Mastodon 4 features, with addition of other truly great features.
#Tusky is without a doubt one of the best Masto/Fedi clients out there, the best for Android period if you like me.
Glad to be a supporter, glad to be a beta tester, and glad that Fedi has such a wonderful developer-user community.


Die #botsindicator van #tusky...
Is dat misschien een indicator die aangeeft of een account een botje is?

Geen idee wat er anders mee bedoeld wordt. 😇
#dtv #Mastodon


@Arkadiusz Świętnicki 🇨🇳 @Jess #tusky on #android can save single private note about an account profile too. I guess it's a server side #mastodon thing.


Our FAQs have been updated thanks to @nikclayton! They are the best place to start if you have any questions about #Tusky, take a look: https://github.com/tuskyapp/faq#readme


I've just contributed to @Tusky, an excellent fediverse client for Android. Consider supporting them too — every little helps! https://opencollective.com/tusky
#FOSS #Tusky


All good. I'm just curious... ;-)

Thank you for providing #Tusky!


Post editing will come with #Tusky 21! We are already working on it, thank you for your patience!


#Tusky 20 is out! 💙
It is already available via Google Play, F-Droid should follow soon!
Here is the full changelog: https://github.com/tuskyapp/Tusky/releases/tag/v20.0
Enjoy ^_^


Content warning: #Tusky user? Get questions answered here, by the developers.


#Tusky für #Android hat ein neues #Symbol in der App erhalten, bei einem vergangenen Update. 😀

Eine hübsche kleine Zeichnung eines #Mastodon ziert nun die #App, anstelle jenes vorheriges abstrakten Zeichen. 🤩

Sehr schön gelungen, mag ich.
Anbei noch eine #Collage mit Vorher & Nachher, sofern Wer nicht weiß was gemeint ist. 😏


#Tusky je výborný klient pro sociální sítě Mastodon a Pixelfed

👉 https://infoek.cz/tusky-mobilni-aplikace-2022/

#mobileapp #mobile #phone #android #androidphone