https://github.com/nikclayton/klaxon
Fork of http://code.google.com/p/klaxon/ for development work.
https://github.com/nikclayton/klaxon
Last synced: 3 months ago
JSON representation
Fork of http://code.google.com/p/klaxon/ for development work.
- Host: GitHub
- URL: https://github.com/nikclayton/klaxon
- Owner: nikclayton
- License: apache-2.0
- Created: 2012-05-30T11:20:35.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-06-04T03:34:37.000Z (about 13 years ago)
- Last Synced: 2025-01-20T12:45:33.675Z (5 months ago)
- Language: Java
- Size: 707 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
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/listTODO:
* 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.