Skip to content

Releases: infinum/android_connectionbuddy

Version 2.0.1

23 Jan 08:40
39952b2
Compare
Choose a tag to compare

Version 2.0.1 with dependencies bump and small bug fixes.

Version 2.0.0-beta1

24 Jan 16:58
Compare
Choose a tag to compare

Library has been completely updated and refactored:

  • refactor network cache to interface,
  • default LRUCache implementation for network cache
  • use Android constant values for intent filters
  • refactor all enums to magic constants
  • refactor test network request executor
  • throw security exception if permissions are not allowed granted for connecting to the wifi endpoints
  • update build tools

Version 1.4.0

07 Dec 19:30
Compare
Choose a tag to compare

Changelog:

  • bumped compile SDK version to SDK level 25
  • added option to connect to WiFi by providing network SSID and network password

Version 1.3.0

13 Oct 21:10
Compare
Choose a tag to compare

Changelog:

  • update compileSdkVersion to API version 24
  • minSdkVersion is now API version 9 (min supported version of Android Support Library)

Version 1.2.0

29 Aug 17:31
Compare
Choose a tag to compare
  • Update: Library is now backported to API level 8.

Version 1.1.2

19 Jul 11:18
Compare
Choose a tag to compare

Changelog:

  • fixed null pointer exceptions in getting signal strength

Version 1.1.1

14 Jul 15:36
Compare
Choose a tag to compare

Update: bumped SDK version to 23
Update: removed ConnectivityType.BOTH, as device can have only one ConnectivityType at the moment
Update: code hygiene and refactor

Version 1.1.0

17 Mar 17:10
Compare
Choose a tag to compare

New: introduced ConnectionBuddyActivity for simpler configuration
New: added option to be notified only about reliable events
Update: code hygiene and refactor

Version 1.0.7

12 Dec 11:12
Compare
Choose a tag to compare

Version 1.0.7 - manifest updates.

Version 1.0.6

06 Dec 22:47
Compare
Choose a tag to compare

Rebranding.