Skip to content

Releases: Mopinion-com/mopinion-sdk-android

v1.0.27

15 May 14:07
Compare
Choose a tag to compare

What's changed

UX:

  • Header form has been aligned with Preview. End aligning the close icon and setting the respective font type.
  • Progress Bar and Progress Dots and its color now matches with the theme selected.
  • Progress Bar and Progress Dots are not shown if it is a single page form and they are activated.
  • Branding is now present at the Thanks Page.
  • Single line element restyled.
  • 'Something else...' option font color issue solved for the RadioButton, Checkbox and Dropdown select elements.

Issues:

  • Jetpack Compose compatibility improved and documentation is now included in readme.
  • Versions Catalog is now included in readme.
  • Issue where was not possible to allow Gallery permissions to upload a screenshot using the ScreenshotComponent, presented in >= Tiramisu.
  • Fixed issue where close button in Webforms was not working properly.

v1.0.26

12 Apr 15:29
Compare
Choose a tag to compare

What's changed

  • The labels UX has been improved in the components that can show labels.
  • Question titles can now be as long as the user wants.
  • StarRatingComponent has been aligned with the Interface Preview.
  • Auto-Post feature has been improved and bugs reported have been fixed.
  • ThumbsComponent has been aligned with the Interface Preview.
  • Bugs fixed on the ScreenshotComponent.

v1.0.25

07 Mar 15:28
Compare
Choose a tag to compare

What's changed

  • Fixed issue where the Form could not be submitted when having required values using a ContactDetailsComponent.

v1.0.24

26 Feb 16:50
Compare
Choose a tag to compare

What's changed:

  • Fixed bug where "false" word was being shown in the Text Area Component as placeholder.
  • The functionality of providing the SDK version in Webview Forms has been implemented.
  • The SDK has been adapted to receive the Flutter Plugin Version when initialised from a Flutter project.

v1.0.23

12 Feb 13:42
Compare
Choose a tag to compare

What's Changed

UI Fixes

  • Fixed UI inconsistencies on Numeric Rating.
  • Fixed UI inconsistencies on Net Promotor Score (NPS).
  • Fixed UI inconsistencies on the Mopinion logo of the forms.

Bugs Fixed

  • Provided a fix for crashes when the SDK was released to a Third Party Store (e.g. Amazon, Huawei...).
  • Fixed issue of "empty form page" when View Logic hided all elements on next page.
  • Fixed Issue related to PixelCopy for accelerated hardware devices.
  • Java IDE issues fixed.

v1.0.22

24 Jan 12:32
Compare
Choose a tag to compare

What's changed

  • Fixed issues related to the Contact Details Component where view logics were not applied and some text fields were shown when not supposed to be shown.
  • Fixed issues where Medadata injection into Webview Forms was not working.
  • Improved caching dynamics.

v1.0.21

12 Jan 18:36
Compare
Choose a tag to compare

What's changed:

  • Submit view components logic has been implemented, allowing to submit the form upon certain selection or logic in a View Component.
  • Exceptions are now also handled when the Mopinion.kt object is created, avoiding the client's app to suffer a fatal crash due to an odd exception.

v1.0.20

23 Nov 15:41
Compare
Choose a tag to compare

What's changed

Fixes:

  • Fixed a bug related to the View Component Logic where the Checkbox component view logic wasn't working as expected.

  • Fixed bug where in some autopost configurations, the last page couldn't be posted due to the submit button or navigation buttons were hidden.

v1.0.19

10 Nov 13:02
Compare
Choose a tag to compare

What's changed

  • Fixed bug where after updating the form in the Mopinion Web Interface, the form wasn't being updated in the SDK.

v1.0.18

01 Nov 13:50
Compare
Choose a tag to compare

What's Changed

New features:

  • Option to ignore all Form rules when triggering event. Event function now accepts a Boolean parameter named ignoreProactiveRules to achieve this feature.