Skip to content

Commit 912107b

Browse files
committed
Actually apply the formatter to our md files
1 parent 895a5da commit 912107b

File tree

68 files changed

+4051
-3800
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+4051
-3800
lines changed
Lines changed: 41 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,78 @@
11
# Unreleased
22

3-
43
# 19.0.0
5-
* [unchanged] Updated to keep [app_check] SDK versions aligned.
4+
5+
- [unchanged] Updated to keep [app_check] SDK versions aligned.
66

77
# 18.0.0
8-
* [changed] Bump internal dependencies
8+
9+
- [changed] Bump internal dependencies
910

1011
# 17.1.2
11-
* [unchanged] Updated to keep [app_check] SDK versions aligned.
12+
13+
- [unchanged] Updated to keep [app_check] SDK versions aligned.
1214

1315
# 17.1.1
14-
* [unchanged] Updated to keep [app_check] SDK versions aligned.
16+
17+
- [unchanged] Updated to keep [app_check] SDK versions aligned.
1518

1619
# 17.1.0
17-
* [unchanged] Updated to keep [app_check] SDK versions aligned.
20+
21+
- [unchanged] Updated to keep [app_check] SDK versions aligned.
1822

1923
# 17.0.0
20-
* [unchanged] Updated to keep [app_check] SDK versions aligned.
24+
25+
- [unchanged] Updated to keep [app_check] SDK versions aligned.
2126

2227
# 16.1.2
23-
* [unchanged] Updated to keep [app_check] SDK versions aligned.
28+
29+
- [unchanged] Updated to keep [app_check] SDK versions aligned.
2430

