All Projects → PSDev → Licensesdialog

PSDev / Licensesdialog

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

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Licensesdialog

Android Simple Tooltip
A simple library based on PopupWindow to create Tooltips on Android. 💚
Stars: ✭ 622 (-20.76%)
Mutual labels:  dialog
Wmzdialog
功能最多样式最多的弹窗,支持普通/微信底部/日期/地区/日历/选择/编辑/分享/菜单/自定义弹窗等,支持多种动画,链式编程调用(Pop-up windows with the most functions and styles, support normal/WeChat bottom/date/region/calendar/select/edit/share/menu/custom pop-up windows, etc., support multiple animations, chain programming calls)
Stars: ✭ 673 (-14.27%)
Mutual labels:  dialog
Fabdialogmorph
🐠 Fab and Dialog Morphing Animation on Android
Stars: ✭ 737 (-6.11%)
Mutual labels:  dialog
Bottomdialogs
An Android library that shows a customizable Material-based bottom sheet. API 11+ required.
Stars: ✭ 624 (-20.51%)
Mutual labels:  dialog
Dialog
🔥空祖家的对话框工具
Stars: ✭ 658 (-16.18%)
Mutual labels:  dialog
Ngx Modialog
Modal / Dialog for Angular
Stars: ✭ 691 (-11.97%)
Mutual labels:  dialog
Smart App Rate
An Android library that encourages users to rate the app on the Google Play.
Stars: ✭ 609 (-22.42%)
Mutual labels:  dialog
Rodal
A React modal with animations.
Stars: ✭ 754 (-3.95%)
Mutual labels:  dialog
Layx
Layx 新一代Web弹窗组件。
Stars: ✭ 659 (-16.05%)
Mutual labels:  dialog
Vue Ctk Date Time Picker
VueJS component to select dates & time, including a range mode
Stars: ✭ 707 (-9.94%)
Mutual labels:  dialog
Xpopup
🔥XPopup2.0版本重磅来袭,2倍以上性能提升,带来可观的动画性能优化和交互细节的提升!!!功能强大,交互优雅,动画丝滑的通用弹窗!可以替代Dialog,PopupWindow,PopupMenu,BottomSheet,DrawerLayout,Spinner等组件,自带十几种效果良好的动画, 支持完全的UI和动画自定义!(Powerful and Beautiful Popup for Android,can absolutely replace Dialog,PopupWindow,PopupMenu,BottomSheet,DrawerLayout,Spinner. With built-in animators , very easy to custom popup v…
Stars: ✭ 6,106 (+677.83%)
Mutual labels:  dialog
Colorpicker
A highly customizable color picker for Android
Stars: ✭ 644 (-17.96%)
Mutual labels:  dialog
Sweet Alert
A BEAUTIFUL, RESPONSIVE, CUSTOMIZABLE, ACCESSIBLE (WAI-ARIA) REPLACEMENT FOR JAVASCRIPT'S POPUP BOXES FOR LARAVEL
Stars: ✭ 696 (-11.34%)
Mutual labels:  dialog
Android Filepicker
Selecting directories/files made a lot easier.
Stars: ✭ 623 (-20.64%)
Mutual labels:  dialog
Simplelightbox
Touch-friendly image lightbox for mobile and desktop
Stars: ✭ 744 (-5.22%)
Mutual labels:  dialog
Rmodal.js
A simple 1.2 KB modal dialog with no dependencies
Stars: ✭ 613 (-21.91%)
Mutual labels:  dialog
Sweet Modal Vue
The sweetest library to happen to modals.
Stars: ✭ 682 (-13.12%)
Mutual labels:  dialog
Alertonboarding
A simple and attractive AlertView to onboard your users in your amazing world.
Stars: ✭ 766 (-2.42%)
Mutual labels:  dialog
Anylayer
Android稳定高效的浮层创建管理框架
Stars: ✭ 745 (-5.1%)
Mutual labels:  dialog
React Useportal
🌀 React hook for Portals
Stars: ✭ 698 (-11.08%)
Mutual labels:  dialog

LicensesDialog Build Status Coverage Lines of Code Maven Central

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

Download

Download the latest Release or grab via Maven:

<dependency>
  <groupId>de.psdev.licensesdialog</groupId>
  <artifactId>licensesdialog</artifactId>
  <version>2.1.0</version>
  <type>aar</type>
</dependency>

or Gradle:

implementation 'de.psdev.licensesdialog:licensesdialog:2.1.0'

Usage

You can take a look at the MainActivity.java from the sample module for examples on how to create the dialogs.

Sample

You can get the latest sample from Jenkins

Screenshot

Screenshot

Credits

This library is inspired by Inscription.

Contributors

Thank you to all the contributors of this project, namely:

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 at

   http://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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].