- 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