Skip to content

Commit

Permalink
Update with Android evcore-ext JAR build
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher J. Brody committed Feb 6, 2018
1 parent c53475a commit 3c43d1f
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Cordova-sqlite-evcore-free-dependencies
# Cordova-sqlite-evcore-free-dependencies (evcore-ext build)

AUTHOR: Christopher J. Brody

Expand All @@ -8,12 +8,21 @@ Contains source and library (shared object) code built from:
- [litehelpers / Android-sqlite-evcore-native-driver-free](https://github.com/litehelpers/Android-sqlite-evcore-native-driver-free) - GPL v3 or commercial license options
- [SQLite (sqlite.org)](https://sqlite.org/) - public domain

Also included in Android JAR build:
- [brodybits / sqlite3-regexp-cached](https://github.com/brodybits/sqlite3-regexp-cached) (based on <http://git.altlinux.org/people/at/packages/?p=sqlite3-pcre.git> by Alexey Tourbin, public domain)
- [brodybits / sqlite3-base64](https://github.com/brodybits/sqlite3-base64) (Unlicense, public domain)
- [brodybits / libb64-encode](https://github.com/brodybits/libb64-encode) (based on <http://libb64.sourceforge.net/> by Chris Venter, public domain)

This project provides the following dependencies needed to build Cordova SQLite evcore plugin versions:
- `sqlite3.h`, `sqlite3.c` - SQLite `3.15.2` amalgamation needed to build iOS and Windows versions
- `libs` - Android-sqlite-evcore-native-driver-free NDK libraries built with SQLite `3.15.2` amalgamation with the following option flags:
- `evcore-native-driver.jar` - Android-sqlite-evcore-native-driver-free NDK JAR built with SQLite `3.15.2` amalgamation, with the following option flags:
- `-DSQLITE_TEMP_STORE=2`
- `-DSQLITE_THREADSAFE=2`
- `-DSQLITE_ENABLE_FTS3`
- `-DSQLITE_ENABLE_FTS3_PARENTHESIS`
- `-DSQLITE_ENABLE_FTS4`
- `-DSQLITE_ENABLE_RTREE`
- `-DSQLITE_ENABLE_FTS5`
- `-DSQLITE_ENABLE_JSON1`
- `-DSQLITE_DEFAULT_PAGE_SIZE=4096`
- `-DSQLITE_DEFAULT_CACHE_SIZE=-2000`
Binary file added evcore-native-driver.jar
Binary file not shown.
Binary file removed libs/arm64-v8a/libsqlc-evcore-native-driver.so
Binary file not shown.
Binary file removed libs/armeabi-v7a/libsqlc-evcore-native-driver.so
Binary file not shown.
Binary file removed libs/armeabi/libsqlc-evcore-native-driver.so
Binary file not shown.
Binary file removed libs/x86/libsqlc-evcore-native-driver.so
Binary file not shown.
Binary file removed libs/x86_64/libsqlc-evcore-native-driver.so
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-sqlite-evcore-free-dependencies",
"version": "0.7.3",
"version": "0.8.0",
"description": "Cordova sqlite evcore free dependencies",
"main": "404.js",
"scripts": {
Expand Down

0 comments on commit 3c43d1f

Please sign in to comment.