<?xml version="1.0" encoding="UTF-8"?>
<!--Generated by Squarespace Site Server v5.11.81 (http://www.squarespace.com/) on Wed, 30 May 2012 09:33:56 GMT--><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>Codenauts Blog</title><link>http://www.codenauts.com/blog/</link><description></description><lastBuildDate>Mon, 19 Mar 2012 12:30:58 +0000</lastBuildDate><copyright></copyright><language>en-US</language><generator>Squarespace Site Server v5.11.81 (http://www.squarespace.com/)</generator><item><title>Icebird Is Now A Codenauts App</title><dc:creator>Codenauts</dc:creator><pubDate>Tue, 13 Dec 2011 03:28:58 +0000</pubDate><link>http://www.codenauts.com/blog/2011/12/13/icebird-is-now-a-codenauts-app.html</link><guid isPermaLink="false">535390:8116976:14090148</guid><description><![CDATA[<span class="full-image-block ssNonEditable"><span><img src="http://www.codenauts.com/storage/post-images/Icebird.jpg?__SQUARESPACE_CACHEVERSION=1323862483589" alt=""/></span></span>

<p>We are happy to announce that Icebird for iPhone is now a Codenauts app. We hope to continue the great work <a href="http://twitter.com/fabiankr">@fabiankr</a> has done when creating Icebird and will do our best to move the app forward.</p>

<p>If you haven't heard about Icebird yet, you should check out this page: <a href="http://www.icebirdapp.com">www.icebirdapp.com</a>.</p>

<h3 class="inline">Transition Phase</h3>
<p>Buying an iOS App from someone else isn't an easy task due to some restrictions of the App Store. Most important: you can't move an existing app to a different developer account. This means that if you want to get updates to all existing users, you have to update the existing app in the existing account. Leaving the app in Fabian's account would mean that all financial transactions would continue to run through him, which makes things complicated in several ways.</p>

<p>So here is our plan which hopefully is the best for everyone.</p>
<ul>
<li>We just submitted Icebird Lite as a new app in our own App Store account. The app will be free of charge for the foreseeable future.</li>
<li>We will issue an update to the existing Icebird app which will inform all users about the new Icebird Lite app and suggest downloading it.</li>
<li>We will remove the existing app in a few weeks.</li>
</ul>

<p>If you already use Icebird, you probably know that the direct message support is currently broken. This is because the app implemented the old xAuth authentication process for the Twitter API. Therefore the new Icebird Lite app will use the OAuth authentication process and direct messages will be working again! We also fixed a few minor iOS 5 issues and added the <a href="http://www.hockeyapp.net">HockeySDK</a> to get more information about crashes.</p>

<p>And don't get fooled by the name, Icebird Lite has all the features of the existing Icebird App.  We only choosed Lite to have a better distinction as soon as Icebird 2.0 is ready.</p>

<h3 class="inline">What's next?</h3>
<p>We have already started working on Icebird 2.0, which will be a new app and sold separately to Icebird Lite.</p>
<p>Here are some things we plan for 2.0:</p>
<ul>
<li>Shake the dust of Icebirds plumage</li>
<li>Tweetmarker support</li>
<li>Use of the Twitter accounts in iOS 5</li>
<li>Performance, Performance, Performance!</li>
</ul>
<p>We are also thinking about the following features, but haven't made a decision yet:</p>
<ul>
<li>Push Notifications</li>
<li>Inline images</li>
<li>Mute filter</li>
</ul>
<p>If you miss a feature or have other suggestions, please send us a tweet to <a href="http://twitter.com/icebirdapp">@icebirdapp</a> or comment below. We hope that Icebird Lite gets approved soon.</p>
<h3 class="inline">tl;dr</h3>
<p>Icebird is now called Icebird Lite, it's the same app, no ads and no features removed. It will be free. We are working on Icebird 2.0 which will sold as a second app soon as it is ready</p>]]></description><wfw:commentRss>http://www.codenauts.com/blog/rss-comments-entry-14090148.xml</wfw:commentRss></item><item><title>Importing Activities from OmniFocus or Things to Pomodoro App</title><dc:creator>Codenauts</dc:creator><pubDate>Tue, 01 Mar 2011 08:14:28 +0000</pubDate><link>http://www.codenauts.com/blog/2011/3/1/importing-activities-from-omnifocus-or-things-to-pomodoro-ap.html</link><guid isPermaLink="false">535390:8116976:10635563</guid><description><![CDATA[<p>This article is split into two parts: The first one describes the technical background of our Dropbox integration, the second one shows the steps to import activities from OmniFocus or Things to Pomodoro App. Feel free to <a href="#import">skip</a> the background information if you just want to get started. :)</p>
<a name="background" id="background">&nbsp;</a>
<h3 class="inline">Background</h3>
<p>One of the new features of Pomodoro App 1.3 is the integration of the <a href="https://www.dropbox.com/developers" mce_href="https://www.dropbox.com/developers">Dropbox API</a>. It currently serves as a simple mechanism to backup activities or move them to a new device, but you can actually also use it import activities from your Mac or PC.</p>
<p>When the app creates an export, it writes a <a href="http://www.json.org/" mce_href="http://www.json.org/">JSON</a> file to the folder "Pomodoro". The file is named after the unique identifier of your iPad, so that every device creates exactly one file. On the way back, the app imports all files with the extensions .json from the same folder. The JSON file looks like this (JSON is human-readable so you can read and edit the files with your favorite text editor):</p>
<pre>[
    {
        "pomodoros": [
        ],
        "estimate": 4,
        "list": 0,
        "interruptions": [
        ],
        "subposition": -1,
        "position": 184,
        "updatedAt": "2011-02-27 11:05:24 +0000",
        "state": "active",
        "identifier": "23AF0D78A25FB08AC7F7319C4BCCCC8B",
        "title": "Multi-line edit of expense text"
    },
    {
        "pomodoros": [
            {
                "createdAt": "2011-02-27 10:40:24 +0000",
                "length": 1500
            },
            {
                "createdAt": "2011-02-27 10:04:22 +0000",
                "length": 1500
            }
        ],
        "estimate": 3,
        "list": 1,
        "interruptions": [
            {
                "external": 0,
                "createdAt": "2011-02-27 10:05:31 +0000",
                "internal": 1
            }
        ],
        "subposition": -1,
        "position": 183,
        "updatedAt": "2011-02-27 11:05:24 +0000",
        "state": "finished",
        "identifier": "23AF0D78A25FB08AC7F7319C4BCCCC8B",
        "title": "Add view for manual categorization"
    }
]
</pre>
<p>Here we have two activities: The first one is in the Inventory, has the title "Multi-line edit of expense text" and an estimated number of four Pomodoros. The second one is in Today's list, has the title "Add view for manual categorization", an estimated number of three Pomodoros, but also two executed Pomodoros and one internal interruption. Moreover, it is marked finished.</p>
<p>You could edit this file, change the titles or estimates and then reimport it into the app. Although this would work, we recommend against it as the exported file might be pretty big and the process is error-prone (e.g. if you forget to create a new export and edit an old file instead, you would overwrite newer data such as Pomodoros or interruptions). A better solution is to create a new file in the same folder and rename existing files (e.g. to old.json.bak) so that the app only imports the new file. When creating the new file, you only need to specify 3 fields: title, estimate and list.</p>
<pre>[
   {
       "estimate":3,
       "list":0,
       "title":"New Task 1"
   },
   {
       "estimate":2,
       "list":0,
       "title":"New Task 2"
   },
   {
       "estimate":4,
       "list":1,
       "title":"New Task 3"
   }
]
</pre>
<p>Save the file as tasks.json, then tap "Import" in the app and it will create three new tasks: "New Task 1", "New Task 2" and "New Task 3". The first two are put into the Inventory (the field "list" is 0) and the last one into Today' list (the field "list" is 1).</p>
<a name="import" id="import">&nbsp;</a>
<h3 class="inline">AppleScript from Zettt</h3>
<p>10 days ago, our local developer group had its monthly meeting. One of the members is <a>@zettt</a>, who creates great screencasts at <a href="http://www.macosxscreencasts.com" mce_href="http://www.macosxscreencasts.com">Mac OS X Screencasts</a> and saw Pomodoro App at this meeting. After some time playing with it, he came up with the question whether it would be possible to import his tasks from OmniFocus into the app. We discussed serveral ways and did some collaborative hacking with AppleScript, which resulted in a <a href="https://gist.github.com/832075" mce_href="https://gist.github.com/832075">blog post from Zettt</a> and two script files: The first one works for OmniFocus or any content from the Clipboard (one task per line); the second one takes all selected tasks from Things. You can use them as follows:</p>
<ol>
<li>Download the script for <a href="https://gist.github.com/831942" mce_href="https://gist.github.com/831942">OmniFocus</a> or <a href="https://gist.github.com/832075" mce_href="https://gist.github.com/832075">Things</a>.</li>
<li>Extract the downloaded .tar.gz file.</li>
<li>Open the .scpt with a double-click.
<div class="thumbnail-image-block ssNonEditable image-float"><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2Fpost-images%2FAppleScriptThings.png%3F__SQUARESPACE_CACHEVERSION%3D1298968785942',686,915);"><img src="http://www.codenauts.com/storage/thumbnails/6141123-10996803-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1298968788334" alt=""/></a></div>
</li>
<li>Switch to OmniFocus, select a number of tasks and copy them to the clipboard (Cmd-C); or switch to Things and just select a number of tasks.
<div class="thumbnail-image-block ssNonEditable image-float"><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2Fpost-images%2FThings.png%3F__SQUARESPACE_CACHEVERSION%3D1298968890237',688,916);"><img src="http://www.codenauts.com/storage/thumbnails/6141123-10996801-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1298968891653" alt=""/></a></div>
</li>
<li>Switch back to AppleScript and hit the "Run" button. The script should detect the selected tasks and bring up a small dialog to input the estimated number of Pomodoros for each for it.
<div class="full-image-block ssNonEditable image-float"><span><img src="http://www.codenauts.com/storage/post-images/Estimate.png?__SQUARESPACE_CACHEVERSION=1298968932154" alt=""/></div>
</li>
<li>After the last task, the JSON file is created in your Dropbox.</li>
<li>Take your iPad, open Pomodoro App, tap the settings button, then Dropbox > Import. After the import is done, you should see your new activities in the Inventory.</li>
</ol>
<p>If this does not work for you, please let us know and leave a comment or give us feedback via our <a href="http://www.codenauts.com/contact" mce_href="http://www.codenauts.com/contact">contact form</a> or <a href="mailto:info@codenauts.de" mce_href="mailto:info@codenauts.de">email</a>.</p>
</ol>]]></description><wfw:commentRss>http://www.codenauts.com/blog/rss-comments-entry-10635563.xml</wfw:commentRss></item><item><title>Pomodoro App 1.3</title><dc:creator>Codenauts</dc:creator><pubDate>Wed, 26 Jan 2011 12:57:53 +0000</pubDate><link>http://www.codenauts.com/blog/2011/1/26/pomodoro-app-13.html</link><guid isPermaLink="false">535390:8116976:10229543</guid><description><![CDATA[<p>We're pleased to announce that today Pomodoro App 1.3 was accepted in the App Store and should be available soon. The update brings a number of changes:</p>
<ul>
<li>In previous versions of Pomodoro App, you had to add new activities always at the top of the list and editing took place within the list. We changed this design by moving the input field to a popover, which floats above the list near the upper border of the keyboard. The list itself can be used to select the insertion point of a new activity. If no activity is selected, new activities are added at the top of the list; if an activity is selected, new activities are added below this activity. You can also change the order of the activities.

