Skip to content

Releases: ColdTea-Projects/SmplrAlarm

SmplrAlarm 2.1.1

20 Apr 20:49
Compare
Choose a tag to compare

[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

03 Mar 19:32
Compare
Choose a tag to compare

[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

11 Dec 21:56
Compare
Choose a tag to compare

[2.0.2] 11.12.2021

  1. Android 12 integration
  2. Java 11 integration
  3. Kotlin 1.5.31
  4. compileSdkVersion 31
  5. 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

12 Nov 21:03
Compare
Choose a tag to compare

[v1.3.0] 12.11.2021
Added
notificationDismissedIntent : The action intent which is executed when the notification is dismissed.

SmplrAlarm 1.2.0

31 Oct 19:01
Compare
Choose a tag to compare

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

10 Jul 10:29
0c79238
Compare
Choose a tag to compare

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

02 Jun 20:51
Compare
Choose a tag to compare
v1.0.0

develop: add license