Désiré Werner Menrath fb8e7917bc refactor: Migrate GuidedTourScreen to androidx.compose.foundation.pager
Migrated the GuidedTourScreen from deprecated Accompanist Pager to androidx.compose.foundation.pager.
Removed HorizontalPagerIndicator usage, as a direct replacement is not available and requires custom implementation.
2025-11-06 14:51:46 +01:00

Noteshop

F-Droid License: GPL v3

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.

Screenshots

Shopping List Recipes Notes Screen
Screenshot of Shopping List Screenshot of Recipes Screenshot of Notes Screen
Menu Screen Settings Wepp-App
Screenshot of Menu Screen Screenshot of Settings Screenshot of Web-App

Features

  • 📝 Notes: Create and manage simple or detailed notes.
  • 🛒 Shopping Lists: An intelligent shopping list system with features like item completion, reordering, and a standard items catalog.
  • 🍲 Recipes: Store and organize your favorite recipes.
  • 🔒 Privacy & Security: Your data is yours. Noteshop offers robust, optional encryption for your data and the ability to lock individual items with a password, PIN, or pattern.
  • 🔄 Synchronization: Keep your data in sync across devices. Noteshop supports two methods:
    • Web App Integration: Synchronize with a self-hosted web application.
    • Local File Sync: Use tools like Syncthing to sync your data via a designated folder on your device.
  • 🎨 Themes: Customize the look and feel of the app with different color themes.
  • 🌐 Open Source: Noteshop is 100% free and open-source. No ads, no tracking.

Download

  • Get it on F-Droid

Building from Source

  1. Clone the repository:
    git clone YOUR_GITEA_REPOSITORY_URL_HERE
    cd noteshop
    
  2. Build the app using Gradle:
    ./gradlew assembleRelease
    
    The resulting APK will be located in app/build/outputs/apk/release/.

License

This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.

Privacy

Please see our Privacy Policy for details on how the app handles your data.

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
Readme 1.5 MiB
Languages
Kotlin 98.3%
Python 1.7%