Releases: contentstack/contentstack-android
Releases · contentstack/contentstack-android
Added string support for locale
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)
- #23 Implicit PendingIntent detected in ContentStack Android SDK
- New Region Support - AZURE_NA
Compile issue resolved for the target version 31
- Compile issue for the target version 31
Utils updated to 1.1.0
contentstack-utils updated to 1.1.0
Embedded Items feature support added
- includeEmbeddedItems method added in Entry and Query Class
- Utils SDK support added in SDK
Updated X-User-Agent to the header
Updated X-User-Agent to the header
Improved timeout to 30 sec
Merge pull request #16 from contentstack/timeout default timeout 30 sec
Publish content fallback
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
- [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
- [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.