Novoda Merlin Versions Save

Observes network connection status & gives callbacks

v1.2.1

5 years ago

#183 Concurrent Modification Exception fix #182 Remove releases folder (outdated) #184 Disconnect from request when there is an error

v1.2.0

5 years ago

#177 Captive portal check to MerlinsBeard. Adds a builder to MerlinsBeard.

v1.1.8

5 years ago

#173 Lowered IllegalStateException severity
#170 Multi activity demo

v.1.1.7

6 years ago

Related to issue #163 the following has been patched:

Guard against a null connectivityChangesForwarder #164

v.1.1.6

6 years ago

Related to issue #157 the following has been patched:

  • Guard against a null collection of registrable when clearing #158

1.1.5

6 years ago

Related to issue #149 the following has been patched:

  • Add guard statement for the null connection (#151).
  • Align notification system so that both the NetworkCallbacks and Receiver use the same set of callbacks, that include guards against nulls (#150).

v.1.1.4

6 years ago

As per issue #146, this release fixes a crash that occurs when calling Merlin.bind without specifying withBindableCallbacks when using the MerlinBuilder. #148 introduced a null check to ensure that onBind events are swallowed when a client does not wish to receive such events.

v.1.1.3

6 years ago

Drop com.novoda.support package it clashes with client libraries and applications. Logger is designed to be used by Merlin so it should live internally.

Relevant PR: #143

v1.1.2

6 years ago

Fixes NullPointerException related to NetworkInfo in MerlinsBeard. See: #139.

v1.1.1

6 years ago

Fixes crash in RxDemos relating to passing MerlinsBeard to NetworkStatusDisplayer