- Fix anchors for larger display text
- Add survey customizations
- Fix disclaimer's TextView gravity for ReactNative & Flutter
- Add disclaimer support
- Fix NullPointerException when setting color in tablets (Wootric/WootricSDK-flutter#8)
- Add support for AU tokens
- Fix getScoreColor bug
- Fix crash after stopping a survey
- Fix missing files on Maven
- Add support for custom first question
- Fix EditText background for Flutter
- Fix AlertDialog theme for Flutter
- Add checks for driver picklist fields
- Remove unused code
- Add support for Driver Picklist feature
- Add language to response
- Fix thank you dialog button color
- Thank you dialog dismiss survey on touch outside
- Add option to hide "powered by InMoment"
- Fix thank_you_button color being overriden by colorPrimary
- Fix color ID resource not found
- Fix survey rating numbers hidden when device is set to maximum font size
- Add support for EU tokens
- Add setSurveyedDefault method
- Reskin
- Fix currentEvent being null and crashing app
- Fix memory leaks
- Add stop() method
- Fix surveyDidShow callback for FragmentActivity
- Add support to show Footer section in Landscape mode
- Fix Wootric Sampling Rule property
- Add log message
- Fix opt-out button to retrieve text from server translations
- Change Enter button action on feedback screen to advance to next screen
- Add support for SamplingGroups
- Remove clientSecret initializer
- Fix keyboard on tablets
- Fix exceptions
- Add support for event based sampling
- Fix bug when thank_you_link_url_settings is not present
- Migrate to AndroidX
- Fix bug while writing to parcel
- Add support of admin panel values for 3rd screen
- Add callbacks
- Remove tracking pixel
- Fix timeDelay bug
- Fix ThankYou dialog dismiss bug
- Add skipFeebackScreen
- Add support for custom scale
- Add new method showSurveyInActivity
- Add support for Property Based Sampling
- Add new method to show opt out link
- Add new method that just needs client_id & doesn't require the client_secret
- Fix Layout for short followup question
- Update Gradle and Build Libraries
- Use Fragment from Support Library v4
- Add
SURVEY_DIALOG_TAG
to Fragment Transaction - Fix Survey Layout hides from bottom if Survey question is long
- Fix space in between DISMISS and SEND button
- Update text Edit score to new position
- Update RelativeLayout to ConstraintLayout
- Fix white text over white background
- CES and CSAT support
- Enable 'Send' button when no feedback text is provided on second screen
- Fix 'DONE' button text
- Intercept click event on tablet survey
- Fix error catching
- Pass external_id & phone_number
- Update tests
- Accept resurvey_throttle and decline_resurvey_throttle
- Update tests
- Add tests for PreferencesUtils
- Add log for last_seen and surveyed 'cookie' values
- Clean code
- Catch NullPointerException
- Update gradle
- Null check for activity
- Send Wootric SDK, OS version and OS name
- Fix null pointer exception
- User-Agent header field
- Add end_user_last_seen on requests to eligibility
- Fix first_survey_delay bug
- Fix Log crash bug
- Add resources for new Wootric logo
- Add documentation & license on files
- Code cleanup
- Concurrent Survey Processing support
- Use https on survey.wootric.com
- Move Edit Score, Dismiss & Send buttons up on Feedback view to prevent being covered by keyboard
- Fix score view layout on tablets
- Remove buttons in last view if custom Thank You message and Social links not set (tablets)
- Fix custom thank you text to show correct text (tablet)
- Add CHANGELOG.md & LICENSE.md
- Update gitignore file to ignore *.iml files, which are IDE files
- Fix http response decoding on WootricRemoteRequestTask.java to show correct characters unicode characters
- Add log to requests and responses on WootricRemoteRequestTask.java
- Add Edit Score to LocalizedTexts
- Fix Edit Score button to show localized text
- Fix Submit text on tablets to show localized text
- Add getters for social share question and social share decline on Settings.java
- Fix final Thank You message on both phones & tablets to show correct message
- Use default hint color for feedback placeholder on wootric_survey_layout.xml
- Set buttons textSize from dimens files on wootric_survey_layout.xml
- Add dimens.xml to change font size for different screen densities
- Update settings test