Kurt Nelson

Results 13 comments of Kurt Nelson

What is the current status of this? I'd like to add a custom action for our podcast player. (One big feature is that we allow you to bookmark content within...

Also compare to room and SQL.

The AndroidX shared preferences replacement will likely be backed by SQLite. This keeps the library easy to use for new developers but has a significant performance hit both on memory...

If a failing unit test can be written, that would be great.

Storage requires using fundamental JVM IO APIs, Kotlin gives no benefit and adds overhead. The library itself is designed to be consumed from Kotlin and feel native. Kotlin gives no...

I approve, can you add the check to the library?

It doesn't care what the payload is as long as it is a byte[], so no need for key management to be built in.

I am seeing exactly this after upgrading to Mac OS Ventura 13.2.1

Workaround: Run against an emulator, this appears to be an issue only with physical devices. Other trace you might see if the APK is already installed: ``` Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException:...