Added simple call log to voice call screen

This commit is contained in:
Mark Qvist 2025-11-09 13:58:40 +01:00
parent 09400ec863
commit 8121de96d7
5 changed files with 264 additions and 57 deletions

View file

@ -6,6 +6,7 @@ from kivymd.uix.list import OneLineIconListItem, MDList, IconLeftWidget, IconRig
from kivy.properties import StringProperty
import re
ts_format_date = "%Y-%m-%d"
ts_format = "%Y-%m-%d %H:%M:%S"
file_ts_format = "%Y_%m_%d_%H_%M_%S"