This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
Releases: liferay/liferay-mobile-sdk
Releases · liferay/liferay-mobile-sdk
Liferay Android SDK 6.2.0.14
- OAuth support
- Sign in utility class
- Return AsyncTask in case caller wants to cancel upload
- Fix class exceptions described in issue #9
- Fix PortraitUtil issue
Liferay Mobile SDK 6.2.0.9
- Fixes critical bug in Liferay Android SDK introduced by version 6.2.0.8
- Creates iOS Pod for the Push Notifications API
- Fixes bug in SDK Builder when multiple platforms are used to generated services
Liferay Mobile SDK 6.2.0.8
- Handle server HTTP redirects
- Fix portrait URL bug
Liferay Mobile SDK 6.2.0.7
- Separates portal services from plugins services
- Command-line tool for generating service (SDK Builder)
- Pluggable SDK Builder implementations, ability to not only generate for Android and iOS, but any other platform
Liferay Mobile SDK 6.2.0.6
New features:
- Objective-C blocks support for callbacks (documentation)
- Unauthenticated access to remote services (iOS documentation, Android documentation)
- Better server error handling for iOS, with localized messages
Liferay Mobile SDK 6.2.0.5
Adds support for binary upload, for those Liferay services that require byte[] and java.io.File method arguments MOBILESDK-4.
Documentation for this release:
Liferay Android SDK 6.2.0.5
Liferay iOS SDK 6.2.0.5
Liferay Mobile SDK 6.2.0.4
Liferay Mobile SDK 6.2.0.3
Liferay Mobile SDK 6.2.0.2
This release includes fixes for MOBILESDK-6 and MOBILESDK-15.
Liferay Mobile SDK 6.2.0.1
sourceCompatibility wasn't being picked correctly, moving to inside b…