Skip to content

Commit

Permalink
release(all): Release 5.0.0-RC3 (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches authored Dec 30, 2022
1 parent 958d8aa commit 6960add
Show file tree
Hide file tree
Showing 270 changed files with 1,369 additions and 1,206 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

### Features

* feat(all): issue178 - Automate CHANGELOG.md creation
[fe2d417b87c02b09d188b185a27307d8c9abc2ca](https://github.com/isuPatches/android-wisefy/commit/fe2d417b87c02b09d188b185a27307d8c9abc2ca)
isuPatches | 2022-12-29 23:01:57 -0500
* feat(all): issue178 - Automate CHANGELOG.md creation (#181)
[958d8aa2424c76b8a61568b12985c5b2be23c81b](https://github.com/isuPatches/android-wisefy/commit/958d8aa2424c76b8a61568b12985c5b2be23c81b)
Patches | 2022-12-29 23:57:49 -0500
* feat(all): issue161 - Add version details to sample app
[86c410f5ef9467ad87b929bb831efc433c8124f4](https://github.com/isuPatches/android-wisefy/commit/86c410f5ef9467ad87b929bb831efc433c8124f4)
isuPatches | 2022-12-26 15:48:17 -0500
Expand All @@ -15,14 +15,23 @@
[2f1b6d0429116e3b77a479799bc8f1fcc3f85345](https://github.com/isuPatches/android-wisefy/commit/2f1b6d0429116e3b77a479799bc8f1fcc3f85345)
Patches | 2022-12-27 22:21:32 -0500

### Other
### Releases

* release(all): Release RC-03
[84beec58e9af458e25d089b13783f0485ec550ea](https://github.com/isuPatches/android-wisefy/commit/84beec58e9af458e25d089b13783f0485ec550ea)
isuPatches | 2022-12-30 14:58:58 -0500

### Chores

* chore: issue172 - Revamp issue and PR templates (#176)
[c8952373a743118365fb1b82c1fdb950d8a177b7](https://github.com/isuPatches/android-wisefy/commit/c8952373a743118365fb1b82c1fdb950d8a177b7)
Patches | 2022-12-27 01:06:52 -0500
* chore: issue162 - Enforce conventional commits and fix lintKotlin
[520443e05d06bfeff86043dc05ccdd0546c7ba09](https://github.com/isuPatches/android-wisefy/commit/520443e05d06bfeff86043dc05ccdd0546c7ba09)
isuPatches | 2022-12-26 17:22:25 -0500

### Other

* issue152 - Fix CI so it can be required (#169)
[831c378b1b17de57cc7b3b7cc83fdb0c779b0fa6](https://github.com/isuPatches/android-wisefy/commit/831c378b1b17de57cc7b3b7cc83fdb0c779b0fa6)
Patches | 2022-12-26 01:27:19 -0500
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ dependencies {
/*
* This should be uncommented to run sample app directly against release versions of wisefy / wisefy-ktx
*/
implementation("com.isupatches.android.wisefy:ktx:5.0.0")
implementation("com.isupatches.android.wisefy:ktx:${BuildVersions.WISEFY_KTX_VERSION}")

// AndroidX
compose()
Expand Down
22 changes: 11 additions & 11 deletions app/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,17 +99,17 @@ com.google.dagger:dagger:2.44.1=debugRuntimeClasspath,releaseRuntimeClasspath
com.google.dagger:hilt-android:2.44.1=debugRuntimeClasspath,releaseRuntimeClasspath
com.google.dagger:hilt-core:2.44.1=debugRuntimeClasspath,releaseRuntimeClasspath
com.google.guava:listenablefuture:1.0=debugRuntimeClasspath,releaseRuntimeClasspath
com.isupatches.android.wisefy:accesspoints:5.0.0=debugRuntimeClasspath,releaseRuntimeClasspath
com.isupatches.android.wisefy:addnetwork:5.0.0=debugRuntimeClasspath,releaseRuntimeClasspath
com.isupatches.android.wisefy:core:5.0.0=debugRuntimeClasspath,releaseRuntimeClasspath
com.isupatches.android.wisefy:ktx:5.0.0=debugRuntimeClasspath,releaseRuntimeClasspath
com.isupatches.android.wisefy:networkconnection:5.0.0=debugRuntimeClasspath,releaseRuntimeClasspath
com.isupatches.android.wisefy:networkinfo:5.0.0=debugRuntimeClasspath,releaseRuntimeClasspath
com.isupatches.android.wisefy:removenetwork:5.0.0=debugRuntimeClasspath,releaseRuntimeClasspath
com.isupatches.android.wisefy:savednetworks:5.0.0=debugRuntimeClasspath,releaseRuntimeClasspath
com.isupatches.android.wisefy:signal:5.0.0=debugRuntimeClasspath,releaseRuntimeClasspath
com.isupatches.android.wisefy:wifi:5.0.0=debugRuntimeClasspath,releaseRuntimeClasspath
com.isupatches.android.wisefy:wisefy:5.0.0=debugRuntimeClasspath,releaseRuntimeClasspath
com.isupatches.android.wisefy:accesspoints:5.0.0-RC3=debugRuntimeClasspath,releaseRuntimeClasspath
com.isupatches.android.wisefy:addnetwork:5.0.0-RC3=debugRuntimeClasspath,releaseRuntimeClasspath
com.isupatches.android.wisefy:core:5.0.0-RC3=debugRuntimeClasspath,releaseRuntimeClasspath
com.isupatches.android.wisefy:ktx:5.0.0-RC3=debugRuntimeClasspath,releaseRuntimeClasspath
com.isupatches.android.wisefy:networkconnection:5.0.0-RC3=debugRuntimeClasspath,releaseRuntimeClasspath
com.isupatches.android.wisefy:networkinfo:5.0.0-RC3=debugRuntimeClasspath,releaseRuntimeClasspath
com.isupatches.android.wisefy:removenetwork:5.0.0-RC3=debugRuntimeClasspath,releaseRuntimeClasspath
com.isupatches.android.wisefy:savednetworks:5.0.0-RC3=debugRuntimeClasspath,releaseRuntimeClasspath
com.isupatches.android.wisefy:signal:5.0.0-RC3=debugRuntimeClasspath,releaseRuntimeClasspath
com.isupatches.android.wisefy:wifi:5.0.0-RC3=debugRuntimeClasspath,releaseRuntimeClasspath
com.isupatches.android.wisefy:wisefy:5.0.0-RC3=debugRuntimeClasspath,releaseRuntimeClasspath
javax.inject:javax.inject:1=debugRuntimeClasspath,releaseRuntimeClasspath
org.jacoco:org.jacoco.agent:0.8.8=debugRuntimeClasspath
org.jetbrains.kotlin:kotlin-stdlib-common:1.7.20=debugRuntimeClasspath,releaseRuntimeClasspath
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@ object BuildVersions {

object Sample {
const val VERSION_CODE: Int = 18
const val VERSION_NAME: String = "5.0.0"
const val VERSION_NAME: String = "5.0.0-RC3"
}

const val WISEFY_CORE_VERSION: String = "5.0.0"
const val WISEFY_ACCESS_POINTS_VERSION: String = "5.0.0"
const val WISEFY_ADD_NETWORK_VERSION: String = "5.0.0"
const val WISEFY_NETWORK_CONNECTION_VERSION: String = "5.0.0"
const val WISEFY_NETWORK_INFO_VERSION: String = "5.0.0"
const val WISEFY_REMOVE_NETWORK_VERSION: String = "5.0.0"
const val WISEFY_SAVED_NETWORKS_VERSION: String = "5.0.0"
const val WISEFY_SIGNAL_VERSION: String = "5.0.0"
const val WISEFY_WIFI_VERSION: String = "5.0.0"
const val WISEFY_VERSION: String = "5.0.0"
const val WISEFY_KTX_VERSION: String = "5.0.0"
const val WISEFY_CORE_VERSION: String = "5.0.0-RC3"
const val WISEFY_ACCESS_POINTS_VERSION: String = "5.0.0-RC3"
const val WISEFY_ADD_NETWORK_VERSION: String = "5.0.0-RC3"
const val WISEFY_NETWORK_CONNECTION_VERSION: String = "5.0.0-RC3"
const val WISEFY_NETWORK_INFO_VERSION: String = "5.0.0-RC3"
const val WISEFY_REMOVE_NETWORK_VERSION: String = "5.0.0-RC3"
const val WISEFY_SAVED_NETWORKS_VERSION: String = "5.0.0-RC3"
const val WISEFY_SIGNAL_VERSION: String = "5.0.0-RC3"
const val WISEFY_WIFI_VERSION: String = "5.0.0-RC3"
const val WISEFY_VERSION: String = "5.0.0-RC3"
const val WISEFY_KTX_VERSION: String = "5.0.0-RC3"
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ private const val DEVELOPER_EMAIL = "isuPatches@yahoo.com"

private const val LIBRARY_CONNECTION = "https://github.com/isuPatches/android-wisefy.git"
private const val LIBRARY_DESCRIPTION = "Wrapper around WifiManager and ConnectivityManager for Android."
private const val LIBRARY_NAME = "WiseFy"
private const val LIBRARY_NAME = "Wisefy"
private const val LIBRARY_URL = "https://github.com/isuPatches/android-wisefy"

private const val LICENSE_NAME = "The Apache License, Version 2.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ Patches Barrett

12/2022, version 5.0.0

## See also
#### See also

androidJvm

| | |
|---|---|
| [com.isupatches.android.wisefy.core.base.BaseWisefyCallbacks](../../../../core/core/com.isupatches.android.wisefy.core.base/-base-wisefy-callbacks/index.md) | |
| |
|---|
| [BaseWisefyCallbacks](../../../../core/core/com.isupatches.android.wisefy.core.base/-base-wisefy-callbacks/index.md) |

## Functions

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ Patches Barrett

12/2022, version 5.0.0

## See also
#### See also

androidJvm

| | |
|---|---|
| [com.isupatches.android.wisefy.accesspoints.entities.AccessPointData](../../com.isupatches.android.wisefy.accesspoints.entities/-access-point-data/index.md) | |
| |
|---|
| [AccessPointData](../../com.isupatches.android.wisefy.accesspoints.entities/-access-point-data/index.md) |

## Parameters
#### Parameters

androidJvm

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//[accesspoints](../../index.md)/[com.isupatches.android.wisefy.accesspoints.callbacks](index.md)

# Package com.isupatches.android.wisefy.accesspoints.callbacks
# Package-level declarations

## Types

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ Patches Barrett

12/2022, version 5.0.0

## See also
#### See also

androidJvm

| | |
|---|---|
| [com.isupatches.android.wisefy.accesspoints.entities.SecurityCapability](../-security-capability/index.md) | |
| |
|---|
| [SecurityCapability](../-security-capability/index.md) |

## Constructors

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ Patches Barrett

12/2022, version 5.0.0

## See also
#### See also

androidJvm

| | |
|---|---|
| [com.isupatches.android.wisefy.accesspoints.entities.GetAccessPointsQuery](../index.md) | |
| |
|---|
| [GetAccessPointsQuery](../index.md) |

## Constructors

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ Patches Barrett

12/2022, version 5.0.0

## See also
#### See also

androidJvm

| | |
|---|---|
| [com.isupatches.android.wisefy.accesspoints.entities.GetAccessPointsQuery](../index.md) | |
| |
|---|
| [GetAccessPointsQuery](../index.md) |

## Constructors

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ Patches Barrett

12/2022, version 5.0.0

## See also
#### See also

androidJvm

| | |
|---|---|
| [com.isupatches.android.wisefy.accesspoints.entities.GetAccessPointsQuery](../index.md) | |
| |
|---|
| [GetAccessPointsQuery](../index.md) |

## Constructors

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ Patches Barrett

12/2022, version 5.0.0

## See also
#### See also

androidJvm

| | |
|---|---|
| [com.isupatches.android.wisefy.accesspoints.entities.AccessPointData](../../-access-point-data/index.md) | |
| [com.isupatches.android.wisefy.accesspoints.entities.GetAccessPointsResult](../index.md) | |
| |
|---|
| [AccessPointData](../../-access-point-data/index.md) |
| [GetAccessPointsResult](../index.md) |

## Constructors

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Patches Barrett

12/2022, version 5.0.0

## See also
#### See also

androidJvm

| | |
|---|---|
| [com.isupatches.android.wisefy.accesspoints.entities.GetAccessPointsResult](../index.md) | |
| |
|---|
| [GetAccessPointsResult](../index.md) |
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Patches Barrett

12/2022, version 5.0.0

## See also
#### See also

androidJvm

| | |
|---|---|
| [com.isupatches.android.wisefy.accesspoints.entities.SecurityCapability](../index.md) | |
| |
|---|
| [SecurityCapability](../index.md) |
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ Patches Barrett
|---|---|
| [Companion](-companion/index.md) | [androidJvm]<br>object [Companion](-companion/index.md) |

## Functions

| Name | Summary |
|---|---|
| [valueOf](value-of.md) | [androidJvm]<br>fun [valueOf](value-of.md)(value: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [SecurityCapability](index.md)<br>Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.) |
| [values](values.md) | [androidJvm]<br>fun [values](values.md)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)&lt;[SecurityCapability](index.md)&gt;<br>Returns an array containing the constants of this enum type, in the order they're declared. |

## Properties

| Name | Summary |
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//[accesspoints](../../../index.md)/[com.isupatches.android.wisefy.accesspoints.entities](../index.md)/[SecurityCapability](index.md)/[valueOf](value-of.md)

# valueOf

[androidJvm]\
fun [valueOf](value-of.md)(value: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [SecurityCapability](index.md)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

#### Throws

| | |
|---|---|
| [IllegalArgumentException](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-illegal-argument-exception/index.html) | if this enum type has no constant with the specified name |
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
//[accesspoints](../../../index.md)/[com.isupatches.android.wisefy.accesspoints.entities](../index.md)/[SecurityCapability](index.md)/[values](values.md)

# values

[androidJvm]\
fun [values](values.md)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)&lt;[SecurityCapability](index.md)&gt;

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ Patches Barrett

12/2022, version 5.0.0

## See also
#### See also

androidJvm

| | |
|---|---|
| [com.isupatches.android.wisefy.accesspoints.entities.SecurityCapability](-security-capability/index.md) | |
| |
|---|
| [SecurityCapability](-security-capability/index.md) |

## Parameters
#### Parameters

androidJvm

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//[accesspoints](../../index.md)/[com.isupatches.android.wisefy.accesspoints.entities](index.md)

# Package com.isupatches.android.wisefy.accesspoints.entities
# Package-level declarations

## Types

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ Patches Barrett

12/2022, version 5.0.0

## See also
#### See also

androidJvm

| | |
|---|---|
| [com.isupatches.android.wisefy.accesspoints.entities.GetAccessPointsQuery](../../com.isupatches.android.wisefy.accesspoints.entities/-get-access-points-query/index.md) | |
| [com.isupatches.android.wisefy.accesspoints.callbacks.GetAccessPointsCallbacks](../../com.isupatches.android.wisefy.accesspoints.callbacks/-get-access-points-callbacks/index.md) | |
| |
|---|
| [GetAccessPointsQuery](../../com.isupatches.android.wisefy.accesspoints.entities/-get-access-points-query/index.md) |
| [GetAccessPointsCallbacks](../../com.isupatches.android.wisefy.accesspoints.callbacks/-get-access-points-callbacks/index.md) |

## Parameters
#### Parameters

androidJvm

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ Patches Barrett

12/2022, version 5.0.0

## See also
#### See also

androidJvm

| | |
|---|---|
| [com.isupatches.android.wisefy.accesspoints.entities.GetAccessPointsQuery](../../com.isupatches.android.wisefy.accesspoints.entities/-get-access-points-query/index.md) | |
| [com.isupatches.android.wisefy.accesspoints.entities.GetAccessPointsResult](../../com.isupatches.android.wisefy.accesspoints.entities/-get-access-points-result/index.md) | |
| |
|---|
| [GetAccessPointsQuery](../../com.isupatches.android.wisefy.accesspoints.entities/-get-access-points-query/index.md) |
| [GetAccessPointsResult](../../com.isupatches.android.wisefy.accesspoints.entities/-get-access-points-result/index.md) |

## Parameters
#### Parameters

androidJvm

Expand Down
Loading

0 comments on commit 6960add

Please sign in to comment.