This is a nonofficial application for the users of DigitalOcean who wish to manage their droplets, snapshots, images and domains via an android application. That communicates with DigitalOcean’s API.
The "synchronising" notifications are not marked as ongoing notifications, meaning that those of us with Pebble smartwatches get them all forwarded to our watches. This results in a lot of buzzing and reduced battery life.
A workaround is to disable forwarding of notifications from Digital Ocean Swimmer, but then important notifications won't get forwarded either.
Could these status notifications be marked as ongoing, by adding the Notification.FLAG_ONGOING_EVENT to them?
The "synchronising" notifications are not marked as ongoing notifications, meaning that those of us with Pebble smartwatches get them all forwarded to our watches. This results in a lot of buzzing and reduced battery life.
A workaround is to disable forwarding of notifications from Digital Ocean Swimmer, but then important notifications won't get forwarded either.
Could these status notifications be marked as ongoing, by adding the Notification.FLAG_ONGOING_EVENT to them?
Thanks