Skip to content

Latest commit

 

History

History
103 lines (74 loc) · 2.29 KB

CHANGELOG.md

File metadata and controls

103 lines (74 loc) · 2.29 KB

Change Log

All notable changes to this project will be documented in this file.

5.1.2 - 16/02/2020

  • Added support for rightIcon.

5.1.1 - 28/01/2020

  • Minor refactoring

5.1.0 - 28/01/2020

  • Added support for center or bottom gravity

5.0.0 - 18/09/2019

  • Added support for setting custom layout.
  • Added set icon size.

4.1.1 - 25/09/2019

  • Enabled Sound for the Alert

4.1.0 - 18/09/2019

  • Updated Build Tools & Dependencies
  • Enabled Vector Compat Support

4.0.3 - 1/5/2019

  • Added support for setting custom typefaces for buttons

4.0.2 - 6/3/2019

  • Bug Fixes - Accept CharSequence as parameters instead of String on setTitle, setText, and addButton functions

4.0.1 - 27/2/2019

  • Bug Fixes - Removed Unneeded LinearLayoutCompat

4.0.0 - 2/12/2018

  • Migrate to AndroidX
  • Added support for Cutout/Notch

3.0.2 - 15/11/2018

  • Bug Fixes

3.0.1 - 01/11/2018

  • Bug Fixes

3.0.0 - 06/6/2018

  • Converted library to Kotlin

2.0.6 - 30/5/2018

  • Added dismissible functionality

2.0.5 - 26/4/2018

  • Fixed issue with on hide listener not being called when alert is swiped to dismiss

2.0.4 - 26/1/2018

  • Fixed content gravity issue

2.0.3 - 08/1/2018

  • Updated build tools & support libs
  • Added methods to set icon tint

2.0.2 - 11/12/2017

  • Added fixed for the Alert drawing under the status bar

2.0.1 - 18/09/2017

  • Added Progress Bar colour change methods
  • Fixed crashes on icon loading

2.0.0 - 07/02/2017

  • Added isShowing method
  • Added additional icon setting methods
  • Added styling methods
  • added progress bar

1.0.9 - 27/06/2017

  • Added Swipe to Dismiss
  • Added setAlertBackgroundColor to allow the use of color ints

1.0.8 - 09/05/2017

  • Added disable vibration option
  • Updated Alert dismiss method
  • Added method to hide icon
  • Added method to disable outside touch

1.0.7 - 07/03/2017

  • Added the ability to use bitmap images for the icon.

1.0.6 - 07/03/2017

  • Removed RtL support in Manifest
  • Updated icon resource names to resolve conflicts

1.0.5 - 06/03/2017

  • Add ability to hide the icon.

1.0.3 - 21/02/2017

  • Back Ported to API Level 9
  • Updated BinTray uploading in build script

1.0.2 - 20/02/2017

  • Add onHide, onShow listener.

1.0.1 - 16/02/2017

  • Add ability to disable icon pulsing.

1.0.0 - 16/02/2017

  • Initial release.