Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Merge branch 'develop' into Stable
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbyWeber committed Aug 29, 2018
2 parents fc2efcd + 12ee15c commit 5786d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- Invoking MAS User lockSession API without screen lock activated [DE377125]

### New features
- Refactor logout implementation, new com.ca.mas.foundation.MASUser#logout(boolean, com.ca.mas.foundation.MASCallback<java.lang.Void>) interface is added, the new logout interface was added the 'force' parameter, a boolean value. If set to True, the SDK will clear local tokens no matter the logout call to the server success or not. [US510647]
- Refactor logout implementation, new com.ca.mas.foundation.MASUser#logout(boolean, com.ca.mas.foundation.MASCallback<java.lang.Void>) interface is added, the new logout interface was added with the 'force' boolean parameter. If set to True, the SDK will clear local tokens no matter the logout call to the server success or not. [US510647]
- Android P Support [US527906]
- Refactor Unit Test to avoid using Bouncy Castle and Keystore Daemon
- Avoid using non-sdk interface for Android P
Expand Down

0 comments on commit 5786d88

Please sign in to comment.