TrianguloY / Average-data-usage-widget

Android app by TrianguloY: Average data usage widget
http://triangularapps.blogspot.com/p/average-data-usage-widget.html
MIT License
27 stars 0 forks source link

Annual data plan #16

Open michag86 opened 1 week ago

michag86 commented 1 week ago

I have a annual data plan. Is it possible, that the data is only stored for 6 months? When I look into the stats, they are only visible for the last 6 months.

So the used and remaining data volume is not correct.

TrianguloY commented 1 week ago

The data shown is extracted directly from Android, the app itself doesn't store anything at all (you can literally uninstall and reinstall and all the usage will still be shown). But as other users have also reported (and I can confirm myself) most devices only seem to keep 6 months of data aprox, for some reason.

Without implementing a way to save and maintain the data in a database, it would be impossible, and even though it should not be very difficult it requires careful implementation.

I'm open to contributions, but otherwise I'm afraid that it is highly probable that I won't have the time to implement this, sorry.