@@ -31,22 +31,32 @@ public class AboutFragment extends AbstractAboutFragment {
3131 protected void collectLibraries (List <AbstractAboutFragment .Library > libraries ) {
3232 if (BuildConfig .FLAVOR .toLowerCase ().contains ("vtm" )) {
3333 libraries .add (new AbstractAboutFragment .Library ("org.oscim.android" , "V™" , "GNU LGPLv3, Hannes Janetzek and devemux86." ));
34- libraries .add (new AbstractAboutFragment .Library ("org.slf4j" , "SLF4J " , "MIT License, QOS.ch." ));
34+ libraries .add (new AbstractAboutFragment .Library ("org.slf4j" , "slf4j-api " , "MIT License, QOS.ch." ));
3535 } else {
36- libraries .add (new AbstractAboutFragment .Library ("org.maplibre.android " , "MapLibre Native for Android" , "Two-Clause BSD, MapLibre contributors." ));
36+ libraries .add (new AbstractAboutFragment .Library ("org.maplibre.gl " , "MapLibre GL Native for Android" , "Two-Clause BSD, MapLibre contributors." ));
3737 }
38+
39+ libraries .add (new AbstractAboutFragment .Library ("androidx.appcompat" , "AndroidX AppCompat" , "Apache License 2.0, The Android Open Source Project." ));
40+ libraries .add (new AbstractAboutFragment .Library ("androidx.core" , "AndroidX Core" , "Apache License 2.0, The Android Open Source Project." ));
41+ libraries .add (new AbstractAboutFragment .Library ("androidx.fragment" , "AndroidX Fragment" , "Apache License 2.0, The Android Open Source Project." ));
42+ libraries .add (new AbstractAboutFragment .Library ("androidx.lifecycle" , "AndroidX Lifecycle" , "Apache License 2.0, The Android Open Source Project." ));
43+ libraries .add (new AbstractAboutFragment .Library ("androidx.preference" , "AndroidX Preference" , "Apache License 2.0, The Android Open Source Project." ));
3844 libraries .add (new AbstractAboutFragment .Library ("androidx" , "Android Jetpack" , "Apache License 2.0, The Android Open Source Project." ));
39- libraries .add (new AbstractAboutFragment .Library ("com.upokecenter.cbor" , "CBOR" , "Creative Commons Zero, Peter O." ));
45+ libraries .add (new AbstractAboutFragment .Library ("com.google.android.material" , "Material Components" , "Apache License 2.0, Google LLC." ));
46+ libraries .add (new AbstractAboutFragment .Library ("com.google.android.material" , "Material Symbols" , "Apache License 2.0, Google LLC." ));
4047 libraries .add (new AbstractAboutFragment .Library ("de.hdodenhof.circleimageview" , "CircleImageView" , "Apache License 2.0, Henning Dodenhof." ));
41- libraries .add (new AbstractAboutFragment .Library ("su.litvak.chromecast.api.v2" , "ChromeCast Java API v2" , "Apache License 2.0, Vitaly Litvak." ));
4248 libraries .add (new AbstractAboutFragment .Library ("org.conscrypt" , "Conscrypt" , "Apache License 2.0, The Android Open Source Project." ));
4349 libraries .add (new AbstractAboutFragment .Library ("org.chromium.net" , "Cronet" , "BSD-style License, The Chromium Authors." ));
44- libraries .add (new AbstractAboutFragment .Library ("org.jetbrains.kotlin" , "Kotlin" , "Apache License 2.0, JetBrains s.r.o ." ));
45- libraries .add (new AbstractAboutFragment .Library ("com.google.android.material " , "Material Symbols " , "Apache License 2.0, Google LLC ." ));
50+ libraries .add (new AbstractAboutFragment .Library ("org.jetbrains.kotlin" , "Kotlin" , "Apache License 2.0, JetBrains." ));
51+ libraries .add (new AbstractAboutFragment .Library ("org.jetbrains.kotlinx " , "kotlinx.coroutines " , "Apache License 2.0, JetBrains ." ));
4652 libraries .add (new AbstractAboutFragment .Library ("com.squareup.okhttp3" , "OkHttp" , "Apache License 2.0, Square Inc." ));
47- libraries .add (new AbstractAboutFragment .Library ("com.android.volley" , "Volley" , "Apache License 2.0, The Android Open Source Project." ));
4853 libraries .add (new AbstractAboutFragment .Library ("com.squareup.wire" , "Wire Protocol Buffers" , "Apache License 2.0, Square Inc." ));
54+ libraries .add (new AbstractAboutFragment .Library ("com.google.protobuf" , "Protobuf" , "BSD 3-Clause License, Google." ));
55+ libraries .add (new AbstractAboutFragment .Library ("com.android.volley" , "Volley" , "Apache License 2.0, The Android Open Source Project." ));
4956 libraries .add (new AbstractAboutFragment .Library ("com.google.zxing" , "ZXing" , "Apache License 2.0, ZXing authors." ));
57+ libraries .add (new AbstractAboutFragment .Library ("com.journeyapps" , "ZXing Android Embedded" , "Apache License 2.0, Journey Mobile." ));
58+ libraries .add (new AbstractAboutFragment .Library ("su.litvak.chromecast.api.v2" , "ChromeCast Java API v2" , "Apache License 2.0, Vitaly Litvak." ));
59+ libraries .add (new AbstractAboutFragment .Library ("org.json" , "JSON-java" , "Public Domain." ));
5060 }
5161
5262 public static class AsActivity extends AbstractSettingsActivity {
0 commit comments