mirror of
https://github.com/pawelorzech/Swoosh.git
synced 2026-03-31 20:15:41 +00:00
Phase 4b.1: Add data model support for email-only posts. - PostStatus: add SENT enum value - QueueStatus: add QUEUED_EMAIL_ONLY enum value - PostFilter: add SENT filter with "status:sent" ghost filter - GhostPost: add email_only Boolean field - FeedPost: add emailOnly Boolean field - LocalPostDao: include QUEUED_EMAIL_ONLY in queued posts query - OverallStats: handle SENT status in stats calculation - FeedScreen: show "Pending email send" for QUEUED_EMAIL_ONLY queue status - Update tests for new enum values and fields |
||
|---|---|---|
| .. | ||
| src | ||
| build.gradle.kts | ||
| proguard-rules.pro | ||