<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>BlueBadge.h</filename>
    </added>
    <added>
      <filename>BlueBadge.m</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,9 +1,7 @@
 //
 //  MultipleDownload.h
-//  NSURLConnectionWithClassTests
 //
-//  Created by Leon on 14/10/2008.
-//  Copyright 2008 __MyCompanyName__. All rights reserved.
+//  Copyright 2008 Stepcase Limited.
 //
 
 #import &lt;UIKit/UIKit.h&gt;</diff>
      <filename>MultipleDownload.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,9 +1,7 @@
 //
 //  MultipleDownload.m
-//  NSURLConnectionWithClassTests
 //
-//  Created by Leon on 14/10/2008.
-//  Copyright 2008 __MyCompanyName__. All rights reserved.
+//  Copyright 2008 Stepcase Limited.
 //
 
 #import &quot;MultipleDownload.h&quot;</diff>
      <filename>MultipleDownload.m</filename>
    </modified>
    <modified>
      <diff>@@ -25,3 +25,18 @@ For processing the download, use MultiDownload delegates:
 	[downloads release];
  }
 &lt;/code&gt;&lt;/pre&gt;
+
+h2. BlueBadge class
+
+It uses CoreGraphic to draw a blue badge similar to the mail count in Mail.app. To initialize:
+
+&lt;pre&gt;&lt;code&gt;
+BlueBadge *blueBadge = [[BlueBadge alloc] initWithFrame: rect];
+[cell addSubview:blueBadge];
+[blueBadge release];
+&lt;/code&gt;&lt;/pre&gt;
+
+When you need to update the count:
+&lt;pre&gt;&lt;code&gt;
+[blueBadge drawWithCount: numOfMail];
+&lt;/code&gt;&lt;/pre&gt;</diff>
      <filename>README.textile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>671c8872e460e0f0de6f90acb413ab0150563495</id>
    </parent>
  </parents>
  <author>
    <name>Leon</name>
    <email>leon@leonho.com</email>
  </author>
  <url>http://github.com/leonho/iphone-libs/commit/c4d72b18d89b0c4c12880f6364bd7edde5803c3a</url>
  <id>c4d72b18d89b0c4c12880f6364bd7edde5803c3a</id>
  <committed-date>2008-11-05T07:43:21-08:00</committed-date>
  <authored-date>2008-11-05T07:43:21-08:00</authored-date>
  <message>Added BlueBadge - a widget similar to the mail count in Mail.app.</message>
  <tree>35e35c624378a9e3711846c9e0986f45cebe94f6</tree>
  <committer>
    <name>Leon</name>
    <email>leon@leonho.com</email>
  </committer>
</commit>
