NextcloudServices
NextcloudServices copied to clipboard
Enable more than 1 servers to get notifications from
Just an idea: allow people which control more than 1 nextcloud server (me!) to get notifications from more servers.
I know its very early in development, but i am sure someone will help you design an icon if u ask in https://www.reddit.com/r/fossdroid/.
I like your idea :) I think I will add a mulit-account mode after fixing issues and adding support for Android built-in account manager
@peterge1998 -- battery consumption is going to be a major problem with this polling approach. The author is already mentioning 5-7% for just one account. Imagine going with 2 or 3 accounts? I do not believe that it is viable to use more than one account. The correct approach for this would be to forward notifications for multiple servers through a single main server.
I would like this feature very much. Nextcloud Talk from FDroid doesn't work without this and I would like to watch updates in Talk chats from two Nextcloud servers.
battery consumption is going to be a major problem with this polling approach.
I strongly doubt several servers will make a linear difference. Battery consumption is complicated topic and is influenced by many factors. It can easily be the situation that only the waking up etc. is consuming the battery and if one or several servers are queried does not really make a difference.
The author is already mentioning 5-7% for just one account.
For me it is 2% and I wouldn't mind 4% for two servers. But as said above, I strongly doubt that you can calculate it that way.
The correct approach for this would be to forward notifications for multiple servers through a single main server.
I wouldn't say there is a correct approach, some approaches might be more efficient:
- maybe https://github.com/UP-NextPush/server-app/ but I doesn't seem to support Nextcloud Talk nor several Nextcloud servers.
- In theory it might be better if the OS does the notifications for all apps.
In these situations, we wouldn't need this app anymore.
But as easiest solution for me, I would be happy if NextcloudServices would work with several servers.