Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 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
7624d80
Update replicator configuration and submodules
jayant-dhingra-cb Nov 11, 2025
2c7b67c
Update cblite-js-tests submodule to new_replicator_config branch
jayant-dhingra-cb Nov 11, 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
ad85c51
chore(env): update Couchbase Lite environment and refactor test compo…
jayant-dhingra-cb Nov 21, 2025
d31c132
Merge branch 'v1' into new_replicator_config
jayant-dhingra-cb Nov 21, 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
c9cd8aa
feat: update for new replicator config
jayant-dhingra-cb Nov 27, 2025
372b157
chore: update Kotlin version in build.gradle and submodule reference …
jayant-dhingra-cb Nov 28, 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
dba3994
Merge pull request #84 from Couchbase-Ecosystem/log_sink_api
jayant-dhingra-cb Dec 2, 2025
d128528
Merge v1 into new_replicator_config
jayant-dhingra-cb Dec 5, 2025
a0b18f5
chore: add couchbase-lite-java-common-android-release to .gitignore
jayant-dhingra-cb Dec 5, 2025
7d3e6d8
Merge pull request #79 from Couchbase-Ecosystem/new_replicator_config
jayant-dhingra-cb Dec 5, 2025
89ad911
fix: correct Kotlin import paths and enhance logging methods in Swift
jayant-dhingra-cb Dec 11, 2025
fd26853
Merge pull request #85 from Couchbase-Ecosystem/import_fixes
jayant-dhingra-cb Dec 11, 2025
01d2462
chore: update submodule references for cbl-js-kotlin, cblite-js, and …
jayant-dhingra-cb Dec 16, 2025
630d8bf
Merge branch 'v1' of https://github.com/Couchbase-Ecosystem/cbl-react…
jayant-dhingra-cb Dec 16, 2025
b7ce316
chore: update cbl-js-kotlin submodule with package name fix
jayant-dhingra-cb Dec 16, 2025
cea3ee4
feat: add support for 'ALL' log domain in console and custom sinks
jayant-dhingra-cb Dec 19, 2025
eda3a87
chore: add expo-example and dev dirs to npmignore to prevent recursion
jayant-dhingra-cb Dec 23, 2025
c69c8ea
chore: prepare for v1.0.0-beta.1 pre-release
jayant-dhingra-cb Jan 6, 2026
6615b70
chore: release version 1.0.0
jayant-dhingra-cb Jan 8, 2026
c27faa1
fix: apply Gemini code review suggestions
jayant-dhingra-cb Jan 8, 2026
a1e9c4f
fix: allow empty encryption key to remove database encryption
jayant-dhingra-cb Jan 9, 2026
9362ad3
chore: comment out Console Logging and Document Expiration tests
jayant-dhingra-cb Jan 9, 2026
9aad3af
chore: remove commented-out sync gateway connection code
jayant-dhingra-cb Jan 12, 2026
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
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,9 @@ android/keystores/debug.keystore

# generated by bob
lib/

# Documentation and iOS source
cbl-reactnative-docs/
couchbase-lite-ios/
couchbase-lite-java-common-android-release-*/
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
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
src/cblite-js/cblite-tests
expo-example
couchbase-lite-ios
ios-swift-quickstart
cbl-reactnative-docs
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