Skip to content
Snippets Groups Projects
Commit 1be264e7 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Updated library info

parent 82ff5662
No related branches found
No related tags found
No related merge requests found
# QuasselDroid-ng # QuasselDroid-ng
[![Release Version](http://github-release-version.herokuapp.com/github/justjanne/QuasselDroid-ng/release.svg?style=flat)](https://github.com/justjanne/QuasselDroid-ng/releases) [![Release Version](https://img.shields.io/github/release/justjanne/QuasselDroid-ng/all.svg)](https://github.com/justjanne/QuasselDroid-ng/releases)
Quassel is a distributed, decentralized IRC client, written using C++ and Qt. Quassel is a distributed, decentralized IRC client, written using C++ and Qt.
QuasselDroid is a pure-java client for the Quassel core, allowing you to connect QuasselDroid is a pure-java client for the Quassel core, allowing you to connect
...@@ -8,7 +8,7 @@ to your Quassel core using your Android ™ phone. ...@@ -8,7 +8,7 @@ to your Quassel core using your Android ™ phone.
*Inspired by and based on [QuasselDroid](https://github.com/sandsmark/QuasselDroid)* *Inspired by and based on [QuasselDroid](https://github.com/sandsmark/QuasselDroid)*
![Screenshot of QuasselDroid on Phone and Tablet](https://i.k8r.eu/4V7PhQ) ![Screenshot of QuasselDroid on Phone and Tablet](https://i.k8r.eu/4V7PhQl)
## Warning ## Warning
...@@ -70,23 +70,68 @@ The older implementation is still available at <https://github.com/sandsmark/Qua ...@@ -70,23 +70,68 @@ The older implementation is still available at <https://github.com/sandsmark/Qua
### QuasselDroid ### QuasselDroid
* [**Android Support**](http://developer.android.com/tools/support-library/index.html) * [**Android Architecture Components: Lifecycle**](https://android.googlesource.com/platform/frameworks/support/+/master/lifecycle)
Apache 2.0 Apache-2.0
* [**Android App Architecture**](https://developer.android.com/topic/libraries/architecture/guide.html) * [**Android Architecture Components: Paging**](https://android.googlesource.com/platform/frameworks/support/+/master/paging)
Apache 2.0 Apache-2.0
* [**ThreeTen Backport**](http://www.threeten.org/threetenbp/) * [**Android Architecture Components: Persistence**](https://android.googlesource.com/platform/frameworks/support/+/master/persistence)
Apache-2.0
* [**Android Architecture Components: Room**](https://android.googlesource.com/platform/frameworks/support/+/master/persistence)
Apache-2.0
* [**Android Sliding Up Panel**](https://github.com/umano/AndroidSlidingUpPanel)
Apache-2.0
* [**Android Support Library**](https://android.googlesource.com/platform/frameworks/support/+/master)
Apache-2.0
* [**Android Support Library: Constraint Layout**](https://android.googlesource.com/platform/frameworks/opt/sherpa/+/studio-3.0/constraintlayout)
Apache-2.0
* [**atinject**](https://code.google.com/archive/p/atinject/)
Apache-2.0
* [**AutoService**](https://github.com/google/auto/tree/master/service)
Apache-2.0
* [**Better Link Movement Method**](https://github.com/Saketme/Better-Link-Movement-Method)
Apache-2.0
* [**Butter Knife**](http://jakewharton.github.io/butterknife/)
Apache-2.0
* [**Dagger 2**](https://google.github.io/dagger/)
Apache-2.0
* [**Glide**](https://bumptech.github.io/glide/)
Apache-2.0
* [**GlobTransformer**](https://bumptech.github.io/glide/)
CC BY-SA 3.0
* [**Gson**](https://github.com/google/gson)
Apache-2.0
* [**JavaPoet**](https://github.com/square/javapoet)
Apache-2.0
* [**JetBrains Java Annotations**](https://github.com/JetBrains/java-annotations)
Apache-2.0
* [**Kotlin Standard Library**](https://kotlinlang.org/)
Apache-2.0
* [**LeakCanary**](https://github.com/square/leakcanary)
Apache-2.0
* [**Material Design Icons: Community**](https://github.com/Templarian/MaterialDesign)
SIL Open Font License v1.1
* [**Material Design Icons: Google**](https://github.com/google/material-design-icons)
Apache-2.0
* [**Material Dialogs**](https://github.com/afollestad/material-dialogs)
MIT
* [**MaterialProgressBar**](https://github.com/DreaminginCodeZH/MaterialProgressBar)
Apache-2.0
* [**Quassel**](https://quassel-irc.org/)
GPLv3
* [**Reactive Streams**](https://github.com/ReactiveX/RxJava)
CC0
* [**RxJava**](https://github.com/ReactiveX/RxJava)
Apache-2.0
* [**ThreeTen backport project**](http://www.threeten.org/threetenbp/)
BSD 3-clause BSD 3-clause
* [**ButterKnife**](https://github.com/JakeWharton/butterknife/)
Apache 2.0
* [**ACRA**](https://github.com/JakeWharton/butterknife/)
Apache 2.0
### InvokerGenerator, a preprocessor included in this project ## Themes
* [**Dracula**](https://draculatheme.com/)
* [**Google AutoService**](https://github.com/google/auto/tree/master/service) MIT
Apache 2.0 * [**Gruvbox**](https://github.com/morhetz/gruvbox)
* [**Square JavaPoet**](https://github.com/square/javapoet) MIT
Apache 2.0 * [**Solarized**](http://ethanschoonover.com/solarized)
MIT
## License ## License
......
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
"name": "Android Architecture Components: Lifecycle", "name": "Android Architecture Components: Lifecycle",
"version": "1.1.1", "version": "1.1.1",
"license": { "license": {
"shortName": "Apache-2.0", "short_name": "Apache-2.0",
"fullName": "Apache License" "full_name": "Apache License"
}, },
"url": "https://android.googlesource.com/platform/frameworks/support/+/master/lifecycle" "url": "https://android.googlesource.com/platform/frameworks/support/+/master/lifecycle"
}, },
...@@ -13,52 +13,88 @@ ...@@ -13,52 +13,88 @@
"name": "Android Architecture Components: Paging", "name": "Android Architecture Components: Paging",
"version": "1.0.0-alpha7", "version": "1.0.0-alpha7",
"license": { "license": {
"shortName": "Apache-2.0", "short_name": "Apache-2.0",
"fullName": "Apache License" "full_name": "Apache License"
}, },
"url": "https://android.googlesource.com/platform/frameworks/support/+/master/paging" "url": "https://android.googlesource.com/platform/frameworks/support/+/master/paging"
}, },
{
"name": "Android Architecture Components: Persistence",
"version": "1.1.0-beta1",
"license": {
"short_name": "Apache-2.0",
"full_name": "Apache License"
},
"url": "https://android.googlesource.com/platform/frameworks/support/+/master/persistence"
},
{ {
"name": "Android Architecture Components: Room", "name": "Android Architecture Components: Room",
"version": "1.1.0-beta1", "version": "1.1.0-beta1",
"license": { "license": {
"shortName": "Apache-2.0", "short_name": "Apache-2.0",
"fullName": "Apache License" "full_name": "Apache License"
}, },
"url": "https://android.googlesource.com/platform/frameworks/support/+/master/room" "url": "https://android.googlesource.com/platform/frameworks/support/+/master/persistence"
}, },
{ {
"name": "Android Sliding Up Panel", "name": "Android Sliding Up Panel",
"version": "3.5.0", "version": "3.5.0",
"license": { "license": {
"shortName": "Apache-2.0", "short_name": "Apache-2.0",
"fullName": "Apache License" "full_name": "Apache License"
} },
"url": "https://github.com/umano/AndroidSlidingUpPanel"
}, },
{ {
"name": "Android Support Library", "name": "Android Support Library",
"version": "27.1.0", "version": "27.1.0",
"license": { "license": {
"shortName": "Apache-2.0", "short_name": "Apache-2.0",
"fullName": "Apache License" "full_name": "Apache License"
}, },
"url": "https://android.googlesource.com/platform/frameworks/support/+/master" "url": "https://android.googlesource.com/platform/frameworks/support/+/master"
}, },
{
"name": "Android Support Library: Constraint Layout",
"version": "1.1.0-beta6",
"license": {
"short_name": "Apache-2.0",
"full_name": "Apache License"
},
"url": "https://android.googlesource.com/platform/frameworks/opt/sherpa/+/studio-3.0/constraintlayout"
},
{
"name": "atinject",
"license": {
"short_name": "Apache-2.0",
"full_name": "Apache License"
},
"url": "https://code.google.com/archive/p/atinject/"
},
{ {
"name": "AutoService", "name": "AutoService",
"version": "1.0-rc4", "version": "1.0-rc4",
"license": { "license": {
"shortName": "Apache-2.0", "short_name": "Apache-2.0",
"fullName": "Apache License" "full_name": "Apache License"
}, },
"url": "https://github.com/google/auto/tree/master/service" "url": "https://github.com/google/auto/tree/master/service"
}, },
{
"name": "Better Link Movement Method",
"version": "2.1.0",
"license": {
"short_name": "Apache-2.0",
"full_name": "Apache License"
},
"url": "https://github.com/Saketme/Better-Link-Movement-Method"
},
{ {
"name": "Butter Knife", "name": "Butter Knife",
"version": "8.8.1", "version": "8.8.1",
"license": { "license": {
"shortName": "Apache-2.0", "short_name": "Apache-2.0",
"fullName": "Apache License" "full_name": "Apache License"
}, },
"url": "http://jakewharton.github.io/butterknife/" "url": "http://jakewharton.github.io/butterknife/"
}, },
...@@ -66,26 +102,60 @@ ...@@ -66,26 +102,60 @@
"name": "Dagger 2", "name": "Dagger 2",
"version": "2.15", "version": "2.15",
"license": { "license": {
"shortName": "Apache-2.0", "short_name": "Apache-2.0",
"fullName": "Apache License" "full_name": "Apache License"
}, },
"url": "https://google.github.io/dagger/" "url": "https://google.github.io/dagger/"
}, },
{
"name": "Dracula",
"license": {
"short_name": "MIT",
"full_name": "The MIT License (MIT}"
},
"url": "https://draculatheme.com/"
},
{
"name": "Glide",
"version": "4.6.1",
"license": {
"short_name": "Apache-2.0",
"full_name": "Apache License"
},
"url": "https://bumptech.github.io/glide/"
},
{
"name": "GlobTransformer",
"version": "4.6.1",
"license": {
"short_name": "CC BY-SA 3.0",
"full_name": "Creative Commons Attribution-ShareAlike 3.0 Unported"
},
"url": "https://bumptech.github.io/glide/"
},
{ {
"name": "Gson", "name": "Gson",
"version": "2.8.2", "version": "2.8.2",
"license": { "license": {
"shortName": "Apache-2.0", "short_name": "Apache-2.0",
"fullName": "Apache License" "full_name": "Apache License"
}, },
"url": "https://github.com/google/gson" "url": "https://github.com/google/gson"
}, },
{
"name": "Gruvbox",
"license": {
"short_name": "MIT",
"full_name": "The MIT License (MIT}"
},
"url": "https://github.com/morhetz/gruvbox"
},
{ {
"name": "JavaPoet", "name": "JavaPoet",
"version": "1.10.0", "version": "1.10.0",
"license": { "license": {
"shortName": "Apache-2.0", "short_name": "Apache-2.0",
"fullName": "Apache License" "full_name": "Apache License"
}, },
"url": "https://github.com/square/javapoet" "url": "https://github.com/square/javapoet"
}, },
...@@ -93,8 +163,8 @@ ...@@ -93,8 +163,8 @@
"name": "JetBrains Java Annotations", "name": "JetBrains Java Annotations",
"version": "16.0.1", "version": "16.0.1",
"license": { "license": {
"shortName": "Apache-2.0", "short_name": "Apache-2.0",
"fullName": "Apache License" "full_name": "Apache License"
}, },
"url": "https://github.com/JetBrains/java-annotations" "url": "https://github.com/JetBrains/java-annotations"
}, },
...@@ -102,8 +172,8 @@ ...@@ -102,8 +172,8 @@
"name": "Kotlin Standard Library", "name": "Kotlin Standard Library",
"version": "1.2.40", "version": "1.2.40",
"license": { "license": {
"shortName": "Apache-2.0", "short_name": "Apache-2.0",
"fullName": "Apache License" "full_name": "Apache License"
}, },
"url": "https://kotlinlang.org/" "url": "https://kotlinlang.org/"
}, },
...@@ -111,17 +181,34 @@ ...@@ -111,17 +181,34 @@
"name": "LeakCanary", "name": "LeakCanary",
"version": "1.5.4", "version": "1.5.4",
"license": { "license": {
"shortName": "Apache-2.0", "short_name": "Apache-2.0",
"fullName": "Apache License" "full_name": "Apache License"
}, },
"url": "https://github.com/square/leakcanary" "url": "https://github.com/square/leakcanary"
}, },
{
"name": "Material Design Icons: Community",
"license": {
"short_name": "SIL Open Font License v1.1",
"full_name": "SIL OPEN FONT LICENSE"
},
"url": "https://github.com/Templarian/MaterialDesign"
},
{
"name": "Material Design Icons: Google",
"version": "3.0.1",
"license": {
"short_name": "Apache-2.0",
"full_name": "Apache License"
},
"url": "https://github.com/google/material-design-icons"
},
{ {
"name": "Material Dialogs", "name": "Material Dialogs",
"version": "0.9.6.0", "version": "0.9.6.0",
"license": { "license": {
"shortName": "MIT", "short_name": "MIT",
"fullName": "The MIT License (MIT}" "full_name": "The MIT License (MIT}"
}, },
"url": "https://github.com/afollestad/material-dialogs" "url": "https://github.com/afollestad/material-dialogs"
}, },
...@@ -129,25 +216,51 @@ ...@@ -129,25 +216,51 @@
"name": "MaterialProgressBar", "name": "MaterialProgressBar",
"version": "1.4.2", "version": "1.4.2",
"license": { "license": {
"shortName": "Apache-2.0", "short_name": "Apache-2.0",
"fullName": "Apache License" "full_name": "Apache License"
}, },
"url": "https://github.com/DreaminginCodeZH/MaterialProgressBar" "url": "https://github.com/DreaminginCodeZH/MaterialProgressBar"
}, },
{
"name": "Quassel",
"version": "0.13.0",
"license": {
"short_name": "GPLv3",
"full_name": "GNU GENERAL PUBLIC LICENSE"
},
"url": "https://quassel-irc.org/"
},
{
"name": "Reactive Streams",
"version": "1.0.2",
"license": {
"short_name": "CC0",
"full_name": "Creative Commons CC0 1.0 Universal"
},
"url": "https://github.com/ReactiveX/RxJava"
},
{ {
"name": "RxJava", "name": "RxJava",
"version": "2.1.9", "version": "2.1.9",
"license": { "license": {
"shortName": "Apache-2.0", "short_name": "Apache-2.0",
"fullName": "Apache License" "full_name": "Apache License"
}, },
"url": "https://github.com/ReactiveX/RxJava" "url": "https://github.com/ReactiveX/RxJava"
}, },
{
"name": "Solarized",
"license": {
"short_name": "MIT",
"full_name": "The MIT License (MIT}"
},
"url": "http://ethanschoonover.com/solarized"
},
{ {
"name": "ThreeTen backport project", "name": "ThreeTen backport project",
"version": "1.3.6", "version": "1.3.6",
"license": { "license": {
"shortName": "BSD 3-clause" "short_name": "BSD 3-clause"
}, },
"url": "http://www.threeten.org/threetenbp/" "url": "http://www.threeten.org/threetenbp/"
} }
......
...@@ -45,6 +45,6 @@ ...@@ -45,6 +45,6 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceSmall" android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="?colorTextSecondary" android:textColor="?colorTextSecondary"
tools:text="@sample/libraries.json/data/license/shortName" /> tools:text="@sample/libraries.json/data/license/short_name" />
</LinearLayout> </LinearLayout>
</LinearLayout> </LinearLayout>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment