Skip to content

Delete call from history

I just stumbled upon #154 (closed) and thought this might be something I can tackle. So far I've only added a button to the ui file and had a look at how the call history is currently saved.

I'm not sure if a button is how this is supposed to be implemented. I could also imagine it in GtkPopover on longpressing an entry (this could maybe also be used to add a contact directly from the history?).

TODO:

  • UI context menu for deleting a call
  • Provide functions to delete calls from database
  • Actually call into the delete function somewhere
  • Delete record-row entry from history UI

Closes: #154 (closed)

Edited by Guido Gunther

Merge request reports