kontalk / androidclient

Kontalk official Android client
https://www.kontalk.org
GNU General Public License v3.0
572 stars 195 forks source link

Export conversation to text file #618

Open daniele-athome opened 8 years ago

daniele-athome commented 8 years ago

Waiting for #17, build a feature to export a conversation to a simple text file in external storage.

For geeks: https://github.com/kontalk/androidclient/blob/master/utils/messages2html.py

aschroe commented 4 years ago

For everybody with a bit of technical background: I could help myself around this missing functionality by exporting the messages into a SQLite database file which I then could query end export the relevant messages myself.

This function can be found here: Main menu → Settings → Maintenance → Copy Database