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.21
- Throws AuthenticationException when authentication issues happen.
Liferay iOS SDK 6.2.0.18
- Pass null objects to services are working now.
Liferay Android SDK 6.2.0.19
- Add isCancelled method to DownloadProgressCallback, in case developer wants to cancel downloads.
- DigestAuthentication implementation for cases in which digest auth is required.
- Parse JSON in background instead of main thread.
- Use primitives types when possible in Service APIs parameters, instead of JSONObjectWrapper.
Liferay Android SDK 6.2.0.18
Better portal exception handling (works for portal versions 6.1, 6.2 and upcoming 7.0).
Liferay Android SDK 6.2.0.17
Allows passing null objects as service parameters. Not all parameters are required by a service, this makes it easier to make service calls.
Liferay iOS SDK 6.2.0.17
Makes it possible to use the Mobile SDK in Swift projects.
Liferay iOS SDK 6.2.0.13
- New utility class for downloading files via WebDAV: DownloadUtil.
Liferay Android SDK 6.2.0.15
- New utility class for downloading files via WebDAV: DownloadUtil.
Liferay iOS SDK 6.2.0.12
- Supports multiple authentication mechanisms. It uses Basic Authentication by default and there's an OAuth implementation located at: https://github.com/brunofarache/liferay-ios-sdk-oauth
- Includes SignIn helper class to help building login views.
Liferay iOS SDK 6.2.0.11
- Return NSOperation in case caller wants to cancel upload
- Fix PortraitUtil issue
- LRCredentialStorage for storing credentials