AgoraDesk-LocalMonero / agoradesk-app-foss

Source code for the AgoraDesk/LocalMonero Mobile Applications. https://agoradesk.com
Apache License 2.0
137 stars 18 forks source link

Add UnifiedPush #104

Open davidbtc2009 opened 1 year ago

davidbtc2009 commented 1 year ago

For foss apk push notifications instead of a seperate foreground service.

LocalMonero commented 1 year ago

Great suggestion! We'll add it to our planned features.

davidbtc2009 commented 1 year ago

This blog post goes into some detail and looks like it links to resources to help. https://f-droid.org/en/2022/12/18/unifiedpush.html

trymeouteh commented 1 year ago

I would like the option to choose between the foreground service and unified push.

sergdeus commented 1 year ago

I moved this issue to the backlog, and will implement it after finishing other tasks.

d4f5409d commented 8 months ago

How is it going? +1 for UnifiedPush.

sergdeus commented 8 months ago

Hi! Added it to the next iteration tasks.

m1chj commented 4 months ago

Coming in the next release(es)?

ghost commented 2 months ago

This has been open for quite some time now, an update would be highly appreciated.

Also want to point out that the ability to use another app as UP distributor would completely take away any battery usage concerns. For instance, Molly allows one to use Conversations as a UP distributor. Since XMPP connections are now better optimized to be always on with minimal battery usage, UP distributors such as Conversations serve the dual purpose of (1) pooling several UP connections to one, and (2) also eliminating the marginal consumption of that one UP connection by having it piggyback on an existing (always on) XMPP connection.