@transscribe7891 Archived versions are kept, yes, see https://f-droid.org/2024/05/02/twif.html#f-droid-core
F-Droid
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.
Matrix space | forum | IRC
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".
There's a separate f-droid archive repo. By adding the repo older version of the apps can be accessed
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.
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.
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.