Releases: Wootric/WootricSDK-Android
Releases · Wootric/WootricSDK-Android
Release 2.14.1
- Fix bug while writing to parcel
Release 2.14.0
2.14.0 (2019-11-14)
- Add support of admin panel values for 3rd screen
Release 2.13.0
2.13.0 (2019-08-09)
- Add callbacks
- Remove tracking pixel
- Fix timeDelay bug
- Fix ThankYou dialog dismiss bug
- Add skipFeebackScreen
Release 2.12.0
2.12.0 (2019-07-17)
- Add support for custom scale
Release 2.11.0
2.11.0 (2019-02-04)
- Add new method showSurveyInActivity
Release 2.10.0
2.10.0 (2018-12-18)
- Add support for Property Based Sampling
Release 2.8.0
Add Opt Out Link - "opt out" view is now at the bottom left along with "Powered by Wootric" on right - add "optOut" method set as on click listener for "opt out" textView which generates url(opt out link) and redirects user to web view of options Trello: https://trello.com/c/zfh6LtQh/17-2-gdpr-android-sdk
Release 2.7.0
Remove use of Client Secret No longer need to use client secret to intialize sdk. Test: Run demo app just by updating client id and account token (no more client secret is needed) and see if everyithings run smoothly.
Release 2.6.1
Fix Short Followup Question Layout Test: - Set short followup question like "short qs" from settings or using below code in your app ``` WootricCustomMessage customMessage = new WootricCustomMessage(); customMessage.setFollowupQuestion("short qs"); customMessage.setPlaceholderText("short ph"); wootric.setCustomMessage(customMessage); ``` - Without my changes: Screen width will cover content only and not whole screen which looks very bad - With my changes: Fixes the layout width Trello: https://trello.com/c/4zz3GT0c/2881-if-you-call-setcustomthankyou-the-second-screen-message-disappears-and-the-second-screen-shrinks-and-looks-way-broken-7079
Release 2.6.0
v2.6.0 Fix Issue and Add Scroll View