<div class="thumbnail-image-block ssNonEditable image-box"><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2Fpost-images%2FPomodoro1.3AddNewActivity.png%3F__SQUARESPACE_CACHEVERSION%3D1296047048790',1024,768);"><img src="http://www.codenauts.com/storage/thumbnails/6141123-10412413-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1296047049219" alt=""/></a></div>
</li>
<li>Tapping the number of Pomodoros (or the play icon when the timer is running) brings up a revised status popover. This popover shows the number of Pomodoros and the number of each internal and external interruptions. You can expand all three lists to see the time when a Pomodoro was executed or an interruption was added. You can swipe an entry to delete it. Interruptions also have a detail view to add a comment to the interruption and create an activity out of this comment.

<div class="thumbnail-image-block ssNonEditable image-box"><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2Fpost-images%2FPomodoro1.3StatusPopover.png%3F__SQUARESPACE_CACHEVERSION%3D1296047121553',1024,768);"><img src="http://www.codenauts.com/storage/thumbnails/6141123-10412412-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1296047123535" alt=""/></a></div>

</li>
<li>
<p>We completely redesigned the settings view to give you more options for customizing the app:</p>
<ul>
<li>Choose between 4 different fonts: Bradley Hand ITC, Chalkboard, Helvetica and Marker Felt</li>
<li>Change the default length of Pomodoros and breaks to up to 60 minutes</li>
<li>Choose to let the ticking sound continue even if the app is in the background (iOS 4.2 only)</li>
<li>Activate auto-archiving to move activities out of Today's list when the day changed</li>
<li>Export and import your list of activities as a JSON file to <a href="http://getdropbox.com">Dropbox</a></li>
</ul>

