Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Release v1.4.4 (#107)
Browse files Browse the repository at this point in the history
Update with CBL 1.4.4
  • Loading branch information
pasin authored Oct 16, 2018
1 parent 96791bf commit 16a018a
Show file tree
Hide file tree
Showing 15 changed files with 51 additions and 53 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ This is where the plugin fits in the picture:

![architecture.png](http://cl.ly/image/3b15030Y3f0q/couchbase-lite-phonegap-plugin-android.png)

_Note:_ your JavaScript code can also directly communicate with Couchbase Lite over a Javascript<->Native bridge, to [ask it what URL it has launched on for subsequent XHR access](https://github.com/couchbaselabs/LiteGap/blob/master/www/litegap-example.html)

# Where to go from here

There's an [example chat app with PhoneGap](https://github.com/couchbaselabs/CouchChat-PhoneGap) that illustrates the channel sync API. You can [read more about the app here](https://github.com/couchbaselabs/CouchChat-PhoneGap).
Expand Down
Binary file not shown.
Binary file not shown.
Binary file removed lib/android/couchbase-lite-java-core-1.4.1.jar
Binary file not shown.
Binary file added lib/android/couchbase-lite-java-core-1.4.4.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified lib/ios/CouchbaseLite.framework/CouchbaseLite.a
Binary file not shown.
Binary file modified lib/ios/CouchbaseLite.framework/Info.plist
Binary file not shown.
Binary file modified lib/ios/CouchbaseLiteListener.framework/CouchbaseLiteListener.a
Binary file not shown.
Binary file modified lib/ios/CouchbaseLiteListener.framework/Info.plist
Binary file not shown.
Binary file modified lib/ios/libCBLJSViewCompiler.a
Binary file not shown.
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"name": "couchbase-lite-phonegap-plugin",
"version": "1.4.1",
"description": "Install Couchbase Lite in your app to enable JSON sync",
"cordova": {
"id": "com.couchbase.lite.phonegap",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/couchbaselabs/Couchbase-Lite-PhoneGap-Plugin.git"
},
"keywords": [
"couchbase",
"couchbase-lite-phonegap",
"couchbase-lite",
"cordova"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "Couchbase",
"license": "Apache 2.0",
"bugs": {
"url": "https://forums.couchbase.com/c/mobile/couchbase-lite"
},
"homepage": "https://github.com/couchbaselabs/Couchbase-Lite-PhoneGap-Plugin"
}
"name": "couchbase-lite-phonegap-plugin",
"version": "1.4.4",
"description": "Install Couchbase Lite in your app to enable JSON sync",
"cordova": {
"id": "com.couchbase.lite.phonegap",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/couchbaselabs/Couchbase-Lite-PhoneGap-Plugin.git"
},
"keywords": [
"couchbase",
"couchbase-lite-phonegap",
"couchbase-lite",
"cordova"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "Couchbase",
"license": "Apache 2.0",
"bugs": {
"url": "https://forums.couchbase.com/c/mobile/couchbase-lite"
},
"homepage": "https://github.com/couchbaselabs/Couchbase-Lite-PhoneGap-Plugin"
}
32 changes: 16 additions & 16 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="com.couchbase.lite.phonegap" version="1.4.1">
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="com.couchbase.lite.phonegap" version="1.4.4">
<name>Couchbase Lite</name>
<description>Install Couchbase Lite in your app to enable JSON sync.</description>
<license>Apache 2.0</license>
Expand Down Expand Up @@ -44,8 +44,8 @@
<header-file src="lib/ios/CouchbaseLite.framework/Headers/CBLManager.h"/>
<header-file src="lib/ios/CouchbaseLite.framework/Headers/CBLModel.h"/>
<header-file src="lib/ios/CouchbaseLite.framework/Headers/CBLModelFactory.h"/>
<header-file src="lib/ios/CouchbaseLite.framework/Headers/CBLQuery+FullTextSearch.h"/>
<header-file src="lib/ios/CouchbaseLite.framework/Headers/CBLQuery+Geo.h"/>
<header-file src="lib/ios/CouchbaseLite.framework/Headers/CBLQuery+FullTextSearch.h"/>
<header-file src="lib/ios/CouchbaseLite.framework/Headers/CBLQuery.h"/>
<header-file src="lib/ios/CouchbaseLite.framework/Headers/CBLQueryBuilder.h"/>
<header-file src="lib/ios/CouchbaseLite.framework/Headers/CBLReplication.h"/>
Expand All @@ -65,19 +65,19 @@
</config-file>
<framework src="src/android/build.gradle" custom="true" type="gradleReference"/>
<source-file src="src/android/CBLite.java" target-dir="src/com/couchbase/cblite/phonegap"/>
<source-file src="lib/android/commons-io-2.0.1.jar" target-dir="libs"/>
<resource-file src="lib/android/couchbase-lite-android-1.4.1.aar" target="libs/couchbase-lite-android-1.4.1.aar"/>
<resource-file src="lib/android/couchbase-lite-android-sqlite-custom-1.4.1.aar" target="libs/couchbase-lite-android-sqlite-custom-1.4.1.aar"/>
<source-file src="lib/android/couchbase-lite-java-core-1.4.1.jar" target-dir="libs"/>
<source-file src="lib/android/couchbase-lite-java-javascript-1.4.1.jar" target-dir="libs"/>
<source-file src="lib/android/couchbase-lite-java-listener-1.4.1.jar" target-dir="libs"/>
<source-file src="lib/android/jackson-annotations-2.5.0.jar" target-dir="libs"/>
<source-file src="lib/android/jackson-core-2.5.0.jar" target-dir="libs"/>
<source-file src="lib/android/jackson-databind-2.5.0.jar" target-dir="libs"/>
<source-file src="lib/android/okhttp-3.3.1.jar" target-dir="libs"/>
<source-file src="lib/android/okio-1.8.0.jar" target-dir="libs"/>
<source-file src="lib/android/rhino-1.7R3.jar" target-dir="libs"/>
<source-file src="lib/android/servlet-2-3.jar" target-dir="libs"/>
<source-file src="lib/android/stateless4j-2.4.0.jar" target-dir="libs"/>
<lib-file src="lib/android/commons-io-2.0.1.jar"/>
<lib-file src="lib/android/couchbase-lite-android-1.4.4.aar"/>
<lib-file src="lib/android/couchbase-lite-android-sqlite-custom-1.4.4.aar"/>
<lib-file src="lib/android/couchbase-lite-java-core-1.4.4.jar"/>
<lib-file src="lib/android/couchbase-lite-java-javascript-1.4.4.jar"/>
<lib-file src="lib/android/couchbase-lite-java-listener-1.4.4.jar"/>
<lib-file src="lib/android/jackson-annotations-2.5.0.jar"/>
<lib-file src="lib/android/jackson-core-2.5.0.jar"/>
<lib-file src="lib/android/jackson-databind-2.5.0.jar"/>
<lib-file src="lib/android/okhttp-3.3.1.jar"/>
<lib-file src="lib/android/okio-1.8.0.jar"/>
<lib-file src="lib/android/rhino-1.7R3.jar"/>
<lib-file src="lib/android/stateless4j-2.4.0.jar"/>
<lib-file src="lib/android/servlet-2-3.jar"/>
</platform>
</plugin>
4 changes: 2 additions & 2 deletions src/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ repositories{
}

dependencies {
compile(name:'couchbase-lite-android-1.4.1', ext:'aar')
compile(name:'couchbase-lite-android-sqlite-custom-1.4.1', ext:'aar')
compile(name:'couchbase-lite-android-1.4.4', ext:'aar')
compile(name:'couchbase-lite-android-sqlite-custom-1.4.4', ext:'aar')
}

android {
Expand Down

0 comments on commit 16a018a

Please sign in to comment.