Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PSDev/LicensesDialog
LicensesDialog is an open source library to display licenses of third-party libraries in an Android app.
https://github.com/PSDev/LicensesDialog
android dialog licenses ui
Last synced: about 1 month ago
JSON representation
LicensesDialog is an open source library to display licenses of third-party libraries in an Android app.
- Host: GitHub
- URL: https://github.com/PSDev/LicensesDialog
- Owner: PSDev
- License: apache-2.0
- Created: 2013-03-26T20:50:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T17:03:19.000Z (about 1 month ago)
- Last Synced: 2024-11-11T18:18:55.542Z (about 1 month ago)
- Topics: android, dialog, licenses, ui
- Language: Java
- Homepage: http://psdev.de/LicensesDialog
- Size: 1.21 MB
- Stars: 849
- Watchers: 41
- Forks: 145
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-android-ui - https://github.com/PSDev/LicensesDialog
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&metric=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&metric=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)
==============LicensesDialog is an open source library to display licenses of third-party libraries in an Android app.
Download
--------Download [the latest Release][1] or grab via Maven:
```xml
de.psdev.licensesdialog
licensesdialog
2.1.0
aar```
or Gradle:
```groovy
implementation 'de.psdev.licensesdialog:licensesdialog:2.1.0'
```Usage
-----You can take a look at the [MainActivity.java](sample/src/main/java/de/psdev/licensesdialog/sample/MainActivity.java)
from the sample module for examples on how to create the dialogs.Sample
------You can get the latest sample from [Jenkins][3]
Screenshot
----------![Screenshot](screenshot.png)
Credits
-------This library is inspired by [Inscription][2].
Contributors
------------Thank you to all the contributors of this project, namely:
- [Peter Heisig](https://github.com/PSDev/LicensesDialog/commits?author=phdd)
- [Jesus Otero](https://github.com/PSDev/LicensesDialog/commits?author=TheWizKid95)
- [Scott Alexander-Bown](https://github.com/PSDev/LicensesDialog/commits?author=scottyab)
- [barondem](https://github.com/PSDev/LicensesDialog/commits?author=barondem)
- [Shaleen Jain](https://github.com/PSDev/LicensesDialog/commits?author=Shalzz)
- [Zhang Hai](https://github.com/PSDev/LicensesDialog/commits?author=DreaminginCodeZH)
- [Heinrich Reimer](https://github.com/PSDev/LicensesDialog/commits?author=HeinrichReimer)
- [Juan Ramón González](https://github.com/PSDev/LicensesDialog/commits?author=jrgonzalezg)
- [Taeho Kim](https://github.com/PSDev/LicensesDialog/commits?author=kunny)
- [Nacho G. del Amo](https://github.com/PSDev/LicensesDialog/commits?author=ngdelamo)
- [Tatsuya Arai](https://github.com/PSDev/LicensesDialog/commits?author=cutmail)
- [Jakob Schrettenbrunner](https://github.com/PSDev/LicensesDialog/commits?author=schr3j)
- [Sam Duke](https://github.com/PSDev/LicensesDialog/commits?author=samskiter)
- [Kai Winter](https://github.com/PSDev/LicensesDialog/commits?author=kaiwinter)
- [Oleg Kan](https://github.com/PSDev/LicensesDialog/commits?author=simplaapliko)
- [Rafa Vázquez](https://github.com/PSDev/LicensesDialog/commits?author=Sloy)
- [David Pintarič](https://github.com/PSDev/LicensesDialog/commits?author=dpint)
- [Martin Herrmann](https://github.com/PSDev/LicensesDialog/commits?author=st0rmi)
- [Chaos Leong](https://github.com/PSDev/LicensesDialog/commits?author=ChaosLeong)
- [Vladyslav Pohrebniakov](https://github.com/PSDev/LicensesDialog/commits?author=personaljesusua)
- [Chris Pick](https://github.com/PSDev/LicensesDialog/commits?author=chrispix99)
- [Yuya Tanaka](https://github.com/PSDev/LicensesDialog/commits?author=ypresto)
- [Minjae Seon](https://github.com/PSDev/LicensesDialog/commits?author=Aftermoon-dev)License
-------Copyright 2013 Philip Schiffer
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.[1]: https://github.com/PSDev/LicensesDialog/releases
[2]: https://github.com/MartinvanZ/Inscription
[3]: https://ci.psdev.de/job/PSDevLicensesDialog/lastSuccessfulBuild/artifact/sample/build/outputs/apk/debug/