Skip to content

Tusky 25.0

Compare
Choose a tag to compare
@connyduck connyduck released this 03 May 10:38
· 9 commits to main since this release
e96ca01

Tusky 25.0 is almost the same as 25.0 beta 1, with the exception of a few bugfixes for bugs found during the beta phase.

Changes to 24.1:

New features and other improvements

  • Added support for the Mastodon translation api.
    You can now find a new option "translate" in the three-dot-menu on posts that are not in your display language when your server supports the translation api.
    Support is determined by checking the configuration.translation.enabled attribute of the /api/v2/instance endpoint.
    PR#4307
  • The language of a post is now shown in the metadata section of the detail post view, if it is available. PR#4127
  • The transitions between screens have been changed to feel faster and align more with default Android transitions. PR#4285
  • The post statistic section below the detail post view is now always shown to prevent layout shifts on the first like or boost.
    PR#4205 PR#4260
  • The filters for boosts/replies/self-boosts in the home timeline have moved from general preferences to account specific preferences. PR#4115
  • The json parsing library has been migrated from Gson to Moshi. This change will make Tusky no longer crash on unexpected server responses. PR#4309
  • Small layout improvements to the header of the profile view PR#4375 PR#4371
  • support for Android 14 Upside Down Cake PR#4224
  • Various internal refactorings to improve performance and maintainability.
    PR#4269 PR#4290 PR#4291 PR#4296 PR#4364 PR#4366 PR#4372 PR#4356 PR#4348 PR#4339 PR#4337 PR#4336 PR#4330 PR#4235 PR#4081

Significant bug fixes

  • The setting to hide the notification filter bar that was accidentally removed is back. PR#4225
  • The profile picture in the bottom navigation bar now has the correct content description. PR#4400