Jani Monoses
Jani Monoses
Thanks, the client side is implemented already. I need to work on the server and when I have working code try to get it accepted by OpenWhisperSystems.
Ubuntu push server does not seem to work well with Java clients. https://bugs.launchpad.net/ubuntu-push/+bug/1522810 PRs for upstream TextSecure server component https://github.com/WhisperSystems/TextSecure-Server/pull/62 https://github.com/WhisperSystems/PushServer/pull/4
Nothing I am afraid. If the Ubuntu Touch push system implemented (not sure if it is doable at all) GCM compatibility maybe. Or if lightweight background tasks were allowed that...
Hi, nothing has changed since last time. On Sun, Aug 14, 2016, 1:58 PM Pete413 [email protected] wrote: > Hi Janimo, > > thanks again for the great Textsecure Client for...
Thanks for the link. I haven't studied it besides a cursory look, but if/when this is implemented it may be a workaround for the lack of server support for notifications.
The notification support we'd need is the ability to run a background task (either standalone or as a plugin that is part of a system-wide background task ) that could...
Hey Scott :) I haven't been following Ubuntu Touch development for a while. Are background tasks supported now? I am all for making this useful for more people. What is...
Thanks, so is a background task a new feature or just any process you want to run when unconfined as on a regular Ubuntu? Ideally there would be something that...
@sethdc you mention wanting to see this as a core app (it was my hope to when I started working on it). Are there APIs available to core apps that...
Thanks, however I am not sure websocket support is enough. We'd need background task processing capabilities in the Ubuntu Phone no? I didn't give much thought to this project in...