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 329 realm-kotlin issues
Sort by recently updated
recently updated
newest added

This [page](https://www.mongodb.com/docs/realm/sdk/kotlin/realm-database/update/upsert-an-object/) shows a Java like api, which was luckily fixed, but the documentation was not updated. I think you should also mention in the documentation, that you do not...

O-Community

### How frequently does the bug occur? Always ### Description We use Realm in one of our soon-to-be-released products at work and while trying to set up the demo application...

O-Community
T-Bug
Frequency:Always
Repro:Always
SDK-Use:Local
Encryption:On

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

cla: yes

### How frequently does the bug occur? Always ### Description `IllegalStateException: Incomplete hierarchy for class RealmObject, unresolved classes [io.realm.kotlin.types.TypedRealmObject]` Getting exception, when creating configuration. Defined entity classes as follow `class...

O-Community
Waiting-For-Reporter
T-Bug
Frequency:Always
Repro:Always
SDK-Use:Local
Encryption:Off

### How frequently does the bug occur? Sometimes ### Description Hi there, We have some crashes on various devices and OSes (seems to be mainly on Android 9 - 10...

O-Community
Waiting-For-Reporter
T-Bug
SDK-Use:Local
Encryption:Off
Frequency:Sometimes
Repro:No

### Problem There are a number of cases where it operations require the inputs to be of the most recent version for core to actually match the right entities. Specifically...

SDK-Use:Local
Importance:Workaround

After #1637 we only copy native libs into a suitable location if the files does not exists. This prevents updates of the cache if unpacking new libraries with the same...

closes https://github.com/realm/realm-kotlin/issues/1691 RealmLog would see the current `level` property deprecated in favor of a setter and getter functions. ```kotlin RealmLog { @Deprecated public var level: LogLevel public fun setLevel(level: LogLevel,...

cla: yes