Skip to content

Commit 8cdfd18

Browse files
committed
updates to the distribution
1 parent a5f0752 commit 8cdfd18

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

dist/SQLCipherForAndroid-SDK/README

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
SQLCipher for Android v1 (0.0.6-RC1)
3-
2011/10/29
2+
SQLCipher for Android v1 (0.0.6-FINAL)
3+
2011/11/29
44

55
CHANGELOG
66
- includes icu44 data file for devices without it built-in ( < 2.2)
@@ -18,19 +18,23 @@ Android 2.3.3 (SDK Level 10)
1818
Android 3.0 (SDK Level 11)
1919
Android 3.1 (SDK Level 12)
2020
Android 3.2 (SDK Level 13)
21+
Android 4.0 (Not Tested)
2122

2223
HOW TO
2324

24-
1) Update your import path from android.database to info.guardianproject.database and you are almost there!
25+
1) copy the libs folder into your project. If you are targeting 2.2 and below, include the 'icudt44l.zip' in the assets folder as well.
2526

26-
2) then when you open your database, just pass a variable argument to the open database method with your password:
27+
2) Update your import path from android.database to info.guardianproject.database and you are almost there!
28+
29+
3) then when you open your database, just pass a variable argument to the open database method with your password:
2730

2831
SQLiteDatabase.loadLibs(this); //first init the db libraries with the context
2932
SQLiteOpenHelper.getWritableDatabase("thisismysecret"):
3033

31-
and you are secured!
34+
4) run your app to ensure all the libraries are being loaded correctly, and that your app runs.
3235

33-
You will need to implement a passcode entry user interface to your application, as well. The longer the passcode, the better.
36+
5) You will need to implement a passcode entry user interface to your application, as well.
37+
The longer the passcode, the better.
3438

3539
ABOUT
3640

-78 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)