fritter icon indicating copy to clipboard operation
fritter copied to clipboard

[REQ] Desktop version of Fritter

Open wattelengineering opened this issue 2 years ago • 6 comments

Describe the problem that needs solving This project appears to be heading in a good direction but it's mobile only. I get that it may be out of scope, but a desktop version of this app would be great.

Describe the solution you'd like The ideal solution would be:

  1. A desktop client in addition to the mobile app.
  2. Synchronisation of follows/groups/etc between them. This part is a luxury but could be implemented relatively easily with an existing backup/sync solution (e.g. syncThing) moving the config files between devices. Config files would have to be in the exact same format for both mobile and desktop.

I don't care that much about the sync, I can easily live with a desktop version of Fritter with me having to manually adjust settings.

wattelengineering avatar Oct 13 '21 01:10 wattelengineering

+1

cd2357 avatar Oct 29 '21 10:10 cd2357

Fritter is amazing. I was shocked to find there is no similar desktop app. How hard is it to port it to desktop, let's say for Linux?

aleksfadini avatar Dec 14 '21 14:12 aleksfadini

Fritter is amazing. I was shocked to find there is no similar desktop app. How hard is it to port it to desktop, let's say for Linux?

Particularly for linux support, it might be worth supporting projects like https://waydro.id/ (containered android linux with wayland support), fritter technically works under it:

Screenshot from 2022-02-03 14-05-38

seltzered avatar Feb 03 '22 19:02 seltzered

Thank you for pointing out this option, I didn't know it existed.

aleksfadini avatar Feb 03 '22 19:02 aleksfadini

No problem. Updated the screenshot as it even supports (desktop entries) for individual apps and launches them as standalone app windows. Polish/support needed at the waydroid level but the groundwork is there.

seltzered avatar Feb 03 '22 20:02 seltzered

Fritter is amazing. I was shocked to find there is no similar desktop app. How hard is it to port it to desktop, let's say for Linux?

Currently the db constrcutor uses sqflite with no linux and windows support. After looking into database it seems it needs some rewites with sqflite_common_ffi library to work on linux and windows.

debpalash avatar Apr 27 '22 10:04 debpalash