From f9eeff8dcc3d198ceed63eacbc7b1c92ce824dfc Mon Sep 17 00:00:00 2001 From: Wally Hackenslacker Date: Mon, 16 Mar 2026 23:41:03 -0400 Subject: [PATCH] docs: refine card detail verification note wording --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index c3e0ce3..d68e167 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -149,7 +149,7 @@ Kanbn4Droid is an unofficial app to connect to and manipulate data stored in sel - Description supports markdown editing and preview toggle; the add-comment dialog also supports markdown edit/preview and submits through the API, then refreshes timeline data. - Timeline is rendered as a vertical activity feed with relative timestamps, comment/update action text, markdown-rendered comment bodies, loading/error/empty states, and newest-first ordering. - Board-detail card taps navigate directly to `CardDetailActivity`; the placeholder card-detail route/activity has been removed. - - Verification note (card-detail run in `.worktrees/card-detail-view`): `./gradlew test` passed, `./gradlew assembleDebug` passed, and `./gradlew connectedDebugAndroidTest` failed in this environment with major failures including `NoActivityResumedException` and duplicate-intent assertions (`Wanted to match 1 intents. Actually matched 2 intents.`); report: `app/build/reports/androidTests/connected/debug/index.html`. + - Verification note: `./gradlew test` passed, `./gradlew assembleDebug` passed, and `./gradlew connectedDebugAndroidTest` is currently failing with major observed failures including `NoActivityResumedException` and duplicate-intent assertions (`Wanted to match 1 intents. Actually matched 2 intents.`); report: `app/build/reports/androidTests/connected/debug/index.html`. **Settings view** - The view shows a list of settings that can be changed by the user. The following settings are available: