Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: hpi-studyu/studyu

Tags

studyu_flutter_common-v1.10.0

Toggle studyu_flutter_common-v1.10.0's commit message
 - **FIX**: update Supabase URL for production environment.

 - **FEAT**(flutter_common): support multiple Supabase URLs and improve connection handling.

studyu_designer_v2-v1.15.2

Toggle studyu_designer_v2-v1.15.2's commit message
 - **PERF**: Improve update performance using debouncer.

 - **FIX**: add conditional property to question form data and controller.
 - **FIX**: filter out non-dependable question types from available questions.
 - **FIX**: update conditional form titles to use localized strings.
 - **FIX**: filter out ignored question types from available questions.
 - **FIX**: update form control copying logic to handle Choice type values.

studyu_app-v2.12.3

Toggle studyu_app-v2.12.3's commit message
chore(release): publish packages

 - [email protected]
 - [email protected]
 - [email protected]

studyu_flutter_common-v1.9.3

Toggle studyu_flutter_common-v1.9.3's commit message
 - **FIX**: comment out encryptedSharedPreferences option in SecureSt…

…orage.

 - **FIX**: downgrade flutter_secure_storage to version 9.2.2 to address critical bugs.

studyu_designer_v2-v1.15.1

Toggle studyu_designer_v2-v1.15.1's commit message
 - Update a dependency to the latest release.

studyu_app-v2.12.1

Toggle studyu_app-v2.12.1's commit message
 - **FIX**: app starting issues due to storage reading.

studyu_flutter_common-v1.9.2

Toggle studyu_flutter_common-v1.9.2's commit message
 - **FIX**: update Supabase configuration and remove debug print stat…

…ements from model repository.

studyu_designer_v2-v1.15.0

Toggle studyu_designer_v2-v1.15.0's commit message
 - **REFACTOR**: ref error in app_drawer.

 - **REFACTOR**: remove debug print statement from model fetching.
 - **REFACTOR**: remove double fetching of study.
 - **REFACTOR**: comment out watchAllChanges method in model_repository.
 - **REFACTOR**: comment out duplicateAndSaveFromRemote method in model_repository.
 - **FIX**: update Supabase configuration and remove debug print statements from model repository.
 - **FIX**: add model refresh mechanism to study repository instead of removing the model.
 - **FIX**: after study cloning redirect to clone directly".
 - **FIX**: optimize user fetching to prevent duplicate user requests.
 - **FIX**: add reports form data application in study copy.
 - **FIX**: implement model removal from cache to fetch complete study when coming from dashboard.
 - **FIX**: enable dashboard display for fetched user studies.
 - **FIX**: cancel study subscription on dispose.
 - **FEAT**: improve version display logic and display on auth pages.

studyu_app-v2.12.0

Toggle studyu_app-v2.12.0's commit message
 - **REFACTOR**: refine free text question widget to improve submissi…

…on handling on focus loss.

 - **FIX**: improve scrolling behavior in questionnaire widget if questions were out of screen.
 - **FIX**: improve handling of conditional question dependencies in questionnaire widget.
 - **FIX**: improve free text question widget to handle auto-submit on focus loss.
 - **FIX**: enhance choice question widget to support auto-submit on confirm button touch.
 - **FIX**: handle conditional dependencies for earlier question modifications in questionnaire widget.
 - **FIX**: improve free text question widget by refining keyboard dismissal logic during user scroll.
 - **FEAT**: implement auto-submit on focus loss for free text question widget.
 - **FEAT**: improve free text question widget by removing unnecessary scroll controller and enhancing keyboard dismissal on user scroll.
 - **FEAT**: center text field in viewport for improved layout.
 - **FEAT**: improve free text question widget with debounced validation and autovalidation.
 - **FEAT**: enhance free text question widget with improved keyboard handling and validation.

studyu_designer_v2-v1.14.0

Toggle studyu_designer_v2-v1.14.0's commit message
 - **REFACTOR**: print empty version instead of null.

 - **FIX**: refactor clamping logic for free text length inputs to use final variables.
 - **FIX**: enhance free text length input handling with clamped values and improved layout.
 - **FIX**: free_text_question could not be added.
 - **FIX**: Increase max length for free text input to 1000.
 - **FIX**: update question response formatting to return structured choice data.
 - **FIX**: enhance question response formatting to include choice text.
 - **FEAT**: add version to designer.