contentful.java

Java SDK for Contentful's Content Delivery API

APACHE-2.0 License

Stars
74
Committers
28

Bot releases are hidden (Show)

contentful.java - v10.4.3

Published by rafalniski over 4 years ago

Fixes bug with unwrapping crashing on Android API < 26.

contentful.java - v10.4.2

Published by phoebeschmidt over 4 years ago

  • Update checkstyle plugin version, fix checkstyle.xml issues
contentful.java - v10.4.0

Published by Khaledgarbaya over 5 years ago

  • Make Unwrapping production ready.
contentful.java -

Published by mariobodemann over 5 years ago

  • Fix: Do not parse already parsed rich text node in sync.
contentful.java -

Published by mariobodemann over 5 years ago

  • Fix: Do not use java.util.function, it might mess up older android phones (Lollipop and Marshmallow)
contentful.java -

Published by mariobodemann over 5 years ago

  • Add Unwrapping of Contentful entries to custom types.
  • Update dependencies
contentful.java -

Published by mariobodemann almost 6 years ago

  • Add missing links for rich-text nodes.
contentful.java - add rich text

Published by mariobodemann almost 6 years ago

contentful.java -

Published by mariobodemann over 6 years ago

  • Add png8 image option for returning images in png with up to 256 colours.
  • Make sync environment aware.
contentful.java - Environments

Published by mariobodemann over 6 years ago

  • Add locales endpoint
  • Add Localizer to make localizing entries thread save.
  • Update cache to store locales and not spaces
  • Remove locales from Space
  • Remove setLocale on resources (entries and assets). Use localize() instead.
contentful.java -

Published by mariobodemann over 6 years ago

  • Fix: numbers in http headers default back to english.
contentful.java -

Published by mariobodemann over 6 years ago

  • Add: Support for incoming-links by @shm.
  • Add: Support for partial syncing by @vbondarovich.
  • Fix: Remove synthetic internal methods by @marukami.
    ❤ Thanks for all the awesome contributions. Keep it up!
contentful.java -

Published by mariobodemann almost 7 years ago

Fix: Use system provided X509TrustManager and avoid deprecation and reflection used by previous okhttp method.

contentful.java -

Published by mariobodemann almost 7 years ago

  • Remove .useTLS12() from [7.4.0] and replace it with automated approach.
contentful.java -

Published by mariobodemann about 7 years ago

  • Change: Use filtered java file to create version number
  • Fix: Gracefully ignore non ascii characters on HTTP header generation.
  • Cleanup: Fix warnings
contentful.java -

Published by mariobodemann about 7 years ago

  • New: populateContentTypeCache-family to pre populate the cache of ContentTypes.
  • Change: Requesting a non existing resource will throw an exception! ⚡⚡
  • Change: Set timeout to parsing an error body to one second.
  • Polish: Update dependencies:
    • rxjava 2.1.1 (was 1.2.0)
      • Please update your code to use the following new additions:
      • rx.schedulers.Schedulers.io() to io.reactivex.schedulers.Schedulers.io()
      • Subscriber<CDAArray> to DisposableSubscriber<CDAArray>
      • and onCompleted() to onComplete()
    • retrofit 2.3.0 (was 2.2.0)
    • okhttp 3.8.1 (was 3.6.0)
    • commonsio 2.5 (was 2.4)
    • junit 4.12 (was 4.11)
    • mockito 2.8.47 (was 1.10.19)
    • truth 0.34 (was 0.27)
contentful.java -

Published by mariobodemann over 7 years ago

  • Fix: Custom Header specifying Android if os is Linux.
contentful.java -

Published by mariobodemann over 7 years ago

  • Fix: Custom Contentful HTTP Header are gracefully ignoring errors.
contentful.java -

Published by mariobodemann over 7 years ago

  • Added: Image API
  • Added: Custom Contentful HTTP Header.
contentful.java -

Published by mariobodemann over 7 years ago

  • Added: Retrieve default call.factory from client builder.
  • Fixed: Close body in error response interceptor.
  • Fixed: ContentTypes are not required to query for Assets ant ContentTypes.