Skip to content

Releases: Wootric/WootricSDK-Android

Release 2.14.1

18 Dec 17:16
Compare
Choose a tag to compare
  • Fix bug while writing to parcel

Release 2.14.0

15 Nov 00:47
Compare
Choose a tag to compare

2.14.0 (2019-11-14)

  • Add support of admin panel values for 3rd screen

Release 2.13.0

09 Aug 20:22
Compare
Choose a tag to compare

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

17 Jul 23:51
Compare
Choose a tag to compare

2.12.0 (2019-07-17)

  • Add support for custom scale

Release 2.11.0

04 Feb 18:38
Compare
Choose a tag to compare

2.11.0 (2019-02-04)

  • Add new method showSurveyInActivity

Release 2.10.0

20 Dec 23:35
Compare
Choose a tag to compare

2.10.0 (2018-12-18)

  • Add support for Property Based Sampling

Release 2.8.0

18 May 22:25
Compare
Choose a tag to compare
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

18 May 22:24
Compare
Choose a tag to compare
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

18 May 22:22
Compare
Choose a tag to compare
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

18 May 22:20
Compare
Choose a tag to compare
v2.6.0

Fix Issue and Add Scroll View