diff --git a/buildsystem/Dockerfile b/buildsystem/Dockerfile index 1237491b1..72918d1fa 100644 --- a/buildsystem/Dockerfile +++ b/buildsystem/Dockerfile @@ -42,5 +42,7 @@ RUN rm -rf ${ANDROID_HOME}/tools # Create a non-root user and group RUN groupadd -r appuser && useradd --no-log-init -r -g appuser appuser +# RUN mkdir -p /home/appuser/.gradle && chown -R appuser:appuser /home/appuser/.gradle + # Switch to the non-root user USER appuser diff --git a/fastlane/Fastfile b/fastlane/Fastfile index dee6e1c1e..cbe92b507 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -130,7 +130,7 @@ platform :android do |options| desc "Deploy new version to Lenotra AG" private_lane :deployToLenotraAG do |options| apk_path = "fastlane/release/Cryptomator-#{version}_playstore_signed.apk" - if File.exists?("../#{apk_path}") + if File.exist?("../#{apk_path}") puts "APK found" else puts "No APK available at #{apk_path}, please build it first e.g. using the deployToPlaystore lane" @@ -295,11 +295,11 @@ platform :android do |options| desc "Deploy new lite version" private_lane :deployLite do |options| sh("docker build -t cryptomator-android ../buildsystem") - sh("docker run --rm -v $(cd .. && pwd):/project -w /project cryptomator-android ./gradlew clean assembleLiteRelease") + sh("docker run -u $(id -u):$(id -g) --rm -v $(cd .. && pwd):/project -w /project cryptomator-android ./gradlew clean assembleLiteRelease") sh("zipalign -v -p 4 ../presentation/build/outputs/apk/lite/release/presentation-lite-release-unsigned.apk presentation-lite-release-unsigned-aligned.apk") sh("apksigner sign --ks #{ENV["SIGNING_KEYSTORE_PATH"]} --ks-key-alias #{ENV["SIGNING_KEY_ALIAS"]} --ks-pass env:SIGNING_KEYSTORE_PASSWORD --key-pass env:SIGNING_KEY_PASSWORD --out release/Cryptomator-#{version}_lite_signed.apk presentation-lite-release-unsigned-aligned.apk") - sh("rm presentation-lite-release-unsigned-aligned.apk") + sh("rm presentation-lite-release-unsigned-aligned.apk") lane_context[SharedValues::GRADLE_APK_OUTPUT_PATH] = File.join(Dir.pwd, 'release', "Cryptomator-#{version}_lite_signed.apk") diff --git a/fastlane/izzyscript/result_apkstore.json b/fastlane/izzyscript/result_apkstore.json index ba45af20c..7ee076158 100644 --- a/fastlane/izzyscript/result_apkstore.json +++ b/fastlane/izzyscript/result_apkstore.json @@ -1 +1 @@ -{"applicationId":"org.cryptomator","emoji":[],"labels":["scanner-warning"],"report":"
Library | Id | Type | License | AntiFeatures |
---|---|---|---|---|
Android Support v4 | /android/support/v4 | Development Framework | Apache-2.0 | |
AndroidX Activity | /androidx/activity | Utility | Apache-2.0 | |
Android Jetpack Annotations | /androidx/annotation | Utility | Apache-2.0 | |
Arch | /androidx/arch | Utility | Apache-2.0 | |
AppCompat | /androidx/appcompat | Utility | Apache-2.0 | |
Asynclayoutinflater | /androidx/asynclayoutinflater | UI Component | Apache-2.0 | |
Biometric | /androidx/biometric | Utility | Apache-2.0 | |
Browser | /androidx/browser | Utility | Apache-2.0 | |
Cardview | /androidx/cardview | UI Component | Apache-2.0 | |
Android Support Library collections | /androidx/collection | Utility | Apache-2.0 | |
Concurrent | /androidx/concurrent | Utility | Apache-2.0 | |
Constraint Layout Library | /androidx/constraintlayout | Utility | Apache-2.0 | |
Coordinatorlayout | /androidx/coordinatorlayout | UI Component | Apache-2.0 | |
Androidx Core | /androidx/core | Utility | Apache-2.0 | |
AndroidX Cursor Adapter | /androidx/cursoradapter | Utility | Apache-2.0 | |
Android Support Library Custom View | /androidx/customview | UI Component | Apache-2.0 | |
Documentfile | /androidx/documentfile | UI Component | Apache-2.0 | |
Drawerlayout | /androidx/drawerlayout | UI Component | Apache-2.0 | |
Dynamicanimation | /androidx/dynamicanimation | UI Component | Apache-2.0 | |
Android Emoji2 Compat | /androidx/emoji2 | UI Component | Apache-2.0 | |
Exifinterface | /androidx/exifinterface | Utility | Apache-2.0 | |
AndroidX Fragment | /androidx/fragment | UI Component | Apache-2.0 | |
Interpolator | /androidx/interpolator | UI Component | Apache-2.0 | |
androidx.legacy | /androidx/legacy | Utility | Apache-2.0 | |
Lifecycle | /androidx/lifecycle | Utility | Apache-2.0 | |
Loader | /androidx/loader | Utility | Apache-2.0 | |
AndroidX Local Broadcast Manager | /androidx/localbroadcastmanager | Utility | Apache-2.0 | |
Android Multi Dex Library | /androidx/multidex | Utility | Apache-2.0 | |
Preference | /androidx/preference | Utility | Apache-2.0 | |
/androidx/print | Utility | Apache-2.0 | ||
ResourceInspection | /androidx/resourceinspection | Development Aid | Apache-2.0 | |
Recyclerview | /androidx/recyclerview | Utility | Apache-2.0 | |
Android Activity Saved State | /androidx/savedstate | Utility | Apache-2.0 | |
Slidingpanelayout | /androidx/slidingpanelayout | UI Component | Apache-2.0 | |
Startup | /androidx/startup | Utility | Apache-2.0 | |
Swiperefreshlayout | /androidx/swiperefreshlayout | UI Component | Apache-2.0 | |
AndroidX Test | /androidx/test | Development Framework | Apache-2.0 | |
Tracing | /androidx/tracing | Utility | Apache-2.0 | |
Transition | /androidx/transition | UI Component | Apache-2.0 | |
Vectordrawable | /androidx/vectordrawable | UI Component | Apache-2.0 | |
Android Jetpack VersionedParcelable | /androidx/versionedparcelable | Utility | Apache-2.0 | |
Viewpager | /androidx/viewpager | UI Component | Apache-2.0 | |
AndroidX Widget ViewPager2 | /androidx/viewpager2 | UI Component | Apache-2.0 | |
Jetpack WindowManager Library | /androidx/window | Utility | Apache-2.0 | |
Azure SDK for Java | /com/azure | Development Framework | MIT | NonFreeNet |
okhttp-digest | /com/burgstaller/okhttp | Utility | Apache-2.0 | |
Woodstox | /com/ctc/wstx | Utility | Apache-2.0 | |
Subsampling Scale Image View | /com/davemorrissey/labs/subscaleview | UI Component | Apache-2.0 | |
Dropbox Core SDK for Java | /com/dropbox/core | Utility | MIT | NonFreeNet |
FasterXML Jackson | /com/fasterxml/jackson | Utility | Apache-2.0 | |
Google Mobile Services | /com/google/android/gms | Development Framework | Proprietary | NonFreeComp |
Google Material Design | /com/google/android/material | Utility | Apache-2.0 | |
Google API Client Libraries | /com/google/api/client | Development Framework | Apache-2.0 | NonFreeNet |
Google Drive API | /com/google/api/services/drive | Utility | Apache-2.0 | NonFreeDep,NonFreeNet |
Google Java API Client Services | /com/google/api/services | Utility | Apache-2.0 | NonFreeNet |
Google Core Libraries for Java 6+ | /com/google/common | Utility | Apache-2.0 | |
Error Prone | /com/google/errorprone | Utility | Apache-2.0 | |
Google Gson | /com/google/gson | Utility | Apache-2.0 | |
J2ObjC | /com/google/j2objc | Utility | Apache-2.0 | |
RxBinding | /com/jakewharton/rxbinding | Utility | Apache-2.0 | |
Microsoft Azure Active Directory Authentication Library | /com/microsoft/aad/adal | Utility | MIT | |
Surface Duo SDK | /com/microsoft/device/dualscreen | Utility | MIT | |
Microsoft Graph-SDK | /com/microsoft/graph | Development Framework | MIT | |
Microsoft Authentication Library | /com/microsoft/identity | Utility | MIT | NonFreeNet |
Nimbus JOSE+JWT | /com/nimbusds/jose | Utility | Apache-2.0 | |
zxcvbn4j | /com/nulabinc/zxcvbn | Utility | MIT | |
pCloud Java SDK | /com/pcloud/sdk | Utility | Apache-2.0 | NonFreeNet |
RecyclerView-FastScroll | /com/simplecityapps/recyclerview_fastscroll | UI Component | Apache-2.0 | |
OkHttp | /com/squareup/okhttp | Utility | Apache-2.0 | |
Disk LRU Cache | /com/tomclaw/cache | Utility | MIT | |
Wutka DTD | /com/wutka/dtd | Development Aid | none | |
Yubico Mobile Android SDK | /com/yubico/yubikit | Utility | Apache-2.0 | |
HttpClient Android repackaged | /cz/msebera/android/httpclient | Utility | Apache-2.0 | |
Dagger | /dagger | Utility | Apache-2.0 | |
FindBugs | /edu/umd/cs/findbugs | Utility | LGPL-3.0-or-later | |
MinIO Client SDK for Java | /io/minio | Utility | Apache-2.0 | |
RxJava | /io/reactivex | Utility | Apache-2.0 | |
JavaX Annotation API | /javax/annotation | Utility | BSD-3-Clause | |
JavaX Dependency Injection | /javax/inject | Utility | Apache-2.0 | |
Javax XML | /javax/xml | Utility | GPL-2.0 | |
Junit | /junit | Utility | EPL-1.0 | |
Kotlin | /kotlin | Utility | Apache-2.0 | |
Kotlin Android Extensions Runtime | /kotlinx/android/extensions-runtime | Utility | Apache-2.0 | |
kotlinx.coroutines | /kotlinx/coroutines | Utility | Apache-2.0 | |
kotlin-parcelize | /kotlinx/parcelize | Utility | Apache-2.0 | |
JCIP Annotations | /net/jcip/annotations | Utility | Apache-2.0 | |
OkHttp okio Framework | /okio | Utility | Apache-2.0 | |
Apache Commons | /org/apache/commons | Development Framework | Apache-2.0 | |
Apache Http | /org/apache/http | Utility | Apache-2.0 | |
Bouncy Castle | /org/bouncycastle | Utility | MIT | |
Checker Framework | /org/checkerframework | Utility | GPL-2.0-only | |
Stax2 API | /org/codehaus/stax2 | Utility | BSD | |
greenDAO | /org/greenrobot/greendao | Utility | Apache-2.0 | |
Java Hamcrest | /org/hamcrest | Utility | BSD-3-Clause | |
IntelliJ IDEA | /org/intellij | Utility | Apache-2.0 | |
jUnit Java Unit Test | /org/junit | Utility | EPL-2.0 | |
Reactive Streams | /org/reactivestreams | Utility | MIT | |
Simple | /org/simpleframework/xml | Utility | LGPL-2.1-only | |
Simple Logging Facade for Java | /org/slf4j | Utility | MIT | |
snappy-java | /org/xerial/snappy | Utility | Apache-2.0 | |
Reactor Core | /reactor/core | Utility | Apache-2.0 | |
Timber | /timber/log | Utility | Apache-2.0 |
Library | Id | Type | License | AntiFeatures |
---|---|---|---|---|
Android Support v4 | /android/support/v4 | Development Framework | Apache-2.0 | |
AndroidX Activity | /androidx/activity | Utility | Apache-2.0 | |
Android Jetpack Annotations | /androidx/annotation | Utility | Apache-2.0 | |
Arch | /androidx/arch | Utility | Apache-2.0 | |
AppCompat | /androidx/appcompat | Utility | Apache-2.0 | |
Asynclayoutinflater | /androidx/asynclayoutinflater | UI Component | Apache-2.0 | |
Biometric | /androidx/biometric | Utility | Apache-2.0 | |
Browser | /androidx/browser | Utility | Apache-2.0 | |
Cardview | /androidx/cardview | UI Component | Apache-2.0 | |
Android Support Library collections | /androidx/collection | Utility | Apache-2.0 | |
Concurrent | /androidx/concurrent | Utility | Apache-2.0 | |
Constraint Layout Library | /androidx/constraintlayout | Utility | Apache-2.0 | |
Coordinatorlayout | /androidx/coordinatorlayout | UI Component | Apache-2.0 | |
Androidx Core | /androidx/core | Utility | Apache-2.0 | |
AndroidX Cursor Adapter | /androidx/cursoradapter | Utility | Apache-2.0 | |
Android Support Library Custom View | /androidx/customview | UI Component | Apache-2.0 | |
Documentfile | /androidx/documentfile | UI Component | Apache-2.0 | |
Drawerlayout | /androidx/drawerlayout | UI Component | Apache-2.0 | |
Dynamicanimation | /androidx/dynamicanimation | UI Component | Apache-2.0 | |
Android Emoji2 Compat | /androidx/emoji2 | UI Component | Apache-2.0 | |
Exifinterface | /androidx/exifinterface | Utility | Apache-2.0 | |
AndroidX Fragment | /androidx/fragment | UI Component | Apache-2.0 | |
Interpolator | /androidx/interpolator | UI Component | Apache-2.0 | |
androidx.legacy | /androidx/legacy | Utility | Apache-2.0 | |
Lifecycle | /androidx/lifecycle | Utility | Apache-2.0 | |
Loader | /androidx/loader | Utility | Apache-2.0 | |
AndroidX Local Broadcast Manager | /androidx/localbroadcastmanager | Utility | Apache-2.0 | |
Android Multi Dex Library | /androidx/multidex | Utility | Apache-2.0 | |
Preference | /androidx/preference | Utility | Apache-2.0 | |
/androidx/print | Utility | Apache-2.0 | ||
ResourceInspection | /androidx/resourceinspection | Development Aid | Apache-2.0 | |
Recyclerview | /androidx/recyclerview | Utility | Apache-2.0 | |
Android Activity Saved State | /androidx/savedstate | Utility | Apache-2.0 | |
Slidingpanelayout | /androidx/slidingpanelayout | UI Component | Apache-2.0 | |
Startup | /androidx/startup | Utility | Apache-2.0 | |
Swiperefreshlayout | /androidx/swiperefreshlayout | UI Component | Apache-2.0 | |
AndroidX Test | /androidx/test | Development Framework | Apache-2.0 | |
Tracing | /androidx/tracing | Utility | Apache-2.0 | |
Transition | /androidx/transition | UI Component | Apache-2.0 | |
Vectordrawable | /androidx/vectordrawable | UI Component | Apache-2.0 | |
Android Jetpack VersionedParcelable | /androidx/versionedparcelable | Utility | Apache-2.0 | |
Viewpager | /androidx/viewpager | UI Component | Apache-2.0 | |
AndroidX Widget ViewPager2 | /androidx/viewpager2 | UI Component | Apache-2.0 | |
Jetpack WindowManager Library | /androidx/window | Utility | Apache-2.0 | |
java-jwt | /com/auth0/jwt | Utility | MIT | |
Azure SDK for Java | /com/azure | Development Framework | MIT | NonFreeNet |
okhttp-digest | /com/burgstaller/okhttp | Utility | Apache-2.0 | |
Woodstox | /com/ctc/wstx | Utility | Apache-2.0 | |
Subsampling Scale Image View | /com/davemorrissey/labs/subscaleview | UI Component | Apache-2.0 | |
Dropbox Core SDK for Java | /com/dropbox/core | Utility | MIT | NonFreeNet |
FasterXML Jackson | /com/fasterxml/jackson | Utility | Apache-2.0 | |
Google Mobile Services | /com/google/android/gms | Development Framework | Proprietary | NonFreeComp |
Google Material Design | /com/google/android/material | Utility | Apache-2.0 | |
Google API Client Libraries | /com/google/api/client | Development Framework | Apache-2.0 | NonFreeNet |
Google Drive API | /com/google/api/services/drive | Utility | Apache-2.0 | NonFreeDep,NonFreeNet |
Google Java API Client Services | /com/google/api/services | Utility | Apache-2.0 | NonFreeNet |
Google Core Libraries for Java 6+ | /com/google/common | Utility | Apache-2.0 | |
Error Prone | /com/google/errorprone | Utility | Apache-2.0 | |
Google Gson | /com/google/gson | Utility | Apache-2.0 | |
J2ObjC | /com/google/j2objc | Utility | Apache-2.0 | |
RxBinding | /com/jakewharton/rxbinding | Utility | Apache-2.0 | |
Microsoft Azure Active Directory Authentication Library | /com/microsoft/aad/adal | Utility | MIT | |
Surface Duo SDK | /com/microsoft/device/dualscreen | Utility | MIT | |
Microsoft Graph-SDK | /com/microsoft/graph | Development Framework | MIT | |
Microsoft Authentication Library | /com/microsoft/identity | Utility | MIT | NonFreeNet |
Nimbus JOSE+JWT | /com/nimbusds/jose | Utility | Apache-2.0 | |
zxcvbn4j | /com/nulabinc/zxcvbn | Utility | MIT | |
pCloud Java SDK | /com/pcloud/sdk | Utility | Apache-2.0 | NonFreeNet |
RecyclerView-FastScroll | /com/simplecityapps/recyclerview_fastscroll | UI Component | Apache-2.0 | |
OkHttp | /com/squareup/okhttp | Utility | Apache-2.0 | |
Disk LRU Cache | /com/tomclaw/cache | Utility | MIT | |
Wutka DTD | /com/wutka/dtd | Development Aid | none | |
Yubico Mobile Android SDK | /com/yubico/yubikit | Utility | Apache-2.0 | |
HttpClient Android repackaged | /cz/msebera/android/httpclient | Utility | Apache-2.0 | |
Dagger | /dagger | Utility | Apache-2.0 | |
FindBugs | /edu/umd/cs/findbugs | Utility | LGPL-3.0-or-later | |
MinIO Client SDK for Java | /io/minio | Utility | Apache-2.0 | |
RxJava | /io/reactivex | Utility | Apache-2.0 | |
JavaX Annotation API | /javax/annotation | Utility | BSD-3-Clause | |
JavaX Dependency Injection | /javax/inject | Utility | Apache-2.0 | |
Javax XML | /javax/xml | Utility | GPL-2.0 | |
Junit | /junit | Utility | EPL-1.0 | |
Kotlin | /kotlin | Utility | Apache-2.0 | |
Kotlin Android Extensions Runtime | /kotlinx/android/extensions-runtime | Utility | Apache-2.0 | |
kotlinx.coroutines | /kotlinx/coroutines | Utility | Apache-2.0 | |
kotlin-parcelize | /kotlinx/parcelize | Utility | Apache-2.0 | |
JCIP Annotations | /net/jcip/annotations | Utility | Apache-2.0 | |
OkHttp okio Framework | /okio | Utility | Apache-2.0 | |
Apache Commons | /org/apache/commons | Development Framework | Apache-2.0 | |
Apache Http | /org/apache/http | Utility | Apache-2.0 | |
Bouncy Castle | /org/bouncycastle | Utility | MIT | |
Checker Framework | /org/checkerframework | Utility | GPL-2.0-only | |
Stax2 API | /org/codehaus/stax2 | Utility | BSD | |
greenDAO | /org/greenrobot/greendao | Utility | Apache-2.0 | |
Java Hamcrest | /org/hamcrest | Utility | BSD-3-Clause | |
IntelliJ IDEA | /org/intellij | Utility | Apache-2.0 | |
jUnit Java Unit Test | /org/junit | Utility | EPL-2.0 | |
Reactive Streams | /org/reactivestreams | Utility | MIT | |
Simple | /org/simpleframework/xml | Utility | LGPL-2.1-only | |
Simple Logging Facade for Java | /org/slf4j | Utility | MIT | |
snappy-java | /org/xerial/snappy | Utility | Apache-2.0 | |
Reactor Core | /reactor/core | Utility | Apache-2.0 | |
Timber | /timber/log | Utility | Apache-2.0 |
Library | Id | Type | License | AntiFeatures |
---|---|---|---|---|
Android Support v4 | /android/support/v4 | Development Framework | Apache-2.0 | |
AndroidX Activity | /androidx/activity | Utility | Apache-2.0 | |
Android Jetpack Annotations | /androidx/annotation | Utility | Apache-2.0 | |
Arch | /androidx/arch | Utility | Apache-2.0 | |
AppCompat | /androidx/appcompat | Utility | Apache-2.0 | |
Asynclayoutinflater | /androidx/asynclayoutinflater | UI Component | Apache-2.0 | |
Biometric | /androidx/biometric | Utility | Apache-2.0 | |
Browser | /androidx/browser | Utility | Apache-2.0 | |
Cardview | /androidx/cardview | UI Component | Apache-2.0 | |
Android Support Library collections | /androidx/collection | Utility | Apache-2.0 | |
Concurrent | /androidx/concurrent | Utility | Apache-2.0 | |
Constraint Layout Library | /androidx/constraintlayout | Utility | Apache-2.0 | |
Coordinatorlayout | /androidx/coordinatorlayout | UI Component | Apache-2.0 | |
Androidx Core | /androidx/core | Utility | Apache-2.0 | |
AndroidX Cursor Adapter | /androidx/cursoradapter | Utility | Apache-2.0 | |
Android Support Library Custom View | /androidx/customview | UI Component | Apache-2.0 | |
Documentfile | /androidx/documentfile | UI Component | Apache-2.0 | |
Drawerlayout | /androidx/drawerlayout | UI Component | Apache-2.0 | |
Dynamicanimation | /androidx/dynamicanimation | UI Component | Apache-2.0 | |
Android Emoji2 Compat | /androidx/emoji2 | UI Component | Apache-2.0 | |
Exifinterface | /androidx/exifinterface | Utility | Apache-2.0 | |
AndroidX Fragment | /androidx/fragment | UI Component | Apache-2.0 | |
Interpolator | /androidx/interpolator | UI Component | Apache-2.0 | |
androidx.legacy | /androidx/legacy | Utility | Apache-2.0 | |
Lifecycle | /androidx/lifecycle | Utility | Apache-2.0 | |
Loader | /androidx/loader | Utility | Apache-2.0 | |
AndroidX Local Broadcast Manager | /androidx/localbroadcastmanager | Utility | Apache-2.0 | |
Android Multi Dex Library | /androidx/multidex | Utility | Apache-2.0 | |
Preference | /androidx/preference | Utility | Apache-2.0 | |
/androidx/print | Utility | Apache-2.0 | ||
ResourceInspection | /androidx/resourceinspection | Development Aid | Apache-2.0 | |
Recyclerview | /androidx/recyclerview | Utility | Apache-2.0 | |
Android Activity Saved State | /androidx/savedstate | Utility | Apache-2.0 | |
Slidingpanelayout | /androidx/slidingpanelayout | UI Component | Apache-2.0 | |
Startup | /androidx/startup | Utility | Apache-2.0 | |
Swiperefreshlayout | /androidx/swiperefreshlayout | UI Component | Apache-2.0 | |
AndroidX Test | /androidx/test | Development Framework | Apache-2.0 | |
Tracing | /androidx/tracing | Utility | Apache-2.0 | |
Transition | /androidx/transition | UI Component | Apache-2.0 | |
Vectordrawable | /androidx/vectordrawable | UI Component | Apache-2.0 | |
Android Jetpack VersionedParcelable | /androidx/versionedparcelable | Utility | Apache-2.0 | |
Viewpager | /androidx/viewpager | UI Component | Apache-2.0 | |
AndroidX Widget ViewPager2 | /androidx/viewpager2 | UI Component | Apache-2.0 | |
Jetpack WindowManager Library | /androidx/window | Utility | Apache-2.0 | |
Azure SDK for Java | /com/azure | Development Framework | MIT | NonFreeNet |
okhttp-digest | /com/burgstaller/okhttp | Utility | Apache-2.0 | |
Woodstox | /com/ctc/wstx | Utility | Apache-2.0 | |
Subsampling Scale Image View | /com/davemorrissey/labs/subscaleview | UI Component | Apache-2.0 | |
Dropbox Core SDK for Java | /com/dropbox/core | Utility | MIT | NonFreeNet |
FasterXML Jackson | /com/fasterxml/jackson | Utility | Apache-2.0 | |
Google Material Design | /com/google/android/material | Utility | Apache-2.0 | |
Google Core Libraries for Java 6+ | /com/google/common | Utility | Apache-2.0 | |
Error Prone | /com/google/errorprone | Utility | Apache-2.0 | |
Google Gson | /com/google/gson | Utility | Apache-2.0 | |
RxBinding | /com/jakewharton/rxbinding | Utility | Apache-2.0 | |
Microsoft Azure Active Directory Authentication Library | /com/microsoft/aad/adal | Utility | MIT | |
Surface Duo SDK | /com/microsoft/device/dualscreen | Utility | MIT | |
Microsoft Graph-SDK | /com/microsoft/graph | Development Framework | MIT | |
Microsoft Authentication Library | /com/microsoft/identity | Utility | MIT | NonFreeNet |
Nimbus JOSE+JWT | /com/nimbusds/jose | Utility | Apache-2.0 | |
zxcvbn4j | /com/nulabinc/zxcvbn | Utility | MIT | |
pCloud Java SDK | /com/pcloud/sdk | Utility | Apache-2.0 | NonFreeNet |
RecyclerView-FastScroll | /com/simplecityapps/recyclerview_fastscroll | UI Component | Apache-2.0 | |
OkHttp | /com/squareup/okhttp | Utility | Apache-2.0 | |
Disk LRU Cache | /com/tomclaw/cache | Utility | MIT | |
Wutka DTD | /com/wutka/dtd | Development Aid | none | |
Yubico Mobile Android SDK | /com/yubico/yubikit | Utility | Apache-2.0 | |
HttpClient Android repackaged | /cz/msebera/android/httpclient | Utility | Apache-2.0 | |
Dagger | /dagger | Utility | Apache-2.0 | |
FindBugs | /edu/umd/cs/findbugs | Utility | LGPL-3.0-or-later | |
MinIO Client SDK for Java | /io/minio | Utility | Apache-2.0 | |
RxJava | /io/reactivex | Utility | Apache-2.0 | |
JavaX Annotation API | /javax/annotation | Utility | BSD-3-Clause | |
JavaX Dependency Injection | /javax/inject | Utility | Apache-2.0 | |
Javax XML | /javax/xml | Utility | GPL-2.0 | |
Junit | /junit | Utility | EPL-1.0 | |
Kotlin | /kotlin | Utility | Apache-2.0 | |
Kotlin Android Extensions Runtime | /kotlinx/android/extensions-runtime | Utility | Apache-2.0 | |
kotlinx.coroutines | /kotlinx/coroutines | Utility | Apache-2.0 | |
kotlin-parcelize | /kotlinx/parcelize | Utility | Apache-2.0 | |
JCIP Annotations | /net/jcip/annotations | Utility | Apache-2.0 | |
OkHttp okio Framework | /okio | Utility | Apache-2.0 | |
Apache Commons | /org/apache/commons | Development Framework | Apache-2.0 | |
Bouncy Castle | /org/bouncycastle | Utility | MIT | |
Checker Framework | /org/checkerframework | Utility | GPL-2.0-only | |
Stax2 API | /org/codehaus/stax2 | Utility | BSD | |
greenDAO | /org/greenrobot/greendao | Utility | Apache-2.0 | |
Java Hamcrest | /org/hamcrest | Utility | BSD-3-Clause | |
IntelliJ IDEA | /org/intellij | Utility | Apache-2.0 | |
jUnit Java Unit Test | /org/junit | Utility | EPL-2.0 | |
Reactive Streams | /org/reactivestreams | Utility | MIT | |
Simple | /org/simpleframework/xml | Utility | LGPL-2.1-only | |
Simple Logging Facade for Java | /org/slf4j | Utility | MIT | |
snappy-java | /org/xerial/snappy | Utility | Apache-2.0 | |
Reactor Core | /reactor/core | Utility | Apache-2.0 | |
Timber | /timber/log | Utility | Apache-2.0 |
Library | Id | Type | License | AntiFeatures |
---|---|---|---|---|
Android Support v4 | /android/support/v4 | Development Framework | Apache-2.0 | |
AndroidX Activity | /androidx/activity | Utility | Apache-2.0 | |
Android Jetpack Annotations | /androidx/annotation | Utility | Apache-2.0 | |
Arch | /androidx/arch | Utility | Apache-2.0 | |
AppCompat | /androidx/appcompat | Utility | Apache-2.0 | |
Asynclayoutinflater | /androidx/asynclayoutinflater | UI Component | Apache-2.0 | |
Biometric | /androidx/biometric | Utility | Apache-2.0 | |
Browser | /androidx/browser | Utility | Apache-2.0 | |
Cardview | /androidx/cardview | UI Component | Apache-2.0 | |
Android Support Library collections | /androidx/collection | Utility | Apache-2.0 | |
Concurrent | /androidx/concurrent | Utility | Apache-2.0 | |
Constraint Layout Library | /androidx/constraintlayout | Utility | Apache-2.0 | |
Coordinatorlayout | /androidx/coordinatorlayout | UI Component | Apache-2.0 | |
Androidx Core | /androidx/core | Utility | Apache-2.0 | |
AndroidX Cursor Adapter | /androidx/cursoradapter | Utility | Apache-2.0 | |
Android Support Library Custom View | /androidx/customview | UI Component | Apache-2.0 | |
Documentfile | /androidx/documentfile | UI Component | Apache-2.0 | |
Drawerlayout | /androidx/drawerlayout | UI Component | Apache-2.0 | |
Dynamicanimation | /androidx/dynamicanimation | UI Component | Apache-2.0 | |
Android Emoji2 Compat | /androidx/emoji2 | UI Component | Apache-2.0 | |
Exifinterface | /androidx/exifinterface | Utility | Apache-2.0 | |
AndroidX Fragment | /androidx/fragment | UI Component | Apache-2.0 | |
Interpolator | /androidx/interpolator | UI Component | Apache-2.0 | |
androidx.legacy | /androidx/legacy | Utility | Apache-2.0 | |
Lifecycle | /androidx/lifecycle | Utility | Apache-2.0 | |
Loader | /androidx/loader | Utility | Apache-2.0 | |
AndroidX Local Broadcast Manager | /androidx/localbroadcastmanager | Utility | Apache-2.0 | |
Android Multi Dex Library | /androidx/multidex | Utility | Apache-2.0 | |
Preference | /androidx/preference | Utility | Apache-2.0 | |
/androidx/print | Utility | Apache-2.0 | ||
ResourceInspection | /androidx/resourceinspection | Development Aid | Apache-2.0 | |
Recyclerview | /androidx/recyclerview | Utility | Apache-2.0 | |
Android Activity Saved State | /androidx/savedstate | Utility | Apache-2.0 | |
Slidingpanelayout | /androidx/slidingpanelayout | UI Component | Apache-2.0 | |
Startup | /androidx/startup | Utility | Apache-2.0 | |
Swiperefreshlayout | /androidx/swiperefreshlayout | UI Component | Apache-2.0 | |
AndroidX Test | /androidx/test | Development Framework | Apache-2.0 | |
Tracing | /androidx/tracing | Utility | Apache-2.0 | |
Transition | /androidx/transition | UI Component | Apache-2.0 | |
Vectordrawable | /androidx/vectordrawable | UI Component | Apache-2.0 | |
Android Jetpack VersionedParcelable | /androidx/versionedparcelable | Utility | Apache-2.0 | |
Viewpager | /androidx/viewpager | UI Component | Apache-2.0 | |
AndroidX Widget ViewPager2 | /androidx/viewpager2 | UI Component | Apache-2.0 | |
Jetpack WindowManager Library | /androidx/window | Utility | Apache-2.0 | |
java-jwt | /com/auth0/jwt | Utility | MIT | |
Azure SDK for Java | /com/azure | Development Framework | MIT | NonFreeNet |
okhttp-digest | /com/burgstaller/okhttp | Utility | Apache-2.0 | |
Woodstox | /com/ctc/wstx | Utility | Apache-2.0 | |
Subsampling Scale Image View | /com/davemorrissey/labs/subscaleview | UI Component | Apache-2.0 | |
Dropbox Core SDK for Java | /com/dropbox/core | Utility | MIT | NonFreeNet |
FasterXML Jackson | /com/fasterxml/jackson | Utility | Apache-2.0 | |
Google Material Design | /com/google/android/material | Utility | Apache-2.0 | |
Google Core Libraries for Java 6+ | /com/google/common | Utility | Apache-2.0 | |
Error Prone | /com/google/errorprone | Utility | Apache-2.0 | |
Google Gson | /com/google/gson | Utility | Apache-2.0 | |
RxBinding | /com/jakewharton/rxbinding | Utility | Apache-2.0 | |
Microsoft Azure Active Directory Authentication Library | /com/microsoft/aad/adal | Utility | MIT | |
Surface Duo SDK | /com/microsoft/device/dualscreen | Utility | MIT | |
Microsoft Graph-SDK | /com/microsoft/graph | Development Framework | MIT | |
Microsoft Authentication Library | /com/microsoft/identity | Utility | MIT | NonFreeNet |
Nimbus JOSE+JWT | /com/nimbusds/jose | Utility | Apache-2.0 | |
zxcvbn4j | /com/nulabinc/zxcvbn | Utility | MIT | |
pCloud Java SDK | /com/pcloud/sdk | Utility | Apache-2.0 | NonFreeNet |
RecyclerView-FastScroll | /com/simplecityapps/recyclerview_fastscroll | UI Component | Apache-2.0 | |
OkHttp | /com/squareup/okhttp | Utility | Apache-2.0 | |
Disk LRU Cache | /com/tomclaw/cache | Utility | MIT | |
Wutka DTD | /com/wutka/dtd | Development Aid | none | |
Yubico Mobile Android SDK | /com/yubico/yubikit | Utility | Apache-2.0 | |
HttpClient Android repackaged | /cz/msebera/android/httpclient | Utility | Apache-2.0 | |
Dagger | /dagger | Utility | Apache-2.0 | |
FindBugs | /edu/umd/cs/findbugs | Utility | LGPL-3.0-or-later | |
MinIO Client SDK for Java | /io/minio | Utility | Apache-2.0 | |
RxJava | /io/reactivex | Utility | Apache-2.0 | |
JavaX Annotation API | /javax/annotation | Utility | BSD-3-Clause | |
JavaX Dependency Injection | /javax/inject | Utility | Apache-2.0 | |
Javax XML | /javax/xml | Utility | GPL-2.0 | |
Junit | /junit | Utility | EPL-1.0 | |
Kotlin | /kotlin | Utility | Apache-2.0 | |
Kotlin Android Extensions Runtime | /kotlinx/android/extensions-runtime | Utility | Apache-2.0 | |
kotlinx.coroutines | /kotlinx/coroutines | Utility | Apache-2.0 | |
kotlin-parcelize | /kotlinx/parcelize | Utility | Apache-2.0 | |
JCIP Annotations | /net/jcip/annotations | Utility | Apache-2.0 | |
OkHttp okio Framework | /okio | Utility | Apache-2.0 | |
Apache Commons | /org/apache/commons | Development Framework | Apache-2.0 | |
Bouncy Castle | /org/bouncycastle | Utility | MIT | |
Checker Framework | /org/checkerframework | Utility | GPL-2.0-only | |
Stax2 API | /org/codehaus/stax2 | Utility | BSD | |
greenDAO | /org/greenrobot/greendao | Utility | Apache-2.0 | |
Java Hamcrest | /org/hamcrest | Utility | BSD-3-Clause | |
IntelliJ IDEA | /org/intellij | Utility | Apache-2.0 | |
jUnit Java Unit Test | /org/junit | Utility | EPL-2.0 | |
Reactive Streams | /org/reactivestreams | Utility | MIT | |
Simple | /org/simpleframework/xml | Utility | LGPL-2.1-only | |
Simple Logging Facade for Java | /org/slf4j | Utility | MIT | |
snappy-java | /org/xerial/snappy | Utility | Apache-2.0 | |
Reactor Core | /reactor/core | Utility | Apache-2.0 | |
Timber | /timber/log | Utility | Apache-2.0 |
Library | Id | Type | License | AntiFeatures |
---|---|---|---|---|
Android Support v4 | /android/support/v4 | Development Framework | Apache-2.0 | |
AndroidX Activity | /androidx/activity | Utility | Apache-2.0 | |
Android Jetpack Annotations | /androidx/annotation | Utility | Apache-2.0 | |
Arch | /androidx/arch | Utility | Apache-2.0 | |
AppCompat | /androidx/appcompat | Utility | Apache-2.0 | |
Biometric | /androidx/biometric | Utility | Apache-2.0 | |
Cardview | /androidx/cardview | UI Component | Apache-2.0 | |
Android Support Library collections | /androidx/collection | Utility | Apache-2.0 | |
Concurrent | /androidx/concurrent | Utility | Apache-2.0 | |
Constraint Layout Library | /androidx/constraintlayout | Utility | Apache-2.0 | |
Coordinatorlayout | /androidx/coordinatorlayout | UI Component | Apache-2.0 | |
Androidx Core | /androidx/core | Utility | Apache-2.0 | |
AndroidX Cursor Adapter | /androidx/cursoradapter | Utility | Apache-2.0 | |
Android Support Library Custom View | /androidx/customview | UI Component | Apache-2.0 | |
Documentfile | /androidx/documentfile | UI Component | Apache-2.0 | |
Drawerlayout | /androidx/drawerlayout | UI Component | Apache-2.0 | |
Dynamicanimation | /androidx/dynamicanimation | UI Component | Apache-2.0 | |
Android Emoji2 Compat | /androidx/emoji2 | UI Component | Apache-2.0 | |
Exifinterface | /androidx/exifinterface | Utility | Apache-2.0 | |
AndroidX Fragment | /androidx/fragment | UI Component | Apache-2.0 | |
Interpolator | /androidx/interpolator | UI Component | Apache-2.0 | |
androidx.legacy | /androidx/legacy | Utility | Apache-2.0 | |
Lifecycle | /androidx/lifecycle | Utility | Apache-2.0 | |
Loader | /androidx/loader | Utility | Apache-2.0 | |
AndroidX Local Broadcast Manager | /androidx/localbroadcastmanager | Utility | Apache-2.0 | |
Android Multi Dex Library | /androidx/multidex | Utility | Apache-2.0 | |
Preference | /androidx/preference | Utility | Apache-2.0 | |
/androidx/print | Utility | Apache-2.0 | ||
ResourceInspection | /androidx/resourceinspection | Development Aid | Apache-2.0 | |
Recyclerview | /androidx/recyclerview | Utility | Apache-2.0 | |
Android Activity Saved State | /androidx/savedstate | Utility | Apache-2.0 | |
Slidingpanelayout | /androidx/slidingpanelayout | UI Component | Apache-2.0 | |
Startup | /androidx/startup | Utility | Apache-2.0 | |
Swiperefreshlayout | /androidx/swiperefreshlayout | UI Component | Apache-2.0 | |
AndroidX Test | /androidx/test | Development Framework | Apache-2.0 | |
Tracing | /androidx/tracing | Utility | Apache-2.0 | |
Transition | /androidx/transition | UI Component | Apache-2.0 | |
Vectordrawable | /androidx/vectordrawable | UI Component | Apache-2.0 | |
Android Jetpack VersionedParcelable | /androidx/versionedparcelable | Utility | Apache-2.0 | |
Viewpager | /androidx/viewpager | UI Component | Apache-2.0 | |
AndroidX Widget ViewPager2 | /androidx/viewpager2 | UI Component | Apache-2.0 | |
Jetpack WindowManager Library | /androidx/window | Utility | Apache-2.0 | |
okhttp-digest | /com/burgstaller/okhttp | Utility | Apache-2.0 | |
Subsampling Scale Image View | /com/davemorrissey/labs/subscaleview | UI Component | Apache-2.0 | |
FasterXML Jackson | /com/fasterxml/jackson | Utility | Apache-2.0 | |
Google Material Design | /com/google/android/material | Utility | Apache-2.0 | |
Google Core Libraries for Java 6+ | /com/google/common | Utility | Apache-2.0 | |
Error Prone | /com/google/errorprone | Utility | Apache-2.0 | |
Google Gson | /com/google/gson | Utility | Apache-2.0 | |
RxBinding | /com/jakewharton/rxbinding | Utility | Apache-2.0 | |
zxcvbn4j | /com/nulabinc/zxcvbn | Utility | MIT | |
RecyclerView-FastScroll | /com/simplecityapps/recyclerview_fastscroll | UI Component | Apache-2.0 | |
OkHttp | /com/squareup/okhttp | Utility | Apache-2.0 | |
Disk LRU Cache | /com/tomclaw/cache | Utility | MIT | |
Wutka DTD | /com/wutka/dtd | Development Aid | none | |
Dagger | /dagger | Utility | Apache-2.0 | |
MinIO Client SDK for Java | /io/minio | Utility | Apache-2.0 | |
RxJava | /io/reactivex | Utility | Apache-2.0 | |
JavaX Annotation API | /javax/annotation | Utility | BSD-3-Clause | |
JavaX Dependency Injection | /javax/inject | Utility | Apache-2.0 | |
Javax XML | /javax/xml | Utility | GPL-2.0 | |
Junit | /junit | Utility | EPL-1.0 | |
Kotlin | /kotlin | Utility | Apache-2.0 | |
Kotlin Android Extensions Runtime | /kotlinx/android/extensions-runtime | Utility | Apache-2.0 | |
kotlinx.coroutines | /kotlinx/coroutines | Utility | Apache-2.0 | |
kotlin-parcelize | /kotlinx/parcelize | Utility | Apache-2.0 | |
OkHttp okio Framework | /okio | Utility | Apache-2.0 | |
Apache Commons | /org/apache/commons | Development Framework | Apache-2.0 | |
Bouncy Castle | /org/bouncycastle | Utility | MIT | |
Checker Framework | /org/checkerframework | Utility | GPL-2.0-only | |
greenDAO | /org/greenrobot/greendao | Utility | Apache-2.0 | |
Java Hamcrest | /org/hamcrest | Utility | BSD-3-Clause | |
IntelliJ IDEA | /org/intellij | Utility | Apache-2.0 | |
jUnit Java Unit Test | /org/junit | Utility | EPL-2.0 | |
Reactive Streams | /org/reactivestreams | Utility | MIT | |
Simple | /org/simpleframework/xml | Utility | LGPL-2.1-only | |
Simple Logging Facade for Java | /org/slf4j | Utility | MIT | |
snappy-java | /org/xerial/snappy | Utility | Apache-2.0 | |
Timber | /timber/log | Utility | Apache-2.0 |
Library | Id | Type | License | AntiFeatures |
---|---|---|---|---|
Android Support v4 | /android/support/v4 | Development Framework | Apache-2.0 | |
AndroidX Activity | /androidx/activity | Utility | Apache-2.0 | |
Android Jetpack Annotations | /androidx/annotation | Utility | Apache-2.0 | |
Arch | /androidx/arch | Utility | Apache-2.0 | |
AppCompat | /androidx/appcompat | Utility | Apache-2.0 | |
Biometric | /androidx/biometric | Utility | Apache-2.0 | |
Cardview | /androidx/cardview | UI Component | Apache-2.0 | |
Android Support Library collections | /androidx/collection | Utility | Apache-2.0 | |
Concurrent | /androidx/concurrent | Utility | Apache-2.0 | |
Constraint Layout Library | /androidx/constraintlayout | Utility | Apache-2.0 | |
Coordinatorlayout | /androidx/coordinatorlayout | UI Component | Apache-2.0 | |
Androidx Core | /androidx/core | Utility | Apache-2.0 | |
AndroidX Cursor Adapter | /androidx/cursoradapter | Utility | Apache-2.0 | |
Android Support Library Custom View | /androidx/customview | UI Component | Apache-2.0 | |
Documentfile | /androidx/documentfile | UI Component | Apache-2.0 | |
Drawerlayout | /androidx/drawerlayout | UI Component | Apache-2.0 | |
Dynamicanimation | /androidx/dynamicanimation | UI Component | Apache-2.0 | |
Android Emoji2 Compat | /androidx/emoji2 | UI Component | Apache-2.0 | |
Exifinterface | /androidx/exifinterface | Utility | Apache-2.0 | |
AndroidX Fragment | /androidx/fragment | UI Component | Apache-2.0 | |
Interpolator | /androidx/interpolator | UI Component | Apache-2.0 | |
androidx.legacy | /androidx/legacy | Utility | Apache-2.0 | |
Lifecycle | /androidx/lifecycle | Utility | Apache-2.0 | |
Loader | /androidx/loader | Utility | Apache-2.0 | |
AndroidX Local Broadcast Manager | /androidx/localbroadcastmanager | Utility | Apache-2.0 | |
Android Multi Dex Library | /androidx/multidex | Utility | Apache-2.0 | |
Preference | /androidx/preference | Utility | Apache-2.0 | |
/androidx/print | Utility | Apache-2.0 | ||
ResourceInspection | /androidx/resourceinspection | Development Aid | Apache-2.0 | |
Recyclerview | /androidx/recyclerview | Utility | Apache-2.0 | |
Android Activity Saved State | /androidx/savedstate | Utility | Apache-2.0 | |
Slidingpanelayout | /androidx/slidingpanelayout | UI Component | Apache-2.0 | |
Startup | /androidx/startup | Utility | Apache-2.0 | |
Swiperefreshlayout | /androidx/swiperefreshlayout | UI Component | Apache-2.0 | |
AndroidX Test | /androidx/test | Development Framework | Apache-2.0 | |
Tracing | /androidx/tracing | Utility | Apache-2.0 | |
Transition | /androidx/transition | UI Component | Apache-2.0 | |
Vectordrawable | /androidx/vectordrawable | UI Component | Apache-2.0 | |
Android Jetpack VersionedParcelable | /androidx/versionedparcelable | Utility | Apache-2.0 | |
Viewpager | /androidx/viewpager | UI Component | Apache-2.0 | |
AndroidX Widget ViewPager2 | /androidx/viewpager2 | UI Component | Apache-2.0 | |
Jetpack WindowManager Library | /androidx/window | Utility | Apache-2.0 | |
java-jwt | /com/auth0/jwt | Utility | MIT | |
okhttp-digest | /com/burgstaller/okhttp | Utility | Apache-2.0 | |
Subsampling Scale Image View | /com/davemorrissey/labs/subscaleview | UI Component | Apache-2.0 | |
FasterXML Jackson | /com/fasterxml/jackson | Utility | Apache-2.0 | |
Google Material Design | /com/google/android/material | Utility | Apache-2.0 | |
Google Core Libraries for Java 6+ | /com/google/common | Utility | Apache-2.0 | |
Error Prone | /com/google/errorprone | Utility | Apache-2.0 | |
Google Gson | /com/google/gson | Utility | Apache-2.0 | |
RxBinding | /com/jakewharton/rxbinding | Utility | Apache-2.0 | |
zxcvbn4j | /com/nulabinc/zxcvbn | Utility | MIT | |
RecyclerView-FastScroll | /com/simplecityapps/recyclerview_fastscroll | UI Component | Apache-2.0 | |
OkHttp | /com/squareup/okhttp | Utility | Apache-2.0 | |
Disk LRU Cache | /com/tomclaw/cache | Utility | MIT | |
Wutka DTD | /com/wutka/dtd | Development Aid | none | |
Dagger | /dagger | Utility | Apache-2.0 | |
MinIO Client SDK for Java | /io/minio | Utility | Apache-2.0 | |
RxJava | /io/reactivex | Utility | Apache-2.0 | |
JavaX Annotation API | /javax/annotation | Utility | BSD-3-Clause | |
JavaX Dependency Injection | /javax/inject | Utility | Apache-2.0 | |
Javax XML | /javax/xml | Utility | GPL-2.0 | |
Junit | /junit | Utility | EPL-1.0 | |
Kotlin | /kotlin | Utility | Apache-2.0 | |
Kotlin Android Extensions Runtime | /kotlinx/android/extensions-runtime | Utility | Apache-2.0 | |
kotlinx.coroutines | /kotlinx/coroutines | Utility | Apache-2.0 | |
kotlin-parcelize | /kotlinx/parcelize | Utility | Apache-2.0 | |
OkHttp okio Framework | /okio | Utility | Apache-2.0 | |
Apache Commons | /org/apache/commons | Development Framework | Apache-2.0 | |
Bouncy Castle | /org/bouncycastle | Utility | MIT | |
Checker Framework | /org/checkerframework | Utility | GPL-2.0-only | |
greenDAO | /org/greenrobot/greendao | Utility | Apache-2.0 | |
Java Hamcrest | /org/hamcrest | Utility | BSD-3-Clause | |
IntelliJ IDEA | /org/intellij | Utility | Apache-2.0 | |
jUnit Java Unit Test | /org/junit | Utility | EPL-2.0 | |
Reactive Streams | /org/reactivestreams | Utility | MIT | |
Simple | /org/simpleframework/xml | Utility | LGPL-2.1-only | |
Simple Logging Facade for Java | /org/slf4j | Utility | MIT | |
snappy-java | /org/xerial/snappy | Utility | Apache-2.0 | |
Timber | /timber/log | Utility | Apache-2.0 |
Library | Id | Type | License | AntiFeatures |
---|---|---|---|---|
Android Support v4 | /android/support/v4 | Development Framework | Apache-2.0 | |
AndroidX Activity | /androidx/activity | Utility | Apache-2.0 | |
Android Jetpack Annotations | /androidx/annotation | Utility | Apache-2.0 | |
Arch | /androidx/arch | Utility | Apache-2.0 | |
AppCompat | /androidx/appcompat | Utility | Apache-2.0 | |
Asynclayoutinflater | /androidx/asynclayoutinflater | UI Component | Apache-2.0 | |
Biometric | /androidx/biometric | Utility | Apache-2.0 | |
Browser | /androidx/browser | Utility | Apache-2.0 | |
Cardview | /androidx/cardview | UI Component | Apache-2.0 | |
Android Support Library collections | /androidx/collection | Utility | Apache-2.0 | |
Concurrent | /androidx/concurrent | Utility | Apache-2.0 | |
Constraint Layout Library | /androidx/constraintlayout | Utility | Apache-2.0 | |
Coordinatorlayout | /androidx/coordinatorlayout | UI Component | Apache-2.0 | |
Androidx Core | /androidx/core | Utility | Apache-2.0 | |
AndroidX Cursor Adapter | /androidx/cursoradapter | Utility | Apache-2.0 | |
Android Support Library Custom View | /androidx/customview | UI Component | Apache-2.0 | |
Documentfile | /androidx/documentfile | UI Component | Apache-2.0 | |
Drawerlayout | /androidx/drawerlayout | UI Component | Apache-2.0 | |
Dynamicanimation | /androidx/dynamicanimation | UI Component | Apache-2.0 | |
Android Emoji2 Compat | /androidx/emoji2 | UI Component | Apache-2.0 | |
Exifinterface | /androidx/exifinterface | Utility | Apache-2.0 | |
AndroidX Fragment | /androidx/fragment | UI Component | Apache-2.0 | |
Interpolator | /androidx/interpolator | UI Component | Apache-2.0 | |
androidx.legacy | /androidx/legacy | Utility | Apache-2.0 | |
Lifecycle | /androidx/lifecycle | Utility | Apache-2.0 | |
Loader | /androidx/loader | Utility | Apache-2.0 | |
AndroidX Local Broadcast Manager | /androidx/localbroadcastmanager | Utility | Apache-2.0 | |
Android Multi Dex Library | /androidx/multidex | Utility | Apache-2.0 | |
Preference | /androidx/preference | Utility | Apache-2.0 | |
/androidx/print | Utility | Apache-2.0 | ||
ResourceInspection | /androidx/resourceinspection | Development Aid | Apache-2.0 | |
Recyclerview | /androidx/recyclerview | Utility | Apache-2.0 | |
Android Activity Saved State | /androidx/savedstate | Utility | Apache-2.0 | |
Slidingpanelayout | /androidx/slidingpanelayout | UI Component | Apache-2.0 | |
Startup | /androidx/startup | Utility | Apache-2.0 | |
Swiperefreshlayout | /androidx/swiperefreshlayout | UI Component | Apache-2.0 | |
AndroidX Test | /androidx/test | Development Framework | Apache-2.0 | |
Tracing | /androidx/tracing | Utility | Apache-2.0 | |
Transition | /androidx/transition | UI Component | Apache-2.0 | |
Vectordrawable | /androidx/vectordrawable | UI Component | Apache-2.0 | |
Android Jetpack VersionedParcelable | /androidx/versionedparcelable | Utility | Apache-2.0 | |
Viewpager | /androidx/viewpager | UI Component | Apache-2.0 | |
AndroidX Widget ViewPager2 | /androidx/viewpager2 | UI Component | Apache-2.0 | |
Jetpack WindowManager Library | /androidx/window | Utility | Apache-2.0 | |
Azure SDK for Java | /com/azure | Development Framework | MIT | NonFreeNet |
okhttp-digest | /com/burgstaller/okhttp | Utility | Apache-2.0 | |
Woodstox | /com/ctc/wstx | Utility | Apache-2.0 | |
Subsampling Scale Image View | /com/davemorrissey/labs/subscaleview | UI Component | Apache-2.0 | |
Dropbox Core SDK for Java | /com/dropbox/core | Utility | MIT | NonFreeNet |
FasterXML Jackson | /com/fasterxml/jackson | Utility | Apache-2.0 | |
Google Mobile Services | /com/google/android/gms | Development Framework | Proprietary | NonFreeComp |
Google Material Design | /com/google/android/material | Utility | Apache-2.0 | |
Google API Client Libraries | /com/google/api/client | Development Framework | Apache-2.0 | NonFreeNet |
Google Drive API | /com/google/api/services/drive | Utility | Apache-2.0 | NonFreeDep,NonFreeNet |
Google Java API Client Services | /com/google/api/services | Utility | Apache-2.0 | NonFreeNet |
Google Core Libraries for Java 6+ | /com/google/common | Utility | Apache-2.0 | |
Error Prone | /com/google/errorprone | Utility | Apache-2.0 | |
Google Gson | /com/google/gson | Utility | Apache-2.0 | |
J2ObjC | /com/google/j2objc | Utility | Apache-2.0 | |
RxBinding | /com/jakewharton/rxbinding | Utility | Apache-2.0 | |
Microsoft Azure Active Directory Authentication Library | /com/microsoft/aad/adal | Utility | MIT | |
Surface Duo SDK | /com/microsoft/device/dualscreen | Utility | MIT | |
Microsoft Graph-SDK | /com/microsoft/graph | Development Framework | MIT | |
Microsoft Authentication Library | /com/microsoft/identity | Utility | MIT | NonFreeNet |
Nimbus JOSE+JWT | /com/nimbusds/jose | Utility | Apache-2.0 | |
zxcvbn4j | /com/nulabinc/zxcvbn | Utility | MIT | |
pCloud Java SDK | /com/pcloud/sdk | Utility | Apache-2.0 | NonFreeNet |
RecyclerView-FastScroll | /com/simplecityapps/recyclerview_fastscroll | UI Component | Apache-2.0 | |
OkHttp | /com/squareup/okhttp | Utility | Apache-2.0 | |
Disk LRU Cache | /com/tomclaw/cache | Utility | MIT | |
Wutka DTD | /com/wutka/dtd | Development Aid | none | |
Yubico Mobile Android SDK | /com/yubico/yubikit | Utility | Apache-2.0 | |
HttpClient Android repackaged | /cz/msebera/android/httpclient | Utility | Apache-2.0 | |
Dagger | /dagger | Utility | Apache-2.0 | |
FindBugs | /edu/umd/cs/findbugs | Utility | LGPL-3.0-or-later | |
MinIO Client SDK for Java | /io/minio | Utility | Apache-2.0 | |
RxJava | /io/reactivex | Utility | Apache-2.0 | |
JavaX Annotation API | /javax/annotation | Utility | BSD-3-Clause | |
JavaX Dependency Injection | /javax/inject | Utility | Apache-2.0 | |
Javax XML | /javax/xml | Utility | GPL-2.0 | |
Junit | /junit | Utility | EPL-1.0 | |
Kotlin | /kotlin | Utility | Apache-2.0 | |
Kotlin Android Extensions Runtime | /kotlinx/android/extensions-runtime | Utility | Apache-2.0 | |
kotlinx.coroutines | /kotlinx/coroutines | Utility | Apache-2.0 | |
kotlin-parcelize | /kotlinx/parcelize | Utility | Apache-2.0 | |
JCIP Annotations | /net/jcip/annotations | Utility | Apache-2.0 | |
OkHttp okio Framework | /okio | Utility | Apache-2.0 | |
Apache Commons | /org/apache/commons | Development Framework | Apache-2.0 | |
Apache Http | /org/apache/http | Utility | Apache-2.0 | |
Bouncy Castle | /org/bouncycastle | Utility | MIT | |
Checker Framework | /org/checkerframework | Utility | GPL-2.0-only | |
Stax2 API | /org/codehaus/stax2 | Utility | BSD | |
greenDAO | /org/greenrobot/greendao | Utility | Apache-2.0 | |
Java Hamcrest | /org/hamcrest | Utility | BSD-3-Clause | |
IntelliJ IDEA | /org/intellij | Utility | Apache-2.0 | |
jUnit Java Unit Test | /org/junit | Utility | EPL-2.0 | |
Reactive Streams | /org/reactivestreams | Utility | MIT | |
Simple | /org/simpleframework/xml | Utility | LGPL-2.1-only | |
Simple Logging Facade for Java | /org/slf4j | Utility | MIT | |
snappy-java | /org/xerial/snappy | Utility | Apache-2.0 | |
Reactor Core | /reactor/core | Utility | Apache-2.0 | |
Timber | /timber/log | Utility | Apache-2.0 |
Library | Id | Type | License | AntiFeatures |
---|---|---|---|---|
Android Support v4 | /android/support/v4 | Development Framework | Apache-2.0 | |
AndroidX Activity | /androidx/activity | Utility | Apache-2.0 | |
Android Jetpack Annotations | /androidx/annotation | Utility | Apache-2.0 | |
Arch | /androidx/arch | Utility | Apache-2.0 | |
AppCompat | /androidx/appcompat | Utility | Apache-2.0 | |
Asynclayoutinflater | /androidx/asynclayoutinflater | UI Component | Apache-2.0 | |
Biometric | /androidx/biometric | Utility | Apache-2.0 | |
Browser | /androidx/browser | Utility | Apache-2.0 | |
Cardview | /androidx/cardview | UI Component | Apache-2.0 | |
Android Support Library collections | /androidx/collection | Utility | Apache-2.0 | |
Concurrent | /androidx/concurrent | Utility | Apache-2.0 | |
Constraint Layout Library | /androidx/constraintlayout | Utility | Apache-2.0 | |
Coordinatorlayout | /androidx/coordinatorlayout | UI Component | Apache-2.0 | |
Androidx Core | /androidx/core | Utility | Apache-2.0 | |
AndroidX Cursor Adapter | /androidx/cursoradapter | Utility | Apache-2.0 | |
Android Support Library Custom View | /androidx/customview | UI Component | Apache-2.0 | |
Documentfile | /androidx/documentfile | UI Component | Apache-2.0 | |
Drawerlayout | /androidx/drawerlayout | UI Component | Apache-2.0 | |
Dynamicanimation | /androidx/dynamicanimation | UI Component | Apache-2.0 | |
Android Emoji2 Compat | /androidx/emoji2 | UI Component | Apache-2.0 | |
Exifinterface | /androidx/exifinterface | Utility | Apache-2.0 | |
AndroidX Fragment | /androidx/fragment | UI Component | Apache-2.0 | |
Interpolator | /androidx/interpolator | UI Component | Apache-2.0 | |
androidx.legacy | /androidx/legacy | Utility | Apache-2.0 | |
Lifecycle | /androidx/lifecycle | Utility | Apache-2.0 | |
Loader | /androidx/loader | Utility | Apache-2.0 | |
AndroidX Local Broadcast Manager | /androidx/localbroadcastmanager | Utility | Apache-2.0 | |
Android Multi Dex Library | /androidx/multidex | Utility | Apache-2.0 | |
Preference | /androidx/preference | Utility | Apache-2.0 | |
/androidx/print | Utility | Apache-2.0 | ||
ResourceInspection | /androidx/resourceinspection | Development Aid | Apache-2.0 | |
Recyclerview | /androidx/recyclerview | Utility | Apache-2.0 | |
Android Activity Saved State | /androidx/savedstate | Utility | Apache-2.0 | |
Slidingpanelayout | /androidx/slidingpanelayout | UI Component | Apache-2.0 | |
Startup | /androidx/startup | Utility | Apache-2.0 | |
Swiperefreshlayout | /androidx/swiperefreshlayout | UI Component | Apache-2.0 | |
AndroidX Test | /androidx/test | Development Framework | Apache-2.0 | |
Tracing | /androidx/tracing | Utility | Apache-2.0 | |
Transition | /androidx/transition | UI Component | Apache-2.0 | |
Vectordrawable | /androidx/vectordrawable | UI Component | Apache-2.0 | |
Android Jetpack VersionedParcelable | /androidx/versionedparcelable | Utility | Apache-2.0 | |
Viewpager | /androidx/viewpager | UI Component | Apache-2.0 | |
AndroidX Widget ViewPager2 | /androidx/viewpager2 | UI Component | Apache-2.0 | |
Jetpack WindowManager Library | /androidx/window | Utility | Apache-2.0 | |
java-jwt | /com/auth0/jwt | Utility | MIT | |
Azure SDK for Java | /com/azure | Development Framework | MIT | NonFreeNet |
okhttp-digest | /com/burgstaller/okhttp | Utility | Apache-2.0 | |
Woodstox | /com/ctc/wstx | Utility | Apache-2.0 | |
Subsampling Scale Image View | /com/davemorrissey/labs/subscaleview | UI Component | Apache-2.0 | |
Dropbox Core SDK for Java | /com/dropbox/core | Utility | MIT | NonFreeNet |
FasterXML Jackson | /com/fasterxml/jackson | Utility | Apache-2.0 | |
Google Mobile Services | /com/google/android/gms | Development Framework | Proprietary | NonFreeComp |
Google Material Design | /com/google/android/material | Utility | Apache-2.0 | |
Google API Client Libraries | /com/google/api/client | Development Framework | Apache-2.0 | NonFreeNet |
Google Drive API | /com/google/api/services/drive | Utility | Apache-2.0 | NonFreeDep,NonFreeNet |
Google Java API Client Services | /com/google/api/services | Utility | Apache-2.0 | NonFreeNet |
Google Core Libraries for Java 6+ | /com/google/common | Utility | Apache-2.0 | |
Error Prone | /com/google/errorprone | Utility | Apache-2.0 | |
Google Gson | /com/google/gson | Utility | Apache-2.0 | |
J2ObjC | /com/google/j2objc | Utility | Apache-2.0 | |
RxBinding | /com/jakewharton/rxbinding | Utility | Apache-2.0 | |
Microsoft Azure Active Directory Authentication Library | /com/microsoft/aad/adal | Utility | MIT | |
Surface Duo SDK | /com/microsoft/device/dualscreen | Utility | MIT | |
Microsoft Graph-SDK | /com/microsoft/graph | Development Framework | MIT | |
Microsoft Authentication Library | /com/microsoft/identity | Utility | MIT | NonFreeNet |
Nimbus JOSE+JWT | /com/nimbusds/jose | Utility | Apache-2.0 | |
zxcvbn4j | /com/nulabinc/zxcvbn | Utility | MIT | |
pCloud Java SDK | /com/pcloud/sdk | Utility | Apache-2.0 | NonFreeNet |
RecyclerView-FastScroll | /com/simplecityapps/recyclerview_fastscroll | UI Component | Apache-2.0 | |
OkHttp | /com/squareup/okhttp | Utility | Apache-2.0 | |
Disk LRU Cache | /com/tomclaw/cache | Utility | MIT | |
Wutka DTD | /com/wutka/dtd | Development Aid | none | |
Yubico Mobile Android SDK | /com/yubico/yubikit | Utility | Apache-2.0 | |
HttpClient Android repackaged | /cz/msebera/android/httpclient | Utility | Apache-2.0 | |
Dagger | /dagger | Utility | Apache-2.0 | |
FindBugs | /edu/umd/cs/findbugs | Utility | LGPL-3.0-or-later | |
MinIO Client SDK for Java | /io/minio | Utility | Apache-2.0 | |
RxJava | /io/reactivex | Utility | Apache-2.0 | |
JavaX Annotation API | /javax/annotation | Utility | BSD-3-Clause | |
JavaX Dependency Injection | /javax/inject | Utility | Apache-2.0 | |
Javax XML | /javax/xml | Utility | GPL-2.0 | |
Junit | /junit | Utility | EPL-1.0 | |
Kotlin | /kotlin | Utility | Apache-2.0 | |
Kotlin Android Extensions Runtime | /kotlinx/android/extensions-runtime | Utility | Apache-2.0 | |
kotlinx.coroutines | /kotlinx/coroutines | Utility | Apache-2.0 | |
kotlin-parcelize | /kotlinx/parcelize | Utility | Apache-2.0 | |
JCIP Annotations | /net/jcip/annotations | Utility | Apache-2.0 | |
OkHttp okio Framework | /okio | Utility | Apache-2.0 | |
Apache Commons | /org/apache/commons | Development Framework | Apache-2.0 | |
Apache Http | /org/apache/http | Utility | Apache-2.0 | |
Bouncy Castle | /org/bouncycastle | Utility | MIT | |
Checker Framework | /org/checkerframework | Utility | GPL-2.0-only | |
Stax2 API | /org/codehaus/stax2 | Utility | BSD | |
greenDAO | /org/greenrobot/greendao | Utility | Apache-2.0 | |
Java Hamcrest | /org/hamcrest | Utility | BSD-3-Clause | |
IntelliJ IDEA | /org/intellij | Utility | Apache-2.0 | |
jUnit Java Unit Test | /org/junit | Utility | EPL-2.0 | |
Reactive Streams | /org/reactivestreams | Utility | MIT | |
Simple | /org/simpleframework/xml | Utility | LGPL-2.1-only | |
Simple Logging Facade for Java | /org/slf4j | Utility | MIT | |
snappy-java | /org/xerial/snappy | Utility | Apache-2.0 | |
Reactor Core | /reactor/core | Utility | Apache-2.0 | |
Timber | /timber/log | Utility | Apache-2.0 |