Désiré Werner Menrath 9b64cf0740 fix(export): Use truncating file descriptor for automatic export
The automatic JSON export was appending to existing files instead of overwriting them. This led to corrupted JSON files with trailing data, causing parsing errors on import.

This change modifies the automatic export logic to use `contentResolver.openFileDescriptor(uri, "w")`, which explicitly truncates the files before writing. This ensures that each export creates a clean JSON file.
2025-10-18 14:23:58 +02:00
Description
Noteshop is a versatile and privacy-focused application for managing your notes, shopping lists, and recipes all in one place. It is designed to be simple, efficient, and fully under your control
2.4 MiB
Languages
Kotlin 98%
Python 2%