-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
issue116, issue127-130, and issue 133 - Add Android P support, sample…
… app, add RoboElectric; Update documentation; Bug and crash fixes
- Loading branch information
1 parent
dcbad2c
commit a0c589d
Showing
197 changed files
with
8,294 additions
and
2,044 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
*.iml | ||
.gradle | ||
/local.properties | ||
/.idea | ||
/build | ||
.DS_Store | ||
.DS_Store | ||
|
||
/.idea/*.xml | ||
/.idea/caches/* | ||
/.idea/libraries/* |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
## v4.0.0 - 05/x/2019 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
## What's New in 2.0.x | ||
|
||
- Asynchronous API | ||
- Certain methods have callbacks and are run on a WiseFy specific background thread | ||
- Ability to search by regex for: | ||
- Nearby access points | ||
- Saved Configurations | ||
- SSIDs | ||
- Ability to query for RSSI | ||
- Ability to query for if the device is roaming | ||
- Additional methods to query for network security | ||
- Full fledged documentation directory | ||
- Tested against Android O |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
## What's New in 3.x | ||
|
||
- Rewritten in Kotlin | ||
- Static analysis tools added | ||
- Ability to get the IP of a device | ||
- Additional details in callbacks for adding a network: | ||
- The new id of the network | ||
- The WifiConfiguration of the network that was added | ||
- isNetworkInConfigurationList renamed isNetworkSaved | ||
- brains renamed Brains | ||
- Nullability issues will be more visible | ||
- Definitions for NetworkTypes and WiseFyCodes | ||
- Immutability throughout the library | ||
- Improved architecture | ||
- Updated dependencies | ||
- Updated to Gradle 4.x and AGP 3.x | ||
- Target now is set to API 27 | ||
- Less duplicate code | ||
- Improved testing | ||
- Updated documentation with new Kotlin examples | ||
- Other improvements and adjustments! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.