Skip to content

Version 1.0.6

Compare
Choose a tag to compare
@jaredsinclair jaredsinclair released this 07 Jan 20:54
· 157 commits to master since this release
  • iCloud Syncing: Added optional iCloud key-value storage syncing of activity type exclusion preferences. This is helpful if your app uses the relevant methods on OSKActivitiesManager to allow the user to toggle which activities she never wants to see in a share sheet. Enable syncing via the customizationsDelegate of OSKActivitiesManager. Note: OvershareKit never shows activities that launch other apps if those apps are not installed, i.e. 1Password, Chrome, etc.
  • Link Shortening: Changed link shortening from an automatic behavior to an explicit user action via a new link shortening button. This button appears when writing a new tweet or ADN post and the text contains one or more long links. You can disable this feature via the style delegate of OSKPresentationManager.
  • Image Attachments: Users can now remove programmatically-attached images when writing a new Facebook, Twitter, or App.net post by tapping the attachment view. Remaining character counts are now decremented when writing a tweet based on the presence of image attachments.
  • Photo Sharing: Added an OSKPhotoSharingContentItem to the contentItem returned from contentFromImages: Via @cheesemaker.
  • Image Scaling: Adaptively downscale images to fit under the Twitter configuration size limit. Via @cheesemaker.
  • Username/Password Sign In Screens: Added smarter use of return keys when signing into services with the username/password screens.
  • Text Views: Fixed a bug that overlooked setting the scroll indicator insets along with the content insets.
  • Minor interface and bug fixes.