A beautiful notes app

Overview

Background

Although there are many notes apps out there, they're all hideous, glitchy, low quality or all 3 at the same time.

Maybe the developer views developing a beautiful user interface as the realm of lowly designers. Maybe he just doesn't care.

Well, Notally is none of these things. It's extremely light, minimalistic and elegant. There are minimal dependencies and lines of code. (All without compromising on readability)

Features

  • Auto save
  • Dark mode
  • Material design
  • No permissions required
  • Create lists to stay on track
  • Support for Lollipop devices and up
  • Pin notes to always keep them at the top
  • APK size of 1.3 MB (1.7 MB uncompressed)
  • Add labels to your notes for quick organisation
  • Archive notes to keep them around, but out of your way
  • Export notes as plain text, XML, JSON, HTML or PDF files with formatting
  • Create rich text notes with support for bold, italics, mono space and strike-through
  • Add clickable links to notes with support for phone numbers, email addresses and web urls

Get it on Google Play Get it on F-Droid

Translations

All translations are crowd sourced. To contribute or point out any errors, please contact me via email or open a pull request.

Comments
  • Created Japanese Translation

    Created Japanese Translation

    Hello, I translated this app into Japanese. Thanks for your reply and caring (the csv file which you sent helps me).

    I tried build the translated app and it runs normally. Please check my changes.

    Suggestion: In japanese, this notation is not naturally. I think this is better. (This notation has not changed in this commit)

    not Natural: 日9 5月 2021 Natural : 2021 5月 9日

    Screenshot_20210509_222551

    -- kota kato (yes, this is my fullname) peony.btn@gmail.com github account: @kato-k

    opened by kat0h 10
  • Danish translation

    Danish translation

    Added Danish translation. Let me know if it anything is wrong or something needs to be added. Thank you for the work on the app - helps me a lot writing prices down in the supermarket. :P

    opened by shoddysheep 5
  • Draft: Improve correctness of Portuguese (pt-PT) translations

    Draft: Improve correctness of Portuguese (pt-PT) translations

    Hello!

    Here's a little PR improving some of the translations done by @joaopmatos, which were otherwise well done :D
    Just fixes small mistakes and uses better terms in some cases.

    I have a question, however (hence the draft tag) -- where is the "Drag Handle" string used? I've failed to find it within the app and I'm uncertain how it should best be translated. Getting the context for strings is crucial for good work here.

    opened by Tmpod 4
  • Added last modified time to bottom sheet menu

    Added last modified time to bottom sheet menu

    Added last modified time of note to bottom sheet, when any note is long pressed. Translation of "Last Modified" may possibly not be exactly accurate.

    opened by praveenrajput 3
  • Update strings.xml

    Update strings.xml

    • Added translation for "change_color" string;
    • Fixed translation for "archive" string. It must be "arquivar" instead of "arquivas".
    opened by ghost 2
  • Updated Norwegian translation.

    Updated Norwegian translation.

    • Added missing translations and fixed a few mistranslations for the already existing Norwegian Bokmål file.
    • Added a translation for Norwegian Nynorsk, the second written language in Norway.
    opened by erikthm 2
  • Add Chinese TW Translation

    Add Chinese TW Translation

    • Add zh-rTW translation
      • Ignore exception to allow not fully translated languages during compile
      • Add zh-rTW
      • Bump version to 35.4.1 to allow updating the app without confusing
    • fix weird translation
    opened by Emojigit 2
  • Fix enter behavior when the next list item is done

    Fix enter behavior when the next list item is done

    Previously, if a list item was followed by a done item there was no way to insert an additional one.

    In the long term, I think the current behavior is still clunky and the one employed by Keep (which moves all done items to a separate section) is more intuitive (but perhaps best kept under a toggle).

    opened by gergesh 1
  • Updated Czech translation

    Updated Czech translation

    the "Change color" option was translated updated all lines to match the original file (strings.xml) line numbers for easier orientation for the future changes

    opened by tomo90 0
  • Bug: Rare reverting memory bug to last savestate?

    Bug: Rare reverting memory bug to last savestate?

    Problem: encountered serious reverting memory bug 2 times during whole usage of dling app & writing stuff down.

    Steps to reproduce: leave notepad doc file open to write, or view mode after writing abunch of text. Open app from home menu & It reverts back to last auto save point, or exported one unsure which one.

    TEMPORARY FIX: It's not permanent as long as no changes(written) are made. Closing the app will undo the bug IF NOT it will save the change.

    opened by Snailhail 6
