Skip to content

Releases: SkygearIO/skygear-SDK-Android

1.7.1

22 Feb 04:30
1.7.1
Compare
Choose a tag to compare

1.7.1 (2019-02-22)

Bug Fixes

  • Fix fail to call lambda without arguments #276

1.7.0

15 Feb 10:11
1.7.0
Compare
Choose a tag to compare

1.7.0 (2019-01-21)

Features

  • Support FCM (#254)

Other Notes

  • Update request timeout to 60s to align with iOS SDK

1.6.4

15 Jan 03:38
1.6.4
Compare
Choose a tag to compare

1.6.4 (2018-10-05)

Other Notes

  • Upgrade Java-WebSocket lib to 1.3.9
  • Upgrade joda-time lib to 2.10

1.6.3

15 Jan 03:37
1.6.3
Compare
Choose a tag to compare

1.6.3 (2018-09-26)

Features

1.6.2

23 Aug 10:59
Compare
Choose a tag to compare

1.6.2 (2018-07-23)

Bug Fixes

  • Add asset too large error code
  • Add verification required error code

1.6.0

05 Jul 10:34
1.6.0
Compare
Choose a tag to compare

1.6.0 (2018-06-28)

Features

  • Add Lambda support for Skygear Data Type
  • Auto save asset when saving record and lambda
  • Implement joining queries with 'and'

Other Notes

  • Upgrade websocket lib to 1.3.8

1.5.0

16 May 09:49
1.5.0
Compare
Choose a tag to compare

1.5.0 (2018-04-23)

Features

  • Implement request verification and submit code

Bug Fixes

  • resetPassword API bug fix, change expireAt from Date to long
  • Fix JSON serialization error of auth_data in signup and login api which
    happen in Android API version <= 18
  • Should allow JSONObject.NULL in lambda arguments

Other Notes

  • Add admin prefix to disable/enable user methods
  • Remove default endpoint in container
  • Count support in query #211

1.4.1

09 Mar 10:29
1.4.1
Compare
Choose a tag to compare

1.4.1 (2018-03-09)

Other Notes

  • Revert "Upgrade gradle to version 4" for fixing missing dependencies

1.4.0

07 Mar 09:57
1.4.0
Compare
Choose a tag to compare

1.4.0 (2018-03-07)

Features

  • Support enable/disable user account

Bug Fixes

  • Fix potential memory leak

Other Notes

  • Update error code list
  • Change func name and args for consistency for sso unlinkOAuthProvider api
  • Upgrade gradle to version 4
  • Supports various argument classes for callLambdaFunction
  • Add checkstyle lint checking

1.3.1

01 Feb 12:39
Compare
Choose a tag to compare

Features

  • Add ErrorSerializer
  • Add SSO Plugin
    • Initial loginOAuthProvider (#150)
    • Link oauth provider (#168)
    • Unlink provider (#169)
    • Login and link with access token (#167)

Bug Fixes

  • Fix maybe null pointer exeception
  • Serialise profile when signup