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

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

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

### Objectbox version 3.3.1 , How to free memory ? ![image](https://user-images.githubusercontent.com/12568257/191644128-d2deb6be-c305-49e9-b608-22a7c29ca25f.png) ![image](https://user-images.githubusercontent.com/12568257/191643240-cb23b530-910d-45fe-8481-3e9a2e96e6e7.png)

bug

From Fdroid's repository: https://gitlab.com/fdroid/fdroidserver/-/merge_requests/1150 As ObjectBox is not Open Source, you can't used it in Open Source apps. Could you please make this project really open source so that developers...

**Describe the bug** Crashlytics reported such error on real user device on app's prod release **Basic info (please complete the following information):** - ObjectBox version (are you using the latest...

bug

**Describe the bug** A Java program will not work if another Java program uses ObjectBox. **Basic info:** - ObjectBox version: 3.2.1 - Reproducibility: always - Device: Desktop Java - OS:...

enhancement

Hello, from version 3.1.0 and above it is not possible to download the tables in ObjectBox Admin anymore. It just responses 401 - Session ID not present. When I downgrade...

bug

This PR provide API to configure thread pool limits use by `BoxStore`. I was observed situation in `Android` application where (due to some other issues in app) application is crashed...

Bumps [actions/stale](https://github.com/actions/stale) from 7.0.0 to 9.0.0. Release notes Sourced from actions/stale's releases. v9.0.0 Breaking Changes Action is now stateful: If the action ends because of operations-per-run then the next run...

dependencies

**Code:** val file = File(SDCardUtils.getSDCardPathByEnvironment() + "/CustomFile/dbFile") if (!file.exists()) { file.exists() } MyObjectBox.builder() .androidContext(context.applicationContext) .directory(file) .build() **Error:** at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3909) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4062) at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:101) at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2415) at...

bug

I have a problem that is pretty much similar to #243. But I can add some details to it. Let's say I have a class called Event that defines an...

enhancement

Can the objectbox library support Harmony os? Harmony os runs on Huawei mobile phones, and its sdk has many similarities with android sdk.

enhancement