Skip to content

Changes

Started by Mandvi
Started 15 days ago
Took 2 min 28 sec

Summary

  1. The `FeedbackCategory` enum has been refactored This change is reflected in the `ShareFeedbackScreen` (commit: 4a93ed2) (details)
  2. The `FeedbackCategory` enum has been refactored This change is reflected in the `ShareFeedbackScreen` (commit: 855e013) (details)
  3. Refactor: Cleaned up feedback submission code (commit: 403b774) (details)
Commit 4a93ed2c98d5bd33258c90cc65f387b920e055ff by mandvi.verma
The `FeedbackCategory` enum has been refactored This change is reflected in the `ShareFeedbackScreen`

Additionally, Android-specific logging (`android.util.Log`) has been replaced with a common `print` statement in the `EmailLauncherUseCaseAndroid`, `WebLauncherUseCaseAndroid`, and `WhatsAppLauncherUseCaseAndroid` files.
(commit: 4a93ed2)
The file was modifiedrespect-lib-shared/src/androidMain/kotlin/world/respect/shared/domain/launchers/WebLauncherUseCaseAndroid.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/feedback/FeedbackCategory.kt (diff)
The file was modifiedrespect-lib-shared/src/androidMain/kotlin/world/respect/shared/domain/launchers/WhatsAppLauncherUseCaseAndroid.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/sharefeedback/ShareFeedbackScreen.kt (diff)
The file was modifiedrespect-lib-shared/src/androidMain/kotlin/world/respect/shared/domain/launchers/EmailLauncherUseCaseAndroid.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/sharefeedback/ShareFeedbackViewModel.kt (diff)
Commit 855e013ba71c3822d5f76bb199e8fb24d378aad2 by mandvi.verma
The `FeedbackCategory` enum has been refactored This change is reflected in the `ShareFeedbackScreen`
(commit: 855e013)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/sharefeedback/ShareFeedbackViewModel.kt (diff)
The file was modifiedrespect-lib-shared/src/androidMain/kotlin/world/respect/shared/domain/launchers/WebLauncherUseCaseAndroid.kt (diff)
Commit 403b774ff4f1b9cc79f18870da6719f0549820bf by mandvi.verma
Refactor: Cleaned up feedback submission code
(commit: 403b774)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/feedback/FeedbackCategory.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/composeResources/values/strings.xml (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/feedback/FeedbackTicket.kt (diff)