Releases: nutes-uepb/simple-survey
Releases · nutes-uepb/simple-survey
v1.2.3
v1.2.1
Fixing bugs:
- Error that did not allow to build the example application, because it had the same name of the library;
- Method
description(@StringRes int text, @ColorInt int color)
added because it had been accidentally removed.
v1.2.0
New features:
- Added function to define size of title text and description of questions;
- Added possibility to set texts either by String or @StringRes.
v1.1.0
New Feature:
- Support for open type questions.
Improvements:
- Standardization of the method names of each configuration of the question types.
v1.0.0
Features
- Support for the following question types:
- Dichotomic choice (e.g. example YES/NO);
- Single choice;
- Multiple choose.
- Presentation page.
- Question blocked until response is obtained.
- Added more customization possibilities
Bug fixes and improvements:
- Improved code writing;
- Bug that prevents the blocking of the question.