Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.0.0 #76

Merged
merged 8 commits into from
Jul 23, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
*.iml
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
/.idea
.DS_Store
/build
/captures
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android:
components:
- platform-tools
- tools
- build-tools-25.0.3
- build-tools-26.0.0
- android-22
- android-26
- sys-img-armeabi-v7a-android-22
Expand All @@ -21,4 +21,4 @@ before_script:
- android-wait-for-emulator
- adb shell input keyevent 82 &

script: travis_wait 60 ./gradlew clean connectedAndroidTest -PdisablePreDex --stacktrace
script: travis_wait 90 ./gradlew clean connectedAndroidTest -PdisablePreDex --stacktrace
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,21 @@ Wifi configuration and util library built for Android.
>
> <br/>Supports Android SDK levels 16-26<br/><br/>

[![Android Weekly](https://img.shields.io/badge/Android%20Weekly-%23230-blue.svg)](http://androidweekly.net/issues/issue-230) [![Build Status](https://travis-ci.org/isuPatches/WiseFy.svg?branch=master)](https://travis-ci.org/isuPatches/WiseFy) [ ![Download](https://api.bintray.com/packages/isupatches/Maven/wisefy/images/download.svg) ](https://bintray.com/isupatches/Maven/wisefy/_latestVersion) <a href="http://www.methodscount.com/?lib=com.isupatches%3Awisefy%3A1.0.10"><img src="https://img.shields.io/badge/Methods and size-108 | 13 KB-e91e63.svg"/></a>
[![Android Weekly](https://img.shields.io/badge/Android%20Weekly-%23230-blue.svg)](http://androidweekly.net/issues/issue-230) [![Build Status](https://travis-ci.org/isuPatches/WiseFy.svg?branch=master)](https://travis-ci.org/isuPatches/WiseFy) [ ![Download](https://api.bintray.com/packages/isupatches/Maven/wisefy/images/download.svg) ](https://bintray.com/isupatches/Maven/wisefy/_latestVersion) <a href="http://www.methodscount.com/?lib=com.isupatches%3Awisefy%3A2.0.0"><img src="https://img.shields.io/badge/Methods and size-291 | 49 KB-e91e63.svg"/></a>

## What's New in 2.x

- Asynchronous API
- Certain methods have callbacks and are run on background thread
- Ability search by regex
- Nearby access points
- Saved Configurations
- SSIDs
- Ability to query for RSSI
- Ability to query for if device is roaming
- Additional methods to query for network security
- Full fledged documentation directory
- Tested against Android O

## Adding to your project

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ subprojects {

ext {
GROUP = "com.isupatches"
VERSION_NAME = "2.0.0-BETA1"
VERSION_NAME = "2.0.0"

BINTRAY_REPO = "Maven"
BINTRAY_NAME = "wisefy"
Expand Down
18 changes: 9 additions & 9 deletions changes/1.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ commit b6c2e176b1908219ff45432f1279e1ec114d2a06<br/>
Merge: 35c7170 82ee0c4<br/>
Author: Patches <[email protected]><br/>
Date: Tue Jul 4 11:34:36 2017 -0500<br/>

v1.0.10

#### More constants, update tests, more safety checks, update javadocs
commit 82ee0c49fa2a12a71ba5cca8230d43c42d96bce4<br/>
Author: isuPatches <[email protected]><br/>
Date: Tue Jul 4 09:40:11 2017 -0500<br/>

close #57

#### Update javadocs for 1.0.10
Expand All @@ -24,7 +24,7 @@ Date: Tue Jul 4 09:14:31 2017 -0500
commit 24e7971090f4fe1c23d9ba92c7f35767b3e8f350<br/>
Author: isuPatches <[email protected]><br/>
Date: Tue Jul 4 09:02:04 2017 -0500

close #55

#### Merge branch 'master' into develop
Expand All @@ -47,7 +47,7 @@ Date: Mon Jul 3 13:09:34 2017 -0500
#### Update README.md
commit 4e9c3798ca4667c348d924179cd5a61cd330e050<br/>
Author: Patches <[email protected]><br/>
Date: Mon Jul 3 13:09:13 2017 -0500
Date: Mon Jul 3 13:09:13 2017 -0500

#### Merge branch 'master' into develop
commit 92485511c239eee8e25e2cd9c2fc4ad7ba02bec5<br/>
Expand All @@ -64,7 +64,7 @@ Date: Mon Jul 3 13:06:41 2017 -0500
commit f6f1e314d89e9ed195e7f6a0966b2f1a1afd70fb<br/>
Merge: 1bc3eaa 287bf7f<br/>
Author: isuPatches <[email protected]><br/>
Date: Mon Jul 3 12:35:46 2017 -0500
Date: Mon Jul 3 12:35:46 2017 -0500

#### Update README.md
commit 287bf7fd96bba4fe9d10c4f01ad18270bfd8a772<br/>
Expand All @@ -76,20 +76,20 @@ commit 1bc3eaa83f8b44ff70bcda796130d57d485d4b1e<br/>
Merge: 6603ea2 2b5233e<br/>
Author: isuPatches <[email protected]><br/>
Date: Mon Jul 3 12:05:03 2017 -0500

#### Update CHANGE.md
commit 2b5233ed20f405fbdc634600579d067290ec04a3<br/>
Author: Patches <[email protected]><br/>
Date: Mon Jul 3 12:03:46 2017 -0500

## v1.0.9 - 07/03/2017

#### Merge pull request #54 from isuPatches/develop
commit 9fb7b3bf171f25d0a53d10f27d224a15ed6d107f<br/>
Merge: 4e22889 6603ea2<br/>
Author: Patches <[email protected]><br/>
Date: Mon Jul 3 11:58:32 2017 -0500

v1.0.9

#### Undo bintray props
Expand Down Expand Up @@ -805,4 +805,4 @@ Date: Tue Apr 26 15:25:33 2016 -0500
#### Initial commit
commit 58826f9cd9002b5407c6bbaa540c49da46eee3f5<br/>
Author: isuPatches <[email protected]><br/>
Date: Tue Apr 26 15:09:41 2016 -0500
Date: Tue Apr 26 15:09:41 2016 -0500
254 changes: 126 additions & 128 deletions changes/2.x.md
Original file line number Diff line number Diff line change
@@ -1,128 +1,126 @@
## v2.0.0 07/22/2017

#### Last part of 2.0.0 going up
commit 625ee1337c82ad4a6fbdde7e5c9bd375c1ae134d<br/>
Author: isuPatches <[email protected]><br/>
Date: Sat Jul 22 22:37:31 2017 -0500

close #63
close #73
close #75

#### Update .gitignore
commit c41d1358feda96db6bb0a7979e61f476c9a63c1f<br/>
Author: Patches <[email protected]><br/>
Date: Fri Jul 21 19:46:32 2017 -0500

## v2.0.0-BETA1 07/20/2017

#### Merge branch '2.x' into develop
commit c756d917a72d5942960abc7709c4641cd9483ad3<br/>
Merge: 063f988 bf31952<br/>
Author: isuPatches <[email protected]><br/>
Date: Thu Jul 20 06:22:36 2017 -0500

#### Updates for BETA1
commit bf3195252594583a28d1a1d6a4f5d0d81e423a4c<br/>
Author: isuPatches <[email protected]><br/>
Date: Thu Jul 20 06:12:26 2017 -0500

#### Merge pull request #74 from isuPatches/develop
commit 361907754313448d9f33363ef5fcd56f35b49cf5<br/>
Merge: 0a3cc80 063f988<br/>
Author: Patches <[email protected]><br/>
Date: Thu Jul 20 06:02:22 2017 -0500

2.0.0-BETA1

#### Another tweak
commit 063f988d15d577b7e4935693bb013173275d5918<br/>
Author: isuPatches <[email protected]><br/>
Date: Sun Jul 16 22:10:53 2017 -0500

#### More changeling and documentation updates
commit 7d8242181f8853037f6c75dc6aaef795d637bb82<br/>
Author: isuPatches <[email protected]><br/>
Date: Sun Jul 16 22:06:49 2017 -0500

#### Even more documentation updates
commit 320a3e945dcc976cf4426ef1746e4e9ecd941b69<br/>
Author: isuPatches <[email protected]><br/>
Date: Sun Jul 16 22:02:55 2017 -0500

#### More tests and updated documentation
commit d981721a100eae6ce37da1d0e05884f1157959cc<br/>
Author: isuPatches <[email protected]><br/>
Date: Sun Jul 16 20:09:36 2017 -0500

#### WIP
commit 07ccac75a44440424bb2c12b24b00cbbdc1b8b5c<br/>
Author: isuPatches <[email protected]><br/>
Date: Sun Jul 16 11:28:58 2017 -0500

close #68
close #69
close #70
close #71
close #72

#### test
commit aed5d0dc0053f0e8327b422a9414439dde9286b2<br/>
Author: isuPatches <[email protected]><br/>
Date: Sat Jul 15 15:44:56 2017 -0500

#### Update wait in travis.yml
commit 81a4c843195f9f5ece331483527038bf787c9c4b<br/>
Author: isuPatches <[email protected]><br/>
Date: Fri Jul 14 20:45:37 2017 -0500

#### Slowly getting there
commit 4afd442f10cff83454d5084d6c326297a2931b6b<br/>
Author: isuPatches <[email protected]><br/>
Date: Tue Jul 11 08:23:50 2017 -0500

#### Even more cleanup for 2.x
commit 1d2c32014c748d64322c00651a2aa1d5dca69930<br/>
Author: isuPatches <[email protected]><br/>
Date: Mon Jul 10 07:35:10 2017 -0500

#### More cleanup for 2.x
commit 086098cdf80204c38314ac672bd07750665b53fc<br/>
Author: isuPatches <[email protected]><br/>
Date: Mon Jul 10 07:30:16 2017 -0500

#### Update travis.yml
commit 1df8e7be3bf747a612699a3b0e1502cb46281ebd<br/>
Author: isuPatches <[email protected]><br/>
Date: Sun Jul 9 14:36:51 2017 -0500

#### Merge branch '2.x' into develop
commit 55af07095ee92166261afd27dd856293bb2acbe1<br/>
Merge: 9cb52a6 0a3cc80<br/>
Author: isuPatches <[email protected]><br/>
Date: Sun Jul 9 14:23:10 2017 -0500

#### Start of 2.x
commit 0a3cc801f8f030ed30419b698f9d8f96eca9df5b<br/>
Author: isuPatches <[email protected]><br/>
Date: Sun Jul 9 14:22:23 2017 -0500

close #58
close #59
close #60
close #61
close #62
close #64

#### Merge branch 'master' into develop
commit 9cb52a65ad54f2c5dd7e8c034588742be72a85c9<br/>
Merge: 82ee0c4 dd48414<br/>
Author: isuPatches <[email protected]><br/>
Date: Tue Jul 4 11:38:01 2017 -0500

#### Update README.md
commit dd48414f94e2ae5a7aee9275cdac39c7107930d1<br/>
Author: Patches <[email protected]><br/>
Date: Tue Jul 4 11:35:57 2017 -0500


## v2.0.0 - 07/22/2017

#### Last part of 2.0.0 going up
commit 625ee1337c82ad4a6fbdde7e5c9bd375c1ae134d<br/>
Author: isuPatches <[email protected]><br/>
Date: Sat Jul 22 22:37:31 2017 -0500

close #63
close #73
close #75

#### Update .gitignore
commit c41d1358feda96db6bb0a7979e61f476c9a63c1f<br/>
Author: Patches <[email protected]><br/>
Date: Fri Jul 21 19:46:32 2017 -0500

## v2.0.0-BETA1 - 07/20/2017

#### Merge branch '2.x' into develop
commit c756d917a72d5942960abc7709c4641cd9483ad3<br/>
Merge: 063f988 bf31952<br/>
Author: isuPatches <[email protected]><br/>
Date: Thu Jul 20 06:22:36 2017 -0500

#### Updates for BETA1
commit bf3195252594583a28d1a1d6a4f5d0d81e423a4c<br/>
Author: isuPatches <[email protected]><br/>
Date: Thu Jul 20 06:12:26 2017 -0500

#### Merge pull request #74 from isuPatches/develop
commit 361907754313448d9f33363ef5fcd56f35b49cf5<br/>
Merge: 0a3cc80 063f988<br/>
Author: Patches <[email protected]><br/>
Date: Thu Jul 20 06:02:22 2017 -0500

2.0.0-BETA1

#### Another tweak
commit 063f988d15d577b7e4935693bb013173275d5918<br/>
Author: isuPatches <[email protected]><br/>
Date: Sun Jul 16 22:10:53 2017 -0500

#### More changeling and documentation updates
commit 7d8242181f8853037f6c75dc6aaef795d637bb82<br/>
Author: isuPatches <[email protected]><br/>
Date: Sun Jul 16 22:06:49 2017 -0500

#### Even more documentation updates
commit 320a3e945dcc976cf4426ef1746e4e9ecd941b69<br/>
Author: isuPatches <[email protected]><br/>
Date: Sun Jul 16 22:02:55 2017 -0500

#### More tests and updated documentation
commit d981721a100eae6ce37da1d0e05884f1157959cc<br/>
Author: isuPatches <[email protected]><br/>
Date: Sun Jul 16 20:09:36 2017 -0500

#### WIP
commit 07ccac75a44440424bb2c12b24b00cbbdc1b8b5c<br/>
Author: isuPatches <[email protected]><br/>
Date: Sun Jul 16 11:28:58 2017 -0500

close #68
close #69
close #70
close #71
close #72

#### test
commit aed5d0dc0053f0e8327b422a9414439dde9286b2<br/>
Author: isuPatches <[email protected]><br/>
Date: Sat Jul 15 15:44:56 2017 -0500

#### Update wait in travis.yml
commit 81a4c843195f9f5ece331483527038bf787c9c4b<br/>
Author: isuPatches <[email protected]><br/>
Date: Fri Jul 14 20:45:37 2017 -0500

#### Slowly getting there
commit 4afd442f10cff83454d5084d6c326297a2931b6b<br/>
Author: isuPatches <[email protected]><br/>
Date: Tue Jul 11 08:23:50 2017 -0500

#### Even more cleanup for 2.x
commit 1d2c32014c748d64322c00651a2aa1d5dca69930<br/>
Author: isuPatches <[email protected]><br/>
Date: Mon Jul 10 07:35:10 2017 -0500

#### More cleanup for 2.x
commit 086098cdf80204c38314ac672bd07750665b53fc<br/>
Author: isuPatches <[email protected]><br/>
Date: Mon Jul 10 07:30:16 2017 -0500

#### Update travis.yml
commit 1df8e7be3bf747a612699a3b0e1502cb46281ebd<br/>
Author: isuPatches <[email protected]><br/>
Date: Sun Jul 9 14:36:51 2017 -0500

#### Merge branch '2.x' into develop
commit 55af07095ee92166261afd27dd856293bb2acbe1<br/>
Merge: 9cb52a6 0a3cc80<br/>
Author: isuPatches <[email protected]><br/>
Date: Sun Jul 9 14:23:10 2017 -0500

#### Start of 2.x
commit 0a3cc801f8f030ed30419b698f9d8f96eca9df5b<br/>
Author: isuPatches <[email protected]><br/>
Date: Sun Jul 9 14:22:23 2017 -0500

close #58
close #59
close #60
close #61
close #62
close #64

#### Merge branch 'master' into develop
commit 9cb52a65ad54f2c5dd7e8c034588742be72a85c9<br/>
Merge: 82ee0c4 dd48414<br/>
Author: isuPatches <[email protected]><br/>
Date: Tue Jul 4 11:38:01 2017 -0500

#### Update README.md
commit dd48414f94e2ae5a7aee9275cdac39c7107930d1<br/>
Author: Patches <[email protected]><br/>
Date: Tue Jul 4 11:35:57 2017 -0500
Loading