thakryptex / NotePad

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

Home Page:http://www.nononsenseapps.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NoNonsense Notes

Join the chat at https://gitter.im/spacecowboy/NotePad

Flattr this Build Status Crowdin

F-Droid

Link to Google Play

Latest updates posted on http://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 you're 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

Or with play services and location reminders:

./gradlew installPlayDebug

Same as above but including Dropbox at the moment:

./gradlew installPlayBetaDebug

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/>.

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

http://www.nononsenseapps.com

License:GNU General Public License v3.0


Languages

Language:Java 97.8%Language:Python 1.7%Language:Makefile 0.2%Language:PHP 0.2%Language:Shell 0.1%