Skip to content

Commit d468956

Browse files
committed
Rules V41.
1 parent a94dcbe commit d468956

File tree

227 files changed

+5317
-131
lines changed

Some content is hidden

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

227 files changed

+5317
-131
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"data": [
3+
{
4+
"locale": "zh-Hans",
5+
"data": {
6+
"label": "Jetpack ProfileInstaller",
7+
"dev_team": "Google",
8+
"rule_contributors": [
9+
"Absinthe"
10+
],
11+
"description": "让库能够提前预填充要由 ART 读取的编译轨迹。",
12+
"source_link": "https://developer.android.com/jetpack/androidx/releases/profileinstaller"
13+
}
14+
},
15+
{
16+
"locale": "en",
17+
"data": {
18+
"label": "Jetpack ProfileInstaller",
19+
"dev_team": "Google",
20+
"rule_contributors": [
21+
"Absinthe"
22+
],
23+
"description": "Allow the library to pre-fill compilation traces to be read by ART.",
24+
"source_link": "https://developer.android.com/jetpack/androidx/releases/profileinstaller"
25+
}
26+
}
27+
],
28+
"uuid": "0EA939B4-805A-4D08-9C68-47C745EB49E5"
29+
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"data": [
3+
{
4+
"locale": "zh-Hans",
5+
"data": {
6+
"label": "Jetpack ProfileInstaller",
7+
"dev_team": "Google",
8+
"rule_contributors": [
9+
"Absinthe"
10+
],
11+
"description": "让库能够提前预填充要由 ART 读取的编译轨迹。",
12+
"source_link": "https://developer.android.com/jetpack/androidx/releases/profileinstaller"
13+
}
14+
},
15+
{
16+
"locale": "en",
17+
"data": {
18+
"label": "Jetpack ProfileInstaller",
19+
"dev_team": "Google",
20+
"rule_contributors": [
21+
"Absinthe"
22+
],
23+
"description": "Allow the library to pre-fill compilation traces to be read by ART.",
24+
"source_link": "https://developer.android.com/jetpack/androidx/releases/profileinstaller"
25+
}
26+
}
27+
],
28+
"uuid": "0EA939B4-805A-4D08-9C68-47C745EB49E5"
29+
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"data": [
3+
{
4+
"locale": "zh-Hans",
5+
"data": {
6+
"label": "Jetpack ProfileInstaller",
7+
"dev_team": "Google",
8+
"rule_contributors": [
9+
"Absinthe"
10+
],
11+
"description": "让库能够提前预填充要由 ART 读取的编译轨迹。",
12+
"source_link": "https://developer.android.com/jetpack/androidx/releases/profileinstaller"
13+
}
14+
},
15+
{
16+
"locale": "en",
17+
"data": {
18+
"label": "Jetpack ProfileInstaller",
19+
"dev_team": "Google",
20+
"rule_contributors": [
21+
"Absinthe"
22+
],
23+
"description": "Allow the library to pre-fill compilation traces to be read by ART.",
24+
"source_link": "https://developer.android.com/jetpack/androidx/releases/profileinstaller"
25+
}
26+
}
27+
],
28+
"uuid": "0EA939B4-805A-4D08-9C68-47C745EB49E5"
29+
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"data": [
3+
{
4+
"locale": "zh-Hans",
5+
"data": {
6+
"label": "Jetpack ProfileInstaller",
7+
"dev_team": "Google",
8+
"rule_contributors": [
9+
"Absinthe"
10+
],
11+
"description": "让库能够提前预填充要由 ART 读取的编译轨迹。",
12+
"source_link": "https://developer.android.com/jetpack/androidx/releases/profileinstaller"
13+
}
14+
},
15+
{
16+
"locale": "en",
17+
"data": {
18+
"label": "Jetpack ProfileInstaller",
19+
"dev_team": "Google",
20+
"rule_contributors": [
21+
"Absinthe"
22+
],
23+
"description": "Allow the library to pre-fill compilation traces to be read by ART.",
24+
"source_link": "https://developer.android.com/jetpack/androidx/releases/profileinstaller"
25+
}
26+
}
27+
],
28+
"uuid": "0EA939B4-805A-4D08-9C68-47C745EB49E5"
29+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"data": [
3+
{
4+
"locale": "zh-Hans",
5+
"data": {
6+
"label": "Jetpack WorkManager",
7+
"dev_team": "Google",
8+
"rule_contributors": [
9+
"Absinthe",
10+
"WOLFRAZOR"
11+
],
12+
"description": "WorkManager 是适合用于持久性工作的推荐解决方案。如果工作始终要通过应用重启和系统重新启动来调度,便是持久性的工作。由于大多数后台处理操作都是通过持久性工作完成的,因此 WorkManager 是适用于后台处理操作的主要推荐 API。",
13+
"source_link": "https://developer.android.com/topic/libraries/architecture/workmanager/"
14+
}
15+
},
16+
{
17+
"locale": "en",
18+
"data": {
19+
"label": "Jetpack WorkManager",
20+
"dev_team": "Google",
21+
"rule_contributors": [
22+
"Absinthe",
23+
"WOLFRAZOR"
24+
],
25+
"description": "WorkManager is the recommended solution for persistent work. Work is persistent when it remains scheduled through app restarts and system reboots. Because most background processing is best accomplished through persistent work, WorkManager is the primary recommended API for background processing.",
26+
"source_link": "https://developer.android.com/topic/libraries/architecture/workmanager/"
27+
}
28+
}
29+
],
30+
"uuid": "42C6F59C-5ABB-442C-A5A1-4638A9BE329D"
31+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"data": [
3+
{
4+
"locale": "zh-Hans",
5+
"data": {
6+
"label": "Jetpack WorkManager",
7+
"dev_team": "Google",
8+
"rule_contributors": [
9+
"Absinthe",
10+
"WOLFRAZOR"
11+
],
12+
"description": "WorkManager 是适合用于持久性工作的推荐解决方案。如果工作始终要通过应用重启和系统重新启动来调度,便是持久性的工作。由于大多数后台处理操作都是通过持久性工作完成的,因此 WorkManager 是适用于后台处理操作的主要推荐 API。",
13+
"source_link": "https://developer.android.com/topic/libraries/architecture/workmanager/"
14+
}
15+
},
16+
{
17+
"locale": "en",
18+
"data": {
19+
"label": "Jetpack WorkManager",
20+
"dev_team": "Google",
21+
"rule_contributors": [
22+
"Absinthe",
23+
"WOLFRAZOR"
24+
],
25+
"description": "WorkManager is the recommended solution for persistent work. Work is persistent when it remains scheduled through app restarts and system reboots. Because most background processing is best accomplished through persistent work, WorkManager is the primary recommended API for background processing.",
26+
"source_link": "https://developer.android.com/topic/libraries/architecture/workmanager/"
27+
}
28+
}
29+
],
30+
"uuid": "42C6F59C-5ABB-442C-A5A1-4638A9BE329D"
31+
}
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"data": [
3+
{
4+
"locale": "zh-Hans",
5+
"data": {
6+
"label": "极光推送",
7+
"dev_team": "极光",
8+
"rule_contributors": [
9+
"Absinthe",
10+
"zxwpm",
11+
"HenryWu01",
12+
"Ayx03"
13+
],
14+
"description": "JPush 是经过考验的大规模 App 推送平台,每天推送消息数超过 5 亿条。 开发者集成 SDK 后,可以通过调用 API 推送消息。同时,JPush 提供可视化的 web 端控制台发送通知,统计分析推送效果。 JPush 全面支持 Android, iOS, Winphone 三大手机平台。",
15+
"source_link": "https://docs.jiguang.cn/jpush/intro/product_guide"
16+
}
17+
},
18+
{
19+
"locale": "en",
20+
"data": {
21+
"label": "Aurora Push",
22+
"dev_team": "极光",
23+
"rule_contributors": [
24+
"Absinthe",
25+
"zxwpm",
26+
"HenryWu01",
27+
"Ayx03"
28+
],
29+
"description": "JPush is a proven large-scale app push platform, with over 500 million messages pushed daily. After integrating the SDK, developers can push messages by calling the API. JPush also provides a visual web console for sending notifications and analyzing push effects. JPush fully supports Android, iOS, and Winphone platforms.",
30+
"source_link": "https://docs.jiguang.cn/jpush/intro/product_guide"
31+
}
32+
}
33+
],
34+
"uuid": "9D42B5B7-B14E-4ABB-91EE-9F3E2C602540"
35+
}
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"data": [
3+
{
4+
"locale": "zh-Hans",
5+
"data": {
6+
"label": "极光推送",
7+
"dev_team": "极光",
8+
"rule_contributors": [
9+
"Absinthe",
10+
"zxwpm",
11+
"HenryWu01",
12+
"Ayx03"
13+
],
14+
"description": "JPush 是经过考验的大规模 App 推送平台,每天推送消息数超过 5 亿条。 开发者集成 SDK 后,可以通过调用 API 推送消息。同时,JPush 提供可视化的 web 端控制台发送通知,统计分析推送效果。 JPush 全面支持 Android, iOS, Winphone 三大手机平台。",
15+
"source_link": "https://docs.jiguang.cn/jpush/intro/product_guide"
16+
}
17+
},
18+
{
19+
"locale": "en",
20+
"data": {
21+
"label": "Aurora Push",
22+
"dev_team": "极光",
23+
"rule_contributors": [
24+
"Absinthe",
25+
"zxwpm",
26+
"HenryWu01",
27+
"Ayx03"
28+
],
29+
"description": "JPush is a proven large-scale app push platform, with over 500 million messages pushed daily. After integrating the SDK, developers can push messages by calling the API. JPush also provides a visual web console for sending notifications and analyzing push effects. JPush fully supports Android, iOS, and Winphone platforms.",
30+
"source_link": "https://docs.jiguang.cn/jpush/intro/product_guide"
31+
}
32+
}
33+
],
34+
"uuid": "9D42B5B7-B14E-4ABB-91EE-9F3E2C602540"
35+
}
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"data": [
3+
{
4+
"locale": "zh-Hans",
5+
"data": {
6+
"label": "极光推送",
7+
"dev_team": "极光",
8+
"rule_contributors": [
9+
"Absinthe",
10+
"zxwpm",
11+
"HenryWu01",
12+
"Ayx03"
13+
],
14+
"description": "JPush 是经过考验的大规模 App 推送平台,每天推送消息数超过 5 亿条。 开发者集成 SDK 后,可以通过调用 API 推送消息。同时,JPush 提供可视化的 web 端控制台发送通知,统计分析推送效果。 JPush 全面支持 Android, iOS, Winphone 三大手机平台。",
15+
"source_link": "https://docs.jiguang.cn/jpush/intro/product_guide"
16+
}
17+
},
18+
{
19+
"locale": "en",
20+
"data": {
21+
"label": "Aurora Push",
22+
"dev_team": "极光",
23+
"rule_contributors": [
24+
"Absinthe",
25+
"zxwpm",
26+
"HenryWu01",
27+
"Ayx03"
28+
],
29+
"description": "JPush is a proven large-scale app push platform, with over 500 million messages pushed daily. After integrating the SDK, developers can push messages by calling the API. JPush also provides a visual web console for sending notifications and analyzing push effects. JPush fully supports Android, iOS, and Winphone platforms.",
30+
"source_link": "https://docs.jiguang.cn/jpush/intro/product_guide"
31+
}
32+
}
33+
],
34+
"uuid": "9D42B5B7-B14E-4ABB-91EE-9F3E2C602540"
35+
}
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"data": [
3+
{
4+
"locale": "zh-Hans",
5+
"data": {
6+
"label": "极光推送",
7+
"dev_team": "极光",
8+
"rule_contributors": [
9+
"Absinthe",
10+
"zxwpm",
11+
"HenryWu01",
12+
"Ayx03"
13+
],
14+
"description": "JPush 是经过考验的大规模 App 推送平台,每天推送消息数超过 5 亿条。 开发者集成 SDK 后,可以通过调用 API 推送消息。同时,JPush 提供可视化的 web 端控制台发送通知,统计分析推送效果。 JPush 全面支持 Android, iOS, Winphone 三大手机平台。",
15+
"source_link": "https://docs.jiguang.cn/jpush/intro/product_guide"
16+
}
17+
},
18+
{
19+
"locale": "en",
20+
"data": {
21+
"label": "Aurora Push",
22+
"dev_team": "极光",
23+
"rule_contributors": [
24+
"Absinthe",
25+
"zxwpm",
26+
"HenryWu01",
27+
"Ayx03"
28+
],
29+
"description": "JPush is a proven large-scale app push platform, with over 500 million messages pushed daily. After integrating the SDK, developers can push messages by calling the API. JPush also provides a visual web console for sending notifications and analyzing push effects. JPush fully supports Android, iOS, and Winphone platforms.",
30+
"source_link": "https://docs.jiguang.cn/jpush/intro/product_guide"
31+
}
32+
}
33+
],
34+
"uuid": "9D42B5B7-B14E-4ABB-91EE-9F3E2C602540"
35+
}

0 commit comments

Comments
 (0)