All notable changes to this project will be documented in this file.
- Added support in Dialog.
- Updated negative margin to fix overshoot on Samsung S10
- Added the ability to enable\disable click animation
- Readded getters for title & text TextView
- Support custom sound
- Bug Fixes
- Added support for rightIcon.
- Minor refactoring
- Added support for center or bottom gravity
- Added support for setting custom layout.
- Added set icon size.
- Enabled Sound for the Alert
- Updated Build Tools & Dependencies
- Enabled Vector Compat Support
- 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.