5
0
mirror of https://github.com/cwinfo/envayasms.git synced 2024-11-14 20:30:26 +00:00
envayasms/.phrozn/entries/history/index.twig

204 lines
5.9 KiB
Twig
Raw Normal View History

id: history
title: History
---
2011-09-29 23:14:02 +00:00
<p>
Note: EnvayaSMS is no longer in active development. Its successor is <a href='http://telerivet.com'>Telerivet</a>, which contains many new features and bug-fixes not available in EnvayaSMS.
2013-03-02 08:20:39 +00:00
<br /><br />
<a href='https://groups.google.com/d/topic/envayasms/3eo_1aHfgMk/discussion'>Read about the differences between EnvayaSMS and Telerivet</a>
</p>
Verson 3.0 (2012/04/04)
<ul>
<li>
Server can optionally push messages to phone in real-time using an AMQP server such as RabbitMQ (instead of polling). <a href='https://github.com/youngj/EnvayaSMS/blob/master/server/php/example/send_sms_amqp.php'>See example</a>
</li>
<li>
Pending messages are backed up to persistent storage on the phone, so they will be restored if the phone runs out of battery or the EnvayaSMS app crashes.
</li>
2012-04-04 23:57:12 +00:00
<li>
Sends the phone's battery level and power charging state to the server.
</li>
<li>
Allow forwarding previously saved MMS from the Messaging app inbox to the server.
</li>
<li>
Allow forwarding previously sent messages from the Messaging app to the server.
</li>
<li>
Server can update the EnvayaSMS settings remotely (in addition to manually changing them in the app).
</li>
<li>
Server can cancel pending outgoing messages remotely (in addition to manually cancelling them in the app).
</li>
<li>
PHP server library interface changed. <a href='/serverapi/upgrade30.html'>See instructions for upgrading</a>
</li>
<li>
Simplified PHP example code.
</li>
<li>
HTTP response format changed from XML to JSON.
</li>
<li>
Test mode setting to automatically add recipients of outgoing messages.
</li>
</ul>
2012-03-16 02:16:54 +00:00
Verson 2.0.5 (2012/03/15)
<ul>
<li>
Option to notify server of incoming calls (enabling users to access simple SMS services for free by calling and hanging up, then receiving a SMS reply)
</li>
<li>
Send additional information from phone to server, such as the phone's current network type, age (delay) of incoming messages, device manufacturer, model, and SDK version
</li>
<li>
Various bug fixes
</li>
</ul>
2012-03-04 23:25:53 +00:00
EnvayaSMS for Drupal (2012/03/04)
<ul>
<li>
Mark Burdett / VozMob released the <a href='https://drupal.org/project/sms_envaya'>EnvayaSMS Drupal module</a>,
to make it easy for any Drupal site to send and receive SMS messages via EnvayaSMS.
</li>
</ul>
2011-11-30 03:10:01 +00:00
Version 2.0.4 (2011/11/29)
<ul>
<li>
Support long-polling to enable server to send outgoing SMS with minimal latency.
</li>
</ul>
2011-11-29 08:08:57 +00:00
Version 2.0.3 (2011/11/25)
<ul>
<li>
Allow user to configure phone numbers to ignore, and optionally ignore all shortcodes or non-numeric senders.
</li>
</ul>
Version 2.0.1 (2011/10/10)
<ul>
<li>
Send EnvayaSMS log messages to server via <code>log</code> parameter
</li>
<li>
Notify server of changes in the Android device's power/battery state
via <code>device_status</code> action.
</li>
</ul>
Version 2.0 (2011/10/01)
2011-09-29 23:14:02 +00:00
<ul>
<li>
Automatic failover between Wi-Fi and mobile data connection if server is unreachable
(e.g. when Wi-Fi router is on, but it has no internet access)
</li>
<li>
User can see all pending messages, and retry/delete individual messages
</li>
2011-09-29 23:14:02 +00:00
<li>
Send timestamp of incoming messages to server
</li>
<li>
Allow outgoing SMS messages to be sent in priority order
</li>
<li>
Reschedule outgoing messages when the Android outgoing SMS limit would be exceeded
</li>
</ul>
2011-09-24 06:09:57 +00:00
Version 2.0-beta (2011/09/23)
2011-09-19 05:21:05 +00:00
<ul>
<li>
Enable sending more than Android's limit of 100 messages/app/hour via expansion packs
</li>
<li>
Forward incoming MMS messages to server
</li>
2011-09-24 06:09:57 +00:00
<li>
Send and receive multipart SMS (longer than 160 characters)
</li>
2011-09-19 05:21:05 +00:00
<li>
Authenticate with password shared between phone and server
</li>
<li>
Retry forwarding messages after a delay if there is an error
(e.g. due to temporarily broken internet or GSM connection)
</li>
<li>
Notify server of the status of outgoing messages
</li>
<li>
Support multiple phones connecting to same server
</li>
<li>
Show log messages to user to facilitate troubleshooting
</li>
<li>
User-configurable interval to poll for new outgoing messages
</li>
<li>
Option to prevent incoming messages from being stored in Messaging inbox
</li>
<li>
Option to forward messages already received in Messaging inbox
</li>
<li>
Option to enable/disable all SMS gateway functionality
</li>
<li>
Perform all HTTP requests asynchronously for better performance
</li>
2011-09-24 06:21:48 +00:00
<li>
Server API changed to use POST requests instead of GET requests, and other changes;
support for future server API changes via 'version' request parameter
</li>
2011-09-19 05:21:05 +00:00
<li>
Automatically start when the phone boots
</li>
2011-09-19 22:27:04 +00:00
<li>
Test mode to allow forwarding SMS from only certain phone numbers
</li>
2011-09-19 05:21:05 +00:00
<li>
Add server library and example code for PHP
</li>
2011-09-23 20:50:24 +00:00
<li>
Rename new version to EnvayaSMS
</li>
2011-09-19 05:21:05 +00:00
<li>
2011-09-23 00:25:32 +00:00
Create EnvayaSMS website
2011-09-19 05:21:05 +00:00
</li>
</ul>
2011-09-23 00:25:32 +00:00
<a href='https://github.com/niryariv/kalsms/tree/polling'>KalSMS Version 1a</a> (2011/01/18)
2011-09-19 05:21:05 +00:00
<ul>
<li>
Option to poll server for outgoing messages once per hour (Sheldon D'Souza)
2011-09-19 05:21:05 +00:00
</li>
</ul>
2011-09-23 00:25:32 +00:00
<a href='https://github.com/niryariv/kalsms'>KalSMS version 1</a> (2010/10/04)
2011-09-19 05:21:05 +00:00
<ul>
<li>
2011-09-25 16:45:40 +00:00
Initial release with support for receiving incoming SMS and sending replies (<a href='http://niryariv.wordpress.com/2010/12/29/kalsms/'>Nir Yariv</a>)
2011-09-19 05:21:05 +00:00
</li>
</ul>