Better-Internet-Tiles icon indicating copy to clipboard operation
Better-Internet-Tiles copied to clipboard

Hide SSID from WiFi tile

Open oSumAtrIX opened this issue 1 year ago • 6 comments

Issue

On Google Pixel devices you have to enable or disable recording from the notification center. This exposes the network SSID in the recording. The SSID can actually be used to identify ones location thanks to city network scanning, meaning, if you share the recording online, one can lookup your address.

Solution

Add an option to hide the network SSID. It could say "Internet" or "Connected" for example.

oSumAtrIX avatar Nov 19 '23 23:11 oSumAtrIX

Discovered that android 15 added support for detecting when screen capture is active: https://alisubhani313.medium.com/android-15s-screen-recording-detection-27349f8873cf

We could add a setting with multiple options: show, hide, hide during recording

Thoughts?

CasperVerswijvelt avatar Aug 12 '24 14:08 CasperVerswijvelt

Why should show and hide be an option? The only relevant toggle is the last.

oSumAtrIX avatar Aug 12 '24 19:08 oSumAtrIX

Why should show and hide be an option? The only relevant toggle is the last.

Recording detection is only available on android 15, so earlier versions wouldn't have that option

CasperVerswijvelt avatar Aug 12 '24 21:08 CasperVerswijvelt

I guess you would show the show/hide toggle on A14 and the hide during recording on A15? This would work but may put off people who were on A14 and updated to A15. So perhaps it really is the best option to show all three.

oSumAtrIX avatar Aug 14 '24 06:08 oSumAtrIX

the hide during recording setting is unfortunately not going to work, as the app only detects it when the app is in the foreground... I don't get the callback when screen recording and the quick settings are opened

CasperVerswijvelt avatar Aug 15 '24 11:08 CasperVerswijvelt

That's okay. Hiding works fine. Another suggestion for hiding the SSID would be to simply display "Hidden" as the SSID when you are connected

oSumAtrIX avatar Aug 15 '24 11:08 oSumAtrIX

This is implemented and will be in the next release

image

CasperVerswijvelt avatar Oct 08 '24 21:10 CasperVerswijvelt