/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

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

NoNonsense Notes

Flattr this

Build Status

Link to Google Play

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

Tablet UI

Phone UI

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