Bartuzen / qBitController

Control qBittorrent from your Android device
GNU General Public License v3.0
493 stars 11 forks source link

Disabling notifications #55

Closed vodkapmp closed 1 year ago

vodkapmp commented 1 year ago

Describe your suggested feature

A toggle or other way to disable the notification feature.

The new notification feature has no way to disable it, I've tried setting the check interval to 0, which changes to 1.

Bartuzen commented 1 year ago

You can revoke notification permission from device settings, so I decided not to add that option inside the app.

vodkapmp commented 1 year ago

That is a good point, I should've thought of that. Will the check still run if you disable notifications? It wouldn't be much of a battery use, but still some unnecessary use if so.

Bartuzen commented 1 year ago

Will the check still run if you disable notifications?

No, the worker is stopped if notifications are disabled. It won't run in the background.

vodkapmp commented 1 year ago

Perfect then, I'll just close this issue. Thanks for the info!

kattjevfel commented 3 months ago

I have notifications turned off and yet it's using a ton of data in the background, should I make a new issue? Screenshot_20240731-124215_Settings

Bartuzen commented 3 months ago

Yes, you can create a new issue.