storio icon indicating copy to clipboard operation
storio copied to clipboard

Reactive API for SQLiteDatabase and ContentResolver.

Results 43 storio issues
Sort by recently updated
recently updated
newest added

It looks like the last version `3.0.1` has not been published since I got > Failed to resolve: com.pushtorefresh.storio3:sqlite:3.0.1 > Failed to resolve: com.pushtorefresh.storio3:sqlite-annotations:3.0.1 when building my project.

build.gradle: implementation 'com.pushtorefresh.storio3:sqlite:3.0.1' sync error: Failed to resolve: com.pushtorefresh.storio3:sqlite:3.0.1 How we can migrate to androidx with storio? Maybe you have some .jar files?

Latest commit on 31 Dec 2018 StorIO is Dead?

There is still some issue with Jetifier not properly handling the annotation processors. I have a large, legacy project that cannot easily go through a transition to Storio3, however, we...

FAILURE: Build failed with an exception. * Where: Script '/Users/la20073037/AndroidStudioProjects/Telstra_24x7/telstra-24x7-android/app/buildscripts/copy_test_resources.gradle' line: 32 * What went wrong: Could not find method execute() for arguments [] on task ':app:copyTestSqiObfuscatedReleaseResources' of type org.gradle.api.tasks.Copy....

This PR replaces the framework SQLite version with the new SupportSQLite from AndroidX. This new implementation allows to use more SQL implementations besides the framework one, like the [sqlite-android](https://github.com/requery/sqlite-android) database...

Should we rename `PreparedWriteOperation` for this purpose? Maybe `PreparedCompletableOperation`

question

Hey, guys! Great lib you are buiding here! As far as I understood it is possible to use @StorIOSQLiteCreator annotation only on Kotlin primary constructor. In my case I have...

For gradually migration from v1/v2 we have to share changes between old and new StorIOSQLite.

enhancement || feature