hoerresb / WifiWizard

A Cordova plugin for managing Wifi networks
Apache License 2.0
205 stars 178 forks source link

Add new ScanResult fields to results #102

Open essboyer opened 7 years ago

essboyer commented 7 years ago

Restore missing timestamp ScanResult field, and add the three new fields for >= Marshmallow:

If the Android version is < Marshmallow, the new fields will have a null value. Also (obviously) adds the Android version number for use in the check.

Tested on Android 4.4.2, 5.0.1, 6.0, 7.0, 7.1.1.

degendra commented 7 years ago

Is there any chance on getting this pull request merged?

essboyer commented 7 years ago

@degendra You can try emailing the maintainer, but it seems like development has stopped on this project. You can always fork the repo, patch it with my changes and build your own as I did!

tripflex commented 6 years ago

Yeah we're working on doing this on this fork of the repo: https://github.com/tripflex/Cordova-Network-Manager

I'm going through all of the PRs on here and merging them as I can

tripflex commented 6 years ago

Thanks for this, I created a fork of WifiWizard (named WifiWizard2), and added this PR to it, along with credit for you in the changelog: https://github.com/tripflex/WifiWizard2