9b64cf0740432f4a603dbed0b8b0012d2d9d1c00
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.
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
Languages
Kotlin
98%
Python
2%