Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data Usage in Status Bar #60

Closed
n-ce opened this issue Nov 1, 2022 · 6 comments
Closed

Data Usage in Status Bar #60

n-ce opened this issue Nov 1, 2022 · 6 comments
Labels
enhancement New feature or request

Comments

@n-ce
Copy link

n-ce commented Nov 1, 2022

Is your feature request related to a problem? Please describe.
Its an extra fuss to slide over to the notification panel and look at the data usage there.

Describe the solution you'd like
Showing data usage directly in status bar like network speed indicator.

Describe alternatives you've considered
Did not find any other alternatives other than compromising on my ux.

Additional context
NaN

@itsdrnoob
Copy link
Owner

Showing the data usage as an icon would require a lot more drawables and will end up increasing the size of the app. Which can be avoided by just one extra swipe to the home screen or notification bar.

@n-ce
Copy link
Author

n-ce commented Nov 1, 2022

Could you tell me why this is not the case with speed indicator?

@itsdrnoob
Copy link
Owner

This is exactly the case with the speed indicator. To do the same with data usage, it would need a lot more icons. Let's say a user consumed 5.7 GB of data, to show the usage as an icon, it would require icons upto 5.7 GB (at least).

@n-ce
Copy link
Author

n-ce commented Nov 1, 2022

I had a feeling implementing this would have limitations given none of the data monitor apps has done this yet.
I have some ideas about how to do this that i would like to discuss in length. Is this the appropriate place?

@itsdrnoob
Copy link
Owner

I had a feeling implementing this would have limitations

It sure does have its own limitations

I have some ideas about how to do this that i would like to discuss in length. Is this the appropriate place?

You are free to join the telegram support group

@itsdrnoob itsdrnoob added the enhancement New feature or request label Nov 5, 2022
@n-ce
Copy link
Author

n-ce commented Nov 12, 2022

Excited for the next release! 🤩
Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants