Commit a0aec0c
authored
Release/0.1.2 (#271)
* Telemetry Events now tracked in a single Map + tests (#186)
* Closes #52
* Updates dependencies from #189
These changes should be tested in conjunction with #52 #188
* Update buildTools to 25.0.3
* Updating sibling projects
* Init vsts-ci build
* track the log string buffer size and re-assign the stringbuffer if it exceeds the max limit
* address comments
* update unit test to make sure network connection is mocked and even if device is in airplane mode, unit test will still run fine. Unit test should not depend on physical device or emulator network.
* adding emulator to run android test and enable gradle cache for travis CI
add sudo:true
* Closes #204
* make sure we have no args constructor to prevent usage of unsafe
* remove finals from serializable fields
* Coverage file is now found via wildcard
* use versions.gradle to aggregate versions across subprojects
* Fixed dead link in README
* Closes #214
* Restart CI
* Closes #221
* Restart CI
* Closes #212 / VSTS-265161
* Closes #216 (Makes get/set property methods `final`)
* Closes #219
* Changed string in README
* CR feedback re Log TAG
* update agp to 2.3.3
* update gradle to 4.1
* Closes #229
* Marking log messages that have PII as such (#235)
* Marking log messages that have PII as such
* Taking in code review comments
* Adding logging when querying for CustomTab support
* fixing broken link
* Check that mCustomTabsServiceConnection is != null prior to querying
connection state
* reverting back to Chrome
* Add API for user to configure the connect timeout and read timeout (#248)
Create a new MsalSettings class for end-user to access the parameter settings for MSAL auth request and add API for user to configure the connect timeout and read timeout.
* Update the version number for pre-release 0.1.2 as well as the changelog. (#250)
* Update the changelog for #239 fix. (#256)
* Revert the change on timeout APIs (#264)
Revert the PR#248 and update the changelog.
* Fix the build of test apps by disabling the testCoverageEnabled property. (#265)
* Add RC build support (#255)
* Add RC build support.
(cherry picked from commit 92ca066)
* Add publishNonDefault to true in build.gradle to build all non default builds( release build ) (#269)
(cherry picked from commit 6fe0eae)
* Change Log edits (#272)1 parent ce3a4a7 commit a0aec0c
File tree
79 files changed
+1158
-623
lines changed- gradle
- wrapper
- msal
- src
- androidTest
- java/com/microsoft/identity/client
- authority/java/com/microsoft/identity/client
- cache/java/com/microsoft/identity/client
- http/java/com/microsoft/identity/client
- internal/java/com/microsoft/identity/client
- main
- java/com/microsoft/identity/client
- request/java/com/microsoft/identity/client
- telemetry/java/com/microsoft/identity/client
- test/java/com/microsoft/identity/client
- testapps
- automationapp
- sample
- 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.
79 files changed
+1158
-623
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 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
15 | | - | |
| 19 | + | |
16 | 20 | | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
20 | 27 | | |
21 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
22 | 32 | | |
23 | 33 | | |
24 | 34 | | |
25 | 35 | | |
26 | 36 | | |
27 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
28 | 53 | | |
29 | 54 | | |
30 | | - | |
| 55 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
180 | 180 | | |
181 | 181 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 9 | + | |
| 10 | + | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
1 | 20 | | |
2 | 21 | | |
3 | 22 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
6 | | - | |
| 5 | + | |
| 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 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
11 | 26 | | |
12 | 27 | | |
13 | 28 | | |
14 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
15 | 33 | | |
16 | 34 | | |
17 | 35 | | |
18 | | - | |
| 36 | + | |
19 | 37 | | |
20 | 38 | | |
21 | 39 | | |
22 | | - | |
| 40 | + | |
23 | 41 | | |
24 | 42 | | |
25 | 43 | | |
| |||
30 | 48 | | |
31 | 49 | | |
32 | 50 | | |
| 51 | + | |
33 | 52 | | |
34 | 53 | | |
35 | 54 | | |
| |||
40 | 59 | | |
41 | 60 | | |
42 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
43 | 65 | | |
44 | 66 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | 67 | | |
64 | 68 | | |
65 | 69 | | |
| |||
85 | 89 | | |
86 | 90 | | |
87 | 91 | | |
88 | | - | |
| 92 | + | |
89 | 93 | | |
90 | 94 | | |
91 | 95 | | |
| |||
150 | 154 | | |
151 | 155 | | |
152 | 156 | | |
153 | | - | |
154 | | - | |
155 | | - | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
156 | 161 | | |
157 | | - | |
158 | | - | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
159 | 171 | | |
160 | | - | |
| 172 | + | |
0 commit comments