tmo1 / sms-ie

SMS Import / Export is a simple Android app that imports and exports SMS and MMS messages, call logs, and contacts from and to JSON / NDJSON files.
GNU General Public License v3.0
360 stars 39 forks source link

[feature request] Import from SMS-App Silence (xml-file) #80

Closed ovz93br43v7 closed 1 year ago

ovz93br43v7 commented 1 year ago

Hi,

it would be great when import from the sms-app silence would be possible. https://f-droid.org/de/packages/org.smssecure.smssecure/

Background: Silence is not developed anymore, don't support export to android sms database. Export is only to a xml-file possible.

Thanks!

tmo1 commented 1 year ago

Hello,

I do not plan to implement this in SMS I/E itself; a better place for such functionality would be the app's sibling project, sms-db, one of the goals of which is to facilitate the conversion of message collections between different formats.

Development of sms-db has languished for a while, but I'm currently in the process of rewriting it from scratch in Python, with an improved and expanded database format. The initial rewritten version will only support SMS I/E's JSON format, but I plan to subsequently add support for other formats as well.

I'm closing this issue, but feel free to open a similar one as a feature request in sms-db, although I'm not promising to implement it.