threema-web icon indicating copy to clipboard operation
threema-web copied to clipboard

Show type of Internet connection

Open lgrahl opened this issue 5 years ago • 4 comments

Similar to the battery status, we could display the current type of connection being used by the smartphone to connect to the Internet:

  • Mobile: Show the service provider name and connectivity
  • WiFi: Show the name of the WiFi and connectivity

It should be noted that, like the battery status, a non-persistent connection will alleviate the benefit somewhat since the information will not be up to date. What we might do is (optionally) persist the connection if the client is in the foreground.

lgrahl avatar Jul 03 '19 11:07 lgrahl

It should be noted that, like the battery status, a non-persistent connection will alleviate the benefit somewhat since the information will not be up to date.

We could also show the age of the information (last updated: 37 minutes ago).

dbrgn avatar Jul 03 '19 17:07 dbrgn

That takes way too much UI space.

Why not push an update from the Threema app in case this info changes?

rugk avatar Jul 03 '19 18:07 rugk

Because battery life is a thing (#498).

lgrahl avatar Jul 04 '19 08:07 lgrahl

That takes way too much UI space.

On hover of course.

Why not push an update from the Threema app in case this info changes?

Because a non-persistent connection means that the app doesn't need to be running all the time. Apps that don't run cannot actively listen for things like network or battery level changes :wink:

dbrgn avatar Jul 04 '19 12:07 dbrgn