All Versions
16
Latest Version
Avg Release Cycle
100 days
Latest Release
2770 days ago

Changelog History
Page 2

  • v0.4.1 Changes

    ๐Ÿ›  ###### Bugfixes

    • ๐Ÿ›  Fixed a critical regression from 0.4.0 that caused icons to not show up.
  • v0.4.0 Changes

    Enhancements
    • CocoaPods subspecs now exist to let you include just the handlers you need

    ๐Ÿ›  ###### Bugfixes

    • ๐Ÿ›  A handful of subtle bugs were fixed related to IntentKit unintentionally damaging the view hierarchy when presenting an activity sheet
    • String localization (for the "remember my choice" toggle) now works properly when loaded as a CocoaPod
  • v0.3.0 Changes

    Enhancements
    • ๐Ÿ‘‰ User preferences can now be saved on a per-handler basis
    • Square app icons are masked at run-time, instead of requiring pre-masked icons
    • Application names may be localized
    • For actions where a user may not have an appropriate app installed, fallback URLs exist to perform the action in a web browser
    New Handlers / Applications

    ๐Ÿ”จ ###### Refactors

    • Icons now use the ~icon naming convention, simplifying image displaying code
    • ๐Ÿ– Handlebar templating has been abstracted out in the NSString+Helpers category
    • Responsibility for auto-opening an app or showing an activity sheet has been moved from INKActivityPresenter to INKHandler

    ๐Ÿ›  ###### Bugfixes

    • ๐Ÿ”Š The activity sheet no longer affects other in-app modal dialogs #18
  • v0.2.0 Changes

    ๐Ÿ’ฅ BREAKING CHANGE MWOpenInKit is now called IntentKit!

    If you were previously using MWOpenInKit, the interface is the same, except everything has been renamed. Specifically:

    • The pod name is now "IntentKit"
    • The header file containing all includes is now IntentKit.h
    • The class prefix for all files is now "INK" (e.g. INKMapsHandler instead of MWMapsHandler
    • The git/GitHub repo is now located at https://github.com/intentkit/IntentKit[.git].
    • There is a landing page at http://intentkit.github.io

    ๐Ÿ›  ###### Bug Fixes

  • v0.1.1 Changes

    Enhancements
    • There is now a changelog!

    ๐Ÿ”จ ###### Refactor

    • All application plists now store their available URLs inside an actions dictionary instead of the root of the plist.

    ๐Ÿ›  ###### Bug Fixes

    • A quick reversion of a very bad bug that caused icons to not be tappable.
  • v0.1.0 Changes

    ๐Ÿš€ First public release!