# By Samuel Clay (54) and others
# Via Samuel Clay (16) and ojiikun (3)
* master: (64 commits)
Fixing new uiactivities for ipad.
v2.4.1 of iOS app, ready for enterprise distribution.
Preference to hide public comments on iOS. Ready to ship for beta testing!
Removing debugging.
Fixing send to button on Original view. Now the two are finally linked together.
Fixing three bugs: proper caching of feed list in offline mode, fixing crash on loading feed when previously read stories, and stories showing up read in folders with an unread filter.
Adding new send to button to traversal bar. Now isntapaper is 2 clicks.
Fixing Pinboard images for use in preferences.
Adding Pinboard and Chrome.
Fixing Pocket.
Using native UIActivity. Readability and Pocket don't work yet.
Fixing unread stories being overwritten in the inbetween time from offline to online when loading stories.
Refactor sync service task types to use enums.
Refactor result codes for SyncService into enums. Remove deleteFeed from SyncService in preference to standard API call.
Switch all mark-read ops to new API using story_hash.
Fixing timestamp issue on image order.
Lots of offline progress: cancelling sync in the middle of one correctly, fixing bug around missing story hashes in sync, updating progress bar more often, fixing image caching bug that preventing caching from running at all.
Fixing Dilbert-specific encoding error.
Adding logging to profile views.
Fixing encoding on Original pages. Thanks @bruceyou for the wonderful help!
...
# By ojiikun
# Via Samuel Clay (1) and ojiikun (1)
* master:
Refactor sync service task types to use enums.
Refactor result codes for SyncService into enums. Remove deleteFeed from SyncService in preference to standard API call.
Switch all mark-read ops to new API using story_hash.
# By Samuel Clay (3) and ojiikun (2)
* master:
Dirtying user subs and social subs on new mark read with story hash endpoint.
Adding mark_story_hash_as_read. Still needs subscription dirtying.
Updating fabfile to use new repo'd ssh keys.
Better detection of social stories when marking read.
Fix crash on speedy callbacks in feed item list view.
# By ojiikun (4) and others
# Via Samuel Clay (4) and ojiikun (3)
* master:
Fixing iOS crash on empty unread stories by providing correct data structure. Thanks to @linnet for spotting the bug.
Trimming river URL by allowing 'f' to be used as a feed id parameter.
Changed the read later success confirmation to use the checkmark HUD instead of an alert view.
Change save-story to use story hash.
Switch mark-unread task to use story hash.
More error handling improvements. Added developer debug mode.
More rework of feed item list to deal with missing feeds.