https://klaxon.googlecode.com
Revision e02b1f128107bb6e756da84f4fa93c9b9ec6fcea authored by muncus on 08 March 2010, 00:40:10 UTC, committed by muncus on 08 March 2010, 00:40:10 UTC

git-svn-id: https://klaxon.googlecode.com/svn/trunk@47 c4afc712-db7e-11dd-87b6-9d1a99559f42
1 parent 04123c6
Raw File
Tip revision: e02b1f128107bb6e756da84f4fa93c9b9ec6fcea authored by muncus on 08 March 2010, 00:40:10 UTC
make the 'consume sms' pref be disabled in <1.6
Tip revision: e02b1f1
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 forthcoming, but for now, its just a todo list.

TODO:
* remove ack/nack actions.
* per-receiver settings that dont have to be in preferences.xml
* email page receiver
* xmpp page receiver.
* add generic sanity checks (like the subject check from SmsPageReceiver) in PagerProvider.
* 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