VREMSoftwareDevelopment / WiFiAnalyzer

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

Utilize some KTX and fix a deprecation #344

Closed TacoTheDank closed 3 years ago

TacoTheDank commented 3 years ago

What does this implement/fix? Please describe.

Does this close any currently open issues? No.

Additional context

Where has this been tested? No testing required... but I tested on my phone anyway. Everything works fine.

codecov[bot] commented 3 years ago

Codecov Report

Merging #344 (7efa53b) into feature (0d200c6) will increase coverage by 0.02%. The diff coverage is 50.00%.

@@              Coverage Diff              @@
##             feature     #344      +/-   ##
=============================================
+ Coverage      91.09%   91.11%   +0.02%     
+ Complexity       860      859       -1     
=============================================
  Files            126      126              
  Lines           2245     2240       -5     
  Branches         221      220       -1     
=============================================
- Hits            2045     2041       -4     
  Misses            74       74              
+ Partials         126      125       -1     
VREMSoftwareDevelopment commented 3 years ago

Thanks