Skip to content

Commit fd2de92

Browse files
Restructuring app to it can be used as a test suite of issues identified when running sqlcipher for android
1 parent e53d30b commit fd2de92

36 files changed

+318
-300
lines changed

.DS_Store

-6 KB
Binary file not shown.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.DS_Store
2+
**/*.class

AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="net.zetetic" android:versionCode="1" android:versionName="1.0-SNAPSHOT">
44

5-
<application android:icon="@drawable/icon" android:label="@string/app_name">
6-
<activity android:name=".HelloAndroidActivity">
5+
<application android:icon="@drawable/icon" android:label="@string/app_name" android:name="ZeteticApplication">
6+
<activity android:name=".TestSuiteActivity">
77
<intent-filter>
88
<action android:name="android.intent.action.MAIN" />
99
<category android:name="android.intent.category.LAUNCHER" />

assets/icudt44l.zip

1.95 MB
Binary file not shown.

libs/.DS_Store

-6 KB
Binary file not shown.

libs/armeabi/.DS_Store

-6 KB
Binary file not shown.
7.78 KB
Binary file not shown.

libs/sqlcipher.jar

100755100644
9.85 KB
Binary file not shown.

net.zetetic.sqlcipher.test.iml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<content url="file://$MODULE_DIR$">
2929
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
3030
<sourceFolder url="file://$MODULE_DIR$/target/generated-sources/r" isTestSource="false" />
31+
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
3132
<excludeFolder url="file://$MODULE_DIR$/target/android-classes" />
3233
<excludeFolder url="file://$MODULE_DIR$/target/classes" />
3334
<excludeFolder url="file://$MODULE_DIR$/target/generated-sources/combined-resources" />

net.zetetic.sqlcipher.test.iws

Lines changed: 140 additions & 178 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)