Tags: dhaval-radadia/notify
Tags
Merge pull request Karn#13 from Karn/develop **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`
Merge pull request Karn#10 from Karn/develop Release 0.0.5
Merge pull request Karn#8 from Karn/develop Release 0.0.4
Merge pull request Karn#6 from Karn/develop Release 0.0.3
Merge pull request Karn#4 from Karn/develop Release 0.0.2
PreviousNext