5
0
mirror of https://github.com/cwinfo/envayasms.git synced 2024-09-18 21:39:34 +00:00
Commit Graph

20 Commits

Author SHA1 Message Date
Jesse Young
9d65fc1d3a remove stray references to telerivet 2012-04-04 15:13:14 -07:00
Jesse Young
239ee1fd52 version 3.0 - real-time AMQP connections; change server API format from XML to JSON, update PHP server library; persistent storage of pending messages 2012-04-04 14:16:26 -07:00
Jesse Young
f53ccc3cc9 add support for incoming call notifications; fix intermittent NullPointerException when receiving MMS; fix MMS parts with missing filename; allow server to send error messages to be shown in app log (requires updating server library and using EnvayaSMS::get_error_xml()); send device manufacturer/model/sdk version in HTTP User-Agent header; add device_status notification for send_limit_exceeded; add send_status constant for cancelled messages; 30 sec timeouts for outgoing messages; send network type (MOBILE or WIFI) to server; send age (i.e. delay) of incoming message to server; fix crashing bug with checking connectivity; save MMS parts in example server 2012-03-15 17:20:23 -07:00
Jesse Young
22f8c26da1 add settings screen for ignored phone numbers; allow user to specify if they want to ignore non-numeric senders and shortcodes 2011-11-25 19:36:04 -08:00
Jesse Young
d7f803e60e add PendingMessages activity for viewing/retrying/deleting pending messages; clean up UI for ForwardInbox; create Inbox and Outbox class to simplify App class 2011-09-30 23:03:06 -07:00
Jesse Young
1081f57580 automatic failover between wifi/mobile if server cannot be reached; send timestamp of incoming message to server 2011-09-29 16:02:37 -07:00
Jesse Young
7df89cd5d0 rename to EnvayaSMS; add icon 2011-09-22 16:16:46 -07:00
Jesse Young
eb808372f8 add test mode to allow testing KalSMS on a phone that is also being used for normal messaging; allow user to configure specific phone numbers to handle 2011-09-19 14:58:23 -07:00
Jesse Young
430aeca5e2 enable user to change wifi sleep policy on kalsms settings page for convenience 2011-09-19 10:19:34 -07:00
Jesse Young
d994b10c35 support for incoming MMS 2011-09-17 18:38:16 -07:00
Jesse Young
60d49414e1 launching Main activity on boot is no longer necessary 2011-09-15 18:42:40 -07:00
Jesse Young
61d24b2f64 add setting to enable/disable sms gateway 2011-09-13 16:06:50 -07:00
Jesse Young
e535266d9a 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
Jesse Young
d29e7b2c58 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
Jesse Young
fc6cda4ea3 do http requests in AsyncTask so they don't freeze the UI thread; improve log messages; make poll interval configurable 2011-09-11 20:59:51 -07:00
Jesse Young
9473ab1610 use POST in http requests; use different url for outgoing sms; poll for outgoing sms more frequently; notify server when sms messages are sent 2011-09-11 01:35:10 -07:00
Nir Yariv
3ed1958ea3 add a poll=true parameter 2011-01-15 19:27:19 -05:00
Nir Yariv
ec1dc62631 simplify polling UI to use fixed, 15 min intervals 2011-01-15 18:38:49 -05:00
Nir Yariv
aee1061c5a initial import of polling code 2011-01-15 14:42:26 -05:00
Nir Yariv
c44c865fca init under new name 2010-10-03 20:11:48 -04:00