b9186937b3
android / Build + lint + test (push) Successful in 3m39s
Operator feedback: landscape just stretches the phone-portrait Compose layout awkwardly — every screen was sized for one column of cards, so rotation produces wide rows of unrelated content with big dead bands top and bottom. Until a dedicated tablet/landscape layout exists, lock the activity to portrait via screenOrientation. Revisit when a sw600dp resource set + multi-pane layouts land.