This is a Signal compatible client for Sailfish OS, written in Go and QML. It builds upon the great Go textsecure package and modified versions of a minimalistic gui. Some Ideas and concepts are taken from WhisperFish which is also a Signal client for Sailfish OS.
This is a project in early stage. It works for me as a daily messenger. But don't expect it to be 'feature complete'!
There are still bugs and UI/UX quirks.
You can find this project on github:
0.2.0
- Notifications with acoustic and haptic feedback
- Send pictures
--------------------------------------
0.1.0
First release for Sailfish OS.
Comments
DameCENO
Thu, 2020/03/05 - 16:48
Permalink
Hi and good day. Trying to install this app and there is no installation file, so how do I proceed?
Markkyboy
Thu, 2020/03/05 - 17:01
Permalink
You don't, errr, you can't, there is no file to download, end of thoughts/conversation ;)
Or, you can click the link for github and compile the files yourself into an RPM, but first, you should read the comments below from the author, he is stating that people are getting blocked by using this app, so don't bother, move along ;)
DameCENO
Fri, 2020/03/06 - 19:09
Permalink
Thanks Markkyboy the info is quite definitive, any native alternative? Really need one ASAP
Markkyboy
Sat, 2020/03/07 - 14:59
Permalink
Sorry, not that I am aware of, especially as I do not use such applications, perhaps someone else in the community might have an idea.
DameCENO
Mon, 2020/03/09 - 16:21
Permalink
Thans for clearing this up for me, I appreciate it.Have gotten the android version and it worrks on Jolla Phone, might have to settle for that one for now although I am not comfortable using android messenger...
broncheoli
Tue, 2021/02/02 - 19:08
Permalink
Hi @DameCENO,
Whisperfish is arround here. It´s still alpha but it´s getting more and more useable.
pvcn
Fri, 2018/05/04 - 20:19
Permalink
Is this App stil under active development? I search for a native Sailfish app for signal and am a bit confused: was this app blocked because of it's former name or is it still blocked and discontinued?
schorsch
Sun, 2018/05/06 - 21:14
Permalink
This project is stopped. Use open alternatives like xmpp! If you want to be dependent from OWS, have a look at whisperfish.
schorsch
Sun, 2016/10/02 - 22:02
Permalink
I will stop this project - sorry.
Open Whisper Systems has started blocking users of LibreSignal. It's just a matter of time until all other alternative clients get blocked. So I will not put more effort into this project.
Instead, let's use realy open solutions in the future instead of depend on centralised services. I will investigate some time to get a knowledge what is missing on the xmpp implementation of telepathy to get a usable jabber client on sailfish os. The existing messaging app is really a mess with xmpp.
andu
Mon, 2016/10/24 - 13:18
Permalink
I found a decent alternative on Android called Wire (wire.com) which is open source and they promissed to open source the server also.
paolomi
Wed, 2017/03/15 - 22:57
Permalink
wire doesn't work on sailfish browser (unsupported browser) and wire apk doesn't work on jolla1 because it needs android 4.2 and on jolla1 there is only dalvik vm 4.1
we need a native client otherwise there is no alternative.
objectifnul
Thu, 2017/10/26 - 21:36
Permalink
For your information, Wire for Android is working fine with SailfishX v.2.1.3.5 and its associated Aliendalvik compatibility layer v1.0.63 (device: Sony Xperia X model f5121).
mottel
Thu, 2017/11/09 - 14:17
Permalink
@objectifnul
Yes, the Android Wire App is working fine on the F5121.
But received pictures are not displayed. Any idea how to solve this bug? Which Wire App Version are you using?
https://together.jolla.com/question/167234/android-messenger-wire-no-pic...
objectifnul
Fri, 2017/11/10 - 14:44
Permalink
v3.2.373 (didn't check pictures)
andu
Wed, 2017/03/22 - 12:37
Permalink
You're right but I was mentioning wire as a posible port to SF not as is. At some point I saw already a wire client for ubuntu touch.
paolomi
Thu, 2017/03/30 - 00:47
Permalink
Great! thanks! :) you had to say it sooner! :) Here it is:
https://uappexplorer.com/app/wire.hankamotz
now let's find a developer to port it to sailfish os :)
EDIT: Now we can't port it, we need qtwebengine or oxide
babba22
Sat, 2016/11/19 - 17:13
Permalink
+1!
pvanhoof
Sat, 2016/09/24 - 16:55
Permalink
To delete messages, you can do something like this:
ssh to your phone
sqlite3 /home/nemo/.local/share/sailsecure/db/db.sql
sqlite> .schema
CREATE TABLE messages (id INTEGER PRIMARY KEY, sid integer, source text, message text, outgoing boolean, sentat integer, receivedat integer, ctype integer, attachment string, issent boolean, isread boolean, flags integer default 0);
CREATE TABLE sessions (id INTEGER PRIMARY KEY, name text, tel text, isgroup boolean, last string, timestamp integer, ctype integer, unread integer default 0);
CREATE TABLE groups (id INTEGER PRIMARY KEY, groupid TEXT, name TEXT, members TEXT, avatar BLOB, avatarid INTEGER, avatar_key BLOB, avatar_content_type TEXT, relay TEXT, active INTEGER DEFAULT 1);
sqlite> select * from messages where message LIKE '%Stuff I want deleted%'
sqlite> delete from messages where message LIKE '%Stuff I want deleted%'
Or just use delete from messages where sid=x , with x being the id of the session (~= conversations?) in the database. To remove the last message from the conversations screen, delete if from the sessions table too.
Note to the author of this application: it's weird that you store messages unencrypted in a sqlite3 database if the application you are providing is all about secure chat. Just saying.
Louis
Tue, 2016/09/13 - 21:08
Permalink
An x86_64 build for my tablet would be nice :)
m01
Sun, 2016/05/08 - 02:54
Permalink
While encrypted storage & fingerprint viewing functionality is missing from the UI, here's a clunky workaround for valdating fingerprints...
My identity:
Their identity:
Assuming I've understood the code correctly, these hex numbers should be prefixed by 05 in the Signal UI (apparently it identifies the key type).
marxistvegan
Sat, 2016/05/07 - 16:44
Permalink
There is a lot of activity with WhisperFish, will you be integrated them soon?
schorsch
Mon, 2016/05/09 - 21:02
Permalink
I currently thinking of stoping this project. I had the idea of using the Ubuntu Signal App and port it to the Jolla phone. Then Andrew jumped in and started whisperfish with the same Ubuntu base. He is doing a realy great job and implement quick a lot of features. It didn't make sense to port his code back to this project. Instead, just let us wait for whisperfish to hit Jolla Harbour or openrepos. I will go on with some other projects...
jdrescher
Sat, 2016/09/17 - 14:46
Permalink
When I look at the github repo of whisperfish, there is no activity since at least three month.
Is the project abandoned or dead now?
If so, it would be nice if you continue with SailSecure.
objectifnul
Sat, 2016/04/30 - 18:09
Permalink
Here (SFOS 2.0.0.10 Saimaa), contacts don't show up (except myself twice). No option to add or import contacts.
schorsch
Mon, 2016/05/09 - 20:55
Permalink
Got some similar feedback from other users. The App should try to 'correct' any phone number in your contacts. Sometimes, this seems to fail. Try to clean out all numbers in your address book of contacts which has a signal account. Number should be in E.164 format.
https://en.wikipedia.org/wiki/E.164
e.g. +4917612345678
Without any whitspaces
lkdhf
Fri, 2016/04/29 - 13:02
Permalink
You can apply for hosting translation efforts on Weblate: https://hosted.weblate.org/hosting/
nodevel
Thu, 2016/04/28 - 22:29
Permalink
Thanks for the app!
Just one question: Does it upload all your contacts to Signal servers? If so, could this be optional? I was quite (unpleasantly) surprised to go to Contacts in the app and see some of my contacts from the phone there. It could at least ask the user to do so, as it's quite unfair to the people whose info has been uploaded.
schorsch
Fri, 2016/04/29 - 21:27
Permalink
Hello
The Link from lkdhf describes the behavior with the contacts very well. SailSecure currently uses the same approach. Contacts (or hashes) from your phone are being send to the whispersystem server. The server replays with a contact list, who's number is also registered as an signal client.
Of course, privacy would be improved if only selected contacts are send to the server. Please open a feature request on the github page of the project.
lkdhf
Thu, 2016/04/28 - 21:47
Permalink
https://github.com/WhisperSystems/Signal-Desktop/issues/459#issuecomment...
nodevel
Thu, 2016/04/28 - 22:28
Permalink
Thanks for the link, but I don't think it is that relevant to my question, as it relates to the official client only.
It would be a great privacy advantage over the official client if we could opt out of this data sharing. Instead, the app could have its internal contact db and only optionally import (or sync) device contacts. That way those who value privacy (which the target userbase of Signal should be) could be sending only the contacts they intend to chat with.
Pages