<div class="thumbnail-image-block ssNonEditable image-box"><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2Fpost-images%2FPomodoro1.3Settings.png%3F__SQUARESPACE_CACHEVERSION%3D1296047009668',1024,768);"><img src="http://www.codenauts.com/storage/thumbnails/6141123-10412410-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1296047010597" alt=""/></a></div>


<p>The Dropbox features is the first step to a sync solution betweens different devices. In its current state, it exports the complete database of Pomodoro App as a JSON file to the directory "Pomodoro" in your Dropbox. If the directory does not exist, it will be created. Each device writes its own file and uses the Unique Device Identifier (UDID) as the filename. The import reads all JSON files from the same directory in order of the file's modification date. It will create new activities, but not delete any activities. Duplicate activities will be overwritten with the data in the JSON file, e.g. the number of Pomodoros will be reset to the previous value. If an activity exists in more than one JSON file, the newest file wins.</p>
<p>We are aware that this is not a complete solution, but we thought it is already useful enough to release it to our customers, e.g. if you want to move to a new device. We are already working on to extend this feature for real over-the-air sync.</p>
</li>
<li>Last but not least, we added two options to the archive to export the complete archive and to remove already exported activities from the archive. The idea behind this is that you export your archive once a month or quarter for your records as either a formatted e-mail or a CSV file. The activities are then and only then marked as "exported", i.e. the daily reports do not count as an export. Afterwards you can delete all exported activities from the archive.</li>
</ul>
<p>As usual, we'd love to hear from you. If you find a bug or have an idea for a feature, please leave a comment or give us feedback via our <a href="http://www.codenauts.com/contact">contact form</a> or <a href="mailto:info@codenauts.de">email</a>.</p>]]></description><wfw:commentRss>http://www.codenauts.com/blog/rss-comments-entry-10229543.xml</wfw:commentRss></item><item><title>Pomodoro App 1.2</title><dc:creator>Codenauts</dc:creator><pubDate>Tue, 16 Nov 2010 18:39:11 +0000</pubDate><link>http://www.codenauts.com/blog/2010/11/16/pomodoro-app-12.html</link><guid isPermaLink="false">535390:8116976:9487357</guid><description><![CDATA[<p>Today, the latest update of <a href="http://www.codenauts.com/pomodoro-app">Pomodoro App</a> went live in the <a href="http://ax.itunes.apple.com/app/pomodoro-app-for-ipad/id393490589">App Store</a>. It brings a number of bug fixes, but also 4 new features:</p>
<ol>
<li>The app now shows the sum of actual and estimated Pomodoros for each day in the archive.
<div class="full-image-block ssNonEditable image-box"><img src="http://www.codenauts.com/storage/post-images/Pomodoro1.2Sum.png?__SQUARESPACE_CACHEVERSION=1289935811212" alt="" /></div>
</li>
<li>It is now possible to send an email for each day from the archive. The email can either contain a formatted report or have attached a csv file with the raw data. Both the report and the csv file include the description of the activities, the number of actual and estimated Pomodoros as well as the number of internal and external interruptions.
<div class="thumbnail-image-block ssNonEditable image-box"><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2Fpost-images%2FPomodoro1.2Report.png%3F__SQUARESPACE_CACHEVERSION%3D1289936103912',600,947);"><img src="http://www.codenauts.com/storage/thumbnails/6141123-9443873-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1289936103912" alt="" /></a></div>
</li>
<li>The trash icon has a new option: Besides "archive" and "delete" you can now "reuse" an activity. This option will archive the activity and puts a copy of it back to the inventory at the same time. This is particularly helpful for recurring tasks like "Inbox to zero", which you might want to do every day.
<div class="full-image-block ssNonEditable image-box"><img src="http://www.codenauts.com/storage/post-images/Pomodoro1.2Reuse.png?__SQUARESPACE_CACHEVERSION=1289936176571" alt="" /></div>
</li>
<li>The app now supports TextExpander touch snippet expansion. With TextExpander touch, you can type faster using short abbreviations that expand into long snippets. Read more about it on the <a href="http://smilesoftware.com/TextExpander/touch/index.html">SmileOnMyMac Homepage</a> or buy it directly from the <a href="http://itunes.apple.com/app/textexpander/id326180690?mt=8">App Store</a>.</li>
</ol>
<p>As usual, we'd love to hear from you. If you find a bug or have an idea for a feature, please leave a comment or give us feedback via our <a href="http://www.codenauts.com/contact">contact form</a> or <a href="mailto:info@codenauts.de">email</a>.</p>]]></description><wfw:commentRss>http://www.codenauts.com/blog/rss-comments-entry-9487357.xml</wfw:commentRss></item><item><title>Pomodoro App 1.1.1</title><dc:creator>Codenauts</dc:creator><pubDate>Wed, 03 Nov 2010 10:54:02 +0000</pubDate><link>http://www.codenauts.com/blog/2010/11/3/pomodoro-app-111.html</link><guid isPermaLink="false">535390:8116976:9360569</guid><description><![CDATA[<p><a href="http://www.codenauts.com/pomodoro-app">Pomodoro App</a> 1.1.1 was accepted last night and is now available in the <a href="http://ax.itunes.apple.com/app/pomodoro-app-for-ipad/id393490589">App Store</a>. It brings the following changes:</p>
<ul>
<li>Fixed bug when activities were not shown in the archive</li>
<li>Fixed crash when activities were deleted from the archive</li>
<li>Fixed crash when activities were moved between lists</li>
</ul>
<p>If you find more bugs or have a feature request, please leave a comment or give us feedback via our <a href="http://www.codenauts.com/contact">contact form</a> or <a href="mailto:info@codenauts.de">email</a>.</p>]]></description><wfw:commentRss>http://www.codenauts.com/blog/rss-comments-entry-9360569.xml</wfw:commentRss></item><item><title>Did you know...</title><dc:creator>Codenauts</dc:creator><pubDate>Sat, 30 Oct 2010 15:17:49 +0000</pubDate><link>http://www.codenauts.com/blog/2010/10/30/did-you-know.html</link><guid isPermaLink="false">535390:8116976:9329742</guid><description><![CDATA[<p>You can follow us on <a href="http://twitter.com/codenauts">Twitter</a>. We announce new blog posts there and give updates on the development of <a href="http://codenauts.com/pomodoro-app">Pomodoro App</a>. Occasionally we also give out some promo codes. Check it out.</p>]]></description><wfw:commentRss>http://www.codenauts.com/blog/rss-comments-entry-9329742.xml</wfw:commentRss></item><item><title>Pomodoro App 1.1</title><dc:creator>Codenauts</dc:creator><pubDate>Tue, 12 Oct 2010 15:09:29 +0000</pubDate><link>http://www.codenauts.com/blog/2010/10/12/pomodoro-app-11.html</link><guid isPermaLink="false">535390:8116976:9166344</guid><description><![CDATA[<p>Yesterday morning we submitted Pomodoro App 1.1 to Apple. The current state is "in Review" and we hope it gets accepted within this week.</p>

