Releases: ColdTea-Projects/SmplrAlarm
SmplrAlarm 2.1.1
[2.1.1] 20.04.2022
Fixed the problem with on click notification intent
Name change: On click notification intent name was changed from intent to contentIntent
Proguard rule update: keep class names under -> de.coldtea.smplr.smplralarm.models
SmplrAlarm 2.1.0
[2.1.0] 03.03.2022
Dependency upgrades:
Kotlin 1.6.10
Gradle 7.0.4
Room 2.4.2
Moshi 1.13.0
SmplrAlarm 2.0.2
[2.0.2] 11.12.2021
- Android 12 integration
- Java 11 integration
- Kotlin 1.5.31
- compileSdkVersion 31
- Dependency updates:
- org.jetbrains.kotlin:kotlin-stdlib:1.6.0
- androidx.core:core-ktx:1.7.0
- androidx.appcompat:appcompat:1.4.0
- com.google.android.material:material:1.4.0
- androidx.test.ext:junit:1.1.3
- com.android.tools.build:gradle:7.0.3
- com.google.gms:google-services:4.3.10
- koin_version 3.1.4
6.Updateable notifications
7.Notifications are muted
SmplrAlarm 1.3.0
[v1.3.0] 12.11.2021
Added
notificationDismissedIntent : The action intent which is executed when the notification is dismissed.
SmplrAlarm 1.2.0
ChangeLog
[v1.2.0] 31.10.2021
Added
notificationReceivedIntent: Intent to receive the broadcast which is send when the alarm is fired.
Fixed
JSON conversion error on converting extrasKeySet of full screen intent. It is possible now to sen extras in format of String, Int, Long and Double
[v1.1.0] 10.07.2021
Added
infoPairs: New field in the alarm object which is used to pass information
Full screen intents also returns request id
[v1.0.0] 02.06.2021
Set, Update, Delete alarm
Listen and get saved alarms
An alarm can consist of : hour, minute, weekdays, notification, notification channel, notification buttons and intents (max.29, intent, full screen intent, activity state.
SmplrAlarm 1.1.0
ChangeLog
[v1.0.0] 02.06.2021
Set, Update, Delete alarm
Listen and get saved alarms
An alarm can consist of : hour, minute, weekdays, notification, notification channel, notification buttons and intents (max.29, intent, full screen intent, activity state.
[v1.1.0] 10.07.2021
Added
infoPairs: New field in the alarm object which is used to pass information
Full screen intents also returns request id
Hello SmplrAlarm 1.0
v1.0.0 develop: add license