vault icon indicating copy to clipboard operation
vault copied to clipboard

Easy persistence of Contentful data for Android over SQLite.

Results 18 vault issues
Sort by recently updated
recently updated
newest added

Getting the following warning while compiling our app: ``` The following annotation processors are not incremental: compiler-3.2.1.jar (com.contentful.vault:compiler:3.2.1). Make sure all annotation processors are incremental to improve your build speed....

It would be great to have an option to see changes after the synchronization process. In case you are caching downloaded files based on the URL given by Vault asset,...

1. In the Contentful dashboard, we choose three locales sv-SE, sv, and en-US, 2. The setUp is as follows when the locale is sv, it falls back to sv-SE and...

Android uses @Space annotation provided by Vault which is internally an interface, to define a persistent db which thereby stores the contents. It requires to specify the SpaceID, an array...

Bumps commons-io from 2.5 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.5&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [guava](https://github.com/google/guava) from 22.0-android to 29.0-android. Release notes Sourced from guava's releases. 29.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>29.0-jre</version> <!-- or, for Android: --> <version>29.0-android</version> </dependency> Javadoc 29.0-jre 29.0-android JDiff 29.0-jre...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Today, when we build a Model we need to have **public** fields because the generated ModelHelper references fields directly. I have changed the behavior to allow developer to use private...

It is failing with the below error class com.contentful.vault.compiler.Processor (in unnamed module @0x434708e4) cannot access class com.sun.tools.javac.code.Attribute (in module jdk.compiler) because module jdk.compiler does not export com.sun.tools.javac.code to unnamed module...