<p>The update fixes the annoying crash when you add more than 20 activities to the inventory. It also fixes the wrong counting of Pomodoros when you start a break and leave the app, so that the timer runs down via a push or local notification.</p>

<p>The update includes a German translation and three new features:</p>

<ol>
<li><strong>Ticking sound while the timer is running.</strong> You now have the option to switch between all sounds (including the new ticking sound), only the alarm sound and no sounds at all.
<div class="full-image-block ssNonEditable image-box"><img src="http://www.codenauts.com/storage/post-images/Pomodoro1.1Preview1.png?__SQUARESPACE_CACHEVERSION=1286897246594" alt=""/></div>
</li>
<li><strong>Status bar at the bottom of the main view.</strong> It shows you the value of the timer in minutes and seconds. This is particularly helpful if you wind up the timer with your finger. The bar also displays the currently selected activity with the number of actual and estimated Pomodoros. This allows you to close the inventory and still see which activity you should focus on. 
<div class="thumbnail-image-block ssNonEditable image-box"><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2Fpost-images%2FPomodoro1.1Preview2.png%3F__SQUARESPACE_CACHEVERSION%3D1286897618935',1024,768);"><img src="http://www.codenauts.com/storage/thumbnails/6141123-8930817-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1286897626051" alt=""/></a></div>
</li>
<li><strong>Internal and external interruptions.</strong> When you select an activity and run the Pomodoro timer, you can either tap the wooden play button or the play icon on the right side of the activity to add an interruption. The interruption is then marked as a dot above (internal) or below (external) the play icon. You can also tap the number of Pomodoros afterwards to add interruptions, e.g. in the case when at the end of a Pomodoro a call comes in. 
<div class="full-image-block ssNonEditable image-box"><img src="http://www.codenauts.com/storage/post-images/Pomodoro1.1Preview3.png?__SQUARESPACE_CACHEVERSION=1286897730306" alt=""/></div>
</li>
</ol>

