Releases: ImaginativeShohag/Oops-No-Internet
Releases · ImaginativeShohag/Oops-No-Internet
2.0.0
We move our library from jitpack.io to maven repository. So no need to add any repositories for using the library.
We changed the file structures and re-right the whole library. So you have to do a little refactoring to use version 2 of the library. Just follow the samples, you will get it. Or add an issue if there any problem to migrate.
The library now provides a simple lifecycle-aware component for observing the Internet connection changes. It can be used with any kind of custom elements.
We provide two out of the box dialogs and a snackbar implementation.
Notable other changes:
- New:
NoInternetObserveComponent
lifecycle-aware component added. - New: Custom no Internet dialogs can be easily created using
BaseNoInternetDialog
class. - Changed: Previous
NoInternetDialog
nowNoInternetDialogPendulum
. - New: New
NoInternetDialogSignal
dialog added. - Removed:
NoInternetSnackbar
removed. - New: New
NoInternetSnackbarFire
added. - New: All the dialogs and snackbar are dark-mode ready.