5
0
mirror of https://github.com/cwinfo/envayasms.git synced 2024-09-18 21:39:34 +00:00
envayasms/src/org/envaya/kalsms
2011-09-13 12:46:37 -07:00
..
App.java instead of deleting messages from inbox, prevent them from getting there in the first place (unless user wants to keep them) 2011-09-13 12:46:37 -07:00
Base64Coder.java fix null pointer exception; remove dependency on Base64 for android 1.6 compatibility 2011-09-12 12:55:33 -07:00
BootReceiver.java start alarm to poll for outgoing messages when phone boots; add option to automatically start main activity on boot 2011-09-12 22:52:45 -07:00
Help.java add help screen 2011-09-12 19:06:03 -07:00
HttpTask.java instead of deleting messages from inbox, prevent them from getting there in the first place (unless user wants to keep them) 2011-09-13 12:46:37 -07:00
IncomingMessageForwarder.java instead of deleting messages from inbox, prevent them from getting there in the first place (unless user wants to keep them) 2011-09-13 12:46:37 -07:00
IncomingMessageRetry.java use alarm to schedule retries; fix bug where sms notfications were dropped when multiple messages were sent at once 2011-09-13 00:14:35 -07:00
Main.java use alarm to schedule retries; fix bug where sms notfications were dropped when multiple messages were sent at once 2011-09-13 00:14:35 -07:00
MessageStatusNotifier.java use alarm to schedule retries; fix bug where sms notfications were dropped when multiple messages were sent at once 2011-09-13 00:14:35 -07:00
OutgoingMessagePoller.java use alarm to schedule retries; fix bug where sms notfications were dropped when multiple messages were sent at once 2011-09-13 00:14:35 -07:00
OutgoingMessageRetry.java use alarm to schedule retries; fix bug where sms notfications were dropped when multiple messages were sent at once 2011-09-13 00:14:35 -07:00
OutgoingSmsMessage.java keep messages waiting to be sent in memory; if forwarding fails (in either direction), retry a few times (1m, 10m, 1h, 1d) before giving up; add menu button to retry sending now 2011-09-12 22:03:25 -07:00
Prefs.java start alarm to poll for outgoing messages when phone boots; add option to automatically start main activity on boot 2011-09-12 22:52:45 -07:00