VREMSoftwareDevelopment / WiFiAnalyzer

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

Added kotlin support to :app module #287

Closed gordwilling closed 4 years ago

gordwilling commented 4 years ago

Added Kotlin support to :app module Updated some android API dependencies to recommended latest versions Migrated Export.java to Export.kt

This change involved generating a String using Kotlin instead of Java. There was a unit test in place that successfully ran to verify correctness. I did not see the need to deploy to an emulator.

This is my first ever pull request on GitHub :)

VREMSoftwareDevelopment commented 4 years ago

Thanks for pull request.

How to submit a pull request

codecov[bot] commented 4 years ago

Codecov Report

Merging #287 into feature will decrease coverage by 0.07%. The diff coverage is 100%.

@@             Coverage Diff              @@
##             feature    #287      +/-   ##
============================================
- Coverage      91.78%   91.7%   -0.08%     
+ Complexity      1051    1049       -2     
============================================
  Files            141     140       -1     
  Lines           3213    3184      -29     
  Branches         209     209              
============================================
- Hits            2949    2920      -29     
  Misses           171     171              
  Partials          93      93