Skip to content

aziraphale/QuasselDroid

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 33 commits ahead, 148 commits behind sandsmark:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

QuasselDroid

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.

Screenshot of the main chat window

Build Requirements

It requires a recent Android SDK , and the new build system.

It uses the following extra projects (though all support libraries are included for your convenience):

Building

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, fixing minor bugs)

Homepage: http://github.com/sandsmark/QuasselDroid
Beta Builds: https://plus.google.com/communities/104094956084217666662

About

Quasselclient for Android

Resources

License

GPL-3.0, LGPL-2.1 licenses found

Licenses found

GPL-3.0
COPYING.gpl
LGPL-2.1
COPYING.lgpl

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.9%
  • Shell 0.1%