You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thread Deduplication: Added a fast UI-level deduplicator to filter out identical API-level messages (e.g.,
from mailing lists or Google automated CCs) to keep threads clean.
Ghost Drafts: Fixed an issue where local drafts remained visible alongside sent messages, which previously
caused thread message counts to inflate incorrectly.
Safe Draft Discard: Fixed a critical bug where discarding a draft on an active reply would delete the entire
parent thread locally and schedule it for trash.
Cache Storage Migration: Migrated the Room database from userdata to cacheDir. The native Android 'Clear
Cache' button now safely and correctly reclaims space. A seamless migration function handles the transition for
existing users on startup.