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:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user