Skip to content

Commit 7a4f764

Browse files
committed
1.3.02
1 parent 405bb2c commit 7a4f764

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
Fix F-Droid build
1+
- Show confirmation snackbar on background location access granted
2+
- Fix typo
3+
- Slight UI consistency fix
4+
- Improve performance
5+
- Reduce app size

data/src/main/kotlin/com/w2sv/data/networking/WifiStatusMonitor.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,13 @@ class WifiStatusMonitor @Inject constructor(
6666
network: Network,
6767
networkCapabilities: NetworkCapabilities
6868
) {
69-
i { "onCapabilitiesChanged" }
7069
if (network == connectivityManager.activeNetwork) {
7170
i { "onCapabilitiesChanged.send" }
7271
channel.trySend(WifiStatus.Connected)
7372
}
7473
}
7574

7675
override fun onLinkPropertiesChanged(network: Network, linkProperties: LinkProperties) {
77-
i { "onLinkPropertiesChanged" }
7876
if (network == connectivityManager.activeNetwork) {
7977
i { "onLinkPropertiesChanged.send" }
8078
channel.trySend(WifiStatus.Connected)

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ android.nonTransitiveRClass=true
88
android.defaults.buildfeatures.buildconfig=true
99
android.uniquePackageNames=true
1010
android.nonFinalResIds=false
11-
version=1.3.01
12-
versionCode=40
11+
version=1.3.02
12+
versionCode=41

0 commit comments

Comments
 (0)