Skip to content

Commit

Permalink
PingOneVerify SDK v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavyachauhan-ping committed Dec 1, 2022
1 parent 569c5ff commit 0c64a21
Show file tree
Hide file tree
Showing 162 changed files with 1,494 additions and 5,186 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions DISCLAIMER.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/***************************************************************************
* Copyright (C) 2021 Ping Identity Corporation
* Copyright (C) 2022 Ping Identity Corporation
* All rights reserved.
*
* Ping Identity Corporation
Expand All @@ -23,4 +23,4 @@
* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# PingOne Verify Mobile SDK
# PingOne Verify Android SDK

The PingOne Verify Mobile SDK provides the ability to integrate PingOne ID Verification capabilities into your mobile applications. The SDK facilitates communication with the PingOne Verify service, handling incoming messages or requests from the service, and sending ID information for verification or other requests to the service. The SDK also persists the user keys and transaction information using the encrypted storage on the device.

For setup instructions and documentation, you can refer to [this guide](https://apidocs.pingidentity.com/pingone/native-sdks/v1/api/#pingone-verify-sdk-for-android).
PingOneVerify Android SDK provides a secure interface for an android app to use the PingOne Verify service for validating a user’s identity. Please refer to the documentation [here](https://apidocs.pingidentity.com/pingone/native-sdks/v1/api/#pingone-verify-sdk-for-android) for integration.
174 changes: 116 additions & 58 deletions SDK/Android_SDK_LEGAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@ This release contains software written by Ping Identity plus software written by

| Common Name | Developed or Sourced by | License Section |
|--|--|--|
| Fotoapparat | Red Apparat | 1.0 |
| Android-Image-Cropper | Arthur Teplitzki, Edmodo, Inc. | 2.0 |
| NumberPicker | Shawn Lin | 3.0 |
| Retrofit | square | 4.0 |
| Moshi | square | 5.0 |
| okio | square | 6.0 |
| okhttp | square | 7.0 |
| jose4j | Brian Campbell | 8.0 |
| SLF4J | SLF4J | 9.0 |
| Retrofit | square | 1.0 |
| Moshi | square | 2.0 |
| okio | square | 3.0 |
| okhttp | square | 4.0 |
| glide | bumptech | 5.0 |
| CountryCodePickerProject | Harsh B. Bhakta | 6.0 |
| certificatetransparency | Appmattus | 7.0 |

**Notice**

Expand All @@ -30,19 +28,19 @@ The contents of this section are for informational purposes only and do not modi
Each of the entries below lists the license, and any specific actions needed to comply with the license beyond attribution, copyright notice, and listing of license. Each license is represented in the font and format as found on the web source.


**1.0 Fotoapparat**
**1.0 Retrofit**

**Modifications:**

None.

**Copyright:**

Copyright © 2019 Airside Mobile Inc.
Copyright 2013 Square, Inc.

**License:**

https://github.com/RedApparat/Fotoapparat/blob/master/LICENSE
https://github.com/square/retrofit/blob/master/LICENSE.txt

<a name="apache"></a> **Software License**

Expand Down Expand Up @@ -223,152 +221,212 @@ of your accepting any such warranty or additional liability.

END OF TERMS AND CONDITIONS

**2.0 Android-Image-Cropper**
**2.0 Moshi**

**Modifications:**

None.

**Copyright:**

Copyright © 2019 Airside Mobile Inc.
Copyright 2015 Square, Inc.

**License:**

https://github.com/ArthurHub/Android-Image-Cropper/blob/master/LICENSE.txt
https://github.com/square/moshi/blob/master/LICENSE.txt

**Software License**

See a copy of license in [Section 1.0](#apache) above

**3.0 NumberPicker**
**3.0 okio**

**Modifications:**

None.

**Copyright:**

Copyright (c) 2018 ShawnLin013
Copyright 2013 Square, Inc.

**License:**

https://github.com/ShawnLin013/NumberPicker/blob/master/LICENSE

<a name="mit"></a> **Software License**

The MIT License (MIT)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
https://github.com/square/okio/blob/master/LICENSE.txt

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
**Software License**

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
See a copy of license in [Section 1.0](#apache) above

**4.0 Retrofit**
**4.0 okhttp**

**Modifications:**

None.

**Copyright:**

Copyright 2013 Square, Inc.
Copyright 2019 Square, Inc.

**License:**

https://github.com/square/retrofit/blob/master/LICENSE.txt
https://github.com/square/okhttp/blob/master/LICENSE.txt

**Software License**

See a copy of license in [Section 1.0](#apache) above

**5.0 Moshi**
**5.0 glide**

**Modifications:**

None.

**Copyright:**

Copyright 2015 Square, Inc.
Copyright 2014 Google, Inc. All rights reserved.

**License:**

https://github.com/square/moshi/blob/master/LICENSE.txt
https://github.com/bumptech/glide/blob/master/LICENSE

**Software License**

See a copy of license in [Section 1.0](#apache) above
License for everything not in third_party and not otherwise marked:

**6.0 okio**
Copyright 2014 Google, Inc. All rights reserved.

**Modifications:**
Redistribution and use in source and binary forms, with or without modification, are
permitted provided that the following conditions are met:

None.
1. Redistributions of source code must retain the above copyright notice, this list of
conditions and the following disclaimer.

**Copyright:**
2. Redistributions in binary form must reproduce the above copyright notice, this list
of conditions and the following disclaimer in the documentation and/or other materials
provided with the distribution.

Copyright 2013 Square, Inc.
THIS SOFTWARE IS PROVIDED BY GOOGLE, INC. ``AS IS'' AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GOOGLE, INC. OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

**License:**
The views and conclusions contained in the software and documentation are those of the
authors and should not be interpreted as representing official policies, either expressed
or implied, of Google, Inc.

https://github.com/square/okio/blob/master/LICENSE.txt
---------------------------------------------------------------------------------------------

**Software License**
License for third_party/disklrucache:

See a copy of license in [Section 1.0](#apache) above
Copyright 2012 Jake Wharton
Copyright 2011 The Android Open Source Project

**7.0 okhttp**
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

**Modifications:**
http://www.apache.org/licenses/LICENSE-2.0

None.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

**Copyright:**
---------------------------------------------------------------------------------------------

Copyright 2019 Square, Inc.
License for third_party/gif_decoder:

**License:**
Copyright (c) 2013 Xcellent Creations, Inc.

https://github.com/square/okhttp/blob/master/LICENSE.txt
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

**Software License**
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

See a copy of license in [Section 1.0](#apache) above
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

---------------------------------------------------------------------------------------------

License for third_party/gif_encoder/AnimatedGifEncoder.java and
third_party/gif_encoder/LZWEncoder.java:

No copyright asserted on the source code of this class. May be used for any
purpose, however, refer to the Unisys LZW patent for restrictions on use of
the associated LZWEncoder class. Please forward any corrections to
kweiner@fmsware.com.

-----------------------------------------------------------------------------

License for third_party/gif_encoder/NeuQuant.java

**8.0 jose4j**
Copyright (c) 1994 Anthony Dekker

NEUQUANT Neural-Net quantization algorithm by Anthony Dekker, 1994. See
"Kohonen neural networks for optimal colour quantization" in "Network:
Computation in Neural Systems" Vol. 5 (1994) pp 351-367. for a discussion of
the algorithm.

Any party obtaining a copy of these files from the author, directly or
indirectly, is granted, free of charge, a full and unrestricted irrevocable,
world-wide, paid up, royalty-free, nonexclusive right and license to deal in
this software and documentation files (the "Software"), including without
limitation the rights to use, copy, modify, merge, publish, distribute,
sublicense, and/or sell copies of the Software, and to permit persons who
receive copies from any such party to do so, with the only requirement being
that this copyright notice remain intact.

**6.0 CountryCodePickerProject**

**Modifications:**

None.

**Copyright:**

Copyright 2012-2015 Brian Campbell
Copyright (C) 2016 Harsh Bhakta

**License:**

https://bitbucket.org/b_c/jose4j/src/master/LICENSE
https://github.com/hbb20/CountryCodePickerProject/blob/master/License.txt

**Software License**

See a copy of license in [Section 1.0](#apache) above

**9.0 SLF4J**
**7.0 certificatetransparency**

**Modifications:**

None.

**Copyright:**

Copyright (c) 2004-2017 QOS.ch
Copyright 2021 Appmattus Limited

Copyright 2019 Babylon Partners Limited

**License:**

https://github.com/qos-ch/slf4j/blob/master/LICENSE.txt
https://github.com/appmattus/certificatetransparency/blob/main/LICENSE.md

**Software License**

See a copy of the license in [Section 3.0](#mit) above
See a copy of license in [Section 1.0](#apache) above
Binary file added SDK/Microblink.aar
Binary file not shown.
Binary file removed SDK/P1Verify-1.0.2.aar
Binary file not shown.
Binary file added SDK/PingOneVerify-2.0.0.aar
Binary file not shown.
Binary file removed SDK/UI Library/p1verifylib-1.0.4.aar
Binary file not shown.
Loading

0 comments on commit 0c64a21

Please sign in to comment.