https://klaxon.googlecode.com
Revision eaed3dacca95dc32a70aaa6887eaa85a544c5678 authored by muncus on 21 April 2010, 21:51:29 UTC, committed by muncus on 21 April 2010, 21:51:29 UTC

git-svn-id: https://klaxon.googlecode.com/svn/trunk@87 c4afc712-db7e-11dd-87b6-9d1a99559f42
1 parent cf80f65
Raw File
Tip revision: eaed3dacca95dc32a70aaa6887eaa85a544c5678 authored by muncus on 21 April 2010, 21:51:29 UTC
bump version for a test release
Tip revision: eaed3da
readme.txt
########################################
# Klaxon - Oncall Pager
########################################

Klaxon is an oncall pager app for android. It allows you to easily respond to
important messages with canned responses.

More documentation is available on the wiki:
http://code.google.com/p/klaxon/w/list

TODO:
* per-receiver settings that dont have to be in preferences.xml
* email page receiver
* xmpp page receiver.
* refactor out PageReceiver as an interface / base class.


PageReceiver "interface" - 
- receive an incoming message, decide if its a page, and insert it.
- receive intent for replying to a message. message text passed as an extra.
back to top