realm-kotlin icon indicating copy to clipboard operation
realm-kotlin copied to clipboard

Kotlin Multiplatform and Android SDK for the Realm Mobile Database: Build Better Apps Faster.

Results 315 realm-kotlin issues
Sort by recently updated
recently updated
newest added

This PR just contains some small convenience changes that fixes executing `./gradlew assemble` in `packages`

cla: yes

Closes #925 Replaces https://github.com/realm/realm-kotlin/pull/933 Added `RecoverUnsycedChangesStrategy` and `RecoverOrDiscardUnsyncedChangesStrategy` and lifted restrictions on strategies depending on the Sync mode. Similarly to the Java implementation (https://github.com/realm/realm-java/pull/7698) the API for `RecoverOrDiscardUnsyncedChangesStrategy` has ```...

cla: yes

This will automatically create PR's between branches we think should be in sync: - `releases` -> `master` - `master` -> `release/ktor2-support` Example: https://github.com/realm/realm-kotlin/pull/1019 PR is red because I canceled the...

cla: yes

Automated Pull Request. Remember to choose "Create a merge commit" before merging.

cla: yes

This PR tracks a long-living feature branch with Ktor2 support. Currently `master` is using Ktor1 and cannot upgrade to Ktor2 as it only supports the new memory model, which is...

Hi everyone, somehow my app has saved some wrong partition for some users, but we can't lose all those data with wrong partitions. When the app tries to sync the...

O-Community
More-information-needed
Waiting-For-Reporter

I have a realms file that grows "infinitely" (theoretically). I update this file around 5 times a second and I get the latest version using a write transaction (doing the...

O-Community
More-information-needed
Waiting-For-Reporter

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

cla: yes