Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Releases: liferay/liferay-mobile-sdk

Liferay Android SDK 6.2.0.21

10 Jul 14:52
Compare
Choose a tag to compare
  • Throws AuthenticationException when authentication issues happen.

Liferay iOS SDK 6.2.0.18

19 Jun 20:23
Compare
Choose a tag to compare
  • Pass null objects to services are working now.

Liferay Android SDK 6.2.0.19

11 May 14:14
Compare
Choose a tag to compare
  • 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

24 Apr 19:09
Compare
Choose a tag to compare

Better portal exception handling (works for portal versions 6.1, 6.2 and upcoming 7.0).

Liferay Android SDK 6.2.0.17

22 Apr 17:56
Compare
Choose a tag to compare

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

22 Apr 18:00
Compare
Choose a tag to compare

Makes it possible to use the Mobile SDK in Swift projects.

Liferay iOS SDK 6.2.0.13

18 Mar 20:44
Compare
Choose a tag to compare
  • New utility class for downloading files via WebDAV: DownloadUtil.

Liferay Android SDK 6.2.0.15

02 Mar 16:59
Compare
Choose a tag to compare
  • New utility class for downloading files via WebDAV: DownloadUtil.

Liferay iOS SDK 6.2.0.12

05 Feb 19:30
Compare
Choose a tag to compare

Liferay iOS SDK 6.2.0.11

26 Jan 12:39
Compare
Choose a tag to compare
  • Return NSOperation in case caller wants to cancel upload
  • Fix PortraitUtil issue
  • LRCredentialStorage for storing credentials