Files
sf-app-platform/apps/mobile_app
JulianAlcala 938a23a6a4 feat(settings/block-phone): rewrite with blockUnknownNumbers + blocked calls subroute
Drop the contact-list whitelist flow. The new block_phone screen has two cards:

- Permiso de llamadas: switch wired to the device setting blockUnknownNumbers, saved through deviceSettingsUpdateProvider (same pattern as disable_functions)
- Notificación de bloqueos: tappable card that navigates to the new blocked_calls subroute

The blocked_calls screen reads callHistoryProvider from sf_shared and filters by isBlocked == true. Added blockUnknownNumbers to DeviceSettingsEntity and Model + mappers, new tracking event legacy_settings_block_phone_toggled, and i18n keys across the 6 locales. Removed old contact-list code (controller, sheets, repository, contacts/form providers, controller test).
2026-05-13 21:44:01 -05:00
..
2026-05-05 10:31:43 -05:00

sf-app-platform

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.