File tree
48 files changed
+690
-1110
lines changed- msal
- src
- androidTest
- java/com/microsoft/identity/client
- main
- java/com/microsoft/identity/client
- exception
- internal/controllers
- res/layout
- test/java/com/microsoft/identity/client
- e2e
- shadows
- tests
- mocked
- network
- utils
- versioning
- testapps/testapp
- src/main/java/com/microsoft/identity/client/testapp
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
48 files changed
+690
-1110
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
3 | 16 | | |
4 | | - | |
| 17 | + | |
| 18 | + | |
5 | 19 | | |
6 | 20 | | |
7 | 21 | | |
8 | | - | |
| 22 | + | |
9 | 23 | | |
10 | 24 | | |
11 | 25 | | |
| |||
- changelog.txt+11-4
- common/src/main/java/com/microsoft/identity/common/exception/BrokerCommunicationException.java+39
- common/src/main/java/com/microsoft/identity/common/exception/ErrorStrings.java+3-2
- common/src/main/java/com/microsoft/identity/common/internal/cache/BrokerOAuth2TokenCache.java+38-2
- common/src/main/java/com/microsoft/identity/common/internal/cache/SharedPreferencesAccountCredentialCache.java+3-3
- common/src/main/java/com/microsoft/identity/common/internal/controllers/CommandDispatcher.java+2-1
- common/src/main/java/com/microsoft/identity/common/internal/providers/oauth2/AuthorizationActivity.java+22-438
- common/src/main/java/com/microsoft/identity/common/internal/providers/oauth2/AuthorizationFragment.java+534
- common/src/main/java/com/microsoft/identity/common/internal/providers/oauth2/AuthorizationStrategy.java+48
- common/src/main/java/com/microsoft/identity/common/internal/request/AcquireTokenOperationParameters.java+13-2
- common/src/main/java/com/microsoft/identity/common/internal/request/BrokerRequestAdapterFactory.java+6-1
- common/src/main/java/com/microsoft/identity/common/internal/result/MsalBrokerResultAdapter.java+14-7
- common/src/main/java/com/microsoft/identity/common/internal/ui/AuthorizationStrategyFactory.java+16-3
- common/src/main/java/com/microsoft/identity/common/internal/ui/browser/BrowserAuthorizationStrategy.java+13-8
- common/src/main/java/com/microsoft/identity/common/internal/ui/webview/AzureActiveDirectoryWebViewClient.java-1
- common/src/main/java/com/microsoft/identity/common/internal/ui/webview/EmbeddedWebViewAuthorizationStrategy.java+10-6
- common/src/main/res/layout/authorization_activity.xml+7
- common/src/main/res/layout/common_activity_authentication.xml+2-2
- common/versioning/version.properties+1-1
- labapi/src/main/java/com/microsoft/identity/internal/test/labapi/api/ConfigApi.java+18-12
- labapi/src/main/java/com/microsoft/identity/internal/test/labapi/api/UserApi.java+18-12
- labapi/src/main/java/com/microsoft/identity/internal/test/labapi/model/LabInfo.java+21
- labapi/src/main/java/com/microsoft/identity/internal/test/labapi/model/UserInfo.java+21
- testutils/build.gradle+6
- testutils/src/main/java/com/microsoft/identity/internal/testutils/TestConstants.java+51
- testutils/src/main/java/com/microsoft/identity/internal/testutils/TestUtils.java+90
- testutils/src/main/java/com/microsoft/identity/internal/testutils/labutils/CurrentLabConfig.java-35
- testutils/src/main/java/com/microsoft/identity/internal/testutils/labutils/LabConfig.java+58
- testutils/src/main/java/com/microsoft/identity/internal/testutils/labutils/LabConstants.java+6
- testutils/src/main/java/com/microsoft/identity/internal/testutils/labutils/LabGuest.java+60
- testutils/src/main/java/com/microsoft/identity/internal/testutils/labutils/LabGuestAccountHelper.java+60
- testutils/src/main/java/com/microsoft/identity/internal/testutils/labutils/LabHelper.java+19-1
- testutils/src/main/java/com/microsoft/identity/internal/testutils/labutils/LabUserHelper.java+75-19
- testutils/src/main/java/com/microsoft/identity/internal/testutils/labutils/LabUserQuery.java+52
- testutils/src/main/java/com/microsoft/identity/internal/testutils/mocks/MockSuccessAuthorizationResultMockedTests.java+6-1
- testutils/src/main/java/com/microsoft/identity/internal/testutils/mocks/MockSuccessAuthorizationResultNetworkTests.java+8-4
- testutils/src/main/java/com/microsoft/identity/internal/testutils/mocks/MockTokenCreator.java+1-1
- testutils/src/main/java/com/microsoft/identity/internal/testutils/mocks/MockTokenResponse.java+1-1
- testutils/src/main/java/com/microsoft/identity/internal/testutils/strategies/MockDelayedResponseStrategy.java+1-1
- testutils/src/main/java/com/microsoft/identity/internal/testutils/strategies/MockTestStrategy.java+2-3
- testutils/src/main/java/com/microsoft/identity/internal/testutils/strategies/ResourceOwnerPasswordCredentialsTestStrategy.java+3-5
- testutils/src/test/java/com/microsoft/identity/internal/testutils/lab/AppApiTest.java-53
- testutils/src/test/java/com/microsoft/identity/internal/testutils/lab/ConfigApiTest.java-64
- testutils/src/test/java/com/microsoft/identity/internal/testutils/lab/CreateTempUserApiTest.java-49
- testutils/src/test/java/com/microsoft/identity/internal/testutils/lab/DeleteDeviceApiTest.java-48
- testutils/src/test/java/com/microsoft/identity/internal/testutils/lab/DisablePolicyApiTest.java-48
- testutils/src/test/java/com/microsoft/identity/internal/testutils/lab/EnablePolicyApiTest.java-48
- testutils/src/test/java/com/microsoft/identity/internal/testutils/lab/LabApiTest.java-49
- testutils/src/test/java/com/microsoft/identity/internal/testutils/lab/LabAvailabilityApiTest.java-48
- testutils/src/test/java/com/microsoft/identity/internal/testutils/lab/LabPolicyInfoApiTest.java-46
- testutils/src/test/java/com/microsoft/identity/internal/testutils/lab/LabUserSecretApiTest.java-47
- testutils/src/test/java/com/microsoft/identity/internal/testutils/lab/ResetApiTest.java-48
- testutils/src/test/java/com/microsoft/identity/internal/testutils/lab/TempUserInfoApiTest.java-47
- testutils/src/test/java/com/microsoft/identity/internal/testutils/lab/UserApiTest.java-60
- testutils/src/test/java/com/microsoft/identity/internal/testutils/lab/ropc/PasswordGrantTest.java-156
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | 19 | | |
23 | 20 | | |
24 | 21 | | |
| |||
Lines changed: 0 additions & 77 deletions
This file was deleted.
Lines changed: 14 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
78 | | - | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| |||
217 | 218 | | |
218 | 219 | | |
219 | 220 | | |
220 | | - | |
| 221 | + | |
221 | 222 | | |
222 | 223 | | |
223 | 224 | | |
224 | 225 | | |
225 | 226 | | |
226 | 227 | | |
227 | | - | |
228 | | - | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
229 | 231 | | |
230 | 232 | | |
231 | 233 | | |
232 | 234 | | |
233 | | - | |
| 235 | + | |
234 | 236 | | |
235 | 237 | | |
236 | 238 | | |
| |||
241 | 243 | | |
242 | 244 | | |
243 | 245 | | |
244 | | - | |
245 | | - | |
| 246 | + | |
| 247 | + | |
246 | 248 | | |
247 | | - | |
| 249 | + | |
248 | 250 | | |
249 | 251 | | |
250 | 252 | | |
| |||
300 | 302 | | |
301 | 303 | | |
302 | 304 | | |
303 | | - | |
| 305 | + | |
304 | 306 | | |
305 | 307 | | |
306 | 308 | | |
307 | 309 | | |
308 | 310 | | |
309 | | - | |
310 | | - | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
311 | 314 | | |
312 | 315 | | |
313 | 316 | | |
| |||
0 commit comments