feat: add call history screen

- Add call history screen with list of incoming/outgoing calls
  - Implement GET /devices/identificator/{id}/call-histories endpoint
  - Add CallHistoryResponseModel with freezed
  - Add Riverpod provider for CallHistoryDatasource
  - Add route, builder, and menu button in device management
This commit is contained in:
2026-03-22 05:50:20 +01:00
parent ced0895063
commit 5111d5d65f
23 changed files with 1786 additions and 7 deletions

View File

@@ -626,5 +626,10 @@
"volumeSend": "Senden",
"photoTaken": "Foto erfolgreich aufgenommen",
"noPhotosAvailable": "Keine Fotos verfügbar",
"measure": "Messen"
"measure": "Messen",
"callHistory": "Anrufverlauf",
"callHistoryEmpty": "Keine Anrufe aufgezeichnet",
"callIncoming": "Eingehend",
"callOutgoing": "Ausgehend",
"callMissed": "Verpasst"
}

View File

@@ -758,5 +758,10 @@
"locationWifiNetworksOptional": "WiFi networks (optional)",
"photoTaken": "Photo taken successfully",
"noPhotosAvailable": "No photos available",
"measure": "Measure"
"measure": "Measure",
"callHistory": "Call history",
"callHistoryEmpty": "No calls recorded",
"callIncoming": "Incoming",
"callOutgoing": "Outgoing",
"callMissed": "Missed"
}

View File

@@ -756,5 +756,10 @@
"locationWifiNetworksOptional": "Redes WiFi (opcional)",
"photoTaken": "Foto tomada exitosamente",
"noPhotosAvailable": "No hay fotos disponibles",
"measure": "Medir"
"measure": "Medir",
"callHistory": "Historial de llamadas",
"callHistoryEmpty": "No hay llamadas registradas",
"callIncoming": "Entrantes",
"callOutgoing": "Salientes",
"callMissed": "Perdidas"
}

View File

@@ -626,5 +626,10 @@
"volumeSend": "Envoyer",
"photoTaken": "Photo prise avec succès",
"noPhotosAvailable": "Aucune photo disponible",
"measure": "Mesurer"
"measure": "Mesurer",
"callHistory": "Historique des appels",
"callHistoryEmpty": "Aucun appel enregistré",
"callIncoming": "Entrants",
"callOutgoing": "Sortants",
"callMissed": "Manqués"
}

View File

@@ -626,5 +626,10 @@
"volumeSend": "Invia",
"photoTaken": "Foto scattata con successo",
"noPhotosAvailable": "Nessuna foto disponibile",
"measure": "Misurare"
"measure": "Misurare",
"callHistory": "Cronologia chiamate",
"callHistoryEmpty": "Nessuna chiamata registrata",
"callIncoming": "In arrivo",
"callOutgoing": "In uscita",
"callMissed": "Perse"
}

View File

@@ -626,5 +626,10 @@
"volumeSend": "Enviar",
"photoTaken": "Foto tirada com sucesso",
"noPhotosAvailable": "Nenhuma foto disponível",
"measure": "Medir"
"measure": "Medir",
"callHistory": "Histórico de chamadas",
"callHistoryEmpty": "Nenhuma chamada registrada",
"callIncoming": "Recebidas",
"callOutgoing": "Efetuadas",
"callMissed": "Perdidas"
}