03 Dec 2018
Belle

Existing monthly, November 2018

In November we shipped our Garmin integration for Exist, added the ability to reset your data for a single attribute, and added the option to select metric or imperial units per data type rather than once across your whole account. All of these changes were highly-requested, so it feels great ...

28 Nov 2018
Belle

Debouncing in Swift while your iOS app is in the background

I recently had to find a way to debounce a function call in Swift, while my app was running in the background. Most solutions I found only worked in the foreground, so it took some fiddling to come up with a solution.

Debouncing is when an event is triggered multiple ...

14 Nov 2018
Belle

Existing monthly, October 2018

In October Josh published What's in your Larder: Rust web frameworks on the Larder blog and added the ability to disable comments for Changemap tasks.

For Exist we launched a whole new section in our iOS app: the trends tab which our Android app has had for a while ...

19 Oct 2018
Belle

Existing monthly, September 2018

We ramped up our marketing efforts in September, publishing four blog posts:

Functional UI testing in Exist with EarlGrey and Sencha and Receiving images from other apps on Android, both on the Hello Code blog, and two Larder links posts on iOS testing frameworks and libraries for Kotlin Android development ...

20 Sep 2018
Belle

Receiving images from other apps on Android

Today I was working on making it possible to share an image (or several) from another app to Pico on Android. I needed to take the image I received and upload it to the Micro.blog API. It took me a while to piece together the different parts of this ...