pierrezurek / weechat-android

Simple Weechat-Relay Android Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weechat Android Relay Client

This is an Android Weechat Relay client. It is currently in beta status, with most things working. It has not been extensively tested, so it may force close or drain your battery excessively.(However, in my limited testing it seems quite fine, I use it daily)

This requires weechat to be running somewhere and it connects to it. It is not a standalone weechat for your phone. If you are looking for a standalone irc client for android, you will need to look elsewhere.

##Download ####Stable version Either scan the QR code, or click the link to download the apk. Click on it and choose to install. Download Link

Download

####Latest Development Snapshot If you're feeling adventurous, you can try the latest development version. This is built after every commit, and while I try to keep a working build, it may fail or have major bugs.

Get the latest development version here

Installation and usage:

Please refer to the quick start guide for details:

https://github.com/ubergeek42/weechat-android/wiki/Quickstart-Guide

##Screenshots

Bug Reports and Feature Requests Welcome!

Please report any bugs or feature requests here on github(See the Issues tab), or send me an email: kj@ubergeek42.com. You can also ping me in #weechat on freenode.

Please include the Build Identifier found in the about screen if possible.

##Source Code Of course all of the source code is available right here on github. For a quick introduction to setting up ant/eclipse so you can begin hacking on the code, please see: https://github.com/ubergeek42/weechat-android/wiki/Getting-started-with-the-code

For more details about Weechat and the Relay Protocol:

Changelog

v0.06 - May 13th, 2012

  • Rewrite rendering of chat messages(improved performance)
  • Added about screen
  • Made links in messages clickable
  • Fixed bug with irc colors in topics
  • Password now hidden in preferences
  • Added preference for prefix alignment
  • Keyboard behaves nicer in chats

v0.05-dev - May 11th, 2012

  • Complete rewrite of the frontend
  • Support Notifications
  • Background service
  • Message filters
  • UTF-8 Support(Fixes #1)

v.0.04

  • Skipped

v0.03

  • Preferences for Colors/Timestamp
  • Highlight support for messages
  • Misc bugfixes

v0.02

  • Colors!
  • A few bugfixes

v0.01

  • Initial Release

About

Simple Weechat-Relay Android Client


Languages

Language:Java 99.8%Language:Shell 0.2%