Skip to content

Releases: isuPatches/android-wisefy

wisefy-5.0.0-RC3

30 Dec 22:44
6960add
Compare
Choose a tag to compare
wisefy-5.0.0-RC3 Pre-release
Pre-release
release(all): Release 5.0.0-RC3 (#184)

5.0.0-RC2

10 Aug 01:52
Compare
Choose a tag to compare
5.0.0-RC2 Pre-release
Pre-release

[No issue] Fix proguard obfuscation

5.0.0-RC1

10 Aug 01:43
Compare
Choose a tag to compare
5.0.0-RC1 Pre-release
Pre-release

#139 Add newer Android OS support
#141 Become agnostic to logging implementation
#143 Update to just master and develop branches
#138 Update dependencies and to Gradle 6.0+

4.0.0

23 Jun 01:23
Compare
Choose a tag to compare

#115 Update dependencies
#116 Android P Support
#117 Delete --verbose and --dontobfuscate from proguard
#118 Update compile to be implementation in documentation
#119 Update to gradle 5.+
#120 Update to AndroidX
#122 Remove GCM Support
#124 Remove FindBugs
#125 Remove CheckStyle
#127 Fix crashes with null current network or null current network info
#129 Update documentation for 4.x
#130 Include sample app as part of the main repo
#132 Add tests for sample app
#133 Integrate RoboElectric
#135 Refactor getSavedNetwork and getSavedNetworks
#136 Move to Firebase Test Lab and Circle CI

3.0.1

15 Sep 17:20
07a93f0
Compare
Choose a tag to compare

closes #111 New logo/icon proposal
closes #113 Remove "allowBackup" from Manifest
closes #114 Update dependency versions

3.0.0

20 Aug 00:11
491a53d
Compare
Choose a tag to compare

closes #85 Add ability to get IP details
closes #87 Add ability to get current network details
closes #88 Remove hungarian notation
closes #89 Udpate to Gradle 4.+
closes #90 Add PMD
closes #91 Add CPD
closes #92 Add FindBug
closes #93 Add Checkstyle
closes #94 Add nullability annotations
closes #95 Rearchitect a few things
closes #96 Add @RequiresPermission annotation
closes #97 Extract dependencies to a separate gradle file
closes #98 Change from TargetAPI to RequiresApi
closes #100 Update Java/KDocs
closes #101 Use lambda expressions
closes #109 Rewrite in Kotlin
closes #110 Add KTLint and Detekt

2.1.0-BETA1

18 Feb 03:53
6bce98f
Compare
Choose a tag to compare
2.1.0-BETA1 Pre-release
Pre-release

Prerelease of 2.1.0 for debugging

2.0.1

30 Jul 13:48
Compare
Choose a tag to compare

#81 - Investigate why branch coverage is lower since moving to unit tests
#82 - Clean up tests by using more constants, using better naming, and strengthening validation logic
#83 - Provide a synchronized lock for multi-threaded purposes

2.0.0

23 Jul 04:37
Compare
Choose a tag to compare

#63 - Update documentation for 2.x
#73 - Split CHANGES.md into 1.x and 2.x and put in it's own directory
#75 - Add ability to detect if device is roaming

2.0.0-BETA1

20 Jul 11:16
Compare
Choose a tag to compare
2.0.0-BETA1 Pre-release
Pre-release

#58 - Implement Asynchronous API
#59 - Test Against Android O
#60 - Run logic on background thread
#61 - Split and organize tests
#62 - Add functionality to return a single saved network that matches a given regex
#64 - Add annotations for clarity
#66 - Add additional methods to check network capabilities
#67 - Have search for SSID support regex
#68- Add functionality to return multiple nearby access points that match a given regex
#69 - Add functionality to return a single nearby access points that matches a given regex
#70 - Add functionality to retrieve the RSSI level of a single network
#71 - Add functionality to return multiple saved network that match a given regex
#72 - Add functional to return multiple SSIDs that match a given regex