Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add view that lists all used libraries and their licenses #381

Merged
merged 4 commits into from
Jan 8, 2023

Conversation

chrgernoe
Copy link
Member

Fixes #155

For some reason, the license for the Apache Commons CSV library is empty. It is under clarification in issue mikepenz/AboutLibraries#827. Since the information are generated automatically during each build, it should not be a blocker to merge this issue.

@chrgernoe chrgernoe requested a review from paetz January 2, 2023 23:19
@github-actions github-actions bot added the feature New feature or request label Jan 2, 2023
app/build.gradle Outdated Show resolved Hide resolved
app/src/main/java/com/yacgroup/yacguide/AboutActivity.kt Outdated Show resolved Hide resolved
app/src/main/res/layout/activity_about_libraries.xml Outdated Show resolved Hide resolved
app/src/main/res/values/strings.xml Outdated Show resolved Hide resolved
app/src/main/res/values/strings.xml Outdated Show resolved Hide resolved
@@ -43,6 +43,11 @@ class AboutActivity : BaseNavigationActivity() {
_createEntry(getString(R.string.privacy_policy), callback = { _showPrivacyPolicy() })
_createEntry(getString(R.string.source_code_and_support), getString(R.string.github_url))
_createEntry(getString(R.string.license), getString(R.string.license_url))
_createEntry(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might it make sense to migrate this view to RecyclerView using BaseViewItemAdapter, too? If yes, you may create a ticket for that.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will have a look. Thanks for the hint.

@chrgernoe chrgernoe requested a review from paetz January 3, 2023 23:15
@chrgernoe chrgernoe merged commit 1f8cc7e into master Jan 8, 2023
@chrgernoe chrgernoe deleted the feature/155_list-used-libraries-and-licenses branch January 8, 2023 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

List used libraries and their licenses
2 participants