Skip to content

Releases: nutes-uepb/simple-survey

v1.2.3

19 Aug 00:58
Compare
Choose a tag to compare

Bug fixes and improvements

  • Corrects the bug that did not allow text alignment;
  • Corrects the error that did not allow to enable/disable the way of adding new item
  • Changes the SelectSpinner component to open in dialog mode;
  • Adds code improvements.

v1.2.1

21 Mar 05:49
Compare
Choose a tag to compare

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

17 Mar 22:12
Compare
Choose a tag to compare

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

14 Mar 15:51
Compare
Choose a tag to compare

New Feature:

  • Support for open type questions.

Improvements:

  • Standardization of the method names of each configuration of the question types.

v1.0.0

12 Mar 21:40
Compare
Choose a tag to compare

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.