Would it be possible to port this app?
-
@Moem well when i say private message i mean it only works on the local network or port forwarding ....without the need to contact a 3rd party server .... i guess i dont understand what you want in a use case? ....to use signal it needs to contact signal servers to log in and they handle the ability to contact anyone on signal .....where i could just make this a local network private chat or even bundle it with its own server then port forward would be needed to access the outside(not sure how to do that with clickable just yet)
-
@developerbayman said in Would it be possible to port this app?:
...to use signal it needs to contact signal servers to log in and they handle the ability to contact anyone on signal .....
True, and that's how I want to use it. To stay in contact with Signal users, both individuals and groups, all over the world.
-
@Moem thats all i needed to know for now .....ill go ahead and put it into a clickable and we can try hit or miss ....right now none of my devices have UT on them so my testing is limited to clickable desktop
-
@Moem do you prefer to use you username and password or do you use any Oauth i.e google, github, ect?
-
one main issue im running into is signal does not provide a public api so i have to use signal-cli to make things happen the issue is UT file system is locked ....so i dont know what to do .....can a clickable app download and install a program for the system or does it only use its own space to do anything? ...if its a command line app like signal-cli can it run in a apps user space? ....so much i dont know about clickable ........this is why im usually complaining about this or that on UT regarding the locked file system ....great for security but makes app development .....really hard ....im sure its just something simple (or complicated lol)i need to learn though
-
@developerbayman As far as I know, Signal uses telephone number and PIN.
But to be honest, I'm not too eager to experiment because registering (logging in) a new primary Signal app will unregister my existing primary app. There can only be one at the same time.Maybe it's easier to port Whisperfish? That's the native Signal app for Sailfish.
-
@Moem said in Would it be possible to port this app?:
Maybe it's easier to port Whisperfish? That's the native Signal app for Sailfish.
There's already axolotl for UT that is a native Signal app.
-
@dobey said in Would it be possible to port this app?:
There's already axolotl for UT that is a native Signal app.
I know. Have you tried it? It's lacking a lot of features, some of which I consider to be showstoppers (messages not arriving... kind of important). As I said above: I know the small crew is struggling with keeping up with the many changes that Signal makes. They're certainly doing their best, but the current state of Axolotl can't really be considered usable.
-
@Moem said in Would it be possible to port this app?:
They're certainly doing their best, but the current state of Axolotl can't really be considered usable.
Sure. Doing the same thing in a different repo in a different language won't make anything better though, especially if it's another single random dev trying to keep up with a corporate entity's product. I don't think Whisperfish is any better off here either, really.
If @developerbayman wants to help with a Signal app, it would probably be best to help with Axolotl, rather than trying to start from scratch and go their own way.
-
@dobey said in Would it be possible to port this app?:
If @developerbayman wants to help with a Signal app, it would probably be best to help with Axolotl
That's a great idea, and I would certainly cheer him on.
-
@Moem Maybe a good candidate for crowd funding?.
We will need RCS capable app too one day -
@lduboeuf said in Would it be possible to port this app?:
We will need RCS capable app too one day
Sure !
But that should be messaging app, because RCS is successor of SMS and MMS. -
@lduboeuf said in Would it be possible to port this app?:
@Moem Maybe a good candidate for crowd funding?
Maybe? I donΒ΄t know about such things. I do know that a well working native Signal app is sorely missed.
We will need RCS capable app too one day
Sorry, I don't know what that is.
-
@Moem said in Would it be possible to port this app?:
Sorry, I don't know what that is.
That's next level for MMS.
https://en.m.wikipedia.org/wiki/Rich_Communication_Services -
Would a UT Beeper version not be an option. Though I can't find how their mobile apps are made nor licenced...
-
@Beta-Break If that could be made possible, it would solve so many problems!
-
@Moem they have a AppImage desktop app... Don't know if that is helpful for us to use..
-
@Beta-Break said in Would it be possible to port this app?:
Though I can't find how their mobile apps are made nor licenced...
I would guess it might be a modified build of Element or something. Beeper is just a hosted Matrix service, running lots of bridges. You can self-host it too I guess, and use any Matrix client that supports the features you need.
It however, is not Signal, and will not provide the same experience as using Signal.
-
so iv been stalking the signal github ....and right now im thinking it wont be possible for alot of reasons ....the only way currently would be to install the signal-cli program and that would might not work because of alot of current updates to the core libs of signal and lack of updates with everything else ...currently .....have you tried to use libertine? (i have never gotten it to work) ....im sorry i wanted to make this happen for you
-
when the newer libraries become available i can make it happen pretty easy i already have the main shell of the program as you see ....so eventually it prob will happen ...depends on the core devs