Skip to content

Releases: contentstack/contentstack-android

Added string support for locale

27 Feb 09:22
Compare
Choose a tag to compare

The incorporation of string support for the locale within synchronization methods has been implemented

Region support for AZURE-NA added and fixed #23(Pending Intent)

28 Jun 02:11
Compare
Choose a tag to compare
  • #23 Implicit PendingIntent detected in ContentStack Android SDK
  • New Region Support - AZURE_NA

Compile issue resolved for the target version 31

21 Jan 10:29
Compare
Choose a tag to compare
  • Compile issue for the target version 31

Utils updated to 1.1.0

19 Jul 11:55
Compare
Choose a tag to compare

contentstack-utils updated to 1.1.0

Embedded Items feature support added

06 Apr 08:08
Compare
Choose a tag to compare
  • includeEmbeddedItems method added in Entry and Query Class
  • Utils SDK support added in SDK

Updated X-User-Agent to the header

05 Mar 06:44
Compare
Choose a tag to compare

Updated X-User-Agent to the header

Improved timeout to 30 sec

19 Feb 09:07
Compare
Choose a tag to compare
Merge pull request #16 from contentstack/timeout

default timeout 30 sec

Publish content fallback

12 Dec 16:14
Compare
Choose a tag to compare

Publish content fallback
New Features:
Entry - Publish fallback method added
Query - Publish fallback method added
Asset - Publish fallback and include dimension method added,
Assets - Publish fallback method added

Global fields support

15 Nov 09:40
Compare
Choose a tag to compare
  • [Stack]: Added support for function getContentType()
  • [ContentType]: updated function fetch()
  • [Query]: Updated support of whereIn(String KEY, Query queryObject)
  • [Query]: Updated support of whereNotIn(String KEY, Query queryObject)

[Config]: Region Support In Config Added

05 Sep 07:39
Compare
Choose a tag to compare
  • [Config]: Added support for Region in Config class.
  • [Query]: Added support of whereIn(String KEY) and whereNotIn(String KEY) for $in_query and $nin_query respectively in Query Class.