You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.