Commit graph

28 commits

Author SHA1 Message Date
Samuel Clay
6f0eb995bc Huge number of fixes for the Story titles on bottom layout on iPad. Better image support and fixes for drag-and-drop. Also fixing sharing being broken after a reply. 2017-05-11 12:51:40 -07:00
Samuel Clay
6bc2738225 Fixing keyboard size bug on ipad. Also fixing sharing stories on first load (replying leads to sharing). 2017-05-10 14:57:14 -07:00
Samuel Clay
312b3ca972 Fixing warnings. 2017-04-06 11:45:43 -07:00
Samuel Clay
3926ab07f0 Nearly all ASIHttpRequest converted. 2017-03-24 17:30:46 -07:00
Samuel Clay
29e63cef79 Continuing the march. 2017-03-19 18:15:36 -07:00
Samuel Clay
f0759be90d Quick and dirty request SetPostValue -> params setObject 2017-03-19 12:09:49 -07:00
Samuel Clay
ef869415e1 Removing all mentions of ASI. 2017-03-10 09:16:03 -08:00
David Sinclair
27fbf12081 iOS: fixed #929 (rotation issue on iPhone with Safari browser)
This was a curly one!  I also fixed a bunch of Xcode 8 warnings (for
non-third-party code; I'd like to fix the third-party ones to get to
zero warnings, but don't know how you feel about that).
2016-10-05 21:03:32 -07:00
David Sinclair
42dbc82788 iOS: fixed share view theming 2016-03-02 14:44:00 -08:00
Samuel Clay
ff1fcc55c1 Share view story title in themes. 2016-02-27 14:09:03 -08:00
David Sinclair
c8d22f4594 iOS: done #813 (custom domain) 2016-01-21 22:11:37 -08:00
David Sinclair
af2ab36297 iOS: done #825 (dark mode) 2015-12-07 16:09:49 -08:00
Samuel Clay
1e6773c2b8 Further removing iphone popover code from ipad. 2014-12-15 17:35:31 -08:00
Samuel Clay
d8295a53b4 Adding changelog to enterprise deployment. Fixing share dialog on ipad. 2014-11-12 16:30:34 -08:00
Samuel Clay
7470ffc3f5 Fixing keyboard sizing on share view. 2014-11-04 11:26:51 -08:00
Samuel Clay
2ac65348cf Cleaning up static analyzer warnings. 2014-09-18 11:26:00 -07:00
Samuel Clay
3ef7a7776d Showing saved/shared story status at bottom on ios. 2014-05-21 12:24:22 -07:00
Samuel Clay
b4e412216f Correctly decode html entities in story titles when sharing and on the original view. 2014-02-26 18:01:01 -08:00
Samuel Clay
96b5e15718 Switching out from unreliable disk caching to TMCache (damn threading issues). 2014-02-24 18:56:51 -08:00
Samuel Clay
59bf1577bf Cleaning up story ids (into hashes) to fix dupe stories not being recognized. 2014-02-12 20:41:29 -08:00
Samuel Clay
a9ed66cbb3 Seriously one of the biggest refactors I've ever performed. Extracted all story models from appDelegate and moved them into a new StoriesCollection, which can be instantiated on a per-feedDetailView basis. Perfect for the story titles in the dashboard and behind the feed list. 2014-02-12 20:09:37 -08:00
vpatil
7e808bd7d8 fixed a crash when sharing a story from the social feed that wasn't
shared by a friend (and set the source user to the non-friend who shared
it, if possible)
2013-09-28 18:12:46 -07:00
Samuel Clay
70c2f0e610 New drag bar for story titles on ipad in portrait. 2013-09-26 19:26:10 -07:00
Samuel Clay
6bbfbff4ed Fixing temp storage of comments/replies. De-translucentizing navbars. 2013-09-25 12:05:17 -07:00
Samuel Clay
bbe6ef9015 Clearing share/reply comments correctly, as well as keeping them around in between cancel/re-opens. 2013-09-23 15:07:25 -07:00
Samuel Clay
bd264f9921 Users work while offline. Also adding messaging for offline sharing/replying errors. 2013-09-05 16:34:39 -07:00
Samuel Clay
e9e2d9f729 Adding saved/shared icons to story titles on iOS. 2013-08-05 17:29:42 -07:00
Samuel Clay
bfff777490 Moving ios and android from media to clients. 2013-06-27 09:43:22 -07:00
Renamed from media/ios/Classes/ShareViewController.m (Browse further)