Releases: SkygearIO/skygear-SDK-Android
Releases · SkygearIO/skygear-SDK-Android
1.7.1
1.7.0
1.6.4
1.6.3
1.6.3 (2018-09-26)
Features
- Support encrypt current user data when storing into SharedPreferences SkygearIO/features#250
1.6.2
1.6.0
1.5.0
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
1.4.0
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