<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -355,7 +355,9 @@ public class StatusActivity extends Activity {
 						Log.e(&quot;BackgroundThread&quot;, &quot;Problem trying to sleep background update thread&quot;);
 						e.printStackTrace();
 					}
-					fetchStatusUpdates(false);
+					if(!suspended) {
+						fetchStatusUpdates(false);
+					}
 				}
 			}
 		};</diff>
      <filename>presently-android/src/com/intridea/presently/android/StatusActivity.java</filename>
    </modified>
    <modified>
      <diff>@@ -97,7 +97,7 @@ public class StatusAdapter implements ListAdapter {
     	iv.setLayoutParams(new LayoutParams(LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT));
 	
     	Spannable content = (Spannable) Html.fromHtml(entry.toHtml());
-    	Linkify.addLinks(content, Linkify.ALL);
+//    	Linkify.addLinks(content, Linkify.ALL);
     	
     	TextView tv = new TextView(context);
     	tv.setTextSize(14);</diff>
      <filename>presently-android/src/com/intridea/presently/android/StatusAdapter.java</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>673b35a2555ae1d8962a1118cf6cf6e04d089590</id>
    </parent>
  </parents>
  <author>
    <name>Brendan G. Lim</name>
    <email>brendan@intridea.com</email>
  </author>
  <url>http://github.com/presently/presently-android/commit/0a0931da490b99895fd44dcfa72d68395a6c1b1f</url>
  <id>0a0931da490b99895fd44dcfa72d68395a6c1b1f</id>
  <committed-date>2008-12-10T14:36:11-08:00</committed-date>
  <authored-date>2008-12-10T14:36:11-08:00</authored-date>
  <message>Removing automatic link coloring within update list</message>
  <tree>c4a253394b599ec40e2ffae4ab470fbfde5aba23</tree>
  <committer>
    <name>Brendan G. Lim</name>
    <email>brendan@intridea.com</email>
  </committer>
</commit>
