This repository has been archived by the owner on Sep 3, 2021. It is now read-only.
Releases: nearit/Android-SDK
Releases · nearit/Android-SDK
2.12.5
2.12.4
API Breaking Changes
- None.
Enhancements
- None.
Bugfixes
- Fix crashes occurring during beacon scan.
2.12.3
minSdkVersion
has been raised to 16.
API Breaking Changes
- Moved
sendRegistrationToServer(refreshedToken)
method fromNearInstanceIDListenerService
toNearFcmListenerService
.
Enhancements
- None.
Bugfixes
- None.
2.12.2
API Breaking Changes
- None.
Enhancements
- None.
Bugfixes
- Avoid crash on custom trigger leading to an online evaluated recipe.
2.12.1
API Breaking Changes
ProfileUserDataListener
andProfileFetchListener
are not inner interfaces anymore, their error methods have been renamed.
Enhancements
- Internal support for Xamarin binding.
Bugfixes
- None.
2.12.0
API Breaking Changes
- None.
Enhancements
- New method for fetching user data:
public void getUserData(NearItUserProfile.ProfileUserDataListener listener)
Bugfixes
- None.
2.11.2
API Breaking Changes
- None.
Enhancements
- None.
Bugfixes
- Avoid potential ConcurrentModificationException.
2.11.1
API Breaking Changes
- None.
Enhancements
- None.
Bugfixes
- Don't send null comment in json body for feedback answers without comment.
2.11.0
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
API Breaking Changes
- None.
Enhancements
- None.
Bugfixes
- Fix coupon icon from notification.