Releases: rommansabbir/NetworkX
Releases · rommansabbir/NetworkX
Version: 4.2.0 Released
⚡ Latest Version: 4.2.0 | Change Logs 🔰
- NetworkX now works with both Activity or Application Scope (NetworkX lifecycle is bounded to
NetworkXLifecycle.Activity
orNetworkXLifecycle.Application
). - Introduced
SmartConfig
to replace old config [NetworkXConfig
has been deprecated]. - New API to initialize
NetworkX
, enabled smart refactoring to replace old API with new one. - New API [
NoInternetDialogV2.forceClose()
] added to closeDialog
forcefully. - Added support for custom Drawable to be shown in
NoInternetDialogV2
. - Added support for No Internet Dialog
JetPack Compose
version. - Several Classes, APIs has been deprecated.
- Removed unused classes/packages.
Version: 4.1.0 Released
⚡ Latest Version: 4.1.0 | Change Logs 🔰
- NetworkX now works with both Activity or Application Scope (NetworkX lifecycle is bounded to
NetworkXLifecycle.Activity
orNetworkXLifecycle.Application
) - Introduced
SmartConfig
to replace old config [NetworkXConfig
has been deprecated] - New API to initialize
NetworkX
, enabled smart refactoring to replace old API with new one - New API [
NoInternetDialogV2.forceClose()
] added to closeDialog
forcefully - Added support for custom Drawable to be shown in
NoInternetDialogV2
- Several Classes, APIs has been deprecated.
- Removed unused classes/packages
- Colorful Documentation 😂
Version: 4.0.0 Released
Change Logs:
- Removed legacy codes
- Check internet connectivity status instead of focus on network connection availability
- NetworkX observing lifecyle updated to "From Activity onCreate() to onDestroy()"
Version: 3.4.1 Released
- Fixed issue (feature update request) (#13)
- Documentation updated
Version: 3.4.0 Released
- Added support for Kotlin Flow (
MutableStateFlow
) for both Internet Connection Status and Last Known Speed - Added
Extension Functions
forNetworkX
- Documentation updated
Version: 3.3.0 Released
- Inititalize
NetworkX
with newNetworkXConfig
, old wayDeprecated
- Monitor connected network speed (must be
enabled
when initializingNetworkX
)
Version: 3.1.0 Released
- NetworkX old version's has been deprecated
- NetworkX use the new API
ConnectivityManager
to get callback regarding Network connection status
Version: 3.0.0 Released
3.0.1 Gradle updated, Kotlin updated
Version: 3.0.0 Released
Version 3.0.0 has been released
Version: 2.2.0 Released
Fixed issue #8