4
0
mirror of https://github.com/cwinfo/envayasms.git synced 2025-08-14 15:28:09 +00:00

add page explaining how to test with emulator; faq for reverse tunnels; screenshot of pending messages

This commit is contained in:
Jesse Young
2011-10-01 15:47:55 -07:00
parent ba94500c10
commit 6781f9aa85
32 changed files with 385 additions and 81 deletions

View File

@@ -26,6 +26,8 @@
·
<a href='/install/'>Install</a>
&middot;
<a href='/test/'>Test</a>
&middot;
<a href='/how/'>How it Works</a>
&middot;
<a href='/serverapi/'>API Reference</a>
@@ -40,27 +42,25 @@
<h2>History</h2>
Version 2.0-rc2 (2011/09/29)
Version 2.0 (2011/10/01)
<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>
<li>
Send timestamp of incoming messages to server
</li>
</ul>
Version 2.0-rc1 (2011/09/28)
<ul>
</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>
</li>
</ul>
Version 2.0-beta (2011/09/23)