File tree
6 files changed
+8
-7
lines changed- msalautomationapp
- msal
- versioning
- testapps/testapp
6 files changed
+8
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
- changelog.txt+5-1
- common/build.gradle+1-1
- common/src/main/java/com/microsoft/identity/common/adal/internal/PowerManagerWrapper.java+57
- common/src/main/java/com/microsoft/identity/common/internal/broker/BrokerRequest.java+9
- common/src/main/java/com/microsoft/identity/common/internal/platform/AndroidPlatformUtil.java+1-1
- common/src/main/java/com/microsoft/identity/common/internal/providers/oauth2/CameraPermissionRequest.kt+100
- common/src/main/java/com/microsoft/identity/common/internal/providers/oauth2/WebViewAuthorizationFragment.java+25-79
- common/src/main/java/com/microsoft/identity/common/internal/request/MsalBrokerRequestAdapter.java+1
- common/src/test/java/com/microsoft/identity/common/internal/request/MsalBrokerRequestAdapterTests.java+76-10
- common4j/src/main/com/microsoft/identity/common/java/commands/parameters/InteractiveTokenCommandParameters.java+5
- common4j/src/main/com/microsoft/identity/common/java/controllers/ExceptionAdapter.java+36-1
- common4j/src/main/com/microsoft/identity/common/java/interfaces/PlatformComponents.java+1-1
- common4j/src/main/com/microsoft/identity/common/java/nativeauth/providers/responses/signin/SignInTokenApiResponse.kt+11
- common4j/src/main/com/microsoft/identity/common/java/nativeauth/util/ApiErrorResponseUtil.kt+3
- common4j/src/main/com/microsoft/identity/common/java/opentelemetry/SpanName.java+2-1
- common4j/src/test/com/microsoft/identity/common/java/nativeauth/providers/NativeAuthResponseHandlerTest.kt+23
- common4j/src/testFixtures/java/com/microsoft/identity/common/components/MockPlatformComponentsFactory.java-3
- 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 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments