FossifyOrg / Messages

An easy and quick way of managing SMS and MMS messages without ads.
https://www.fossify.org
GNU General Public License v3.0
494 stars 38 forks source link

Fix missing .json file extension when exporting messages #136

Open tom93 opened 6 months ago

tom93 commented 6 months ago

Very similar to FossifyOrg/Notes#14 (which has a more detailed commit message). Basically, some file pickers don't automatically append the extension, so we should do it ourselves. It doesn't cause problems.

What is it?

Before/After Screenshots/Screen Record

None, but see FossifyOrg/Notes#13 for screenshots of a similar issue in the Notes app.

Fixes the following issue(s)

Acknowledgement

tom93 commented 6 months ago

Should I also port this to the Phone app?