https://klaxon.googlecode.com
Revision 0b09b232e628f3966fc5508e7e8309acca7d5431 authored by muncus on 09 March 2010, 00:25:43 UTC, committed by muncus on 09 March 2010, 00:25:43 UTC

git-svn-id: https://klaxon.googlecode.com/svn/trunk@53 c4afc712-db7e-11dd-87b6-9d1a99559f42
1 parent f3d10a9
Raw File
Tip revision: 0b09b232e628f3966fc5508e7e8309acca7d5431 authored by muncus on 09 March 2010, 00:25:43 UTC
add a quick script to run test suite in multiple avds, sequentially.
Tip revision: 0b09b23
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