2 Commits

Author SHA1 Message Date
Ensar Sarajčić
21031a9089 Add new intents for alarms and timers
Added support for new intents:
- `ACTION_SET_ALARM`
- `ACTION_SET_TIMER`
- `ACTION_DISMISS_ALARM`
- `ACTION_SNOOZE_ALARM`
- `ACTION_DISMISS_TIMER`
- `ACTION_SHOW_TIMERS`

This closes #357
2023-08-31 08:47:10 +02:00
Ensar Sarajčić
8e713bb68c Migrate to viewbinding and kotlin gradle scripts
- Updated to viewbinding and kotlin gradle scripts
- Updated kotlin to 1.9.0
- Updated Android Gradle Plugin to 8.1.0
- Updated `androidx.lifecycle` to 2.6.1
- Updated `room` to 2.6.0-alpha02
- Updated `androidx.work` to 2.8.1
- Updated `kotlinx.coroutines` to 1.7.3
- Updated `stetho` to 1.6.0
2023-08-04 16:19:11 +02:00