<p>Please feel free to leave a comment and give us feedback via our contact form or email. Since we launched <a href="http://www.codenauts.com/pomodoro">Pomodoro App for iPad</a> we got some great feedback from our users, both feature requests and bug reports. We are very thankful for that!</p>

<p><strong>Update October 19, 2010: </strong> Pomodoro App 1.1 was accepted last night and is now available in the App Store.</p>]]></description><wfw:commentRss>http://www.codenauts.com/blog/rss-comments-entry-9166344.xml</wfw:commentRss></item><item><title>Pomodoro App for iPad</title><dc:creator>Codenauts</dc:creator><pubDate>Fri, 01 Oct 2010 10:15:09 +0000</pubDate><link>http://www.codenauts.com/blog/2010/10/1/pomodoro-app-for-ipad.html</link><guid isPermaLink="false">535390:8116976:9065551</guid><description><![CDATA[<p>When we founded this company about 7 months ago we had one thing in mind: We wanted to publish our own iPhone and iPad apps in the App Store. We did (and still do) a lot of contracting work in this area and despite all the experiences and money we made, it is not the same as working on our own ideas. Ideas which lead to apps which we can use for ourselves, show our friends and sell to customers.</p>

<p>So here we are!</p>

<div class="thumbnail-image-block ssNonEditable image-box"><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FPomodoroSetup.png%3F__SQUARESPACE_CACHEVERSION%3D1285929158711',679,1024);"><img src="http://www.codenauts.com/storage/thumbnails/6141123-8780519-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1285929170964" alt="" /></a></div>

