File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
app/src/main/play/release-notes/en-US
data/src/main/kotlin/com/w2sv/data/networking Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ android.nonTransitiveRClass=true
88android.defaults.buildfeatures.buildconfig =true
99android.uniquePackageNames =true
1010android.nonFinalResIds =false
11- version =1.3.01
12- versionCode =40
11+ version =1.3.02
12+ versionCode =41
You can’t perform that action at this time.
0 commit comments