Categories
news

Yummy 3.1

Introducing Yummy 3.1, the first feature update of Yummy since the completely new version 3 first hit the App Store earlier this year. It’s currently with Apple for review and should be available to download in a week or so.

With each release of Yummy, we try to have a main focus. The theme for version 3.1 is tags. To that end, here are some of the highlights:

  • Tag suggestions
  • Tag filtering/sorting
  • Tag cloud
  • Improved tag selection screen (both in the app and the share extension)
Yummy 3.1 Home screen
Yummy 3.1 Home screen

But just because tags were the main focus doesn’t mean that there are no other features:

  • Saved search (shared between your devices using iCloud)
  • Bookmark filtering/sorting
  • Tap-and-hold back/forward to get list of previous links in the web browser

Let’s talk about those features in more detail.

You can ask Pinboard or Delicious for suggestions when you’re creating or editing a bookmark; you can filter bookmarks (by date, shared/private, to read) and tags (number of bookmarks) and sort (alphabetically, chronologically, by tag count). The speed of modern hardware make these options possible when they were not when Yummy was first written.

Saved search is a popular feature that was in Yummy 2.x but didn’t make the cut for 3.0. It’s back in 3.1 and it better than ever. It now syncs between your devices using iCloud. If you flag a search as a “Favourite” then it will appear on the home screen ready for quick access.

As ever, there are a lot of other, smaller features that I won’t get into here. It’s a pretty big update for a “0.1”. We hope you like it.

Categories
trivia

WWDC 2015

As always, WWDC, Apple’s annual developer conference, is a bit of a firehose even when you’re sitting at home just reading the blogs and watching the occasional session video. I’m not sure how people in San Francisco actually keep up!

What I’m trying to say is that this post is far from complete. I’m sure that I’ve missed something important. But here is my top four things that I’ve taken away so far.

Bitcode

I list this one first because this is the one I’m most concerned about. The gist is that instead of compiling apps down to ARM and ARM64 code and sending that to Apple for review and release, we send a “partially compiled” app to Apple. When a user downloads it, Apple’s servers finish the job, compiling this intermediate code down to the specific hardware that they have.

Clearly this is Apple’s way of saying that new hardware is on the way — also see App Thinning — and they don’t want us to have to recompile our apps before they’ll work on it.

Why is that bad? Well, I have no idea what code will be executing on my users machines. What optimiser settings are Apple using? What compiler are they using? Are there any bugs in it?

Or put another way, Apple put an invisible step between the developer and the user. If it works, users get an optimised app. If it doesn’t, the developer gets a bunch of one star reviews for something that they had no ability to test. It doesn’t seem to me that the upside outweighs the risks.

Let’s hope they do it well and cautiously. Or that the new hardware is worth the hassle!

iPad multitasking

This one is going to sell a lot of iPad Air 2’s to developers in the next couple of months. I love this both as a developer and as a user.

As a user, being able to run two apps side by side suddenly makes the iPad far more useful. Can I say, finally?

And as a developer, it’s not even terribly hard to implement as long as the app is relatively new. With the caveat that more testing is needed, I got Yummy up and running in the Simulator without changing any code.

SLSafariViewController

It’s basically a “Safari view controller” that developers can use to show web content in their apps.

I thought that this would be ideal for Yummy. The value of the browser in Yummy is diminished by its lack of autofill (of password, addresses, credit card details, etc.) and log in details. SLSafariViewController, which suffers from none of those disadvantages, sounds like the solution.

However, in the first beta at least it’s limited in two important ways that means it won’t work in this scenario. Firstly, it’s modal. Secondly you can’t edit the URL. I’ve raised bug reports about both. We’ll see.

Still, I can see uses for it in its current form.

Spotlight searching inside apps

This is another good one, both for users and developers. Using Spotlight search — which has had lots of other nice improvements too — it will be possible to find things inside apps.

For example I was able to use Spotlight to find bookmarks that had been indexed by Yummy. This is more work that the multitasking but is not super hard.

In summary…

Yeah, I didn’t mention Swift or the Apple Watch. I think both have a great future but I don’t have any immediate applications for either right now. (For what it’s worth, my first app with Swift in it will probably ship before the end of the year.)

Like the multitasking, the Spotlight searches are going to create more reasons for more users to keep using compatible apps. But, more than that, it’s going to make apps considerably more useful without having to invest vast amounts of time to get the benefits.

This contrasts greatly with the last two releases of iOS. With 7, a huge amount of work was required just so that apps didn’t look out of place in the New World. For many apps, that work resulted in no new features or stability improvements. Version 8 required none of that, but it was a huge release for developers. Extensions were brilliant, but required a lot of work, especially since the development tools were flaky.

iOS 9 appears to be a stability release for Apple and the new features seem to give a lot of “bangs per buck” for developers. That’s my kind of release.

Categories
news

Quick Calendar

Update 25 June 2015: Available for download now.

Quick Calendar
Quick Calendar

In the olden days, Apple added the Dashboard to Mac OS X. It had lots of potential — widgets to quickly give you information or make simple calculations — but it stagnated and then has pretty much gone in Yosemite (10.10). By and large it has been replaced by the Notification Centre.

I wouldn’t mind so much, but there’s one widget that I use all the time: a simple monthly calendar. It didn’t link to Apple’s Calendar to show events or anything clever. It was just a quick way to work out that, say, next Friday is the 23rd or that February 24th is a Tuesday.

And, oddly, it’s not there in the Notification Centre. There’s a list of todays events. There’s a list of your reminders. There’s what’s happening tomorrow. The weather. But not a simple calendar widget.

Well, now there is. Or at least, will be soon. I’ve submitted my Mac calendar widget to the Mac App Store and, with luck, it’ll be available soon.. It will be free but we accept donations right inside the app if you’d like to support us and help us product future updates.