Skip to content

Releases: usabilla/usabilla-u4a-android-sdk

v7.3.0

03 Aug 20:27
Compare
Choose a tag to compare

7.3.0

Fix

  • Return value from the public dismiss method
  • Prevent returning multiple passive form when the last one requested is still present on screen
  • Talkback info on star component
  • Logging not showing when enabled

Remove

  • Permissions READ_EXTERNAL_STORAGE and CAMERA

Update

  • Android AppCompat dependency to v1.3.1
  • Moshi dependency to v1.12.0
  • Kotlin dependency to v1.5.21

v7.2.2

24 Jun 17:20
Compare
Choose a tag to compare

7.2.2

Add

  • Optional broadcast receiver to receive user entries when a form or campaign is closed

Fix

  • Image selection not working properly in ReactNative

v.7.2.1

02 Jun 11:18
Compare
Choose a tag to compare

7.2.1

Fix

  • Campaign banner not shown properly in full screen apps. (Fixes issue #220)

Update

  • README to give detailed information about JAVA8 compatibility. (Fixes issue #239)

v7.2.0

23 Apr 14:42
Compare
Choose a tag to compare

7.2.0

Add

  • Set java compatibility to Java 8
  • Add dependency from Java classes present in Android API 26 and above (needs desugaring as explained in the readme)
  • Public property to turn off telemetry data upload
  • Upload of Javadocs to Maven Central

Fix

  • Crash after resuming the app from the background in a multi step campaign
  • Bug for concurrent injection (sometimes campaigns would not be shown because of that)

Remove

  • Dependency from JCenter
  • Deprecated kotlin-extensions plugin

Update

  • Volley dependency to v1.2.0
  • Exifinterface dependency to v1.3.2
  • Kotlin dependency to v1.4.32
  • Kotlin coroutines dependency to v1.4.2
  • Moshi dependency to v1.10.0
  • Play core dependency to v1.10.0

v7.1.2

23 Apr 14:41
Compare
Choose a tag to compare

7.1.2

Fix

  • Campaigns not shown when there is a failure while parsing

Update

  • Usabilla brand logo and redirect url with GetFeedback logo and url
  • Local database to support downgrading

v7.1.1

19 Mar 12:41
Compare
Choose a tag to compare

7.1.1

Fix

  • Custom variables not set properly
  • Crash when parsing wrongly formatted campaign

Update

  • Custom variables are backed by a ConcurrentMap to avoid threading issues
  • Custom variables to store only non empty string values

v7.1.0

02 Mar 18:17
Compare
Choose a tag to compare

7.1.0

Fix

  • Google play review prompt not being shown (#205)
  • Asynchronous operations done off main thread (#217)
  • Campaign events remembered through different app launches
  • Banner dimension with long content or big font size
  • Sending event simultaneously had campaigns overlap

Update

  • Campaign banner title max number of rows set to 3

v7.0.9

10 Dec 14:43
Compare
Choose a tag to compare

7.0.9

Fix

  • Http 494 Error (Fixes issue #214)
  • Campaign data submissions

Update

  • ConcurrentModificationException crash (upon suggestion in issue #215)

v7.0.8

12 Nov 08:35
Compare
Choose a tag to compare

7.0.8

Add

  • Function to toggle logo clickability

Fix

  • Randomisation of Picker, Checkboxes and Radio components
  • Jump rules related to Mood and Slider component

Update

  • GooglePlay core dependency v1.8.3
  • AndroidX exifinterface dependency to v1.3.1
  • Target Android 30

v7.0.7

30 Sep 12:01
Compare
Choose a tag to compare

7.0.7

Fix

  • Duplicate input field (Fixes Issue #201)
  • Non-Sdk Greylist warning (Fixes issue #199)