这是indexloc提供的服务,不要输入任何密码
Skip to content

New feature: Allow user to set custom snooze duration #5

@Abhishek14104

Description

@Abhishek14104

Description

Currently, the snooze duration is hardcoded to 5 minutes.
Users should be able to choose their preferred snooze time (e.g., 1–59 minutes) from the app’s UI.

Files potentially involved

  • lib/app/modules/more/view/more_settings_view.dart
  • android/app/src/main/kotlin/com/example/uac_companion/AlarmServices/BroadcastReceivers/AlarmSnoozeReceiver.kt
  • android/app/src/main/kotlin/com/example/MainActivity.kt

Expected Behavior

  • Create a new data field for alarmSnoozeTime.
  • Let the user select the custom time in the UI in the more alarm settings view.
  • Follow existing UI patterns and color schemes.
  • The alarm should ring after the user-selected snooze time.

Screenshot

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions