This Week's Sponsor:

TRMNL

The E-ink Companion For Your Favorite Tools


Time Zone Conversions with TimeZlider

I previously wrote about my need for a time zone conversion utility for iOS when I covered Living Earth, an app that mixes global weather information with regular clock functionalities. I’ve been using Living Earth regularly, and I like it a lot, especially because I find its design polished and interesting. I’ve been wondering, though, whether a simpler approach to quick time zone conversions could work better for me, and I came across World TimeZlider, developed by Creo and available at $0.99 on the App Store.

Read more


Docsforce

Our thanks to Docsforce for sponsoring MacStories this week. Docsforce is a new service that delivers electronic statements and invoices from companies (providers) to their clients (consumers) securely and privately.

Businesses – Tired of sending paper invoices to your customers or maintaining a download site? Use Docsforce to deliver electronic statements to your customers. We offer a secure download site private to your business. Keep using your PDF statements, invoices and accounting system. Sign up for a free trial, invite your customers. It takes just minutes.

Are you a service provider preparing statements? Whether you are a cloud company with lots of consumers, or a provider of accounting solutions, we can integrate Docsforce into your organization and turn your business into a magnet for growth.

Consumers – tired of dozens of websites and receiving paper statements? Automatically receive all your Docsforce statements in one place, no manual downloading from every provider. Our consumer apps or a browser let you view and export. We keep your statements stored in a super-secure cloud.

Visit docsforce.com and start living your paperless future today.

Permalink

ListBook 4.0 Brings iOS 7 Redesign, iCloud Sync

I first covered ListBook, a simple list-making app for iOS, when it came out on the iPhone in 2011 and, a year later, when an iPad version was released, making the app Universal. Since then, I’ve switched to Apple Reminders as my todo management system of choice, primarily because I can use Reminders with Fantastical, which I love both on the iPhone and Mac. I like the convenience of having my reminders synced with iCloud and available on iOS, OS X, and the web (with iCloud.com), and I like that I can move between different clients knowing that my todos will be handled by Apple in a central location. This is the reason why I’ve eschewed third-party, list-based todo apps like ListBook and Silo in the past two years – I prefer the flexibility given me by iCloud’s Reminders.

Read more


ReadKit 2.4 Brings Keyboard Shortcut and Navigation Improvements, Rewritten Sidebar, And More

ReadKit

ReadKit

ReadKit 2.4 with syntax highlighting for code blocks.

ReadKit, my favorite RSS reader for OS X, has today been updated to version 2.4, which brings bug fixes and improvements, a rewritten sidebar, revamped keyboard navigation, and several other additions to sharing, sync, and more. ReadKit, which packs support for different RSS and bookmarking services such as Feedly, Feed Wrangler, and Pocket, has always been affected by a series of annoying bugs and animation issues, and, in my tests, ReadKit 2.4 has performed smoothly with snappier transitions and navigation than old versions.

For users who rely on ReadKit to sync with multiple services, the app can now keep separate sets of preferences for each account. These settings include refresh times, grouping, sorting, and dock badge, and they can be configured in the Account section of the app’s Preferences. While I tend to use ReadKit just as a desktop client for Feed Wrangler, this is a welcome change.

For sharing services, ReadKit can now assign custom keyboard shortcuts to each service as well as put icons in the top toolbar for easy access when reading. The feature is reminiscent of Reeder for Mac, and it’s just as useful: in my toolbar, I added icons to save to Evernote (the Mac app will be used to create a note if installed), send to Reading List, save to Pinboard, and open in the browser; each of these services has also a custom keyboard shortcut (mine are ⌘⌥B for Browser, ⌘⌥L for Reading List, etc) so you can share links without ever lifting your fingers from the keyboard.

The new keyboard shortcut options work well with the app’s new keyboard navigation. From the ReadKit blog:

There are several new shortcuts, and you can also navigate with the left, right, up and down arrow keys, so it is worth a little explanation. Left and right arrow keys allow you to jump between the sidebar and the article list, while up and down keys select the previous/next item in the actual list. ⌘+right expands, and ⌘+left collapses the selected folder on the sidebar. There is an option in shortcut preferences called “Right key behavior”. This option controls the behavior of the right arrow key when an article is actually selected.

These are convenient new features for users who like to move across feeds and articles without using the trackpad. In the Preferences, there’s also a new setting to change the default behavior of the → key – however, this can be ignored when using the key as a shortcut for a sharing service (in my case, → is associated to View In Browser).

ReadKit 2.4 is a solid update and ReadKit remains the best RSS reader for Mac. The app is $6.99 on the Mac App Store.


The Unexpected Costs of Background Fetch

David Smith talks about how one of iOS 7’s most important features can unexpectedly increase costs for developers, as data is more frequently requested in the background.

My first example of this was when I added Background Fetch to Check the Weather. A weather app’s primary function is displaying up-to-the-minute, constantly changing data so in my initial iOS 7 update I experimented with adding highly frequent background updates. The result was far more dramatic than I’d expected. […]

Permalink

Units is a Highly Customizable Unit Converter

Units avoids needless scrolling through its sizable library of measurements by letting you search and favorite pairs of units, which saves oft-used conversions in a personalized list. The app can make conversions for just about anything you can think of, like units of data, force, luminance, and time. Like similar converters, the design is split between two columns of units, which you simply line up to make a conversion. A basic calculator is built into the app so you can perform basic operations like adding and multiplying. The app is fully customizable, letting you change the font, font color, and background color, so you can mix and match styles to your liking. The app’s $2.99 on the App Store.

Units doesn’t convert currencies, so for that you may want to check out Banca instead.

Permalink

Numerical for iPhone

Developed by Andrew J. Clark, Numerical is a new iPhone calculator designed for iOS 7. I’ve covered a lot of calculator apps over the years, and, while many of them sport unique features aimed at bringing more functionality to the genre, I tend to always go back to Apple’s Calculator app for its simplicity, ease of use, and, with iOS 7, fast access thanks to Control Center. I don’t have high requirements for my calculator: I’m not an engineer, and like most people I just need to perform simple operations while I’m working, grocery shopping, or splitting a bill with friends. Apple’s Calculator app covers the basics well and I’m mostly fine with it. Read more



Flappy Bird Clone Made with Pythonista On iOS


Following the unfortunate demise of Flappy Bird, hundreds of developers are rushing to release clones of the game on the App Store. Over at the Pythonista forums, however, user “bashedcrab” has created a working clone of Flappy Bird called “Jumpy Octopus”, made entirely with Pythonista (pictured above).

This started out as a Flappy Bird clone (can be done in under 100 lines of Pythonista), but I let my son do a bit of a redesign. He decided an underwater setting involving an Octopus was much more enjoyable.

The game play and physics are tuned to replicate the original Flappy Bird as closely as possible, so it is hard! If you want to make it a bit more fun for young kids, make the gap larger (Default is 360. 450 is much easier but still a challenge for young kids).

The game is available as a Python script here, which can be copied in a new file in Pythonista and run to play the game. Jumpy Octopus has sounds, keeps tracks of high scores, and uses iOS emojis as characters for the underwater setting. Of all the Flappy Bird clones that are coming out, this is an impressive open-source implementation based on Pythonista’s game creation features.

Permalink