Skip to content

1.0.0.

Compare
Choose a tag to compare
@Karn Karn released this 13 May 21:10
· 40 commits to master since this release
f4eca75

New features:

  • Notification Alerting -- configure the LED color, sounds and vibrations of Notifications.
  • Set the LargeIcon.
  • Configure the People associated with the notification, this helps the system prioritize notifications and bypass Do Not Disturb mode if applicable.

Breaking changes:

  • Modified:
    • NotifyCreator#alerting(Payload.Alert.() -> Unit) -> NotifyCreator#alerting(String, Payload.Alert.() -> Unit)
    • Notify#defaultConfig { } now uses DSL syntax for default Header and Alerting configuration.
  • Renamed:
    • Creator -> NotifyCreator
    • Notify#DEFAULT_CHANNEL_KEY -> Notify#CHANNEL_DEFAULT_KEY
    • Notify#DEFAULT_CHANNEL_NAME -> Notify#CHANNEL_DEFAULT_NAME
    • Notify#DEFAULT_CHANNEL_DESCRIPTION -> Notify#CHANNEL_DEFAULT_DESCRIPTION