<p>Our first project is called <a href="http://www.codenauts.com/pomodoro/">Pomodoro App for iPad</a>. It is a companion for the <a href="http://www.pomodorotechnique.com/)">Pomodoro Technique</a> and consists of two main parts:</p>
<ol>
<li>A touch-friendly and modern interpretation of the 25-minute Pomodoro timer.</li>
<li>A scrollable list to plan, prioritize and finish activities.</li>
</ol>
<p>When you start the app for the first time, the timer has a central position on the screen. You wind it up with your finger and start a Pomodoro. Of course the timer continues to run when you quit the app and it either triggers a local or push notification when it is finised.</p>
<p>Maybe you're already using the Pomodoro technique and have a sheet of paper with your activities. Then the app can be the replacement for the kitchen timer your husband or wife always takes away from you because she actually wants to use it in the kitchen.&nbsp;</p>

<p>But lets assume you are a bit like us. Your handwriting is messy and you are tired of writing down activities first in the activity inventory and then again when planning today's tasks. You get interrupted more often than you want to and usually have to put 1 or 2 activities back into the inventory at the end of day, only to write them down on a new sheet at the next day.&nbsp;</p>
<p>So the second part of Pomodoro App enters the game. You touch the task button in the lower left corner of the timer and the activity inventory appears. You edit your activities with either the iPad's software keyboard or a hardware keyboard. Each activity has two buttons to estimate the number of Pomodoros and a button to move the activity to today's list or back to the inventory. You prioritize the activities by moving them with the reorder control. You swipe an activity to mark it finished and archive or delete it with the familiar trash icon.</p>
<p>It is a very simple form of organizing: no tags, no projects, no overblown interface for recurring tasks. No dates except the distinction between today and some day.&nbsp;</p>
<p>We hope you like it. Feel free to leave a comment and give us feedback via our <a href="http://www.codenauts.com/contact/">contact form</a>&nbsp;or <a href="mailto:info@codenauts.de">email</a>.</p>]]></description><wfw:commentRss>http://www.codenauts.com/blog/rss-comments-entry-9065551.xml</wfw:commentRss></item></channel></rss>
