Commit graph

4 commits

Author SHA1 Message Date
Samuel Clay
5912bdcad4 Fixing a few ios 9 warnings and deprecated methods. Got lots more. 2015-09-16 15:55:55 -07:00
Samuel Clay
a98d259387 Removing OvershareKit, ios app is now 8+, and fixed app transport security warnings. 2015-09-14 17:40:18 -07:00
Mihai Parparita
1d22fb9b11 Fix crash when mailing a URL in the original story view.
[OriginalStoryViewController doOpenActionSheet] calls showSendTo with a nil
text parameter, but [NBActivityItemProvider activityViewController:
itemForActivityType:] returns a dictionary with the text as a value, and
dictionary literals can't use nil values. Use an empty string instead.

Appears to be a regression from 1002403e81.
2015-01-02 09:46:15 -08:00
Samuel Clay
1002403e81 Fixing activities to only use URL and title, except Mail which uses the whole body. 2014-12-15 17:09:53 -08:00