- Servicio: nuevo campo esRecurrente + migración DB v2 - Al marcar pagada una factura recurrente se genera la siguiente - Editar facturas existentes desde CrearFacturaScreen - Nuevo método actualizarFactura en FacturaProvider - padding inferior en listas de facturas y servicios (último item visible) - Nota de factura visible en subtítulo - Filtro Vencidas corregido - Monto pendiente total visible en dashboard - Botón undo para revertir factura pagada - Configuración de release signing (keystore) - Pantalla de política de privacidad en la app + PRIVACY_POLICY.md
36 lines
1.4 KiB
Markdown
36 lines
1.4 KiB
Markdown
# Privacy Policy — Factura del Hogar
|
|
|
|
**Last updated:** June 2026
|
|
|
|
## Data Collection
|
|
|
|
Factura del Hogar **does not collect, transmit, or share any personal data.** All information you enter (bills, services, amounts, and settings) is stored exclusively on your device using a local SQLite database.
|
|
|
|
## Internet Access
|
|
|
|
The app **does not require internet access.** The `INTERNET` permission is declared only in debug and profile builds (required by the Flutter framework for development features like hot reload). The release version distributed through Google Play has no internet permission and no network capabilities.
|
|
|
|
## Permissions
|
|
|
|
- **POST_NOTIFICATIONS**: Used to show local reminders about bill due dates.
|
|
- **RECEIVE_BOOT_COMPLETED**: Used to reschedule notifications after a device restart.
|
|
- **SCHEDULE_EXACT_ALARM**: Used to deliver bill reminders at the exact scheduled time.
|
|
|
|
No permission is used to access the internet, accounts, or external storage.
|
|
|
|
## Third-Party Services
|
|
|
|
This app uses no third-party analytics, advertising, or tracking services. No data is sent to any server.
|
|
|
|
## Data Deletion
|
|
|
|
Since all data is stored locally, uninstalling the app removes all associated data. You can also delete individual invoices or services through the app's interface.
|
|
|
|
## Contact
|
|
|
|
If you have questions about this privacy policy, please open an issue at the project repository.
|
|
|
|
---
|
|
|
|
© 2026 Factura del Hogar
|