Skip to content

v1.7.46

Choose a tag to compare

@github-actions github-actions released this 19 Jul 13:57

Release Notes

What's New

Features

  • Local email search: Full-text search across subject, body, sender, and recipient fields using FTS4 indexing. Filter by field scope (Subject/Body/From/To), date range (Today/7 days/30 days), and attachment presence. Search filters auto-open when the search bar is active.
  • Dock navigation overhaul: Redesigned dock bar with improved layout, surfaceContainerHigh theming, and proper pill rendering in both light and dark modes.
  • Status bar scrim fix: Status bar now correctly adapts its scrim to the underlying content for a consistent visual experience.
  • Removed custom seed color: Simplified theme system by removing the custom seed color feature. Color resolution now uses monochrome toggle + API level fallback.

Bug Fixes

  • Flat touching edges on unread pills and card containers: Eliminated chipped gaps between consecutive items in grouped email lists. MIDDLE positions are completely flat, TOP has flat bottom, BOTTOM has flat top — both unread pills and card containers use 0dp corner radius on touching edges.

Maintenance

  • Version bumped to 1.7.45
  • Cleaned up deprecated customSeedColor DataStore key and related wiring
  • Removed CustomThemeScreen.kt, ColorSourceActionRow, and associated settings UI