Popular repositories
-
-
-
Forked from FireflyLogic/couchbase-connect-14
Sample app of for Couchbase Mobile and Xamarin Forms
C#
517 contributions in the last year
Less
More
Contribution activity
August 2021
Created 1 repository
Created a pull request in couchbase/couchbase-lite-core that received 2 comments
Update for new sdkmanager location
This is the result of the docker container update to JDK 11. The sdkmanager in the previous location is not compatible with JDK 11, and frustrating…
+4
−4
•
2
comments
Opened 9 other pull requests in 4 repositories
couchbase/couchbase-lite-C
4
merged
couchbase/product-metadata
3
merged
couchbase/couchbase-lite-core
1
merged
couchbaselabs/fleece
1
merged
Reviewed 30 pull requests in 5 repositories
couchbase/couchbase-lite-core
12 pull requests
- Handle bool in array_contains, CBL-2215
- Add tests for skipping and returning error cases for property encryption
- Reworked BuiltInWebSocket handling of EOF on read (CBL-2204)
- Small test improvements
- Fix two bugs involved in CBL-1925
- API : Rename EncryptedProperty to encryptable
- Make distinction between result alias from db aliases. CBL-2176
- Implemented PropertyEncryption [API]
- Throw exceptions as the logger fails to open files, CBL-2077
- Do not memcpy 0 bytes to avoid assertion. CBL-2169
- Patch up a code review comment, CBL-2208
- Updated Fleece to fix leaky FLSliceResult -> alloc_slice conversions
couchbase/couchbase-lite-C
11 pull requests
- Change type of algorithm and kid param to FLStringResult*
- Fix FLValue_GetEncryptableValue for Query Result
- Allow to resolve conflict with unmatched doc ID
- Catch BadDocID and log warning instead of throwing
- CBL-2234 : Implement Property Encryption API
- Fix logic in CBLDefaultConflictResolver
- CBL-2177 : Add CBL_Init for initializing android context
- Stop Replicators and Live Queries when closing or deleting database
- Use cmake to generate CBL_Edition.h for XCode Project
- CBL-2202 : Register new blob using digest
- CBL-2190 : Implement Database_GetBlob and SaveBlob