Skip to content

sepulzera/notes

Repository files navigation

Notes

Record your thoughts.

· Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting started
  3. Hacking the Source
  4. Contributing
  5. License
  6. Contact

About The Project

Notes is a simple Text-App. It ships with a very simple and intuitive User-Interface. With Notes, you can finally focus on your thoughts and daily tasks.

This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. See LICENSE for full license text including copyright information.

Core Features

The main activity is the list, fully searchable of course.

Screenshot list with light theme

From here, you can create notes, or open existing ones.

Screenshot of a new Note Screenshot of the note viewer

You don't need a note anymore? Just delete it without worry. We keep it in our trash, in case you want to restore it later.

Screenshot trash

This app fits your needs. Doesn't? Change it right to your needs.

Screenshot list with dark theme

(back to top)

System Requirements

  • OS: Android 10.0
  • Display: 480x800, hdpi
  • Touch Input

(back to top)

Installation

The installation is done in under a minute, it is ready to rock out of the box. No need to read heavy weighted manuals! And the best part: we take care of your privacy. No ads, no big data analysis, and no backdoors. Your notes, your privacy.

  1. Download the latest version to the target device.
  2. On the target device, activate the Setting "Security" > "Unknown sources".
  3. Install the .apk.
  4. Deactivate the Setting "Security" > "Unknown sources" again.

(back to top)

Hacking The Source

Set up

  1. Clone this repository.
  2. Import the project into Android Studio.
  3. You may need to download required dependencies.
  4. Run "Build" > "Rebuild Project" to make sure that everything is working.

(back to top)

Development build

  1. In Android Studio, select the Build Variant debug.
  2. Run "Build" > "Build Bundle(s) / Build APK(s)" > "Build APK(s)"

(back to top)

Release build

  1. In Android Studio, select the Build Variant release.
  2. Run "Build" > "Generate Signed Bundle / APK" > "APK".

(back to top)

Contributing

Please read the contribution guidelines in order to make the contribution process easy and effective for everyone involved.

(back to top)

License

Distributed under the MIT License. See LICENSE.md for more information.

(back to top)

Contact

See MAINTAINERS.md or SECURITY.md for more information.

(back to top)