Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Releases: novoda/merlin

1.2.1

16 Nov 12:11
74e8bf2
Compare
Choose a tag to compare

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

1.2.0

29 Oct 14:40
dbb5698
Compare
Choose a tag to compare

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

1.1.8

23 Oct 13:52
026b47e
Compare
Choose a tag to compare

#173 Lowered IllegalStateException severity
#170 Multi activity demo

1.1.7

22 Mar 12:13
Compare
Choose a tag to compare

Related to issue #163 the following has been patched:

Guard against a null connectivityChangesForwarder #164

1.1.6

12 Feb 15:04
Compare
Choose a tag to compare

Related to issue #157 the following has been patched:

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

1.1.5

10 Oct 10:31
Compare
Choose a tag to compare

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).

v1.1.4

10 Aug 14:54
Compare
Choose a tag to compare

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.

v1.1.3

24 Jul 09:24
Compare
Choose a tag to compare

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

12 Jul 12:47
Compare
Choose a tag to compare

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

v1.1.1

29 Jun 12:05
Compare
Choose a tag to compare

Fixes crash in RxDemos relating to passing MerlinsBeard to NetworkStatusDisplayer