Swoosh/app
Paweł Orzech 5c931b138c feat: handle email-only posts in PostUploadWorker, Feed, and Detail screens
Phase 4b.3: Sent status in Feed + PostUploadWorker handling.
- PostUploadWorker: handle QUEUED_EMAIL_ONLY with email_only=true on GhostPost,
  pass newsletter slug to repository.createPost()
- FeedViewModel: map GhostPost email_only/sent status to FeedPost.emailOnly
- FeedScreen FilterChipsBar: add "Sent" chip (magenta, only when newsletter enabled)
- FeedScreen PostCardContent: show envelope icon + "Sent" in magenta for sent posts,
  replace "Share" with "Copy content" for email-only posts
- FeedScreen StatusBadge: handle sent/emailOnly status
- DetailScreen: show email-only info card with errorContainer color when post is
  sent via email only, noting it's not visible on the blog
2026-03-20 00:58:50 +01:00
..
src feat: handle email-only posts in PostUploadWorker, Feed, and Detail screens 2026-03-20 00:58:50 +01:00
build.gradle.kts feat: show app version in Settings, fix composer NPE crash, bump to v0.2.0 2026-03-19 15:27:58 +01:00
proguard-rules.pro fix: add proguard rule to suppress missing errorprone annotations in release build 2026-03-19 15:37:24 +01:00