Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Releases: arconsis/droitatedDB

0.1.9

09 Sep 13:27
Compare
Choose a tag to compare
Merge branch 'release/0.1.7'

Bugfixes

19 May 06:49
Compare
Choose a tag to compare
0.1.8

Merge branch 'release/0.1.7'

Ranaming to droitatedDB

18 Dec 09:18
Compare
Choose a tag to compare

Due to legal issues we renamed the project to droitatedDB.
It can now be found in Maven Central with the identifiers

  • org.droitateddb:api:0.1.6
  • org.droitateddb:processor:0.1.6

The package structure was also renamed, because it had the old name in it.

Important: When you update to droitatedDB you will have to refactor your imports

Minor bugfixes

16 Jun 12:37
Compare
Choose a tag to compare
  • Fixes issue with a singelton DBCreator. It is now possible to have multiple instances of it to avoid closing DB connection from different Threads.
  • Support up to Java 8 for the annotation processor

Datarobot Release 0.1.3

14 Nov 09:58
Compare
Choose a tag to compare

New Feature:

Minor Bugfix:

  • When switching the exported attribute of an @entity(exported=...). The ContentProvider definition is adjusted in the AndroidManifest.xml

Datarobot Release 0.1.2

11 Sep 09:04
Compare
Choose a tag to compare

Changes in version 0.1.2:

  • Added a hook for additional work on database creation. See @create and DbCreate interface
  • Boolean fields are now supported for storage
  • Primary keys without auto increment