Skip to content

Releases: SkygearIO/skygear-SDK-Android

1.3.0

04 Jan 07:11
Compare
Choose a tag to compare

1.3.0 (2018-01-04)

Features

  • Add PubsubListener to hook up with PubsubClient onOpen, onClose and onError
    (#173)
  • Support calling lambda with map (#120)
  • Add loginWithCustomToken (#172)

Bug Fixes

  • Check null value when serializing and deserializing reserved fields

Other Notes

  • Reduce log on android test
  • Change tools:context in activity_login layout

1.2.0

04 Jan 07:11
Compare
Choose a tag to compare

1.2.0 (2017-12-11)

Bug Fixes

  • Set AccessControl.Entry and AccessControl.Level public

1.1.1

23 Oct 05:10
Compare
Choose a tag to compare

Features

  • Implement change password (#147)
  • Implement save records atomically (#134)
  • Add sdk version to request header

Bug Fixes

  • Fix example project login crash (#152)

Other Notes

  • Upgrade websocket lib (#165)
  • Add support for Android SDK version 26 (#158)

1.1.0

23 Oct 04:52
Compare
Choose a tag to compare

Incompatible Changes

  • Authentication-related function will return Record instead of User object

    In previous version of SKYKit, authentication methods return a User object
    which contains user-related information such as User ID, username and
    email. These information is moved to user record and the authentication
    methods are updated to return Record instead.

Features

  • Move user related role api to AuthContainer
  • New signup login, remove user object (#142)

Other Notes

  • Upload doc prefixed with version to s3 bucket for CI

1.1.0-beta.0

06 Aug 10:00
1.1.0-beta.0
Compare
Choose a tag to compare
1.1.0-beta.0 Pre-release
Pre-release

Incompatible Changes

  • Authentication-related function will return Record instead of User object

    In previous version of SKYKit, authentication methods return a User object
    which contains user-related information such as User ID, username and
    email. These information is moved to user record and the authentication
    methods are updated to return Record instead.

Features

  • Move user related role api to AuthContainer
  • New signup login, remove user object (#142)

Other Notes

  • Upload doc prefixed with version to s3 bucket for CI

1.1.0-alpha.0

31 Jul 06:55
Compare
Choose a tag to compare
1.1.0-alpha.0 Pre-release
Pre-release
Release 1.1.0-alpha.0

1.0.0

05 Jul 12:45
1.0.0
Compare
Choose a tag to compare

Incompatible Changes

Features

  • Add forgot password methods to AuthContainer

Other Notes

  • Add copyright notice
  • Update gradle build to 2.3.0 (#131)

0.24.1

23 May 09:10
0.24.1
Compare
Choose a tag to compare

Revert "Move skygear to skygear_core module"

0.24.0

23 May 07:29
0.24.0
Compare
Choose a tag to compare

Features

  • Set target SDK version to 25 (#130)

Other Notes

  • Move skygear to skygear_core module (#123)

0.23.1

02 May 09:11
0.23.1
Compare
Choose a tag to compare

Bug Fixes

  • Remove dependency on jitpack.io (#124)