Sailors and friends,
There’s an app named Delta Chat, a messenger that uses end-to-end encrypted e-mail but looks like WA. It’s Open Source and the Android app works fine with Sailfish Appsupport.
Link to their homepage:
Link to Github:
Q: Is there a way to create a native SFOS app out of the sources from GitHub?
Many work for both Systems for example puremaps. Delta Chat is quite old and therefore pretty stable. Good messenger alternative. I guess that sailtrix is the only native sailfish messenger based on matrix, which is fully open source and decentralized. Another one would be nice. And email is something mostly everybody has.
More information from ubuntu touch app store, openstore app DeltaTouch here … OpenStore
I am in the process of porting a very very simple UT app to SFOS.
That one is using a plain c++ backend and qml.
The c++ part compiled and ran right away.
The qml part needed conversion of some UT-specific parts to either plain qml or Silica.
So for that app it is possible, but the qml conversion took almost as long as writing a new frontend from scratch in Silica. It did help that all the ‘logic’ was there already though.
So yes, for some UT apps porting is possible, but depending on the app, it may be considerable effort.
I have tried to build the rust library on OBS, but failed.
Rust in SFOS5 is too old for at least 3 of the dependent crates, and cargo is too old to read the latest version’s config (1.160.0, the previous version doesn’t have that problem).
If any of the local rust people have a newer compiler available, here’s what I have so far: