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

Commit Graph

  • 430aeca5e2 enable user to change wifi sleep policy on kalsms settings page for convenience Jesse Young 2011-09-19 10:19:34 -0700
  • 4bc1027015 reorganize server api reference Jesse Young 2011-09-19 00:41:25 -0700
  • e436b689f8 reorganize server api reference Jesse Young 2011-09-19 00:36:20 -0700
  • a0c11a9c77 reorganize server api reference Jesse Young 2011-09-19 00:33:47 -0700
  • aa7f0279b4 add link to expansion pack 01 Jesse Young 2011-09-18 23:50:41 -0700
  • 645130f37c maybe less awkward wording Jesse Young 2011-09-18 23:11:24 -0700
  • 00aa548e5f initial version of how it works page Jesse Young 2011-09-18 23:00:30 -0700
  • 70f4a3537b add history page Jesse Young 2011-09-18 22:21:05 -0700
  • 4d3350b3fd add server api examples Jesse Young 2011-09-18 21:42:01 -0700
  • d720412061 most README content moved to http://youngj.github.com/KalSMS/ Jesse Young 2011-09-18 20:59:28 -0700
  • c4502447a6 improve clarity of homepage text Jesse Young 2011-09-18 20:52:16 -0700
  • 771244b8e1 updated kalsms website using phrozn static site generator Jesse Young 2011-09-18 20:45:09 -0700
  • e834488d29 avoid exceeding Android limit of 100 outgoing SMS/app/hour; allow effectively increasing limit via expansion packs; revert Sms -> sms in XML response Jesse Young 2011-09-18 15:29:30 -0700
  • 7bc88cfde1 updated readme Jesse Young 2011-09-17 23:35:15 -0700
  • e6e50a7a40 initial version of kalsms home page Jesse Young 2011-09-17 23:33:18 -0700
  • 72a893ea99 Merge branch 'gh-pages' of github.com:youngj/KalSMS Jesse Young 2011-09-17 21:59:56 -0700
  • d994b10c35 support for incoming MMS Jesse Young 2011-09-17 18:38:16 -0700
  • 60d49414e1 launching Main activity on boot is no longer necessary Jesse Young 2011-09-15 18:42:40 -0700
  • 46710c24a7 organize code into subpackages Jesse Young 2011-09-15 18:34:06 -0700
  • e78598c919 refactor App to subclass Application; retain log messages in App class so they can be shown even if Main activity is inactive or gets reset Jesse Young 2011-09-15 15:45:44 -0700
  • 2f22c298ed github generated gh-pages branch Jesse Young 2011-09-15 11:03:37 -0700
  • 0071efd297 improve ForwardInbox with help from http://www.marvinlabs.com/2010/10/custom-listview-ability-check-items/ Jesse Young 2011-09-14 12:26:14 -0700
  • 41141fa5fd add menu option to forward existing messages from inbox (delivered when kalsms was not enabled) Jesse Young 2011-09-13 18:26:17 -0700
  • 61d24b2f64 add setting to enable/disable sms gateway Jesse Young 2011-09-13 16:06:50 -0700
  • e79fe7ce23 refactoring Jesse Young 2011-09-13 14:55:26 -0700
  • e535266d9a instead of deleting messages from inbox, prevent them from getting there in the first place (unless user wants to keep them) Jesse Young 2011-09-13 12:46:37 -0700
  • bead45360f set phone number and api version as regular post fields instead of custom http headers Jesse Young 2011-09-13 11:31:01 -0700
  • e4cea3bae3 use alarm to schedule retries; fix bug where sms notfications were dropped when multiple messages were sent at once Jesse Young 2011-09-13 00:14:35 -0700
  • d29e7b2c58 start alarm to poll for outgoing messages when phone boots; add option to automatically start main activity on boot Jesse Young 2011-09-12 22:52:45 -0700
  • 2911111490 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 Jesse Young 2011-09-12 22:03:25 -0700
  • 307f354deb add help screen Jesse Young 2011-09-12 19:06:03 -0700
  • da334a04c9 remove test action to simplify server implementation; add icons from http://www.androidicons.com/freebies.php Jesse Young 2011-09-12 18:16:44 -0700
  • 0a0f50ad18 fix comments for php server example Jesse Young 2011-09-12 17:47:56 -0700
  • aff22e51d8 use string status codes instead of integers Jesse Young 2011-09-12 17:37:37 -0700
  • cb8d95ebd5 PHP server library with example implementation; add 'check now' button on menu Jesse Young 2011-09-12 16:53:38 -0700
  • d5b973411b fix null pointer exception; remove dependency on Base64 for android 1.6 compatibility Jesse Young 2011-09-12 12:55:33 -0700
  • 8f15a8c8f2 add menu with options to test server connection, or edit settings polling Jesse Young 2011-09-11 21:21:42 -0700
  • fc6cda4ea3 do http requests in AsyncTask so they don't freeze the UI thread; improve log messages; make poll interval configurable Jesse Young 2011-09-11 20:59:51 -0700
  • 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 Jesse Young 2011-09-11 01:35:10 -0700
  • 448eafecd8 Move post-parse sms sending to TargetUrlRequest Nir Yariv 2011-01-18 13:57:34 -0500
  • 3ed1958ea3 add a poll=true parameter Nir Yariv 2011-01-15 19:27:19 -0500
  • 208945044f cleanup home screen text Nir Yariv 2011-01-15 19:26:40 -0500
  • ec1dc62631 simplify polling UI to use fixed, 15 min intervals Nir Yariv 2011-01-15 18:38:49 -0500
  • 8e31033862 new icon Nir Yariv 2011-01-15 17:44:06 -0500
  • aee1061c5a initial import of polling code Nir Yariv 2011-01-15 14:42:26 -0500
  • 4130593f3d polling Nir Yariv 2011-01-15 12:26:06 -0500
  • bea2c36f49 add MIT license Nir Yariv 2011-01-01 11:22:56 -0500
  • c44c865fca init under new name Nir Yariv 2010-10-03 20:11:48 -0400