Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Releases: nearit/Android-SDK

2.12.5

20 Feb 18:01
Compare
Choose a tag to compare

API Breaking Changes

  • None.

Enhancements

  • None.

Bugfixes

  • Fix sendFeedback callback.

2.12.4

19 Sep 09:43
Compare
Choose a tag to compare

API Breaking Changes

  • None.

Enhancements

  • None.

Bugfixes

  • Fix crashes occurring during beacon scan.

2.12.3

04 Jul 16:12
Compare
Choose a tag to compare

minSdkVersion has been raised to 16.

API Breaking Changes

  • Moved sendRegistrationToServer(refreshedToken) method from NearInstanceIDListenerService to NearFcmListenerService.

Enhancements

  • None.

Bugfixes

  • None.

2.12.2

18 Jun 10:17
Compare
Choose a tag to compare

API Breaking Changes

  • None.

Enhancements

  • None.

Bugfixes

  • Avoid crash on custom trigger leading to an online evaluated recipe.

2.12.1

12 Jun 10:50
Compare
Choose a tag to compare

API Breaking Changes

  • ProfileUserDataListener and ProfileFetchListener are not inner interfaces anymore, their error methods have been renamed.

Enhancements

  • Internal support for Xamarin binding.

Bugfixes

  • None.

2.12.0

07 Jun 09:10
Compare
Choose a tag to compare

API Breaking Changes

  • None.

Enhancements

  • New method for fetching user data:
public void getUserData(NearItUserProfile.ProfileUserDataListener listener)

Bugfixes

  • None.

2.11.2

26 Feb 10:47
Compare
Choose a tag to compare

API Breaking Changes

  • None.

Enhancements

  • None.

Bugfixes

  • Avoid potential ConcurrentModificationException.

2.11.1

19 Feb 15:27
Compare
Choose a tag to compare

API Breaking Changes

  • None.

Enhancements

  • None.

Bugfixes

  • Don't send null comment in json body for feedback answers without comment.

2.11.0

07 Feb 14:32
Compare
Choose a tag to compare

API Breaking Changes

  • None.

Enhancements

  • New feature: add/remove listeners for getting notification history updates.
  • New feature: notification history items have isNew information, can be reset with utility method.

Bugfixes

  • None.

2.10.9

31 Jan 16:59
Compare
Choose a tag to compare

API Breaking Changes

  • None.

Enhancements

  • None.

Bugfixes

  • Fix coupon icon from notification.