From 15f437894968ff7f6b057522148bf6fe539990e0 Mon Sep 17 00:00:00 2001 From: Takuya Nishizawa Date: Mon, 12 Jan 2026 19:19:01 +0900 Subject: [PATCH 01/15] =?UTF-8?q?=E3=82=B5=E3=83=9E=E3=83=AA=E3=83=BC?= =?UTF-8?q?=E7=84=A1=E8=A6=96=E8=A8=AD=E5=AE=9A=E7=94=A8View=E3=81=AE?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ui/screen/detail/DetailScreen.kt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/AndroidApp/ui/src/main/kotlin/me/nya_n/notificationnotifier/ui/screen/detail/DetailScreen.kt b/AndroidApp/ui/src/main/kotlin/me/nya_n/notificationnotifier/ui/screen/detail/DetailScreen.kt index e109b188..a3f2b79b 100644 --- a/AndroidApp/ui/src/main/kotlin/me/nya_n/notificationnotifier/ui/screen/detail/DetailScreen.kt +++ b/AndroidApp/ui/src/main/kotlin/me/nya_n/notificationnotifier/ui/screen/detail/DetailScreen.kt @@ -13,6 +13,7 @@ import androidx.compose.foundation.text.KeyboardActions import androidx.compose.foundation.text.KeyboardOptions import androidx.compose.material.icons.Icons import androidx.compose.material.icons.outlined.NotificationsActive +import androidx.compose.material3.Checkbox import androidx.compose.material3.MaterialTheme import androidx.compose.material3.OutlinedTextField import androidx.compose.material3.SnackbarHostState @@ -160,6 +161,15 @@ private fun NotificationSetting( val focusManager = LocalFocusManager.current var condition by remember(initCondition) { mutableStateOf(initCondition) } Category(name = stringResource(id = R.string.notification_settings)) + Row( + verticalAlignment = Alignment.CenterVertically + ) { + Checkbox( + checked = true, + onCheckedChange = { }, + ) + Text("サマリーは無視する。") + } /* FIXME: TODO: * テキスト未確定状態で、IMEの◀,▶でカーソルを移動させたとき、カーソルの移動がおかしくなる * TextFieldValueも試したが改善されず From 2a999769bfb5701818b00972734a6a48e8b73fc8 Mon Sep 17 00:00:00 2001 From: Takuya Nishizawa Date: Mon, 12 Jan 2026 19:31:32 +0900 Subject: [PATCH 02/15] =?UTF-8?q?UiState=E7=B5=8C=E7=94=B1=E3=81=A7?= =?UTF-8?q?=E3=82=B5=E3=83=9E=E3=83=AA=E3=83=BC=E7=84=A1=E8=A6=96=E3=82=92?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E3=81=A7=E3=81=8D=E3=82=8B=E3=81=AB=E5=A4=89?= =?UTF-8?q?=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AndroidApp/.idea/deploymentTargetSelector.xml | 18 ------------ .../inspectionProfiles/Project_Default.xml | 14 +-------- .../ui/screen/detail/DetailScreen.kt | 29 ++++++++++++++----- .../ui/screen/detail/DetailViewModel.kt | 4 +++ .../ui/screen/detail/UiState.kt | 5 ++++ 5 files changed, 32 insertions(+), 38 deletions(-) delete mode 100644 AndroidApp/.idea/deploymentTargetSelector.xml diff --git a/AndroidApp/.idea/deploymentTargetSelector.xml b/AndroidApp/.idea/deploymentTargetSelector.xml deleted file mode 100644 index df28ead1..00000000 --- a/AndroidApp/.idea/deploymentTargetSelector.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/AndroidApp/.idea/inspectionProfiles/Project_Default.xml b/AndroidApp/.idea/inspectionProfiles/Project_Default.xml index e0da3ee5..7061a0d6 100644 --- a/AndroidApp/.idea/inspectionProfiles/Project_Default.xml +++ b/AndroidApp/.idea/inspectionProfiles/Project_Default.xml @@ -41,10 +41,6 @@