LicensesDialog icon indicating copy to clipboard operation
LicensesDialog copied to clipboard

LicensesDialog is an open source library to display licenses of third-party libraries in an Android app.

Results 24 LicensesDialog issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/PSDev/LicensesDialog). ## Config Migration Needed - [ ]...

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [com.android.tools.build:gradle](https://developer.android.com/studio/build) ([source](https://android.googlesource.com/platform/tools/base)) | `4.2.1` -> `8.13.2` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.android.tools.build:gradle/8.13.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.android.tools.build:gradle/4.2.1/8.13.2?slim=true) | --- ###...

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://redirect.github.com/gradle/gradle)) | minor | `7.0.2` -> `7.6.6` | --- ### Release Notes gradle/gradle (gradle)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.android.tools.build:gradle](https://developer.android.com/studio/build) ([source](https://android.googlesource.com/platform/tools/base)) | `4.2.1` -> `4.2.2` |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.sonarsource.scanner.gradle:sonarqube-gradle-plugin](http://redirect.sonarsource.com/doc/gradle.html) ([source](https://togithub.com/SonarSource/sonar-scanner-gradle)) | `3.2.0` -> `3.3` |...

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [org.robolectric:robolectric](https://robolectric.org) ([source](https://redirect.github.com/robolectric/robolectric)) | `4.5.1` -> `4.16` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.robolectric:robolectric/4.16?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.robolectric:robolectric/4.5.1/4.16?slim=true) | --- ###...

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [androidx.test:core](https://developer.android.com/testing) | `1.3.0` -> `1.7.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/androidx.test:core/1.7.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/androidx.test:core/1.3.0/1.7.0?slim=true) | --- ### Configuration...

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [androidx.appcompat:appcompat](https://developer.android.com/jetpack/androidx/releases/appcompat#1.7.1) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | `1.2.0` -> `1.7.1` | ![age](https://developer.mend.io/api/mc/badges/age/maven/androidx.appcompat:appcompat/1.7.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/androidx.appcompat:appcompat/1.2.0/1.7.1?slim=true) | --- ###...

Or generally for any kind of styling

Currently, the sample app has a light style by default by using Theme.AppCompat.DayNight.DarkActionBar, instead, we can provide full support of dark mode in the sample application. It also shows how...