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

Updated README

parent c6d278bf
No related branches found
No related tags found
No related merge requests found
# QuasselDroid-ng # QuasselDroid-ng
[![Build Status](https://api.travis-ci.org/justjanne/QuasselDroid-ng.svg)](https://travis-ci.org/justjanne/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)
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
to your Quassel core using your Android ™ phone. 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://projects.kuschku.de/quasseldroid/assets/devices.png)
##Build Requirements ##Build Requirements
QuasselDroid requires you to have the latest version of gradle installed, and QuasselDroid requires you to have the latest version of gradle installed, and
...@@ -15,23 +20,33 @@ local.properties) ...@@ -15,23 +20,33 @@ local.properties)
Additionally, it requires you to build (in the same way) first the following Additionally, it requires you to build (in the same way) first the following
libraries: libraries:
* https://github.com/justjanne/AndroidSlidingUpPanel * https://github.com/justjanne/AndroidSlidingUpPanel (for `library-release.aar`)
* https://github.com/justjanne/aspm * https://github.com/justjanne/aspm (for `annotations.jar` and
`compiler-all.jar`)
The libraries of each have to be placed in `app/libs/` for gradle to find them. The libraries of each have to be placed in `app/libs/` for gradle to find them.
QuasselDroid uses the following libraries (although these are automatically QuasselDroid uses the following libraries (although these are automatically
downloaded from maven central): downloaded from maven central):
* [**libquassel-java**](https://github.com/justjanne/libquassel-java) LGPL 3.0 * [**libquassel-java**](https://github.com/justjanne/libquassel-java)
* [**Guava**](https://github.com/google/guava) Apache 2.0 LGPL 3.0
* [**Joda-Time**](https://github.com/JodaOrg/joda-time/) Apache 2.0 * [**Guava**](https://github.com/google/guava)
* [**Joda-Convert**](https://github.com/JodaOrg/joda-convert) Apache 2.0 Apache 2.0
* [**Material Drawer**](https://github.com/mikepenz/MaterialDrawer) Apache 2.0 * [**Joda-Time**](https://github.com/JodaOrg/joda-time/)
* [**Material Dialogs**](https://github.com/google/guava) MIT Apache 2.0
* [**ButterKnife**](https://github.com/JakeWharton/butterknife/) Apache 2.0 * [**Joda-Convert**](https://github.com/JodaOrg/joda-convert)
* [**Android Support Libraries**](http://developer.android.com/tools/support-library/index.html) Apache 2.0 Apache 2.0
*Android Support Library requires the corresponding package to be installed in the SDK manager* * [**Material Drawer**](https://github.com/mikepenz/MaterialDrawer)
Apache 2.0
* [**Material Dialogs**](https://github.com/google/guava)
MIT
* [**ButterKnife**](https://github.com/JakeWharton/butterknife/)
Apache 2.0
* [**Android Support Libraries**](http://developer.android.com/tools/support-library/index.html)
Apache 2.0
*Android Support Library requires the corresponding package to be installed in
the SDK manager*
##Building ##Building
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment