itsdrnoob / DataMonitor

Data usage monitoring app for android.
GNU General Public License v3.0
532 stars 50 forks source link

Daily quota alert #172

Closed VinNgase closed 6 months ago

VinNgase commented 1 year ago

Checklist

Describe the Feature you'd like

Is it possible to add a daily quota alert of data used depending on the total monthly data set. For instance if the total monthly data limit is 5GB, then the daily quota would be 166MB. If an alert can fire when this daily quota is reached.

Why do you want this feature?

For instance if the total monthly data limit is 5GB, then the daily quota would be 166MB. If an alert can fire when this daily quota is reached.

Additional context

No response

rosenclosed commented 1 year ago

Addition:

Base the Daily Quota on the leftover data for the billing period, put simply: Divide the leftover data for the billing period by the leftover days in the billing period

Also Daily Quota should be viewable in a sticky notification

I used to use GlassWire and switched to Data Monitor and this is one of the main features I happen to be missing a lot