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 PR is mostly for exploring the impact of introducing projections as a feature. None of the API or implementation details are final.

no-changelog

### Problem Hello, thank you for your awesome project, i'm using it on Android TV, and i hope to use it on Apple Tv too Currently tvos is not in...

O-Community
Importance:Dealbraker
SDK-Use:Sync

### Problem Reporting all updated indices for collections are cleared is highly inefficient for large collections. ### Solution We should consider exposing the various core `collection_was_cleared`-flags in the public API...

SDK-Use:Local
Importance:Workaround

It looks like we might have a memory leak somewhere involving writes. A simple loop like this running on Android shows a small continuous increase in memory usage ``` viewModelScope.launch...

### 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

Currently only JVM and Android support the platform networking via OkHttp

gathering-interest

We don't control the order of compiler plugins and cannot guarantee that code transformations won't interfeer with other compiler plugins. We should therefore provide a way for users to mark...

This PR adds the ability to pass in the AES encryption key from a native memory region. After opening the Realm the caller can reset this native memory region to...

cla: yes

### How frequently does the bug occur? Always ### Description Hey, I upgraded from realm 1.10.0 to 1.13.0 and now I'm getting the following error: _It is thrown when a...

O-Community
T-Bug