Désiré Werner Menrath 6542d65bcb Refactor(data): Ensure consistent secret key usage during import/export
In MainActivity, the secretKey was accessed multiple times during a single import/export operation. This could lead to inconsistent behavior if the key changes unexpectedly.

This commit introduces a local variable `currentSecretKey` to capture the key at the beginning of the operation and use it consistently throughout.

Additionally, this commit includes minor cleanups:
- Removed an unused `android:label` from the `AndroidManifest.xml`.
- Removed unused imports in `KeyManager.kt.
2025-10-17 17:41:37 +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%