uNote is an android application, it's a lightweight and minimalist notepad. uNote is for "micro Note". It is available on f-droid repo:
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
- 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
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
The icon of the application has been taken from openclipart.org, made by enolynn
In case you want to support the project and its developers you can do that on Liberapay or Ko-Fi.
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/.
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.
The main screen
The preferences screen
Creating a note
The main note with the note created
Search a note