Releases(v4.8)
Owner
Om Godse
Om Godse
An Android library aimed to get the beautiful CardViews that Google shows at its official design specifications

MaterialList Discontinued This library will not receive any updates, as I do not have the time or knowledge to improve it. If anyone forks it and want

null 1.6k Nov 29, 2022
📱Android Library to implement animated, 😍beautiful, 🎨stylish Material Dialog in android apps easily.

Material Dialogs for Android ?? ?? Android Library to implement animated, ?? beautiful, ?? stylish Material Dialog in android apps easily. 1. Material

Shreyas Patil 875 Dec 28, 2022
:hourglass_flowing_sand: An android progress view developed after taking inspiration from Uber app.

A simple progress animation developed after taking inspiration from the Uber app. Demo Download Add this to your root build.gradle file allprojects {

Ishan Khanna 286 Dec 23, 2022
:hourglass_flowing_sand: An android progress view developed after taking inspiration from Uber app.

A simple progress animation developed after taking inspiration from the Uber app. Demo Download Add this to your root build.gradle file allprojects {

Ishan Khanna 286 Dec 23, 2022
A straightforward, no-BS compass app with support for Material You themes 🧭

Compass A simple & straightforward, no-BS compass app that works with your Material You colors! Motivation I do security work as a fourth job and havi

Synapse Technologies, LLC 16 Nov 23, 2022
App for creating alarm reminders which delete themselves automatically after firing.

About The use case for this app is creating reminders which are only relevant once in a time and they don't repeat such as reminders to go to the trai

null 11 Nov 15, 2022
Notes is a simple and private notes app. Organize your thoughts, discoveries, and ideas and simplify planning important moments in your life with your digital notepad.

Notes Example Download Download the latest version of the Android app from this link. Building Using Android Studio Clone the repo, open it in Android

Dmitry Savin 1 Jan 3, 2022
A beautiful notes app

Background Although there are many notes apps out there, they're all hideous, glitchy, low quality or all 3 at the same time. Maybe the developer view

Om Godse 1k Jan 7, 2023
Take beautiful markdown notes and stay organized with task lists.

Take beautiful markdown notes whenever you feel inspired. Place them in notebooks and tag them accordingly. Stay organized by making task lists, set reminders and keep everything in one place by attaching related files.

null 412 Dec 27, 2022
🗨️ Beautiful Dialog is a Simple and Beautiful custom dialog

Beautiful Dialog ??️ Beautiful Dialog is a Simple and Beautiful custom dialog. Screenshots Including in your project Gradle Add below codes to your ro

Geovani Amaral 21 Jan 6, 2023
Techbee e.U. 62 Jan 31, 2023
A simple notes app to demo Room + LiveData implementation in Android

RoomDb-Sample This is a demo app on how to implement Room persistance library, making use of LiveData in Android app How to implement Room: a SQLite o

Anitaa Murthy 117 Dec 23, 2022
A simple Notes Android app

Taskie - A Note Taking MVVM Application! Designed a simple Notes Android app following features A simple Notes Android app following features Single a

Chetan Gupta 13 Aug 1, 2022
Keep My Notes App Android MVVM architecture

Keep My Notes My Notes. lien PlayStore Screenshots Architecture This app implements the MVVM architectural . Built with ViewModel - A class designed t

Riadh Yousfi 1 Nov 4, 2021
Easy Note: Building a Notes app using MVVM, JetPack Compose with a clean multi-module architecture approach.

Easy Note Easy Note: Notes app using JetPack Compose and MVVM with a clean architecture approach. This app shows the usage of the new Navigation Archi

Akhilesh Patil 10 Dec 17, 2022
A simple and completely secured notes android app

Notes Our very first project A simple and completely secured notes app Your data is stored in a completely isolated mechanism which minimizes the risk

karan goyal 1 Nov 14, 2021
A Simple Jetpack Compose Notes App

Jetpack Compose Notes App This is a simple application where you can add/edit and sort notes. When you create a note, you can specify its color and th

Serokris 2 Jan 10, 2022
An educational android app that provides services like notes, online videos and visualization calculator to learn and understand deep concepts of DSA.

Aldo ALDO is a free education app for the young programmers who are desiring to master the concepts of Data Structure and Algorithms. ALDO offers prac

Siddharth Singh 2 Aug 8, 2022
Note app that allows user to save/edit/delete/search any type of notes and view them in a list

NoteApp Note app that allows user to save/edit/delete/search any type of notes a

rıdvan 15 May 6, 2022