Clemente Tort

Results 37 issues of Clemente Tort

### How frequently does the bug occur? Sometimes ### Description While developing with Flexible sync I run into this crash. It happens after reinstalling the app several times during development....

T-Bug

### How frequently does the bug occur? All the time ### Description If both public and private name are defined on a field, the public one cannot is not available...

T-Bug

Fixes sub-querying on RealmResults ignores the original filter. It also changes the return type of `RealmResults::query` from `RealmResults` to `RealmQuery`.

cla: yes

We like to have a way to check if there are changes in the db that have not been synchronized. There are some situations where the app might be offline,...

### Problem The user has no access to the error code property in app exceptions, if they like to react to a specific error code they have to do string...

SDK-Use:Sync
Importance:Major

Invoking `RealmSet.contains` on a managed set passing an unmanaged Realm value would result in the following exception: `IllegalStateException: Cannot modify managed objects outside of a write transaction` The exception is...