IntentKit v0.5 Release Notes

Release Date: 2014-04-08 // about 10 years ago
  • Enhancements
    • 0️⃣ Each INKHandler now has a useSystemDefault option, which uses a default application instead of displaying the selection sheet.
    • 0️⃣ In tandem with the useSystemDefault option, there is now an 0️⃣ INKDefaultsViewController class that displays a selection interface for 👉 users to set preferences for each application type.
    • 👍 The Twitter handler now supports a sendDirectMessageToScreenName: action Jeff Blagdon #31
    • Dutch localizations are now present Arno Moonen #33

    🔨 ###### Refactors

    • 0️⃣ In order to make the useSystemDefault option viable, a lot of new properties have been exposed on INKHandler and INKApplicationList.
    • The demo/development Xcode project now loads in the library as a local CocoaPod, making development easier as the dev environment now more closely resembles production usage.
    • Manual view layout is now done using the MWLayoutHelpers CocoaPod (it was formerly using a copy of it manually copy/pasted into the project)
    • 0️⃣ The "IntentKit/Browsers" subspec no longer exists; it's now included by default into the core.

    🛠 ###### Bugfixes

    • The new Twitter URL scheme for "mentions" now works. Jeff Blagdon #29
    • 🛠 Fix a number of regressions related to icons and application plists not being properly included in subspecs
    • The README now specifies that iOS 7 is required Brady Archambo #29