binaryprefs icon indicating copy to clipboard operation
binaryprefs copied to clipboard

Rapidly fast and lightweight re-implementation of SharedPreferences which stores each preference in files separately, performs disk operations via NIO with memory mapped byte buffers and works IPC (...

Results 11 binaryprefs issues
Sort by recently updated
recently updated
newest added

In my app, user can log out so i must clear all saved info. I have class AppCleaner that listens to user events and do clean ``` object AppCleaner: KoinComponent...

What do you think about create ktx module for library? For distribution method from readMe and other kotlin stuff, like a delegate for SharedPreferences

I faced a strange bug when tried to work with two instances of this shared preferences. I use Tink as an encryption engine with your library and want to show...

https://github.com/yandextaxitech/binaryprefs/pull/51

Are there any plans to add support for Lists, Set and / or arrays? Would be a nice additional feature for this library. Would you accept a pull request if...

enhancement
question

I know that Android's default charset is UTF-8, but it's not so for other platfoms. Maybe somebody like me will want to use this library on desktop jvm.

enhancement

If some exception occurs during data write process, data will be partially written. It can only happen during initial data saving, when no backup file created.

Allows to build the project on machine with Java 9 only by updating build tools and gradle wrapper.

com.ironz.binaryprefs.exception.FileOperationException: Can't create preferences directory in /preferences/main_1/values

minor bug

https://developer.android.com/sdk/api_diff/p-dp1/changes/java.nio.channels.FileChannel.html

enhancement