Skip to content

Releases: reteno-com/reteno-mobile-android-sdk

v2.0.4

30 Apr 07:32
Compare
Choose a tag to compare
  • Fixed ANR on database initialization
  • Fixed InApp behaviour not working when app goes background
  • Fixed InApp bug, when InApp was displayed every time instead of once per session
  • New feature to set custom deviceId.

v2.0.3

18 Apr 07:39
Compare
Choose a tag to compare
  • Introduced InApp pause behavior, which allows to control InApp display logic after unpausing them
  • Fixed exception that occurred when multiple events were inserted into the database
  • New “SessionStarted” event which is emitted when the new session is initialized
  • All requests now include platform header “Android”
  • Fixed crash in logger on Reteno initialization

v2.0.2

03 Apr 10:42
Compare
Choose a tag to compare
  • Removed stretching for square images in push notifications
  • Disabled tracking ScreenView events by default
  • Only last CartUpdated event will be sent now instead of batch of outdated events
  • Added lifecycle callback listener for In-App messages

v2.0.1

27 Mar 10:37
Compare
Choose a tag to compare
  • Added functionality of showing In-App messages while app is running depending on display rules set up in admin panel
  • Fixed obfuscation errors

v2.0.0

27 Mar 08:50
Compare
Choose a tag to compare

Added functionality of showing In-App messages while app is running depending on display rules set up in admin panel.

v1.7.2

21 Feb 12:20
Compare
Choose a tag to compare
  • Fixed issue of sending two same device requests on first app launch
  • Device request will be fired once on each launch of the application
  • Added 'isRetenoMessage' function to RetenoFirebaseMessagingService class to distinguish whether push notification was sent from Reteno admin panel or not in more convenient way

v1.7.1

10 Jan 17:39
Compare
Choose a tag to compare
  • Fixed bug when device data was not sent to backend after connecting to internet
  • Added function for force updating push permission status on Android 13 and above
  • Added custom data receiver for in-app messages

v1.7.0

20 Nov 12:54
Compare
Choose a tag to compare
  • Now developers can create custom BroadcastReceiver to listen to notification deleted events
  • Optimized user data and device data updating to get rid of duplicate API requests

v1.6.9

06 Nov 14:43
Compare
Choose a tag to compare
  • Added image preview to collapsed push notification
  • Sentry was removed from Reteno SDK
  • Fixed R8 Full Mode obfuscation issues
  • Fixed app crash caused by WorkManager initialization
  • Fixed some push delivery issues

v1.6.8

22 Sep 10:56
Compare
Choose a tag to compare
  • fixed issue with not sending push token