5
0
mirror of https://github.com/cwinfo/envayasms.git synced 2024-09-16 12:39:35 +00:00

Commit Graph

  • 7095f243d7 link to forum announcement gh-pages Jesse Young 2013-03-02 00:20:39 -0800
  • 21c460ee2a remove calls for non-profit donation Jesse Young 2012-12-21 09:09:25 -0800
  • 32e418dc6f regenerate pages Jesse Young 2012-11-13 18:05:18 -0800
  • 31e6d99a78 encourage people to use telerivet for new features Jesse Young 2012-11-13 18:02:40 -0800
  • f784f53909 update telerivet text Jesse Young 2012-09-06 16:12:52 -0700
  • c06f473007 mention battery/power on history page Jesse Young 2012-04-04 16:57:12 -0700
  • 69a05acd8f remove code added for debugging master Jesse Young 2012-04-04 15:23:14 -0700
  • 9d65fc1d3a remove stray references to telerivet Jesse Young 2012-04-04 15:13:14 -0700
  • 4a3a355ae1 update website with new API documentation for version 3.0 Jesse Young 2012-04-04 14:19:58 -0700
  • 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 Jesse Young 2012-04-04 14:16:26 -0700
  • 2023299f84 add incoming call notifications to server api reference Jesse Young 2012-03-15 19:38:05 -0700
  • 816245f0ac update website for version 2.0.5 Jesse Young 2012-03-15 19:16:54 -0700
  • 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 Jesse Young 2012-03-15 17:20:23 -0700
  • d93ff76231 update httpserver submodule to latest version Jesse Young 2012-03-15 13:58:07 -0700
  • 7df2bbea24 add link to drupal module Jesse Young 2012-03-04 15:25:53 -0800
  • 13c3b1bd33 telerivet blurb Jesse Young 2012-02-29 22:11:05 -0800
  • fefece4146 add more expansion packs Jesse Young 2011-12-14 11:08:42 -0800
  • 7ce12974bb fix documentation bug for X-Request-Signature Jesse Young 2011-12-01 09:53:44 -0800
  • 6f199700a3 increment version to 2.0.4 Jesse Young 2011-11-29 19:13:53 -0800
  • 6aee71659c add notes for 2.0.4 Jesse Young 2011-11-29 19:10:01 -0800
  • c18a28b1be enable long polling - increase socket timeout, start only one PollerTask at a time, and add 5 sec poll interval; prevent sending duplicate outgoing SMS if server does not receive send_status request Jesse Young 2011-11-29 18:04:35 -0800
  • 554471ecfb update history for 2.0.3 Jesse Young 2011-11-29 00:08:57 -0800
  • 22f8c26da1 add settings screen for ignored phone numbers; allow user to specify if they want to ignore non-numeric senders and shortcodes Jesse Young 2011-11-25 19:36:04 -0800
  • f430ddbe29 set http user-agent header Jesse Young 2011-11-13 15:11:17 -0800
  • e2b3c2732b document log parameter, device_status action for 2.0.1 Jesse Young 2011-10-10 16:21:30 -0700
  • 2889bf9b4b send new log messages to server on each HTTP request; notify server of changes in device status (currently power/battery state) Jesse Young 2011-10-10 16:19:38 -0700
  • e26c446e8a add links to request simulator, google group Jesse Young 2011-10-09 17:07:56 -0700
  • f253f54704 update license and readme files for request simulator Jesse Young 2011-10-09 16:37:54 -0700
  • af1f8afb68 add html page for simulating EnvayaSMS requests Jesse Young 2011-10-09 16:31:06 -0700
  • 8c0345404a add amazon affiliate links Jesse Young 2011-10-03 20:07:49 -0700
  • 5be3db4baf add more expansion pack links; add donate links Jesse Young 2011-10-03 18:54:05 -0700
  • 79ec4c1603 add note about local.properties and sdk.dir to README Jesse Young 2011-10-03 18:46:41 -0700
  • 6bd1206c49 reword faq question, add pack02 to android market Jesse Young 2011-10-02 23:37:08 -0700
  • 2f42cf9522 add twitter/fb links and expansion pack 02 Jesse Young 2011-10-02 22:55:33 -0700
  • 41b391de4f misc editing Jesse Young 2011-10-01 19:00:24 -0700
  • b30d45ab9a rewording Jesse Young 2011-10-01 17:21:34 -0700
  • 3e98806748 adjust telnet screenshot Jesse Young 2011-10-01 17:17:57 -0700
  • 6781f9aa85 add page explaining how to test with emulator; faq for reverse tunnels; screenshot of pending messages Jesse Young 2011-10-01 15:47:55 -0700
  • dedfdb582a improve performance of displaying log in Main activity Jesse Young 2011-10-01 15:45:28 -0700
  • cf1deeceab queue incoming messages like outgoing messages Jesse Young 2011-09-30 23:40:54 -0700
  • d7f803e60e add PendingMessages activity for viewing/retrying/deleting pending messages; clean up UI for ForwardInbox; create Inbox and Outbox class to simplify App class Jesse Young 2011-09-30 23:03:06 -0700
  • ba94500c10 update to 2.0-rc2 Jesse Young 2011-09-29 16:14:02 -0700
  • 1081f57580 automatic failover between wifi/mobile if server cannot be reached; send timestamp of incoming message to server Jesse Young 2011-09-29 16:02:37 -0700
  • ba8a4955e9 documentation for outgoing message priority Jesse Young 2011-09-28 14:50:35 -0700
  • 31085128eb keep backlogged outgoing messages in priority queue; allow server to set priority of outgoing messages; reschedule messages until the next time the android sending limit would not be exceeded Jesse Young 2011-09-28 14:46:16 -0700
  • b9b1b4601f new faq question in wrong order Jesse Young 2011-09-27 23:00:20 -0700
  • 8d3586c602 add speed test stats Jesse Young 2011-09-27 22:49:34 -0700
  • faffc6c568 don't request delivery reports but leave option open in future; fix bug with encoding of apostrophe by php library Jesse Young 2011-09-27 20:23:36 -0700
  • 43ed6bd2da add test action to server api page, fix broken link Jesse Young 2011-09-27 15:47:02 -0700
  • 03d5f556d7 update php server library and example Jesse Young 2011-09-27 11:30:49 -0700
  • bf14f23fe5 fix encoding problem for post requests, make test a separate action Jesse Young 2011-09-27 11:20:10 -0700
  • 132185684e add link to niryariv.wordpress.com Jesse Young 2011-09-25 09:45:40 -0700
  • 6174328a75 don't need to say this Jesse Young 2011-09-25 09:18:59 -0700
  • 9347e061be add link to github downloads apk; KalSMS credits Jesse Young 2011-09-25 09:13:18 -0700
  • 986b50f0a8 fix bug where outgoing sms would be cut off if they contain xml entities Jesse Young 2011-09-24 18:47:05 -0700
  • 3f90501821 faq question missing from list Jesse Young 2011-09-24 11:36:39 -0700
  • 452a977f84 reorder changelog Jesse Young 2011-09-23 23:21:48 -0700
  • 55fe371db9 explain multipart sms in api reference Jesse Young 2011-09-23 23:19:41 -0700
  • 043d1667b4 mention multipart SMS Jesse Young 2011-09-23 23:09:57 -0700
  • 6384942c57 handle sending and receiving multipart sms messages > 160 chars Jesse Young 2011-09-23 23:00:51 -0700
  • f44a7e3161 github pages caching is annoying, maybe this works Jesse Young 2011-09-23 20:42:11 -0700
  • ca36595a53 add link to github issues page Jesse Young 2011-09-23 20:29:13 -0700
  • cc03f0dc3d minor rewording Jesse Young 2011-09-23 19:48:51 -0700
  • aa128c4873 shorten smssync name Jesse Young 2011-09-23 19:47:02 -0700
  • fae3543e4c update smssync faq Jesse Young 2011-09-23 18:31:54 -0700
  • f326722454 correct smssync faq Jesse Young 2011-09-23 18:27:19 -0700
  • 3b281cffc4 add faq entry about smssync Jesse Young 2011-09-23 17:37:04 -0700
  • 9a0b495abf add links to questions at top of faq page Jesse Young 2011-09-23 16:44:06 -0700
  • 62c9965238 add community page, merge comparison into faq Jesse Young 2011-09-23 16:36:51 -0700
  • d457c857a2 add topology example image Jesse Young 2011-09-23 16:14:39 -0700
  • da58df6ad1 add titles and reorganize to avoid showing .html extension Jesse Young 2011-09-23 15:18:36 -0700
  • 4747726e40 add faq entries Jesse Young 2011-09-23 13:50:24 -0700
  • e4b2b80011 start faq page, add installation screenshots Jesse Young 2011-09-23 12:16:53 -0700
  • 1b37d7ff1c change links to android market Jesse Young 2011-09-23 11:30:09 -0700
  • 4c18e7fb5c fix overzealous find/replace Jesse Young 2011-09-22 22:19:03 -0700
  • 53c60f8d24 header is now called X-Request-Signature Jesse Young 2011-09-22 21:34:18 -0700
  • 1cf69e882a update links Jesse Young 2011-09-22 17:37:29 -0700
  • ec74941684 update google analytics code Jesse Young 2011-09-22 17:29:40 -0700
  • 462249052f rename to EnvayaSMS Jesse Young 2011-09-22 17:25:32 -0700
  • 7df89cd5d0 rename to EnvayaSMS; add icon Jesse Young 2011-09-22 16:16:46 -0700
  • 6a2c49c8ec add google analytics Jesse Young 2011-09-21 23:10:31 -0700
  • 73bc3c9fc6 MMS fixes: prevent httpclient from using transfer-encoding: chunked since nginx doesn't supportit; allow forwarding mms when content-location not set Jesse Young 2011-09-21 21:12:39 -0700
  • e07537d789 add MMS request example Jesse Young 2011-09-21 20:40:48 -0700
  • dbf35364ca update url in readme Jesse Young 2011-09-21 13:52:09 -0700
  • d01df470b1 add CNAME file Jesse Young 2011-09-21 13:21:31 -0700
  • b6a372d728 avoid forwarding sms from network; unregister mms observer when kalsms disabled Jesse Young 2011-09-21 11:53:48 -0700
  • d3a19be27f download release apk from github rather than envaya.org Jesse Young 2011-09-20 16:39:12 -0700
  • a65d9c9c77 update server api reference Jesse Young 2011-09-19 21:43:30 -0700
  • 687400f91a use kalsms version code in http requests Jesse Young 2011-09-19 21:42:57 -0700
  • c4da1570b0 update screenshots Jesse Young 2011-09-19 21:23:51 -0700
  • 4b0010ffda display version number Jesse Young 2011-09-19 20:58:44 -0700
  • 9440fdbffb android's ForegroundService example code is surprisingly buggy Jesse Young 2011-09-19 19:51:08 -0700
  • acd714a0b3 change download urls Jesse Young 2011-09-19 18:56:34 -0700
  • 9a574b3ab4 add foreground service to keep App in memory (otherwise rate-limiting won't work) and provide notification Jesse Young 2011-09-19 18:51:45 -0700
  • a793a5f2e3 use http connection pooling to improve performance (especially over ssl) Jesse Young 2011-09-19 17:18:56 -0700
  • 7370132de4 question marks are gone Jesse Young 2011-09-19 15:28:33 -0700
  • 78e616861a mention test mode Jesse Young 2011-09-19 15:27:04 -0700
  • 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 Jesse Young 2011-09-19 14:58:23 -0700
  • 3357de7e4e assume http:// scheme for server URLs Jesse Young 2011-09-19 10:33:20 -0700
  • 3fe012f76c update install instructions with sleep policy setting Jesse Young 2011-09-19 10:25:28 -0700