Skip to content

Release v1.0.2

Choose a tag to compare

@github-actions github-actions released this 11 Jul 05:49
· 220 commits to main since this release

Added

  • Favorites Tab: Implemented a dedicated "Favorites" tab in the bottom navigation bar to directly view and call your starred contacts.
  • Polished Visuals for Favorites: Added elegant Material 3 background card containers with proper spacing, color accents, and a streamlined layout that matches the Contacts and Recents tab.

Fixed

  • Call Type Identification in Notifications: Fixed an issue where all calls showed up as "Incoming call" in active notifications by correctly filtering active call notification triggers to only fire during STATE_RINGING.
  • Missed Call Notification Triggering: Restored missed call notifications to prompt only for actual missed incoming calls, ignoring local rejections or completed outgoing calls.
  • Persistent Call Log Deletion: Fixed an issue where deleted recent calls reappeared on app restart by correctly deleting them from both the internal SQLite Room database and the Android system content resolver (CallLog.Calls).

Added

  • Initial release of the Secure Dialer application.
  • Material 3 design with dynamic color support.
  • Comprehensive Dialer with search, speed dial, and call logs.
  • Local contact management using Room database.
  • Active call management via Telecom framework.
  • Call screening and blocking capabilities.
  • Privacy-focused architecture with explicit attribution tags.

Fixed

  • Attribution tag declaration errors in AndroidManifest.xml.
  • Missing backslash in manifest merger.
  • Various UI alignment and spacing issues for better ergonomics.

Security

  • Implemented createAttributionContext for fine-grained privacy auditing.