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

Commit 46dd8f9

Browse files
authored
Merge pull request #403 from CAAPIM/MAS-2.2.00
Release branch for MAS 2.2.00
2 parents 0db47ef + 1b29a94 commit 46dd8f9

File tree

2 files changed

+38
-7
lines changed

2 files changed

+38
-7
lines changed

ChangeLog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# Version 2.2.00
2+
3+
### Bug fixes
4+
- Resolved an issue where the refresh token becomes null when network is lost. [DE469630]
5+
- Resolved SCIM calls visibility issue. [DE473035]
6+
- Resolved an issue where the cache is cleared when using a third-party app for authentication. [DE506139]
7+
- Resolved an issue where the user gets logged out if 500 error is returned from MAG Server during token refresh. [DE509848]
8+
- Android 10 and newer android.security.KeyStoreException: Incompatible padding mode [DE508974]
9+
- Resolved an issue where MAS library fails to parse Ciphers if language is set to Turkish. [DE492305]
10+
- Resolved an issue where multipart requests get corrupted and have two boundaries. [DE485106]
11+
12+
13+
### New features
14+
- Support for disabling SSL Pinning. [F109516]
15+
- Support for Android 12. [F114300]
16+
- RSA-PSS support and TLS 1.3 support in SDK [DE505739]
17+
118
# Version 2.1.00
219

320
### Bug fixes

README.md

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[![Maintenance](https://img.shields.io/badge/Maintained%3F-no-red.svg)](https://bitbucket.org/lbesson/ansi-colors)
2+
3+
⚠️ | Please note that this repo will be archived in the near future. Please do not submit any new changes as they are no longer being accepted. Please contact Broadcom support https://support.broadcom.com/ to report any defects or make a request for an update. Broadcom is continuing support for the SDK but will no longer maintain the public GitHub community.
4+
:---: | :---
5+
16
# Android™ Mobile SDK
27
## for CA Mobile API Gateway
38

@@ -36,11 +41,11 @@ For more information about our mobile products see the [developer website](http:
3641
Edit your build.gradle file and add below dependency:
3742
```gradle
3843
dependencies {
39-
implementation 'com.ca:mas-foundation:2.1.00'
44+
implementation 'com.ca:mas-foundation:2.2.00'
4045
41-
implementation 'com.ca:mas-connecta:2.1.00' // (Optional) Only required when using mas connecta
42-
implementation 'com.ca:mas-storage:2.1.00' // (Optional) Only required when using mas storage
43-
implementation 'com.ca:masui:2.1.00' // (Optional) Only required when using MASUI Template. The MAS UI library provides sample user interfaces for Login, OTP, Social Login, and Enterprise Browser.
46+
implementation 'com.ca:mas-connecta:2.2.00' // (Optional) Only required when using mas connecta
47+
implementation 'com.ca:mas-storage:2.2.00' // (Optional) Only required when using mas storage
48+
implementation 'com.ca:masui:2.2.00' // (Optional) Only required when using MASUI Template. The MAS UI library provides sample user interfaces for Login, OTP, Social Login, and Enterprise Browser.
4449
4550
implementation 'org.bouncycastle:bcpkix-jdk15on:1.64' // (Optional) Only required when you want to support Android 4.1.x
4651
}
@@ -49,12 +54,21 @@ Edit your build.gradle file and add below dependency:
4954
The compiled release binaries can be found here: [Releases][Releases]
5055

5156
## Sample Apps
52-
**All sample apps have moved to GITHub as of 1.6.00 release. Links will redirect to the latest released versions.**
57+
**All sample apps have moved to GITHub as of 2.1.00 release. Links will redirect to the latest released versions.**
5358

5459
- [Sample-App-MAS-Android-Access-API-Geolocation-And-OTP](https://github.com/CAAPIM/Sample-App-MAS-Android-Access-API-Geolocation-And-OTP)
5560
- [Sample-App-MAS-Android-Fingerprint-Sessions-Lock](https://github.com/CAAPIM/Sample-App-MAS-Android-Fingerprint-Sessions-Lock)
5661
- [Sample-App-MAS-Android-Login-User-Authentication-And-Authorization](https://github.com/CAAPIM/Sample-App-MAS-Android-Login-User-Authentication-And-Authorization)
5762
- [Sample-App-MAS-Android-Secure-Local-Storage](https://github.com/CAAPIM/Sample-App-MAS-Android-Secure-Local-Storage)
63+
- [Sample-App-MAS-Android-MagTraining-BulkUpload](https://github.com/CAAPIM/SampleApp-MagTraining-BulkUpload)
64+
- [Sample-App-MAS-Android-MagTraining-SessionTransfer-BLE](https://github.com/CAAPIM/SampleApp-MagTraining-SessionTransfer-BLE)
65+
- [Sample-App-MAS-Android-MagTraining-UserAuthentication](https://github.com/CAAPIM/SampleApp-MagTraining-UserAuthentication)
66+
- [Sample-App-MAS-Android-MagTraining-UnProtectedLogin](https://github.com/CAAPIM/SampleApp-MagTraining-UnProtectedLogin)
67+
- [Sample-App-MAS-Android-MagTraining-ProtectedAPI](https://github.com/CAAPIM/SampleApp-MagTraining-ProtectedAPI)
68+
- [Sample-App-MAS-Android-MagTraining-Setup](https://github.com/CAAPIM/SampleApp-MagTraining-Setup)
69+
- [Sample-App-MAS-Android-UploadMultipartSampleApp](https://github.com/CAAPIM/UploadMultipartSampleApp)
70+
- [Sample-App-MAS-Android-MagTraining-SessionTransfer-QRCode](https://github.com/CAAPIM/SampleApp-MagTraining-SessionTransfer-QRCode)
71+
- [Sample-App-MAS-Android-MagTraining-InterAppSSO](https://github.com/CAAPIM/SampleApp-MAGTraining-InterAppSSO)
5872

5973
## Communication
6074
- *Have general questions or need help?*, use [Stack Overflow][StackOverflow]. (Tag 'massdk')
@@ -74,10 +88,10 @@ The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
7488
This software may be modified and distributed under the terms
7589
of the MIT license. See the [LICENSE][license-link] file for details.
7690

77-
[docs]: http://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/layer7-api-management/mobile-sdk-for-ca-mobile-api-gateway/2-1.html
91+
[docs]: http://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/layer7-api-management/mobile-sdk-for-ca-mobile-api-gateway/2-2.html
7892
[StackOverflow]: http://stackoverflow.com/questions/tagged/massdk
7993
[issues]: https://github.com/CAAPIM/Android-MAS-SDK/issues
8094
[releases]: ../../releases
8195
[contributing]: /CONTRIBUTING.md
8296
[license-link]: /LICENSE
83-
[documentation]: http://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/layer7-api-management/mobile-sdk-for-ca-mobile-api-gateway/2-1.html
97+
[documentation]: http://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/layer7-api-management/mobile-sdk-for-ca-mobile-api-gateway/2-2.html

0 commit comments

Comments
 (0)