AlarmClock icon indicating copy to clipboard operation
AlarmClock copied to clipboard

Most popular open source Android Alarm Clock App

Results 87 AlarmClock issues
Sort by recently updated
recently updated
newest added

It would be geat if there was a date system where you can select and deselect certan dates, like in the oneplus clock app v7 If you want to check...

feature

Bumps `kotlin` from 1.9.22 to 1.9.23. Updates `plugin.serialization` from 1.9.22 to 1.9.23 Release notes Sourced from plugin.serialization's releases. Kotlin 1.9.23 1.9.23 Apple Ecosystem KT-65542 Cinterop tasks fails if Xcode 15.3...

Dependencies

Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.9 to 1.13.10. Release notes Sourced from io.mockk:mockk's releases. 1.13.10 What's Changed Add support to nested value classes by @​rotilho in mockk/mockk#1202 Fix callOriginal on default interface...

Dependencies

Bumps `serializationVersion` from 1.6.2 to 1.6.3. Updates `org.jetbrains.kotlinx:kotlinx-serialization-protobuf` from 1.6.2 to 1.6.3 Release notes Sourced from org.jetbrains.kotlinx:kotlinx-serialization-protobuf's releases. 1.6.3 This release provides a couple of new features and uses Kotlin...

Dependencies

Sample code **activity manager to create new alarm** using **termux** `am start -a android.intent.action.SET_ALARM --ei android.intent.extra.alarm.HOUR 0 --ei android.intent.extra.alarm.MINUTES 31 --es android.intent.extra.alarm.MESSAGE "Wake up!" --ez android.intent.extra.alarm.SKIP_UI true `

## Describe the bug All of my alarms vibrate even though the settings (3 dots top right -> vibrate) is off. ## To Reproduce Describe the steps to reproduce the...

bug