Skip to content

Commit

Permalink
1.5.03
Browse files Browse the repository at this point in the history
  • Loading branch information
w2sv committed Oct 27, 2024
1 parent 3277c89 commit 5543445
Show file tree
Hide file tree
Showing 7 changed files with 8,868 additions and 7,973 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
from https://api.ipify.org)
- For address types that support IPv4 & IPv6, you may choose which versions to include
- Whether to display prefix lengths
- Frequency, Channel, Link Speed, RSSI, Signal Strength, Standard, WiFi Generation, Security Protocol, Gateway, DNS, DHCP
- Frequency, Channel, Link Speed, RSSI, Signal Strength, Standard, WiFi Generation, Security
Protocol, Gateway, DNS, DHCP
- Bottom bar elements:
- Last refresh date time display
- Refresh data button
Expand Down
1 change: 1 addition & 0 deletions app/lint.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<lint>
<!--Allow CompositionLocal's-->
<issue id="ComposeCompositionLocalUsage" severity="ignore" />
<issue id="SlotReused" severity="warning" />
<issue id="NotificationPermission" severity="warning" />
<issue id="LintError" severity="warning" />
<issue id="MonochromeLauncherIcon" severity="ignore" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ import androidx.lifecycle.compose.collectAsStateWithLifecycle
import com.w2sv.domain.model.Theme
import com.w2sv.wifiwidget.BuildConfig
import com.w2sv.wifiwidget.R
import com.w2sv.wifiwidget.ui.shared_viewmodels.AppViewModel
import com.w2sv.wifiwidget.ui.designsystem.SystemBarsIgnoringVisibilityPaddedColumn
import com.w2sv.wifiwidget.ui.utils.activityViewModel
import com.w2sv.wifiwidget.ui.designsystem.emptyInsets
import com.w2sv.wifiwidget.ui.shared_viewmodels.AppViewModel
import com.w2sv.wifiwidget.ui.utils.activityViewModel

@Stable
data class NavigationDrawerItemState(
Expand Down
7 changes: 1 addition & 6 deletions app/src/main/play/release-notes/en-US/production.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
- Changed screen transition animation
- Changed back press behaviour on widget configuration screen after invocation through widget
- Added NAT64 Prefix WiFi property
- Added color adjusted widget loading view
- Improved & enriched the navigation drawer
- Enabled AMOLED black theme
- UI improvements
8,411 changes: 4,430 additions & 3,981 deletions app/src/release/generated/baselineProfiles/baseline-prof.txt

Large diffs are not rendered by default.

8,411 changes: 4,430 additions & 3,981 deletions app/src/release/generated/baselineProfiles/startup-prof.txt

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ android.nonTransitiveRClass=true
android.uniquePackageNames=true
android.nonFinalResIds=false
# ======= Version =======
version=1.5.02
versionCode=58
version=1.5.03
versionCode=59

0 comments on commit 5543445

Please sign in to comment.