Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
e39bba8
chore: update submodule branches to main and upgrade CouchbaseLite-Sw…
jayant-dhingra-cb Oct 14, 2025
d9f00a2
feat: implement placeholder methods for URLEndpointListener in CblRea…
jayant-dhingra-cb Oct 14, 2025
86c3310
Migration to 3.3
velicuvlad Oct 14, 2025
24581ef
feat: add collection change event listener functionality
jayant-dhingra-cb Oct 21, 2025
03d7a74
chore: update Couchbase Lite dependencies to version 3.3.0 for iOS an…
jayant-dhingra-cb Oct 21, 2025
58e83da
feat: add new test components and update CBL engine
jayant-dhingra-cb Oct 21, 2025
7753f57
chore: verified the change listeners
jayant-dhingra-cb Oct 27, 2025
4533ab8
feat: add collection_GetFullName method and update related components
jayant-dhingra-cb Oct 29, 2025
ed5b356
chore: update submodules to track RN-v1 branch
jayant-dhingra-cb Nov 3, 2025
f262fe6
Add log sink API support with native implementation and example app
jayant-dhingra-cb Nov 4, 2025
dac7cc2
Fix linting errors in CblReactNativeEngine
jayant-dhingra-cb Nov 4, 2025
c7e7d33
feat: implement new remove listener token functionality
jayant-dhingra-cb Nov 19, 2025
8efc2c1
chore: update submodule references for listener token implementation
jayant-dhingra-cb Nov 19, 2025
2ecb3c2
refactor: update native modules and cleanup documentation
jayant-dhingra-cb Nov 19, 2025
3db6a5a
refactor: fixes for gemini
jayant-dhingra-cb Nov 19, 2025
807ea49
chore: update submodule references for cblite-js and expo-example
jayant-dhingra-cb Nov 19, 2025
94dcace
refactor: simplify conditionals in change listener tests
jayant-dhingra-cb Nov 19, 2025
345e131
Merge pull request #80 from Couchbase-Ecosystem/new_remove_listener
jayant-dhingra-cb Nov 19, 2025
384ca69
chore: update submodule reference for cblite-js-tests
jayant-dhingra-cb Nov 20, 2025
8aed784
Merge pull request #81 from Couchbase-Ecosystem/new_remove_listener
jayant-dhingra-cb Nov 20, 2025
b18b915
chore: update submodules to support_col_db_property branch
jayant-dhingra-cb Nov 25, 2025
8305613
chore: update submodule references for cblite-js, cblite-js-tests, an…
jayant-dhingra-cb Nov 26, 2025
178aa62
Merge pull request #82 from Couchbase-Ecosystem/support_col_db_property
jayant-dhingra-cb Nov 26, 2025
5b0be74
chore: update submodule references for cblite-js, cblite-js-tests, an…
jayant-dhingra-cb Nov 26, 2025
68d774d
feat: log sink API implementation with test screens
jayant-dhingra-cb Dec 2, 2025
d4d0eeb
feat: merge v1 into log_sink_api - unified listener management with l…
jayant-dhingra-cb Dec 2, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,8 @@ android/keystores/debug.keystore

# generated by bob
lib/

# Documentation and iOS source
cbl-reactnative-docs/
couchbase-lite-ios/
ios-swift-quickstart/
7 changes: 7 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
[submodule "src/cblite-js"]
path = src/cblite-js
url = git@github.com:Couchbase-Ecosystem/cblite-js.git
branch = RN-v1

[submodule "ios/cbl-js-swift"]
path = ios/cbl-js-swift
url = git@github.com:Couchbase-Ecosystem/cbl-js-swift.git
branch = RN-v1

[submodule "android/src/main/java/com/cblreactnative/cbl-js-kotlin"]
path = android/src/main/java/com/cblreactnative/cbl-js-kotlin
url = git@github.com:Couchbase-Ecosystem/cbl-js-kotlin.git
branch = RN-v1

[submodule "expo-example/cblite-js-tests"]
path = expo-example/cblite-js-tests
url = git@github.com:Couchbase-Ecosystem/cblite-js-tests.git
branch = RN-v1
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ dependencies {
implementation "com.facebook.react:react-native:+"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "org.json:json:20240303"
implementation "com.couchbase.lite:couchbase-lite-android-ee-ktx:3.2.1"
implementation "com.couchbase.lite:couchbase-lite-android-ee-ktx:3.3.0"
implementation 'com.eclipsesource.j2v8:j2v8:6.2.1@aar'
}

Loading
Loading