VREMSoftwareDevelopment / WiFiAnalyzer

Android application to analyze WiFi signals.
https://vremsoftwaredevelopment.github.io/WiFiAnalyzer/
GNU General Public License v3.0
2.73k stars 570 forks source link

Current connection indication #458

Closed mx1up closed 5 months ago

mx1up commented 6 months ago

What does this implement/fix? Please describe.

puts an informative text on top of current connection tile indicating it is the current connection. image

Does this close any currently open issues?

fixes #456

Additional context

I wasn't sure where to put the translation in the translation file as I did not really find a fitting section.

Where has this been tested?

codecov[bot] commented 6 months ago

Codecov Report

Merging #458 (c634fe2) into feature (f42bf38) will not change coverage. Report is 1 commits behind head on feature. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## feature #458 +/- ## ========================================== Coverage 92.92% 92.92% Complexity 922 922 ========================================== Files 131 131 Lines 2726 2726 Branches 221 221 ========================================== Hits 2533 2533 Misses 58 58 Partials 135 135 ```
VREMSoftwareDevelopment commented 5 months ago

closes #456

mx1up commented 5 months ago

I rebased on upstream feature branch , trying to fix code coverage issue

VREMSoftwareDevelopment commented 5 months ago

Thanks for the contributions