The latest beta of Relatica mobile/desktop client for Friendica is now released: Version 0.1.0b3. Builds are ready for download or are in TestFlight for all platforms: iOS, Android, Linux, Mac, and Windows. New features include an image carousel for easily swiping between images, full paging in galleries to make load times easier on big galleries, being able to copy text out of posts, comments, post links, etc., and a new way of doing status and refreshing in timelines, galleries, and notifications. Bug fixes include fixing the systemic issue where Flutter apps on Android pre-8.0 devices not seeing LetsEncrypt certs as valid, some improvement on app icons (but looks uglier on later Android OSs), and some ease of use tweaks throughout. More details, install instructions, etc at below link. #relatica #friendica #fediverse : gitlab.com/mysocialportal/rela…
in reply to MiKlo:~/citizen4.eu$💙💛

I want to add that eventually but rebuilding that through the Mastodon API is very complicated/expensive since I get an amalgam of comments and posts with no real association. For every comment that didn't return the original post I have to do a second query to pull that. It essentially increases the number of calls to the server for every update by a factor of 10-50x. It's an artifact of Mastadon not really doing a threading view. We should be able to augment the Mastodon API to achieve that eventually at which point we could support that. I should probably add that as a bullet for something I want to implement in the nearer term.