From 398acf28bf2bec3f847e5747fddb450e78f8fa67 Mon Sep 17 00:00:00 2001 From: Shubham Nanche <73213552+shubhamnanche@users.noreply.github.com> Date: Thu, 19 Dec 2024 20:25:15 +0530 Subject: [PATCH 1/3] Add haptic feedback when swiping between verses --- .idea/appInsightsSettings.xml | 26 +++ .idea/compiler.xml | 2 +- .idea/deploymentTargetSelector.xml | 10 + .idea/gradle.xml | 1 + .idea/kotlinc.xml | 2 +- .idea/misc.xml | 3 +- .idea/runConfigurations.xml | 17 ++ app/build.gradle | 39 ++-- .../activity/ChapterDetailsActivity.kt | 3 +- .../activity/VerseDetailActivity.kt | 187 ++++++++++++------ .../android/bhagavadgita/utils/Frequency.kt | 13 ++ build.gradle | 6 +- gradle.properties | 3 +- gradle/libs.versions.toml | 34 ++++ gradle/wrapper/gradle-wrapper.properties | 2 +- 15 files changed, 261 insertions(+), 87 deletions(-) create mode 100644 .idea/appInsightsSettings.xml create mode 100644 .idea/deploymentTargetSelector.xml create mode 100644 .idea/runConfigurations.xml create mode 100644 app/src/main/java/com/wirelessalien/android/bhagavadgita/utils/Frequency.kt create mode 100644 gradle/libs.versions.toml diff --git a/.idea/appInsightsSettings.xml b/.idea/appInsightsSettings.xml new file mode 100644 index 0000000..371f2e2 --- /dev/null +++ b/.idea/appInsightsSettings.xml @@ -0,0 +1,26 @@ + + + + + + \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml index b589d56..b86273d 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/deploymentTargetSelector.xml b/.idea/deploymentTargetSelector.xml new file mode 100644 index 0000000..b268ef3 --- /dev/null +++ b/.idea/deploymentTargetSelector.xml @@ -0,0 +1,10 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index b31d960..a60b906 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -4,6 +4,7 @@