Statistics
| Branch: | Tag: | Revision:

notecipher / README.md @ master

History | View | Annotate | Download (1.26 KB)

1 3703b885 Abel Luck
# NoteCipher
2
3 fd8dcab6 Abel Luck
A simple and secure note taking app previously known as notepadbot.
4 3703b885 Abel Luck
5 e0ece6bf Hans-Christoph Steiner
Showcase app for [SQLCipher for Android](http://sqlcipher.net/sqlcipher-for-android) and [CacheWord](https://github.com/guardianproject/cacheword).
6 3703b885 Abel Luck
7 e0ece6bf Hans-Christoph Steiner
```
8
 git clone https://github.com/guardianproject/notepadbot.git
9
 cd notepadbot
10
 git submodule update --init --recursive
11
 ./setup-ant.sh
12
 ant -buildfile app/build.xml clean debug
13
 ls -l app/bin/NoteCipher*.apk
14
```
15 fd8dcab6 Abel Luck
16 e0ece6bf Hans-Christoph Steiner
## Development Setup
17 fd8dcab6 Abel Luck
18 e0ece6bf Hans-Christoph Steiner
Follow these steps to setup your dev environment using Eclipse:
19 fd8dcab6 Abel Luck
20 e0ece6bf Hans-Christoph Steiner
1. create a new Eclipse *workspace* in the root director of the repo.
21
2. For Cacheword, import this directory `external/cacheword/cachewordlib/`, using "Import -> Android -> Existing Android Code Into Workspace":
22
3. Then, "Import -> General -> Existing Projects Into Workspace" for the `app/` directory.
23 fd8dcab6 Abel Luck
24 3703b885 Abel Luck
## License and Credits 
25
26
* Notepad Icon originally from
27
    http://yaromanzarek.deviantart.com/art/iPhone-style-Notepad-icon-133822563
28
29
This project is licensed under the Apache version 2.0 license
30
31
Copyright (C) 2013 Abel Luck <abel@guardianproject.info>
32
Copyright (C) 2011-2013 Nathan Freitas <nathan@freitas.net>
33
Copyright (C) 2011 Hans-Christoph Steiner <hans@eds.org>
34
Copyright (C) 2008 The Android Open Source Project
35
Copyright (C) 2008 Google Inc.