Skip to content

Commit f8b37c0

Browse files
committed
Chore: Improve Lld comments
Signed-off-by: imknown <imknown@qq.com>
1 parent 5f56524 commit f8b37c0

1 file changed

Lines changed: 17 additions & 21 deletions

File tree

  • app/src/main/java/net/imknown/android/forefrontinfo/ui/home/model

app/src/main/java/net/imknown/android/forefrontinfo/ui/home/model/Lld.kt

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -19,38 +19,33 @@ data class Lld(
1919
val toybox: Toyboxes,
2020
val webView: WebViews
2121
) {
22-
// https://source.android.com/security/enhancements/enhancements9
23-
// https://source.android.com/setup/start/p-release-notes
24-
// https://developer.android.com/about/versions/10
25-
//
2622
// https://en.wikipedia.org/wiki/Android_version_history
23+
//
2724
// https://developer.android.com/about/dashboards?hl=en
28-
// https://www.bidouille.org/misc/androidcharts
2925
//
30-
// https://mta.qq.com/mta/data/device/os
31-
// https://compass.umeng.com/#hardwareList
32-
// https://tongji.baidu.com/research/app
26+
// https://apilevels.com/
27+
// https://targetsdk.com/
28+
//
29+
// https://www.bidouille.org/misc/androidcharts
30+
// https://composables.com/android-distribution-chart
31+
// https://telemetrydeck.com/survey/android/Android/sdkVersions/
3332
// https://www.appbrain.com/stats/top-android-sdk-versions
3433
// https://gs.statcounter.com/android-version-market-share/
3534
@Keep
3635
@Serializable
3736
data class Androids(
3837
// https://source.android.com/security/bulletin#bulletins
39-
// https://source.android.com/setup/start/build-numbers?hl=en#source-code-tags-and-builds
40-
// https://android.googlesource.com/platform/build/+/master/core/version_defaults.mk
4138
val securityPatchLevel: String,
4239
// https://source.android.com/security/bulletin#bulletins
4340
val googlePlaySystemUpdates: String,
44-
// https://source.android.com/setup/start/build-numbers?hl=en#source-code-tags-and-builds
45-
// https://android.googlesource.com/platform/frameworks/base/+refs
46-
// https://developers.google.com/android/images
47-
// https://developers.google.com/android/ota
4841
val build: Build,
4942
// https://www.android.com
5043
val stable: Android,
5144
// Beta
5245
// https://developer.android.com/preview/overview
46+
// https://developer.android.com/about/versions/16/release-notes
5347
// https://developer.android.com/about/versions/16/release-notes-qpr
48+
// https://developer.android.com/about/versions/16/qpr2/release-notes
5449
val stablePreview: Android,
5550
// https://source.android.com/security/bulletin/
5651
val support: Android,
@@ -76,11 +71,12 @@ data class Lld(
7671
val phase: String? = null
7772
)
7873

74+
// https://source.android.com/setup/start/build-numbers?hl=en#source-code-tags-and-builds
75+
// https://developers.google.com/android/images
76+
// https://developers.google.com/android/ota
7977
// https://android.googlesource.com/platform/build/+refs
80-
// https://android.googlesource.com/platform/build/+/refs/tags/android-12.0.0_r29/core/build_id.mk
78+
// https://android.googlesource.com/platform/build/+/refs/tags/android-16.0.0_r2/core/build_id.mk
8179
// https://android.googlesource.com/platform/build/+/master/core/build_id.mk
82-
//
83-
// https://developers.google.com/android/images
8480
@Keep
8581
@Serializable
8682
data class Build(
@@ -121,12 +117,12 @@ data class Lld(
121117
@Keep
122118
@Serializable
123119
data class Toyboxes(
124-
// https://android.googlesource.com/platform/external/toybox/+/refs/tags/android-12.0.0_r29/toys.h
120+
// https://android.googlesource.com/platform/external/toybox/+/refs/tags/android-16.0.0_r1/toys.h
125121
val stable: BaseInfo,
126-
// https://android.googlesource.com/platform/external/toybox/+/refs/tags/android-security-10.0.0_r63/main.c
122+
// https://android.googlesource.com/platform/external/toybox/+/refs/tags/android-security-13.0.0_r1/toys.h#137
127123
val support: BaseInfo,
128-
// https://android.googlesource.com/platform/external/toybox/+/master/toys.h#135
129-
// https://android.googlesource.com/platform/external/toybox/+/upstream-master/toys.h#135
124+
// https://android.googlesource.com/platform/external/toybox/+/master/toys.h#144
125+
// https://android.googlesource.com/platform/external/toybox/+/upstream-master/toys.h#144
130126
val master: BaseInfo
131127
)
132128

0 commit comments

Comments
 (0)