File tree
4 files changed
+18
-14
lines changed- msal
- versioning
4 files changed
+18
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
| |||
- changelog.txt+12
- common/build.gradle+1-1
- common/src/main/java/com/microsoft/identity/common/crypto/AndroidWrappedKeyLoader.java+92-17
- common/src/main/java/com/microsoft/identity/common/internal/broker/PackageHelper.java+24
- common/src/main/java/com/microsoft/identity/common/internal/msafederation/IMsaFederatedCredentialCallback.kt-34
- common/src/main/java/com/microsoft/identity/common/internal/msafederation/MsaFederatedSignInProviderFactory.kt+1-1
- common/src/main/java/com/microsoft/identity/common/internal/msafederation/MsaFederationConstants.kt+2-2
- common/src/main/java/com/microsoft/identity/common/internal/msafederation/google/GoogleSignInProvider.kt+7-9
- common/src/main/java/com/microsoft/identity/common/internal/msafederation/google/ISignInWithGoogleCredentialCallback.kt-34
- common/src/main/java/com/microsoft/identity/common/internal/msafederation/google/SignInWithGoogleApi.kt+14-7
- common/src/main/java/com/microsoft/identity/common/internal/msafederation/google/SignInWithGoogleParameters.kt+13-3
- common/src/main/java/com/microsoft/identity/common/internal/ui/browser/AndroidBrowserSelector.java+1-28
- common/src/test/java/com/microsoft/identity/common/internal/msafederation/google/GoogleSignInProviderTest.kt+8-9
- common/src/test/java/com/microsoft/identity/common/internal/msafederation/google/MockGoogleSignInProvider.kt+4-2
- common/src/test/java/com/microsoft/identity/common/internal/msafederation/google/SignInWithGoogleApiTest.kt+36-23
- common/src/test/java/com/microsoft/identity/common/internal/msafederation/google/SignInWithGoogleParametersTest.kt+12-1
- common/src/test/java/com/microsoft/identity/common/internal/ui/browser/AndroidBrowserSelectorTest.java+2-1
- common4j/src/main/com/microsoft/identity/common/java/flighting/CommonFlight.java+6-1
- common4j/src/main/com/microsoft/identity/common/java/opentelemetry/AttributeName.java+16-1
- common4j/src/main/com/microsoft/identity/common/java/opentelemetry/SpanName.java+2-1
- common4j/versioning/version.properties+1-1
- versioning/version.properties+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
| 196 | + | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
0 commit comments