message
stringlengths 3
720
| label
stringclasses 5
values |
---|---|
Merge branch '36-property-query-updates' into dev
|
Other
|
Javadoc: handle horizontal overflow of descriptions, tables, code. - Also replace all colors used in newer JDK versions.
|
Administrative
|
Javadoc: remove leading space from title.
|
Administrative
|
Follow-up: javadoc stylesheet file unused. Follow-up to: 59a1819a update JavaDoc style; do a search and replace on stylesheet colors
|
Administrative
|
QueryBuilder: resolve warnings.
|
Corrective
|
set versions to 2.5.0 (release prep, still snapshot)
|
Perfective
|
Query: add missing type parameters
|
Adaptive
|
fix docs
|
Administrative
|
prepare 2.4.0 RC
|
Other
|
resolve warnings.
|
Corrective
|
QueryPublisher: add missing diamond to resolve warning.
|
Corrective
|
QueryObserverTest: remove unused annotation, return value.
|
Perfective
|
Jenkinsfile: bintray upload may also use internal repo for dependencies
|
Perfective
|
Jenkinsfile: note about publishing requiring internal repo.
|
Administrative
|
Version 2.4.0-dev-SNAPSHOT, tests use native 2.4.0-dev-SNAPSHOT.
|
Perfective
|
Query: add describe and describeParams, test.
|
Administrative
|
resolve warnings.
|
Corrective
|
Query(Builder): implement Closeable.
|
Adaptive
|
Document finalize methods.
|
Administrative
|
Box.getAll(): always return mutable list (ArrayList), simplify
|
Perfective
|
Merge branch 'plugin-21-id-drop-not-null' into 'dev' MyObjectBox: drop PropertyFlags.NOT_NULL for ID properties. See merge request objectbox/objectbox-java!28
|
Other
|
ToOne docs: typo in class description, polish while at it.
|
Administrative
|
ToOne: add missing nullable annotation to resolve warnings.
|
Corrective
|
SyncServer: clean-up and document.
|
Administrative
|
SyncClient: clean-up and document.
|
Administrative
|
Untangle and simplify sync credentials classes.
|
Perfective
|
Query: throw if filter is used with remove().
|
Corrective
|
Update listener documentation.
|
Administrative
|
Query: allow comparator for findUnique()
|
Perfective
|
Sync+Builder: expand and simplify documentation.
|
Administrative
|
testWriteTxBlocksOtherWriteTx() just failed in CI; double/quadruple waitTime
|
Corrective
|
Property: minor java docs improvements
|
Administrative
|
Jenkins: replace deprecated archive with archiveArtifacts.
|
Perfective
|
add AbstractSyncClientListener
|
Adaptive
|
improve and update build.gradle files, e.g.
|
Perfective
|
add buildscript.ext.objectboxNativeDependency
|
Adaptive
|
switch Cursor.getRelationTargetCursor() to use nativeGetCursorFor() and secondary Cursors; this should be more lightweight and allows secondary cursors to be re-used from the main Cursor
|
Perfective
|
add sync server peers
|
Adaptive
|
add Box.putBatched()
|
Adaptive
|
added getRelationIds() and related methods
|
Adaptive
|
Sync client: minor docs and
|
Administrative
|
annotation clean up
|
Perfective
|
SyncServerBuilder: add manualStart() and changesListener()
|
Adaptive
|
BoxStore: add isObjectBrowserRunning()
|
Adaptive
|
SyncServer: add isRunning() and getPort();
|
Adaptive
|
New sync entry points: Sync.client() and Sync.server()
|
Adaptive
|
SyncClient: create native object in constructor with login info
|
Adaptive
|
expose start() and stop(), rename disconnect() to close()
|
Perfective
|
sync client: rename nativeSetLogin() to nativeSetLoginInfo()
|
Perfective
|
make testIsSyncAvailable() ignore flag values
|
Perfective
|
SyncServer: add getStatsString()
|
Adaptive
|
rename to SyncCredentialsToken and related refactoring
|
Perfective
|
SyncClientImpl: native methods not static anymore, rename to nativeSetLogin
|
Perfective
|
SyncClientImpl: minor thread safety improvement with listeners
|
Perfective
|
Add new SyncClientListener.onLogin callback, wait on it with timeout.
|
Adaptive
|
Merge branch '4-ci-builds-without-mavenlocal-dependencies' into dev
|
Other
|
Jenkins: move publish branch to variable.
|
Perfective
|
Revert 'Do not send null certificatePath or credentialsBytes to JNI (broken).' This reverts commit fee5a1f2
|
Other
|
Add SyncClientListener, add set/remove methods on SyncClient.
|
Adaptive
|
throw LinkageError instead of RuntimeException to wrap UnsatisfiedLinkError
|
Corrective
|
Add simple SyncClient implementation.
|
Adaptive
|
SyncCredentials: add none, use int type IDs from Core
|
Adaptive
|
add docs.
|
Administrative
|
Merge branch '61-sync-server-time-api' into 'dev' Add server time APIs. Closes #61 See merge request objectbox/objectbox-java!67
|
Other
|
Remove unused Cursor/Box based find methods. Also remove unused tests (this is now tested with queries).
|
Perfective
|
update JavaDoc style; do a search and replace on stylesheet colors
|
Administrative
|
Merge branch '12-relinker' into 'dev' Android: use ReLinker to load native library See merge request objectbox/objectbox-java!11
|
Other
|
Builder: store context.getApplicationContext to prevent leaks.
|
Corrective
|
Update TestEntity classes to match latest generated code.
|
Perfective
|
Drop unused SimpleEntityInfo.
|
Perfective
|
Merge branch '10-drop-box-extensions' into 'dev' Drop Kotlin extensions for Box methods, should always use Long. See merge request objectbox/objectbox-java!9
|
Other
|
Box: drop unused import.
|
Perfective
|
comment out Box/Cursor based find methods
|
Administrative
|
Revert 'PropertyFlags: added unique on-conflict flags' This reverts commit bd2dd93
|
Other
|
Merge remote-tracking branch 'origin/asan-clang6.0.0' into dev
|
Other
|
Revert 'ob_version = '2.2.0-property-virtual-SNAPSHOT'' This reverts commit 89cc6a5
|
Other
|
ToOne: suggest fix in DbDetachedException message. https://github.com/objectbox/objectbox-java/issues/516 https://github.com/objectbox/objectbox-java/issues/412
|
Corrective
|
rxjava README: fix dependency config.
|
Administrative
|
Removed deprecated aggregate methods from Query
|
Perfective
|
increase version date, comment get version methods
|
Administrative
|
updated docs for @Index.maxValueLength
|
Administrative
|
Setting BoxStore version to 2.0.0-2018-07-16
|
Perfective
|
Move non-PropertyQuery tests to QueryTest
|
Perfective
|
create abstract query test.
|
Adaptive
|
QueryCondition: fix nullability and other warnings
|
Corrective
|
ModelBuilder: fix nullability and other warnings
|
Corrective
|
IndexType JavaDocs
|
Administrative
|
objectbox-rxjava: Add README.
|
Administrative
|
Jenkinsfile: add QueryObserverTest rx test
|
Adaptive
|
Move objectbox-rxjava into this repository.
|
Perfective
|
more generics in EntityInfo
|
Perfective
|
make Property usage in QueryBuilder type safe
|
Perfective
|
add SOURCE type param to RelationInfo
|
Adaptive
|
Update README.md to 2.0.0-beta
|
Administrative
|
nativeLink now receives relationOwnerEntityId instead of sourceEntityId
|
Perfective
|
add query parameter aliases
|
Adaptive
|
add sourceEntityId param to nativeLink()
|
Adaptive
|
Updated generated classes to FlatBuffers 1.9
|
Perfective
|
Update docs about possibility and limitations of to-many backlink.
|
Administrative
|
Revert 'README.md: 1.4.5' (broken, better stay with 1.4.4) This reverts commit deddf5c
|
Other
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.