Skip to content

Version 1.2

Latest
Compare
Choose a tag to compare
@jaredsinclair jaredsinclair released this 27 Mar 20:11
· 63 commits to master since this release
  • Facebook: Major changes. OSKFacebookContentItem replaces Facebook's previous participation in OSK as a kind of microblogging content item. It has it's own content item type and activity type. You may need to update any relevant Facebook customizations in your app. OSK's implementation of the Facebook OpenGraph API now treats creates proper link posts where possible, as opposed to plain text status updates. The user interface will display a thumbnail preview of the shared link while editing the post.
  • GooglePlus: Fixed some bugs with GooglePlus, including a missing @import for the CoreMotion framework and some missing items from the OvershareKit podspec. Also fixed the missing requirement for a GooglePlus application credential.
  • System Accounts: OSK now persists the last-selected system account for Facebook and Twitter activities. Facebook also persists the last-selected audience (Public, Friends, Only Me).
  • Copy to Pasteboard: Added support for copying images to the pasteboard with OSKCopyToPasteboardActivity.
  • Interface: Added an option to change the background color for text views (Twitter, App.net, Facebook).
  • Kaizen: Refactored OSK's substitute for UITextView for clarity and separation of concerns. Changed the syntax highlighting enum to a bitwise mask, for granularity and flexibility.
  • Miscellaneous Bugs: Fixed some potential crashes related to missing checks for nil variables. Removed to-do list content items from the contentFromImage: convenience constructor since no to-do list activities yet support such content.