Jacob Farkas

Results 39 issues of Jacob Farkas

I ran the Xcode Swift conversion tool and no source changes were necessary.

With the latest version of Xcode installed I was getting this dyld error at app launch time: ```Swift class extensions and categories on Swift classes are not allowed to have...

The version of clang in the latest SDK throws a warning when it sees a mismatch between a `@param` and the parameter name in the method declaration.

Safari won't play audio unless it is initiated as a result of user interaction. I'm working on a web interface for a keyer that I'm building, and the paddle presses...

The [Apple App Search Validation Tool](https://search.developer.apple.com/appsearch-validation-tool) found some issues with the root relisten.net link. Specifically: - The description could be improved - An image is missing - There are no...

help wanted

It would be great to have a link to the request a band form (https://goo.gl/forms/ubeqiYEaswCV2ICh2) on relisten.net

We should add the [`activitycontinuation`]( https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/Handoff/AdoptingHandoff/AdoptingHandoff.html#//apple_ref/doc/uid/TP40014338-CH2-SW10) property so that handoff from Mac to iOS jumps to the app instead of Safari: ``` { "activitycontinuation": { "apps": [ "HT7ELV3Q35.com.alecgorge.ios.Listen-to-the-Dead", "HT7ELV3Q35.com.alecgorge.Phish-Tracks" ]...

The favicon for relisten.live is an "L" that's just a single size: ![favicon](https://user-images.githubusercontent.com/4943/45376937-fdfd3680-b5ad-11e8-99a8-7f0aab8a9028.png) It looks like there are lots of different favicon sizes supported now. Could we replace it with...

This updates the project to require iOS 8.0 or higher. Since less than about 2% of the user base is on an iOS version earlier than 9.0 it's probably about...

The `didSelected` delegate callback happens after a one second delay so that it matches the animation, but some applications need a callback immediately when the user taps the button. This...