yassirh / digitalocean-swimmer

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.
MIT License
227 stars 58 forks source link

Mark "synchronising" notifications as ongoing #9

Closed unikitty37 closed 9 years ago

unikitty37 commented 10 years ago

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

yassirh commented 10 years ago

Hi @tinyclanger i will look into it soon. Thanks for the suggestion.