Skip to content

Releases: contentstack/contentstack-android

Embedded Items feature support added

Choose a tag to compare

@ishaileshmishra ishaileshmishra released this 06 Apr 08:08
  • includeEmbeddedItems method added in Entry and Query Class
  • Utils SDK support added in SDK

Updated X-User-Agent to the header

Choose a tag to compare

@ishaileshmishra ishaileshmishra released this 05 Mar 06:44

Updated X-User-Agent to the header

Improved timeout to 30 sec

Choose a tag to compare

@ishaileshmishra ishaileshmishra released this 19 Feb 09:07
Merge pull request #16 from contentstack/timeout

default timeout 30 sec

Publish content fallback

Choose a tag to compare

@ishaileshmishra ishaileshmishra released this 12 Dec 16:14

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

Choose a tag to compare

@ishaileshmishra ishaileshmishra released this 15 Nov 09:40
  • [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

Choose a tag to compare

@ishaileshmishra ishaileshmishra released this 05 Sep 07:39
  • [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.

Multiple Content Type

Choose a tag to compare

@ishaileshmishra ishaileshmishra released this 29 Jul 10:21
  • [Entry] - Added support for includeReferenceContentTypeUid support in Entry.
  • [Query] - Added support for includeReferenceContentTypeUid support in Query.
  • [Entry] - setLanguage and getLanguage Deprecated in Entry.
  • [Query] - language deprecated in Query
  • [Entry] - Added method for getLocale and setLocale(String locale) in Entry
  • [Query] - Added method for locale in Query.
  • [Query] - Removed deprecated method for includeSchema in Query

API implementation for content type information

Choose a tag to compare

@ishaileshmishra ishaileshmishra released this 12 Apr 10:33

Version: 3.5.0
Date: Apr-12-2019
Change: Added support of below methods in SDK:

  • getContentTypes() in Stack class
  • fetch in ContentType class

Below two support from the Config class has been removed permanently

  • public void setSSL(boolean isSSL)setSSL()
  • public boolean isSSL()

v3.4.1 - Removed support for unsafe (HTTP) request

Choose a tag to compare

@ishaileshmishra ishaileshmishra released this 05 Apr 09:45

Removed support for unsafe (HTTP) request.
Below two breaking changes from Config class has been deprecated

@deprecated
public void setSSL(boolean isSSL)setSSL()

@deprecated
public boolean isSSL()

v3.4.0 - The Sync API

Choose a tag to compare

@ishaileshmishra ishaileshmishra released this 26 Oct 11:14

Changelog

Date: 26-Oct-2018
New Features:
Added below methods in Stack Class
  • added method 'sync'
  • added method 'syncPaginationToken'
  • added method 'syncToken'
  • added method 'syncFromDate'
  • added method 'syncContentType'
  • added method 'syncLocale'
  • added method 'syncPublishType'
  • added method 'sync(contentType, from_date, language, publish_type,syncCallBack)'

SyncStack

  • Added New Class SyncStack