Inconsistent usage of unit of measurement between app pages & notification

Summary

As of 1.2.0Beta, K/M/Gbit vs K/M/GB are used in different places:

  • App summary: bits
  • Homepage: bytes for display, bits for speed
  • Silent notification: bits for both

I would suggest standardizing to use Bytes across the board (or have the option to toggle, but still be consistent). Whilst I appreciate that bytes may not be "correct", especially when measuring speed, from a UX perspective people are a lot more familiar with the concept of bytes rather than bits. Data plans, webpages, downloads etc are all measured in bytes.

Steps to reproduce:

  1. Connect to the application
  2. Use some traffic in an app
  3. Observe the different units used across the app

What is the current bug behavior?

Different pages of the app have different units of measurement

What is the expected behavior?

All areas of the app should standardize with the same units.

Environment

  • Version: 1.2.0Beta
  • Android version: Android 16
  • Phone model: Google Pixel 6A
  • Install method: APK

Relevant logs and/or screenshots:

App units.png

Homepage units.png

Notificiation units.png

Possible fixes: