Skip to content

Commit 4fc51fb

Browse files
Fixing the edge to edge bug on android
1 parent 689fe18 commit 4fc51fb

7 files changed

Lines changed: 8 additions & 7 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "addiction-tracker",
3-
"version": "0.0.24",
3+
"version": "0.0.25",
44
"author": {
55
"name": "Charles Schaefer"
66
},

snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: addiction-tracker
22
base: core22
3-
version: '0.0.24'
3+
version: '0.0.25'
44
summary: An app to help with your addiction # 79 char long summary
55
description: |
66
Addiction tracker helps you to stop your addiction by giving you more consciousness over how you

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "addiction-tracker"
3-
version = "0.0.24"
3+
version = "0.0.25"
44
description = "Addiction Tracker - An app for tracking substance addiction and habits (made with Tauri)."
55
authors = ["Charles Schaefer"]
66
edition = "2021"

src-tauri/gen/android/app/src/main/res/values/themes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
<!-- Base application theme. -->
33
<style name="Theme.addiction_tracker" parent="Theme.MaterialComponents.DayNight.NoActionBar">
44
<!-- Customize your theme here. -->
5+
<item name="android:windowOptOutEdgeToEdgeEnforcement">true</item>
56
</style>
67
</resources>

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"productName": "Addiction Tracker",
3-
"version": "0.0.24",
3+
"version": "0.0.25",
44
"identifier": "com.addictiontracker",
55
"build": {
66
"beforeDevCommand": "npm run start -- --host localhost --public-host localhost",

0 commit comments

Comments
 (0)