Skip to content

A notepad and to do app with both phone and tablet UI. Syncs with your existing Google account to keep your notes and tasks backed up in the cloud

License

Notifications You must be signed in to change notification settings

gongadev/NotePad

 
 

Repository files navigation

NoNonsense Notes

Flattr this Build Status Crowdin

F-Droid

Link to Google Play

Latest updates posted on https://www.nononsenseapps.com

Tablet UI

Phone 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. An example would be:

Title: Wrong due date set for completed notes

Steps to reproduce:
1 - Press + to create a new note
2 - Add some text
3 - Set a due date for yesterday (2014-11-24)
4 - Mark note as compeleted by ticking the checkbox
5 - Press <- to save the note

Result:
Note is displayed with a due date of today (2014-11-25) in the list.

Expected result:
Note should have the due date I set earlier.

If relevant, please say if you're using a phone or a tablet (UI-issues), or what your sync settings are (odd stuff happening in general).

Getting sync to work

You need to put your API keys in a file, like the sample here: https://github.com/spacecowboy/NotePad/blob/master/core/assets/secretkeys.properties.sample

But first you will of course need to get yourself a key. Follow the instructions on this page: https://developers.google.com/google-apps/tasks/firstapp

Scroll to the section named Register your project.

And similar over here https://www.dropbox.com/developers/apps

Build the project

For free version:

./gradlew installFreeDebug

Same as above but including Dropbox support:

./gradlew installPlayDebug

License

Copyright (C) 2015 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 <https://www.gnu.org/licenses/>.

About

A notepad and to do app with both phone and tablet UI. Syncs with your existing Google account to keep your notes and tasks backed up in the cloud

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.6%
  • Python 1.8%
  • Other 0.6%