{"id":21130150,"url":"https://github.com/PSDev/LicensesDialog","last_synced_at":"2025-07-09T01:32:29.968Z","repository":{"id":7677487,"uuid":"9040104","full_name":"PSDev/LicensesDialog","owner":"PSDev","description":"LicensesDialog is an open source library to display licenses of third-party libraries in an Android app.","archived":false,"fork":false,"pushed_at":"2024-11-11T17:03:19.000Z","size":1274,"stargazers_count":849,"open_issues_count":16,"forks_count":145,"subscribers_count":41,"default_branch":"master","last_synced_at":"2024-11-11T18:18:55.542Z","etag":null,"topics":["android","dialog","licenses","ui"],"latest_commit_sha":null,"homepage":"http://psdev.de/LicensesDialog","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PSDev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-03-26T20:50:31.000Z","updated_at":"2024-11-01T01:17:55.000Z","dependencies_parsed_at":"2023-11-16T21:10:18.844Z","dependency_job_id":"533861ea-9f65-4608-81c9-130d8fcb2292","html_url":"https://github.com/PSDev/LicensesDialog","commit_stats":{"total_commits":230,"total_committers":29,"mean_commits":7.931034482758621,"dds":"0.25652173913043474","last_synced_commit":"24e1f9f7b8194b8435e16dc61e1e157026f7c2cc"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PSDev%2FLicensesDialog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PSDev%2FLicensesDialog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PSDev%2FLicensesDialog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PSDev%2FLicensesDialog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PSDev","download_url":"https://codeload.github.com/PSDev/LicensesDialog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225476373,"owners_count":17480215,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","dialog","licenses","ui"],"created_at":"2024-11-20T05:32:19.676Z","updated_at":"2024-11-20T05:32:27.152Z","avatar_url":"https://github.com/PSDev.png","language":"Java","funding_links":[],"categories":["Libs"],"sub_categories":["\u003cA NAME=\"Widget\"\u003e\u003c/A\u003eWidget"],"readme":"LicensesDialog [![Build Status](https://ci.psdev.de/job/PSDevLicensesDialog/badge/icon)](https://ci.psdev.de/job/PSDevLicensesDialog/) [![Coverage](https://sonar.psdev.de/api/project_badges/measure?project=de.psdev.licensesdialog\u0026metric=coverage)](https://sonar.psdev.de/dashboard?id=de.psdev.licensesdialog) [![Lines of Code](https://sonar.psdev.de/api/project_badges/measure?project=de.psdev.licensesdialog\u0026metric=ncloc)](https://sonar.psdev.de/dashboard?id=de.psdev.licensesdialog) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/de.psdev.licensesdialog/licensesdialog/badge.svg)](https://maven-badges.herokuapp.com/maven-central/de.psdev.licensesdialog/licensesdialog)   \n==============\n\nLicensesDialog is an open source library to display licenses of third-party libraries in an Android app.\n\n\nDownload\n--------\n\nDownload [the latest Release][1] or grab via Maven:\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ede.psdev.licensesdialog\u003c/groupId\u003e\n  \u003cartifactId\u003elicensesdialog\u003c/artifactId\u003e\n  \u003cversion\u003e2.1.0\u003c/version\u003e\n  \u003ctype\u003eaar\u003c/type\u003e\n\u003c/dependency\u003e\n```  \nor Gradle:\n```groovy\nimplementation 'de.psdev.licensesdialog:licensesdialog:2.1.0'\n```\n\nUsage\n-----\n\nYou can take a look at the [MainActivity.java](sample/src/main/java/de/psdev/licensesdialog/sample/MainActivity.java) \nfrom the sample module for examples on how to create the dialogs. \n\nSample\n------\n\nYou can get the latest sample from [Jenkins][3]\n\nScreenshot\n----------\n\n![Screenshot](screenshot.png)\n\nCredits\n-------\n\nThis library is inspired by [Inscription][2].\n\nContributors\n------------\n\nThank you to all the contributors of this project, namely:\n\n- [Peter Heisig](https://github.com/PSDev/LicensesDialog/commits?author=phdd)\n- [Jesus Otero](https://github.com/PSDev/LicensesDialog/commits?author=TheWizKid95)\n- [Scott Alexander-Bown](https://github.com/PSDev/LicensesDialog/commits?author=scottyab)\n- [barondem](https://github.com/PSDev/LicensesDialog/commits?author=barondem)\n- [Shaleen Jain](https://github.com/PSDev/LicensesDialog/commits?author=Shalzz)\n- [Zhang Hai](https://github.com/PSDev/LicensesDialog/commits?author=DreaminginCodeZH)\n- [Heinrich Reimer](https://github.com/PSDev/LicensesDialog/commits?author=HeinrichReimer)\n- [Juan Ramón González](https://github.com/PSDev/LicensesDialog/commits?author=jrgonzalezg)\n- [Taeho Kim](https://github.com/PSDev/LicensesDialog/commits?author=kunny)\n- [Nacho G. del Amo](https://github.com/PSDev/LicensesDialog/commits?author=ngdelamo)\n- [Tatsuya Arai](https://github.com/PSDev/LicensesDialog/commits?author=cutmail)\n- [Jakob Schrettenbrunner](https://github.com/PSDev/LicensesDialog/commits?author=schr3j)\n- [Sam Duke](https://github.com/PSDev/LicensesDialog/commits?author=samskiter)\n- [Kai Winter](https://github.com/PSDev/LicensesDialog/commits?author=kaiwinter)\n- [Oleg Kan](https://github.com/PSDev/LicensesDialog/commits?author=simplaapliko)\n- [Rafa Vázquez](https://github.com/PSDev/LicensesDialog/commits?author=Sloy)\n- [David Pintarič](https://github.com/PSDev/LicensesDialog/commits?author=dpint)\n- [Martin Herrmann](https://github.com/PSDev/LicensesDialog/commits?author=st0rmi)\n- [Chaos Leong](https://github.com/PSDev/LicensesDialog/commits?author=ChaosLeong)\n- [Vladyslav Pohrebniakov](https://github.com/PSDev/LicensesDialog/commits?author=personaljesusua)\n- [Chris Pick](https://github.com/PSDev/LicensesDialog/commits?author=chrispix99)\n- [Yuya Tanaka](https://github.com/PSDev/LicensesDialog/commits?author=ypresto)\n- [Minjae Seon](https://github.com/PSDev/LicensesDialog/commits?author=Aftermoon-dev)\n\nLicense\n-------\n\n    Copyright 2013 Philip Schiffer\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n\n[1]: https://github.com/PSDev/LicensesDialog/releases\n[2]: https://github.com/MartinvanZ/Inscription\n[3]: https://ci.psdev.de/job/PSDevLicensesDialog/lastSuccessfulBuild/artifact/sample/build/outputs/apk/debug/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPSDev%2FLicensesDialog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPSDev%2FLicensesDialog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPSDev%2FLicensesDialog/lists"}