Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

1.0.0-beta18

Pre-release
Pre-release
Compare
Choose a tag to compare
@AlexanderEggers AlexanderEggers released this 07 Feb 23:30

This release includes several major internal changes and new features.

Features

  • Snackbar and Toast has been introduced to the library! You can access those new alerts via asToastAlert and asSnackbarAlert.
  • SimpleButton has been added to the possible button implementations. This button has not as many features as the ActionButton and is focused on alerts that does not need all parameters. You can access this new button via asSimpleButton.
  • All custom params holder have been removed internally to create a cleaner, generic holder class. The params holder class is responsible for the communication between the builder and the alert params object.
  • Tweaking library annotations.
  • Visibility of several methods have been changed to allow custom implementations.
  • Tweaking performance inside HitogoController which should improve the default alert closing (closeByAlert) significantly.

Bug fixes

  • Popup was not correctly detached from the HitogoController.
  • getView (Activity only) and getActivityView have used the wrong rootview. This has been changed for the HitogoActivity and HitogoFragment.