All notable changes to this project will be documented in this file.
- Added support for setting custom typefaces for buttons
- Bug Fixes - Accept CharSequence as parameters instead of String on setTitle, setText, and addButton functions
- Bug Fixes - Removed Unneeded LinearLayoutCompat
- Migrate to AndroidX
- Added support for Cutout/Notch
- Bug Fixes
- Bug Fixes
- Converted library to Kotlin
- Added dismissible functionality
- Fixed issue with on hide listener not being called when alert is swiped to dismiss
- Fixed content gravity issue
- Updated build tools & support libs
- Added methods to set icon tint
- Added fixed for the Alert drawing under the status bar
- Added Progress Bar colour change methods
- Fixed crashes on icon loading
- Added isShowing method
- Added additional icon setting methods
- Added styling methods
- added progress bar
- Added Swipe to Dismiss
- Added setAlertBackgroundColor to allow the use of color ints
- Added disable vibration option
- Updated Alert dismiss method
- Added method to hide icon
- Added method to disable outside touch
- Added the ability to use bitmap images for the icon.
- Removed RtL support in Manifest
- Updated icon resource names to resolve conflicts
- Add ability to hide the icon.
- Back Ported to API Level 9
- Updated BinTray uploading in build script
- Add onHide, onShow listener.
- Add ability to disable icon pulsing.
- Initial release.