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
####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
Please refer to the quick start guide for details:
https://github.com/ubergeek42/weechat-android/wiki/Quickstart-Guide
Please report any bugs or feature requests here on github(See the Issues tab), or send me an email: [email protected]. 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:
- Weechat - http://www.weechat.org/
- Relay Protocol - http://www.weechat.org/files/doc/devel/weechat_relay_protocol.en.html
- 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
- Complete rewrite of the frontend
- Support Notifications
- Background service
- Message filters
- UTF-8 Support(Fixes #1)
- Skipped
- Preferences for Colors/Timestamp
- Highlight support for messages
- Misc bugfixes
- Colors!
- A few bugfixes
- Initial Release