From f159349cae41eea54d819ad5712ed10d5fe138ba Mon Sep 17 00:00:00 2001 From: Ishan Patel Date: Wed, 4 Sep 2024 15:03:06 -0400 Subject: [PATCH] yacwc --- .idea/codeStyles/Project.xml | 123 +++++++++++ .idea/codeStyles/codeStyleConfig.xml | 6 + .idea/deploymentTargetSelector.xml | 8 + .idea/misc.xml | 1 - gradle/libs.versions.toml | 6 +- wear/build.gradle.kts | 5 +- .../identify/presentation/ControlDashboard.kt | 128 ++++-------- .../identify/presentation/MainActivity.kt | 110 +++------- .../identify/presentation/MainState.kt | 196 ++++++------------ .../identify/presentation/MessageSendRecv.kt | 11 + .../identify/presentation/SoundRecorder.kt | 26 ++- .../presentation/SpeakerPlayerScreen.kt | 69 ------ .../presentation/SpeakerPlayerViewModel.kt | 72 ------- .../presentation/SpeakerRecordingScreen.kt | 101 --------- .../presentation/StartRecordingScreen.kt | 68 ++++++ 15 files changed, 368 insertions(+), 562 deletions(-) create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/codeStyles/codeStyleConfig.xml create mode 100644 wear/src/main/java/com/birdsounds/identify/presentation/MessageSendRecv.kt delete mode 100644 wear/src/main/java/com/birdsounds/identify/presentation/SpeakerPlayerScreen.kt delete mode 100644 wear/src/main/java/com/birdsounds/identify/presentation/SpeakerPlayerViewModel.kt delete mode 100644 wear/src/main/java/com/birdsounds/identify/presentation/SpeakerRecordingScreen.kt create mode 100644 wear/src/main/java/com/birdsounds/identify/presentation/StartRecordingScreen.kt 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..6e6eec1 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/deploymentTargetSelector.xml b/.idea/deploymentTargetSelector.xml index d62d75e..2a31d53 100644 --- a/.idea/deploymentTargetSelector.xml +++ b/.idea/deploymentTargetSelector.xml @@ -4,6 +4,14 @@