Package org.androidpn.client

Class Summary
ConnectivityReceiver A broadcast receiver to handle the changes in network connectiion states.
Constants Static constants for this package.
LogUtil Utility class for LogCat.
NotificationDetailsActivity Activity for displaying the notification details view.
NotificationIQ This class represents a notifcatin IQ packet.
NotificationIQProvider This class parses incoming IQ packets to NotificationIQ objects.
NotificationPacketListener This class notifies the receiver of incoming notifcation packets asynchronously.
NotificationReceiver Broadcast receiver that handles push notification messages from the server.
NotificationService Service that continues to run in background and respond to the push notification events from the server.
NotificationSettingsActivity Activity for displaying the notification setting view.
Notifier This class is to notify the user of messages with NotificationManager.
PersistentConnectionListener A listener class for monitoring connection closing and reconnection events.
PhoneStateChangeListener A listener class for monitoring changes in phone connection states.
ReconnectionThread A thread class for recennecting the server.
ServiceManager This class is to manage the notificatin service and to load the configuration.
XmppManager This class is to manage the XMPP connection between client and server.