Skip to content

Releases: usabilla/usabilla-u4a-android-sdk

v5.0.0

04 May 14:20
Compare
Choose a tag to compare

Added

  • Added the possibility to apply a custom theme to a single passive feedback form
  • Added a callback to the reset campaign method to notify when the action is finished
  • Added the possibility to remove cached passive feedback forms

Updated

  • Updated the way to interact with the SDK from static methods to class instantiation. See the ReadMe for more information
  • Updated the method loadFeedbackForm to accept as parameters also a Bitmap for the screenshot and a theme
  • Updated the way to provide a screenshot to the SDK
  • Updated Kotlin stdlib to use jdk7 instead of jre7

Removed

  • Removed the feature to give more feedback at the end of a passive feedback form
  • Removed the methods getAppName, setAppName, getAppId, setCustomScreenshot and getAppVersion from the public interface of our SDK

Fixed

  • Fixed a crash happening on devices without Google PlayStore installed
  • Fixed a crash happening when the screenshot file was not found

v4.1.1

30 Mar 09:35
Compare
Choose a tag to compare

4.1.1

Fixed

  • Fixed a possible IllegalStateException when displaying the banner
  • Fixed puntuation marks not being correctly handled in custom variables

v4.1.0

02 Mar 15:41
Compare
Choose a tag to compare

4.1.0

Added

  • Added callback parameter to the initialize and resetCampaignData methods to notify when they finish. See the ReadMe for more information
  • Added overloaded versions of initialize and resetCampaignData methods.

v4.0.3

15 Feb 15:09
Compare
Choose a tag to compare

4.0.3

Fixed

  • Fixed dependency to espresso idling resources incorrectly leaking into the hosting application
  • Fixed an issue that would cause the redirect to play store button not to appear under certain conditions

v4.0.2

02 Feb 10:58
Compare
Choose a tag to compare

Fixed

  • An issue with the jump rules not considered with the radio buttons component
  • An issue when the submission of the form was blocked by a required hidden field

v4.0.1

24 Jan 12:37
Compare
Choose a tag to compare

4.0.1

Fixed

  • Fixed a possible issue with data serialisation

v4.0.0

11 Jan 12:59
Compare
Choose a tag to compare

4.0.0

Added

  • Added targeted active feedback functionalities. See the readme for more details.
  • Added updateFragmentManager(SupportFragmentManager) to pass the FragmentManager needed for campaign functionalities. See the readme for more details.
  • Added isDebugEnabled() and setDebugEnabled(boolean) to enable the logging of information coming from the SDK. See the readme for more details.
  • Added resetCampaignData(Context). See the readme for more details.

Updated

  • Updated default smilies and stars.
  • Renamed UBForm to Usabilla.
  • Renamed UBFormInterface to UBFeedbackForm.
  • Renamed initClient() method to initialize(Context, String);. Calling this method is now mandatory to start the SDK.
  • Changed formLoadedSuccessfully(Form, boolean) to formLoadSuccess(FormClient).
  • Changed formFailedLoading(Form) to formLoadFail().
  • Changed loadFeedbackForm(String, Context, UBFormInterface); to loadFeedbackForm(Context, String, UBFeedbackForm).
  • Changed setCustomScreenshot(Bitmap) to setCustomScreenshot(Context, Bitmap).
  • Changed textForMainButtonUpdated(String) to mainButtonTextUpdated(String).
  • Refactored UsabillaTheme. See the readme for more details.
  • Merged form.hideDefaultNavigationButton(boolean) and form.hideCancelButton(boolean); into setDefaultNavigationButtonsVisibility(boolean) and areNavigationButtonsVisible()

Removed

  • Removed showCancelButton property. The cancel button will now be always displayed.
  • Removed the possibility to add specialised custom variables to passive forms. From now on, the global custom variables will be used instead.

v3.4.3

15 May 12:41
Compare
Choose a tag to compare
v3.4.3

v3.4.1

22 Mar 13:44
Compare
Choose a tag to compare
v3.4.1

v3.4.0

14 Feb 14:45
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/usabilla/usabilla-l4a-and…