itsdrnoob / DataMonitor

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

Split download and upload live speed in status bar #233

Closed robsmith11 closed 6 months ago

robsmith11 commented 8 months ago

Checklist

Describe the Feature you'd like

Rather then a single aggregate network transfer rate, it would be useful to see separate download and upload rates like the built-in network speed monitor for LineageOS.

Why do you want this feature?

It's useful to see both speeds.

Additional context

No response

itsdrnoob commented 8 months ago

@robsmith11 You can expand the notification to see both upload and download speed seperately.

robsmith11 commented 6 months ago

@robsmith11 You can expand the notification to see both upload and download speed seperately.

Sure, and I could also run a command line tool in Termux to get network usage, but the advantage of being in the status bar is that it's always visible at a glance. Much more useful without having to swipe down twice to see the notification each time I want to know whether the network usage is download or upload.

itsdrnoob commented 6 months ago

Sure, and I could also run a command line tool in Termux to get network usage

So you're comparing an extra swipe/tap with running a command line tool? Anyways, there are plans to update the notifications so I'll keep this in mind, thanks.