Statistics
| Branch: | Tag: | Revision:

notecipher / README.md @ master

History | View | Annotate | Download (1.26 KB)

1
# NoteCipher
2

    
3
A simple and secure note taking app previously known as notepadbot.
4

    
5
Showcase app for [SQLCipher for Android](http://sqlcipher.net/sqlcipher-for-android) and [CacheWord](https://github.com/guardianproject/cacheword).
6

    
7
```
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

    
16
## Development Setup
17

    
18
Follow these steps to setup your dev environment using Eclipse:
19

    
20
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

    
24
## 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.
36