2531
# 16.1.1
26-
* [changed] Integrated the [app_check] Debug Testing SDK with Firebase
27-
components.
28-
(GitHub [#4436](//github.com/firebase/firebase-android-sdk/issues/4436){: .external})
32+
33+
- [changed] Integrated the [app_check] Debug Testing SDK with Firebase components. (GitHub
34+
[#4436](//github.com/firebase/firebase-android-sdk/issues/4436){: .external})
2935

3036
# 16.1.0
31-
* [unchanged] Updated to accommodate the release of the updated
32-
[app_check] Kotlin extensions library.
37+
38+
- [unchanged] Updated to accommodate the release of the updated [app_check] Kotlin extensions
39+
library.
3340

3441
# 16.0.1
35-
* [changed] Updated dependency of `play-services-basement` to its latest
36-
version (v18.1.0).
42+
43+
- [changed] Updated dependency of `play-services-basement` to its latest version (v18.1.0).
3744

3845
# 16.0.0
39-
* [changed] [app_check] has exited beta and is now generally available for
40-
use.
46+
47+
- [changed] [app_check] has exited beta and is now generally available for use.
4148

4249
# 16.0.0-beta06
43-
* [fixed] Fixed a bug in the [app_check] token refresh flow when using a
44-
custom provider.
50+
51+
- [fixed] Fixed a bug in the [app_check] token refresh flow when using a custom provider.
4552

4653
# 16.0.0-beta05
47-
* [changed] Internal improvements.
54+
55+
- [changed] Internal improvements.
4856

4957
# 16.0.0-beta04
50-
* [changed] Improved error handling logic by minimizing the amount of requests
51-
that are unlikely to succeed.
52-
* [fixed] Fixed heartbeat reporting.
58+
59+
- [changed] Improved error handling logic by minimizing the amount of requests that are unlikely to
60+
succeed.
61+
- [fixed] Fixed heartbeat reporting.
5362

5463
# 16.0.0-beta03
55-
* [changed] Added `X-Android-Package` and `X-Android-Cert` request headers to
56-
[app_check] network calls.
64+
65+
- [changed] Added `X-Android-Package` and `X-Android-Cert` request headers to [app_check] network
66+
calls.
5767

5868
# 16.0.0-beta02
59-
* [feature] Added [`getAppCheckToken()`](/docs/reference/android/com/google/firebase/appcheck/FirebaseAppCheck#getAppCheckToken(boolean)),
69+
70+
- [feature] Added
71+
[`getAppCheckToken()`](</docs/reference/android/com/google/firebase/appcheck/FirebaseAppCheck#getAppCheckToken(boolean)>),
6072
[`AppCheckTokenListener`](/docs/reference/android/com/google/firebase/appcheck/FirebaseAppCheck.AppCheckListener),
61-
and associated setters and removers for developers to request and observe
62-
changes to the [app_check] token.
73+
and associated setters and removers for developers to request and observe changes to the
74+
[app_check] token.
6375

6476
# 16.0.0-beta01
65-
* [feature] Initial beta release of the [app_check] Debug Testing SDK with
66-
abuse reduction features.
6777

78+
- [feature] Initial beta release of the [app_check] Debug Testing SDK with abuse reduction features.
Lines changed: 45 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,83 @@
11
# Unreleased
22

3-
43
# 19.0.0
5-
* [unchanged] Updated to keep [app_check] SDK versions aligned.
4+
5+
- [unchanged] Updated to keep [app_check] SDK versions aligned.
66

77
# 18.0.0
8-
* [changed] Bump internal dependencies
8+
9+
- [changed] Bump internal dependencies
910

1011
# 17.1.2
11-
* [unchanged] Updated to keep [app_check] SDK versions aligned.
12+
13+
- [unchanged] Updated to keep [app_check] SDK versions aligned.
1214

1315
# 17.1.1
14-
* [unchanged] Updated to keep [app_check] SDK versions aligned.
16+
17+
- [unchanged] Updated to keep [app_check] SDK versions aligned.
1518

1619
# 17.1.0
17-
* [unchanged] Updated to keep [app_check] SDK versions aligned.
20+
21+
- [unchanged] Updated to keep [app_check] SDK versions aligned.
1822

1923
# 17.0.0
20-
* [unchanged] Updated to keep [app_check] SDK versions aligned.
24+
25+
- [unchanged] Updated to keep [app_check] SDK versions aligned.
2126

2227
# 16.1.2
23-
* [unchanged] Updated to keep [app_check] SDK versions aligned.
28+
29+
- [unchanged] Updated to keep [app_check] SDK versions aligned.
2430

2531
# 16.1.1
26-
* [changed] Migrated [app_check] SDKs to use standard Firebase executors.
27-
(GitHub [#4431](//github.com/firebase/firebase-android-sdk/issues/4431){: .external}
28-
and
32+
33+
- [changed] Migrated [app_check] SDKs to use standard Firebase executors. (GitHub
34+
[#4431](//github.com/firebase/firebase-android-sdk/issues/4431){: .external} and
2935
[#4449](//github.com/firebase/firebase-android-sdk/issues/4449){: .external})
30-
* [changed] Integrated the [app_check] Debug SDK with Firebase components.
31-
(GitHub [#4436](//github.com/firebase/firebase-android-sdk/issues/4436){: .external})
32-
* [changed] Moved Task continuations off the main thread.
33-
(GitHub [#4453](//github.com/firebase/firebase-android-sdk/issues/4453){: .external})
36+
- [changed] Integrated the [app_check] Debug SDK with Firebase components. (GitHub
37+
[#4436](//github.com/firebase/firebase-android-sdk/issues/4436){: .external})
38+
- [changed] Moved Task continuations off the main thread. (GitHub
39+
[#4453](//github.com/firebase/firebase-android-sdk/issues/4453){: .external})
3440

3541
# 16.1.0
36-
* [unchanged] Updated to accommodate the release of the updated
37-
[app_check] Kotlin extensions library.
42+
43+
- [unchanged] Updated to accommodate the release of the updated [app_check] Kotlin extensions
44+
library.
3845

3946
# 16.0.1
40-
* [changed] Updated dependency of `play-services-basement` to its latest
41-
version (v18.1.0).
47+
48+
- [changed] Updated dependency of `play-services-basement` to its latest version (v18.1.0).
4249

4350
# 16.0.0
44-
* [changed] [app_check] has exited beta and is now generally available for
45-
use.
51+
52+
- [changed] [app_check] has exited beta and is now generally available for use.
4653

4754
# 16.0.0-beta06
48-
* [fixed] Fixed a bug in the [app_check] token refresh flow when using a
49-
custom provider.
55+
56+
- [fixed] Fixed a bug in the [app_check] token refresh flow when using a custom provider.
5057

5158
# 16.0.0-beta05
52-
* [changed] Internal improvements.
59+
60+
- [changed] Internal improvements.
5361

5462
# 16.0.0-beta04
55-
* [changed] Improved error handling logic by minimizing the amount of requests
56-
that are unlikely to succeed.
57-
* [fixed] Fixed heartbeat reporting.
63+
64+
- [changed] Improved error handling logic by minimizing the amount of requests that are unlikely to
65+
succeed.
66+
- [fixed] Fixed heartbeat reporting.
5867

5968
# 16.0.0-beta03
60-
* [changed] Added `X-Android-Package` and `X-Android-Cert` request headers to
61-
[app_check] network calls.
69+
70+
- [changed] Added `X-Android-Package` and `X-Android-Cert` request headers to [app_check] network
71+
calls.
6272

6373
# 16.0.0-beta02
64-
* [feature] Added [`getAppCheckToken()`](/docs/reference/android/com/google/firebase/appcheck/FirebaseAppCheck#getAppCheckToken(boolean)),
74+
75+
- [feature] Added
76+
[`getAppCheckToken()`](</docs/reference/android/com/google/firebase/appcheck/FirebaseAppCheck#getAppCheckToken(boolean)>),
6577
[`AppCheckTokenListener`](/docs/reference/android/com/google/firebase/appcheck/FirebaseAppCheck.AppCheckListener),
66-
and associated setters and removers for developers to request and observe
67-
changes to the [app_check] token.
78+
and associated setters and removers for developers to request and observe changes to the
79+
[app_check] token.
6880

6981
# 16.0.0-beta01
70-
* [feature] Initial beta release of the [app_check] Debug SDK with abuse
71-
reduction features.
7282

83+
- [feature] Initial beta release of the [app_check] Debug SDK with abuse reduction features.
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
# Unreleased
2-
3-
Lines changed: 29 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,54 @@
11
# Unreleased
22

3-
43
# 19.0.0
5-
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
4+
5+
- [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
66

77
# 18.0.0
8-
* [changed] Bump internal dependencies
8+
9+
- [changed] Bump internal dependencies
910

1011
# 17.1.2
11-
* [unchanged] Updated to keep [app_check] SDK versions aligned.
12+
13+
- [unchanged] Updated to keep [app_check] SDK versions aligned.
1214

1315
# 17.1.1
14-
* [fixed] Fixed client-side throttling in Play Integrity flows.
15-
* [changed] Bumped Play Integrity API Library dependency version.
16+
17+
- [fixed] Fixed client-side throttling in Play Integrity flows.
18+
- [changed] Bumped Play Integrity API Library dependency version.
1619

1720
# 17.1.0
18-
* [unchanged] Updated to keep [app_check] SDK versions aligned.
21+
22+
- [unchanged] Updated to keep [app_check] SDK versions aligned.
1923

2024
# 17.0.0
21-
* [unchanged] Updated to keep [app_check] SDK versions aligned.
25+
26+
- [unchanged] Updated to keep [app_check] SDK versions aligned.
2227

2328
# 16.1.2
24-
* [unchanged] Updated to keep [app_check] SDK versions aligned.
29+
30+
- [unchanged] Updated to keep [app_check] SDK versions aligned.
2531

2632
# 16.1.1
27-
* [changed] Migrated [app_check] SDKs to use standard Firebase executors.
28-
(GitHub [#4431](//github.com/firebase/firebase-android-sdk/issues/4431){: .external}
29-
and
33+
34+
- [changed] Migrated [app_check] SDKs to use standard Firebase executors. (GitHub
35+
[#4431](//github.com/firebase/firebase-android-sdk/issues/4431){: .external} and
3036
[#4449](//github.com/firebase/firebase-android-sdk/issues/4449){: .external})
31-
* [changed] Integrated the [app_check] Play integrity SDK with Firebase
32-
components.
33-
(GitHub [#4436](//github.com/firebase/firebase-android-sdk/issues/4436){: .external})
34-
* [changed] Moved Task continuations off the main thread.
35-
(GitHub [#4453](//github.com/firebase/firebase-android-sdk/issues/4453){: .external})
37+
- [changed] Integrated the [app_check] Play integrity SDK with Firebase components. (GitHub
38+
[#4436](//github.com/firebase/firebase-android-sdk/issues/4436){: .external})
39+
- [changed] Moved Task continuations off the main thread. (GitHub
40+
[#4453](//github.com/firebase/firebase-android-sdk/issues/4453){: .external})
3641

3742
# 16.1.0
38-
* [unchanged] Updated to accommodate the release of the updated
39-
[app_check] Kotlin extensions library.
43+
44+
- [unchanged] Updated to accommodate the release of the updated [app_check] Kotlin extensions
45+
library.
4046

4147
# 16.0.1
42-
* [changed] Updated dependency of `play-services-basement` to its latest
43-
version (v18.1.0).
48+
49+
- [changed] Updated dependency of `play-services-basement` to its latest version (v18.1.0).
4450

4551
# 16.0.0
46-
* [feature] Added support for
47-
[Play Integrity](https://developer.android.com/google/play/integrity) as an
48-
attestation provider.
4952

53+
- [feature] Added support for [Play Integrity](https://developer.android.com/google/play/integrity)
54+
as an attestation provider.

0 commit comments

Comments
 (0)