Désiré Werner Menrath 0dae398b4d feat(shopping): Implement list export and improve item suggestions
Implements two new features for shopping lists:

1.  **Export to Text File:**
    - Adds an "Exportieren" option to the shopping list detail view menu.
    - Allows users to save a shopping list as a .txt file using the Storage Access Framework.
    - The exported format includes the list name, item names, quantity, and a marker for completed items (`[x]`)

2.  **Improved Item Suggestions:**
    - Suggestions now appear for any existing item in the list, not just completed ones.
    - The suggestion text now differentiates between completed items ("(erledigt)") and items already on the list ("(ist schon in der liste)")

Also includes a minor theme adjustment to set the status and navigation bar colors.
2025-10-13 12:55:53 +02:00
2025-10-12 14:53: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%