haven icon indicating copy to clipboard operation
haven copied to clipboard

Signal notifications are broken

Open n8fr8 opened this issue 3 years ago • 14 comments

Moving to WhisperSystem's lisignal library directly here:

https://github.com/guardianproject/haven/tree/libsignal-update

n8fr8 avatar Mar 19 '21 14:03 n8fr8

@lukeswitz @archie94 if you have any interest here to pitch on this, happy to have some help!

Once we get this working, going to push out an official 0.3 beta/release.

n8fr8 avatar Mar 19 '21 15:03 n8fr8

Kindly allow me some time. Will get back on this.

archie94 avatar Mar 19 '21 15:03 archie94

I've gotten pieces of it done, but need to figure out how to implement the Signal protocol store.

https://github.com/guardianproject/haven/tree/libsignal-update/src/main/java/org/havenapp/main/service/signal

n8fr8 avatar Mar 19 '21 18:03 n8fr8

Lot of people waiting for having the app back online. Thx so much! Looking forward to be able to use it again!

exaveal avatar Jun 11 '21 09:06 exaveal

So the library in itself seems deprecated and out of date. https://github.com/signalapp/libsignal-service-java/issues/83

And its replacement seems to be embedded inside the main android app repository. One idea comes to my mind, lets see if that works for us.

archie94 avatar Jul 14 '21 16:07 archie94

One idea comes to my mind, lets see if that works for us.

Thanks, I was also stuck on the legacy implementation, both ideological and technical, so I appreciate your help @archie94 🤝

lukeswitz avatar Jul 15 '21 15:07 lukeswitz

There is also the signald.org project, though that may be building on the out of data libsignal-service-java.

Maybe we should extract libsignal from the Signal Android repo?

n8fr8 avatar Jul 20 '21 15:07 n8fr8

Actually we should use this: https://github.com/signalapp/libsignal-client

n8fr8 avatar Jul 20 '21 15:07 n8fr8

There is also the signald.org project, though that may be building on the out of data libsignal-service-java.

Maybe we should extract libsignal from the Signal Android repo?

Yeah i was thinking along similar lines ...

Actually we should use this: https://github.com/signalapp/libsignal-client

But this looks better. :+1:

archie94 avatar Jul 21 '21 14:07 archie94

Hello there !

I was looking forward to use Signal notifications, has there been any progress on this issue ?

closingin avatar Dec 09 '21 09:12 closingin

Hello,

Exploring https://github.com/signalapp/libsignal-client but documentation is not very clear and it seems we need to implement security layers on top of the basic messaging functionality to get it working. This is significant task at the moment which will take time from my end. Will update from my side as I have anything significant.

archie94 avatar Jan 01 '22 05:01 archie94

I came across this project and was reminded of the issues with haven/signal. https://github.com/AsamK/signal-cli Appears to be using a forked version of libsignal-service-java thats updated quite regularly.

Is this of any help?

Gottale avatar Mar 12 '23 06:03 Gottale

Hi, I would just like to state that this issue still persists. Hopefully you will be able to fix this.

joeyboon avatar Jul 21 '23 10:07 joeyboon

I found a few ways to make it work. Problem is, rest of the app is in need of serious love. In communication with Google now should we want SMS as a fallback.

lukeswitz avatar Aug 31 '23 09:08 lukeswitz