Skip to content

Varlorg/uNote

Repository files navigation

uNote

pipeline status release

uNote is an android application, it's a lightweight and minimalist notepad. uNote is for "micro Note". It is available on f-droid repo:

Get it on F-Droid

Functionality

It focuses on simplicity and gives only basic features:

  • add/delete note,
  • secure a note with password (since version 1.1.0)
  • sort notes by create date, modification date or title
  • Search notes (only title or also in content except the ones password protected)
  • Export/Import database to sdcard
  • Preview mode (to detect url links and email addresses )

Warning: the database may be cleaned if you update from 1.0.X to 1.1.X

Translations

  • English
  • French
  • German thanks to Chris Orj and paulle69
  • Spanish thanks to Andrés Hernándeaz (alias auroszx)
  • Portuguese thanks to John (alias Maverick74)
  • Russian thanks to The-First-King

Translation contribution

If you want to add a new language

Fork the project and create a folder named "values-<ISO_code>" in app/src/main/res, then copy the strings.xml and array.xml files from app/src/main/res/values and translate them.

If you want to improve an existing language

Fork the project and modify files info the folder named "values-<ISO_code>" in app/src/main/res.

A guide about Android ISO code

Icon

The icon of the application has been taken from openclipart.org, made by enolynn

Donations

In case you want to support the project and its developers you can do that on Liberapay or Ko-Fi.

  • Buy Me a Coffee at ko-fi.com
  • Donate using Liberapay

License and Copyright

uNote is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

Color Picker

colorpicker library folder is on Apache License. It has been forked from yukuku/ambilwarna and modified to add a Reset button and an hexa field.

Screenshots

The main screen

Main screen

The preferences screen

Preference screen Preference screen

Creating a note

Note creation

The main note with the note created

Alt text

Search a note

Search feature