Skip to content

comradekingu/NotePad

 
 

Repository files navigation

NoNonsense Notes

Android build Android tests Translation status

A note taking app for android with reminders, since 2012. Built by @spacecowboy, maintained by @CampelloManuel.

The app is currently being updated, and old versions are still available on f-droid:

Get it on F-Droid

How it looks like:

Phone UITablet UI

Reporting bugs

Please report bugs by creating an issue here. I'd very much appreciate it if you could write clear steps to reproduce the bug: use the provided template.

Build the project

git clone https://github.com/spacecowboy/NotePad
cd NotePad
./gradlew check
./gradlew installDebug

if it does not work, open an issue here

Where did Google Tasks synchronization go ?

See the discussion here

Where are the files saved ?

The app can save 2 kinds of files:

  • org files, which are used for SD card synchronization. You can choose to save them in a subdirectory of your Documents folder, where they will be visible to many apps, including your file manager
  • json files, for the backup-restore functionality

Unless otherwise specified, files are saved in a subfolder of Android/data/ accessible only to this app. It is still possible to view them by connecting the device to a computer.

License

Copyright (C) 2014 Jonas Kalderstam

This program 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 <http://www.gnu.org/licenses/>.

See also the full license

Useful links

About

Now under new management

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.7%
  • Other 1.3%