From 74bd4823359aeb69c0fe159fbec8744b149c3a16 Mon Sep 17 00:00:00 2001 From: Aditya-Sood Date: Wed, 3 Jul 2019 17:20:51 +0530 Subject: [PATCH] Preliminary work --- .idea/encodings.xml | 4 + .idea/kiwix-lib.iml | 9 + .idea/modules.xml | 8 + .idea/workspace.xml | 194 ++++++++++++++++++ .vscode/c_cpp_properties.json | 16 ++ .../ipch/68a3c1a579621cc7/mmap_address.bin | Bin 0 -> 8 bytes .../ipch/eae59a4735b0c0b5/mmap_address.bin | Bin 0 -> 8 bytes src/android/kiwixreader.cpp | 24 +++ .../org/kiwix/kiwixlib/JNIKiwixReader.java | 2 + 9 files changed, 257 insertions(+) create mode 100644 .idea/encodings.xml create mode 100644 .idea/kiwix-lib.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/workspace.xml create mode 100644 .vscode/c_cpp_properties.json create mode 100644 .vscode/ipch/68a3c1a579621cc7/mmap_address.bin create mode 100644 .vscode/ipch/eae59a4735b0c0b5/mmap_address.bin diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 000000000..15a15b218 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/kiwix-lib.iml b/.idea/kiwix-lib.iml new file mode 100644 index 000000000..d6ebd4805 --- /dev/null +++ b/.idea/kiwix-lib.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 000000000..94813f590 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 000000000..aeff9e02f --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,194 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +