simple-store icon indicating copy to clipboard operation
simple-store copied to clipboard

Simple yet performant asynchronous file storage for Android

Results 16 simple-store issues
Sort by recently updated
recently updated
newest added

**Describe the bug** putString when wrapped with Completable.fromFuture() seems to run immediately. Verified via debugger. Maybe be specific to the instance when checking for said key before writing to SimpleStore...

* Gradle plugin bumps * Kotlin version bump

Just the usual get everything happy on the latest tooling.

When migrating to SS, you often have a step where writes go to both SS and the legacy storage. In this state, the SS is rarely used for performant read...

enhancement

Currently simple-store provides no checking on the naming of it's keys. Instead, when sth. like `./` is used as a key, the store does unexpected things (moving wrong files etc.)....

We should separate the logic that uses an Android context for the folder location into a separate artifact, this will allow pure java modules to consume simple-store. (And might help...

enhancement

The sample app has a kotlin activity consuming the library, document why this library is not in kotlin.

documentation

Might be worthwhile explaining or pointing to an explanation of why not use SharedPrefs _Originally posted by @jbarr21 in https://github.com/uber/simple-store/pull/25#issuecomment-494649681_

documentation

- [x] Add proto artifact to readme - [ ] Provide basic example - [ ] Document why proto is good for storage

documentation

Document why namespaces exist and what they are good for.

documentation