I have added title with question to dialog in DropdownWithFilterMultiQuestionView editing dialog layout
I have added title with question to dialog in DropdownMultiQuestionView setting prompt property
I have added title with question to dialog in YearSelectorQuestionView editing dialog layout
I have added title with question to date dialog in DatePickerQuestionView:
I had problems questionView with different Android versions to set title, then I have refactored the code of DatePickerFragment to show an AlerDialog with a custom view. this one has a textview for title and a DatePicker
:boom: How can it be tested?
Use Case 1: Create a new survey and fields of type AUTOCOMPLETE, DROPDOWN_LIST, DATE, YEAR dialogs should show title in old android versions and new Android versions.
:floppy_disk: Requires DB migration?
[x] Nope, we can just merge this branch.
[ ] Yes, but we need to apply it before merging this branch.
[ ] Yes, it's already applied.
:art: UI changes?
[ ] Nope, the UI remains as beautiful as it was before!
:pushpin: References
:tophat: What is the goal?
Add question label to screen for control types:
AUTOCOMPLETE DROPDOWN_LIST DATE YEAR ... (any full screen controls)
:gear: branches
app: Origin: maintenance-add_question_label_to_screen Target: v1.4_connect bugshaker-android: Origin: downgrade_gradle_version EyeSeeTea-sdk: Origin: maintenance-add_title_to_year_picker Target: Development
:memo: How is it being implemented?
:boom: How can it be tested?
Use Case 1: Create a new survey and fields of type AUTOCOMPLETE, DROPDOWN_LIST, DATE, YEAR dialogs should show title in old android versions and new Android versions.
:floppy_disk: Requires DB migration?
:art: UI changes?