Releases: Karn/notify
Releases · Karn/notify
1.4.0
1.3.0
1.2.1
1.2.0
Change Log:
- Migrated to AndroidX, updated to Kotlin 1.3.11 & Gradle 4.10.2 (cc: @bernaferrari)
- Updated README links, fixed typos, and completed other misc. documentation clean up.
- Provide additional examples for advanced usage scenarios.
1.1.0
1.0.0.
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 defaultHeaderand Alerting configuration.
- Renamed:
Creator->NotifyCreatorNotify#DEFAULT_CHANNEL_KEY->Notify#CHANNEL_DEFAULT_KEYNotify#DEFAULT_CHANNEL_NAME->Notify#CHANNEL_DEFAULT_NAMENotify#DEFAULT_CHANNEL_DESCRIPTION->Notify#CHANNEL_DEFAULT_DESCRIPTION
0.0.5-alpha.
Changes:
- Alerting scoped function which introduces the ability to change lockscreen visibility as well as the duration until the notification will expire and automatically be dismissed.
- Hide/show the timestamp next to the application name.
- Fixes for changes that were made in the
headerscoped function in an instance persisting to other instances. - Fixes for stack notifications not working for stacked items of size > 2.
- Miscellaneous internal code clean up.
0.0.4-alpha.
- Additional unit tests for
RawNotificationmembers. - Sticky and LocalOnly notification flags.
0.0.3-alpha.
- Minimal documentation as a baseline for developers.
- Travis/Codecov Coverage reporting.
- Breaking changes:
NotificationInterlop->NotificationInteropExpandable#expandedText->Expandable#collapsedTextCreator#getBuilder()is nowCreator#asBuilder()which is inline with the function of the same name inNotify.Creator#send()andNotify#send()are nowCreator#show()andNotify#show()respectively.
Release 0.0.2-alpha.
- Fix for headerText not being set correctly.
- Additional Unit tests.