https://klaxon.googlecode.com
Revision 6352472a2fe47dc96bcbec8b27e09a951c6f212a authored by muncus on 21 April 2010, 21:48:40 UTC, committed by muncus on 21 April 2010, 21:48:40 UTC

git-svn-id: https://klaxon.googlecode.com/svn/trunk@75 c4afc712-db7e-11dd-87b6-9d1a99559f42
1 parent d324b2a
Raw File
Tip revision: 6352472a2fe47dc96bcbec8b27e09a951c6f212a authored by muncus on 21 April 2010, 21:48:40 UTC
oh yeah, i need a way to make these from the CVs that are already created.
Tip revision: 6352472
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