This repository has been archived by the owner on Aug 10, 2022. It is now read-only.
1.0.0-beta16
Pre-release
Pre-release
This release includes several changes within the internal systems and some minor changes to the public API.
Features
- Simplified usage of HitogoParamsHolder object within the internal systems. Each new builder should override onProvideData. This is not required anymore, but needed if the builder's values should be send to the requested alert.
- Changed the logic behind the showNext implementation, especially the part for the priority. Goal was to reduce possible performance issues due to the implementation.
- Removed some methods from the AlertBuilder which could confuse debugging public API usage. The effected methods are closeOthers() and dismissByLayoutClick()
- Removed onCheck(HitogoController, AlertParams) from the alert lifecycle.
- Added more javadoc to different methods.
Bugfixes
- Using the showNext() would show the newest invisible alert instead of the oldest invisible alert. Due to this fix the internal alert list has been changed to a LIFO-based list.