https://klaxon.googlecode.com
Revision 7b182f0ed17c5bb061aa30f6254a3686fe52b5c4 authored by muncus@gmail.com on 20 January 2012, 07:09:39 UTC, committed by muncus@gmail.com on 20 January 2012, 07:09:39 UTC
git-svn-id: https://klaxon.googlecode.com/svn/trunk@137 c4afc712-db7e-11dd-87b6-9d1a99559f42
1 parent d9c15c0
Raw File
Tip revision: 7b182f0ed17c5bb061aa30f6254a3686fe52b5c4 authored by muncus@gmail.com on 20 January 2012, 07:09:39 UTC
build file updates, courtesy of 'android project update'
Tip revision: 7b182f0
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