this post was submitted on 23 May 2025
1 points (100.0% liked)

F-Droid

9272 readers
1 users here now

F-Droid is an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform. The client makes it easy to browse, install, and keep track of updates on your device.

Website | GitLab | Mastodon

Matrix space | forum | IRC

founded 4 years ago
MODERATORS
 

I've been using Tusky for browsing mastodon for a while and really enjoyed its experience. But then they moved the boost button all the way down to the bottom of the screen and that's just too much traveling for my thumb. What used to be a seamless experience has been dragged out, and enlarged to take up a quarter of the screen.

I tried switching to Husky for a few days but its missing some key functions I like about Tusky, like being able to follow and block hashtags, and change "load more" behavior to open up instead of down. It seems to be more a Plemora thing anyway.

I don't have the skills to fork Tusky, so I'm wondering if there's a way to basically undo an update. How do I get back to an earlier version?

top 6 comments
sorted by: hot top controversial new old
[–] [email protected] 0 points 1 month ago
[–] [email protected] 0 points 1 month ago (1 children)

Why doesn't show f Droid older releases as well? I'm 100% sure f Droid have these versions stored somewhere.. Like versions that 1, 5 or even 8 years old.

They can just add a button "show all versions".

[–] [email protected] 1 points 1 week ago

There's a separate f-droid archive repo. By adding the repo older version of the apps can be accessed

[–] [email protected] 1 points 1 month ago

IMHO you need to use adb to force install older version. Something like :
adb install -r -d myapp.apk

Look it up! It should be possible to use termux on phone and connect wirelessly to your own phone to access adb. Or you have to use another device to connect to your phone.

Of course simpler solution is being able to backup settings and data, uninstall then install older version and restore data.

[–] [email protected] 0 points 1 month ago* (last edited 1 month ago) (1 children)

Usually I click on source and go to the git repo and download the apk. Also take care to not update the app automatically until a new release is out.

[–] [email protected] 1 points 1 month ago

Ah I see, I use obtainium so usually just copy source link from Fdroid into it without actually going to the repo page. I see now where the past releases are kept. Looks like I just gotta download Tusky 28.0 and ignore updates. Thanks for the help.