Skip to content

Version 1.0.3

Compare
Choose a tag to compare
@jaredsinclair jaredsinclair released this 15 Dec 16:46
· 205 commits to master since this release
  • App.net: Image upload JPEG conversion uses a high quality scale factor where appropriate, instead of a flat 0.25.
  • Short URLs: Long URLs in new microblog posts are automatically shortened (via Bit.ly).
  • OSKSession: Refactored session management to use OSKSession to keep track of session identifiers and completion handlers. Rename OSKFlowController to OSKSessionController as part of this change.
  • OSKPresentationManger: Added an option to skip the activity sheet altogether and begin a sharing session with a given selected activity. This means your app can use its own custom share sheets while still being able to use OvershareKit's built in publishing and authentication view controllers.
  • Fixed a couple of minor bugs.