realm-kotlin
realm-kotlin copied to clipboard
Kotlin Multiplatform and Android SDK for the Realm Mobile Database: Build Better Apps Faster.
This PR is mostly for exploring the impact of introducing projections as a feature. None of the API or implementation details are final.
### 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...
### 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...
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...
Currently only JVM and Android support the platform networking via OkHttp
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...
### 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...