2.0.0
2.0.0 - 2022-06-19
Big release. Many bugfixes, expanded public API, new features. Modernized outdated codebase - more or less a full rewrite.
This is a breaking API release. Existing code using previous versions of this library will require some adjustments.
Those adjustments should be simple though - mostly new API naming.
Added
- A pill shaped layout (original layout available as "full-width" layout)
- Drag-to-dismiss + general support for user interaction on the notification
- Easy progress bar animation through public API
- Custom view presentation
- Presentation when no status bar is visible
- More robust layouting of text & activity indicator
- Support for apps that use window scenes
- Explicit Swift naming for all public APIs + Swift example project
- Full fledged style editor in example project + config export
Fixed
- Many bug fixes
Changed
- Non-notch device layout matches notch device layout now
- Included styles moved to explicit API, instead of
styleName
API JDStatusBarView
internals no longer exposed, custom view APIs added instead.
(Click the 2.0.0 version number for a full diff compared to the previous version.)