objectbox-java icon indicating copy to clipboard operation
objectbox-java copied to clipboard

Android Database - first and fast, lightweight on-device vector database

Results 125 objectbox-java issues
Sort by recently updated
recently updated
newest added

**Describe the bug** We sporadically receive complaints from users, upon checking logs, queries on specific boxes seem to be throwing a "FileCorruptException: Corrupt DB, min key size violated: 0". While...

bug

**Describe the bug** A clear and concise description in English of what the bug is. **Basic info (please complete the following information):** - ObjectBox version (are you using the latest...

io.objectbox.exception.PagesCorruptException Could not get from cursor (page not found) crash message java.lang.RuntimeException:Unable to stop activity {pakcage/xxxx.xxxx.activity.H5Activity}: io.objectbox.exception.PagesCorruptException: Could not get from cursor (page not found) (error code -30797) android.app.ActivityThread.callActivityOnStop(ActivityThread.java:5089) .........

@greenrobot It's possible to present db data on localhost server? (such as in Android Objectbox browser)

enhancement

Im using ObjectBox in a pet android project written in Kotlin.. I have a data class encoded as such (example): ```kotlin @Entity data class Foo(var name:String, var description: String) {...

enhancement

**Describe the bug** Hello guys, I am testing is it possible to do a full Objectbox backup to google drive via 3rd sync apps Then when I developing I found...

more info required

Sir, Version 2.6.0/2.7.0 The first 2-3 times query.find It's slow. It's going to speed up after about 4 times. 1st: 4154ms 2nd: 3066ms 3.rd: 782ms 4.th: 741ms There are 360000...

enhancement

``` WARNING:API 'android.registerTransform' is obsolete. It will be removed in version 8.0 of the Android Gradle plugin. The Transform API is removed to improve build performance. Projects that use the...

enhancement

With OkHttp3 4.x on the build classpath (`buildSrc`, `build-conventions`, ...) and the (closed source) `objectbox-gradle-plugin` being on the same classpath as well, custom task code that utilizes OkHttp3 4.x APIs...

enhancement