From 8f7e2c51a995101d5fb75b8ec21ebe3a3ab41441 Mon Sep 17 00:00:00 2001 From: amoledwatchfaces <92080649+amoledwatchfaces@users.noreply.github.com> Date: Sat, 5 Oct 2024 07:17:55 +0000 Subject: [PATCH] * some more fixes --- .idea/appInsightsSettings.xml | 46 +++++++ .idea/codeStyles/Project.xml | 123 ++++++++++++++++++ .idea/codeStyles/codeStyleConfig.xml | 5 + .idea/deploymentTargetDropDown.xml | 26 ++++ .idea/deploymentTargetSelector.xml | 29 +++++ .idea/gradle.xml | 1 + .idea/icon.svg | 44 +++++++ .idea/inspectionProfiles/Project_Default.xml | 3 + .idea/migrations.xml | 10 ++ .idea/other.xml | 6 + .idea/runConfigurations.xml | 13 ++ build.gradle.kts | 4 +- wear/build.gradle.kts | 7 +- wear/src/main/AndroidManifest.xml | 5 +- .../weartools/weekdayutccomp/MainViewModel.kt | 9 +- .../activity/PickDateActivity.kt | 10 +- .../DateCountdownComplicationService.kt | 45 +++++-- .../complication/TimerComplicationService.kt | 3 + .../preferences/UserPreferences.kt | 4 +- .../ComplicationTapBroadcastReceiver.kt | 44 +++++-- wear/src/main/res/drawable/ic_launch.xml | 1 - .../src/main/res/drawable/ic_notification.xml | 3 +- wear/src/main/res/drawable/ic_water.xml | 3 +- 23 files changed, 399 insertions(+), 45 deletions(-) create mode 100644 .idea/appInsightsSettings.xml create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/codeStyles/codeStyleConfig.xml create mode 100644 .idea/deploymentTargetDropDown.xml create mode 100644 .idea/deploymentTargetSelector.xml create mode 100644 .idea/icon.svg create mode 100644 .idea/migrations.xml create mode 100644 .idea/other.xml create mode 100644 .idea/runConfigurations.xml diff --git a/.idea/appInsightsSettings.xml b/.idea/appInsightsSettings.xml new file mode 100644 index 0000000..f472e84 --- /dev/null +++ b/.idea/appInsightsSettings.xml @@ -0,0 +1,46 @@ + + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..7643783 --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,123 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..79ee123 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml new file mode 100644 index 0000000..32627fc --- /dev/null +++ b/.idea/deploymentTargetDropDown.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/deploymentTargetSelector.xml b/.idea/deploymentTargetSelector.xml new file mode 100644 index 0000000..7f44e80 --- /dev/null +++ b/.idea/deploymentTargetSelector.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 6d4cc03..18f3847 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -4,6 +4,7 @@