https://klaxon.googlecode.com
Revision 33b34721e52901990303f4080c15318e89a00d17 authored by muncus@gmail.com on 26 September 2011, 23:22:57 UTC, committed by muncus@gmail.com on 26 September 2011, 23:22:57 UTC
git-svn-id: https://klaxon.googlecode.com/svn/trunk@131 c4afc712-db7e-11dd-87b6-9d1a99559f42
1 parent 088f958
Raw File
Tip revision: 33b34721e52901990303f4080c15318e89a00d17 authored by muncus@gmail.com on 26 September 2011, 23:22:57 UTC
leave out the sms sending, until we can test it properly
Tip revision: 33b3472
README
########################################
# 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