From b619fade723344300320a40758e8515d1960b6e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 07:51:45 +0100 Subject: [PATCH 1/2] Bump androidGradlePlugin from 8.7.1 to 8.8.0 (#281) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 45a7f6ed9..184845108 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ buildToolsVersion = "35.0.0" accompanist = "0.30.1" androidDesugarJdkLibs = "2.1.4" -androidGradlePlugin = "8.7.1" +androidGradlePlugin = "8.8.0" androidxActivity = "1.9.3" androidxAppCompat = "1.7.0" androidxComposeBom = "2024.12.01" From 042af39bb66d0ad1db3e583be8a86891aa842663 Mon Sep 17 00:00:00 2001 From: Martin Felber Date: Fri, 10 Jan 2025 09:36:26 +0100 Subject: [PATCH 2/2] Extend survey period one more time --- .../feature/dashboard/service/impl/SurveyHintServiceImpl.kt | 2 +- .../www1/artemis/native_app/feature/dashboard/ui/SurveyHint.kt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/feature/dashboard/src/main/kotlin/de/tum/informatics/www1/artemis/native_app/feature/dashboard/service/impl/SurveyHintServiceImpl.kt b/feature/dashboard/src/main/kotlin/de/tum/informatics/www1/artemis/native_app/feature/dashboard/service/impl/SurveyHintServiceImpl.kt index cfdf0462f..7fe03dab7 100644 --- a/feature/dashboard/src/main/kotlin/de/tum/informatics/www1/artemis/native_app/feature/dashboard/service/impl/SurveyHintServiceImpl.kt +++ b/feature/dashboard/src/main/kotlin/de/tum/informatics/www1/artemis/native_app/feature/dashboard/service/impl/SurveyHintServiceImpl.kt @@ -11,7 +11,7 @@ import java.time.LocalDate private val SURVEY_START_DATE = LocalDate.of(2024, 11, 28) -private val SURVEY_END_DATE = LocalDate.of(2025, 1, 16) +private val SURVEY_END_DATE = LocalDate.of(2025, 1, 31) class SurveyHintServiceImpl( private val context: Context, diff --git a/feature/dashboard/src/main/kotlin/de/tum/informatics/www1/artemis/native_app/feature/dashboard/ui/SurveyHint.kt b/feature/dashboard/src/main/kotlin/de/tum/informatics/www1/artemis/native_app/feature/dashboard/ui/SurveyHint.kt index 246f48113..04145643d 100644 --- a/feature/dashboard/src/main/kotlin/de/tum/informatics/www1/artemis/native_app/feature/dashboard/ui/SurveyHint.kt +++ b/feature/dashboard/src/main/kotlin/de/tum/informatics/www1/artemis/native_app/feature/dashboard/ui/SurveyHint.kt @@ -126,6 +126,7 @@ private fun SurveyDialog( ) { AlertDialog( + modifier = modifier, onDismissRequest = { onClose(false) }, title = { Text(text = stringResource(R.string.survey_dialog_title)) }, text = {