You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the repository for the legacy version of Quasseldroid. This version is not maintained anymore.
Please open all new issues on the rewrite at https://git.kuschku.de/justJanne/QuasselDroid-ng/
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 to your Quassel core using your Android (TM) phone.
Build Requirements
It requires a recent Android SDK , and the new build system.
Building is done using gradle. Run "gradlew tasks" to see possible build tasks. Some useful tasks are
assemble and installDebug
Things to Note
We finally do support encryption and compression, but the service and the fragments need to be redone properly. Also the UI should get a complete makeover, preferably at the same time as reworking it to use Material Design.
Authors
(in chronological order of appearance)
Frederik M. J. Vestre (freqmod)
(Initial qdatastream deserialization attempts)
Martin "Java Sucks" Sandsmark (sandsmark)
(Protocol implementation, (de)serializers, project (de)moralizer)
Magnus Fjell (magnuf)
(GUI, Android stuff)
Ken Børge Viktil (Kenji)
(GUI, Android stuff)
Janne Koschinski (justJanne)
(GUI, Android stuff, magic-(de)serializers)