mirror of
https://github.com/markqvist/Sideband.git
synced 2025-12-01 20:54:53 -05:00
Added simple call log to voice call screen
This commit is contained in:
parent
09400ec863
commit
8121de96d7
5 changed files with 264 additions and 57 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue