vault

Easy persistence of Contentful data for Android over SQLite.

APACHE-2.0 License

Stars
85
Committers
7

Bot releases are hidden (Show)

vault - 0.9.5

Published by tomxor over 9 years ago

  • Fixed: Boolean field values set properly.
  • Changed: Missing location/object fields will be set to null instead of empty collections.
vault - 0.9.4

Published by tomxor over 9 years ago

  • Fixed: Replace getClass() calls with generated code for link resolution.
  • Fixed: Escape model field names on inserts.
  • Changed: Add onError and onSuccess() methods to SyncCallback.
vault - 0.9.3

Published by tomxor over 9 years ago

  • New: Resource implementation for equals() and hashCode()
vault - 0.9.2

Published by tomxor over 9 years ago

  • Fixed: Link persistence and resolution (reopened from v0.9.1).
vault - 0.9.1

Published by tomxor over 9 years ago

  • New: Asset is now Parcelable.
  • New: Optional SyncConfig setting that causes invalidation of existing data upon sync.
  • New: Provide direct read-only access to database objects.
  • Changed: Use empty collections instead of null for empty arrays / maps.
  • Changed: Use contentful.java v2.0.3.
  • Changed: contentful.java dependency scope changed to compile.
  • Fixed: Link resolution for arrays of resources now works correctly.
  • Fixed: Removed incorrect calls to close() on database objects.
vault - 0.9.0

Published by tomxor over 9 years ago

Initial release.