Rommansabbir NetworkX Versions Save

πŸ…½πŸ…΄πŸ†ƒπŸ††πŸ…ΎπŸ†πŸ…ΊπŸ†‡ An easy & handy library to monitor device internet connection status.

4.2.0

1 year ago

⚑ Latest Version: 4.2.0 | Change Logs πŸ”°

  • NetworkX now works with both Activity or Application Scope (NetworkX lifecycle is bounded to NetworkXLifecycle.Activity or NetworkXLifecycle.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 close Dialog 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.

4.1.0

1 year ago

⚑ Latest Version: 4.1.0 | Change Logs πŸ”°
  • NetworkX now works with both Activity or Application Scope (NetworkX lifecycle is bounded to NetworkXLifecycle.Activity or NetworkXLifecycle.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 close Dialog forcefully
  • Added support for custom Drawable to be shown in NoInternetDialogV2
  • Several Classes, APIs has been deprecated.
  • Removed unused classes/packages
  • Colorful Documentation πŸ˜‚

4.0.0

1 year ago

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()"

3.4.1

1 year ago
  • Fixed issue (feature update request) (#13)
  • Documentation updated

3.4.0

2 years ago
  • Added support for Kotlin Flow (MutableStateFlow) for both Internet Connection Status and Last Known Speed
  • Added Extension Functions for NetworkX
  • Documentation updated

3.3.0

2 years ago
  • Inititalize NetworkX with new NetworkXConfig, old way Deprecated
  • Monitor connected network speed (must be enabled when initializing NetworkX)

3.1.0

2 years ago
  • NetworkX old version's has been deprecated
  • NetworkX use the new API ConnectivityManager to get callback regarding Network connection status

3.0.1

2 years ago

3.0.0

2 years ago

Version 3.0.0 has been released

2.2.0

3 years ago

Fixed issue #8