VREMSoftwareDevelopment / WiFiAnalyzer

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

convert last java file to .kt + part fix warnings #326

Closed Sharabaddin closed 3 years ago

Sharabaddin commented 3 years ago

Thanks for sending a pull request!

Please make sure that you are using feature branch, since all the WiFi Analyzer changes are done on the feature branch!

How to submit a pull request

What does this implement/fix? Please describe.

Additional context

Where has this been tested?

codecov[bot] commented 3 years ago

Codecov Report

Merging #326 (7f230a5) into feature (faa6f6b) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff             @@
##             feature     #326   +/-   ##
==========================================
  Coverage      91.20%   91.20%           
  Complexity       874      874           
==========================================
  Files            126      126           
  Lines           2250     2250           
  Branches         223      223           
==========================================
  Hits            2052     2052           
  Misses            71       71           
  Partials         127      127           
VREMSoftwareDevelopment commented 3 years ago

There is no point to convert this file since it is part of https://github.com/jjoe64/GraphView There is a PR waiting to be approved and merged: https://github.com/jjoe64/GraphView/pull/412