* ios6:
Major improvements to activities/interactions. Adding saved story cells. Fixing loading/finding story HUDs for both ipad and iphone.
Fixing interactions/activities sizing on ipad.
Fixing layout on interactions/activities. Also fixing major bug around loading feeds pausing due to synchronous avatar image fetch.
Removing OHAttributedLabel, but the new attributed label sucks.
# By Samuel Clay (134) and others
# Via Samuel Clay (10) and ojiikun (1)
* master: (148 commits)
RC2 for offline iOS.
Re-enabling Google News fetches.
Fixing premium interval in statistics.
Fixing iOS issue on river terminating prematurely.
Clarifying API.
Skipping google alerts.
Fixing a couple exceptions and turning off google news rss feeds temporarily.
Moving goodies images out of css. New ReadKit image.
Adding permalink blurblog option. Also adding feed title to unmessaged shares.
Show Send To in a popover on iPad.
Don't leave popover orphaned when showing original on iPad.
Fix menu popover size on iPad.
Stop menu view controllers from scrolling.
Moving from X-Real-IP to X-Forwarded-For.
Was using ad hoc and not in house provisioning profile.
Switching provisioning profiles again.
Switching to enterprise provisioning profile.
Fixing provisioning profile.
Putting out v2.4.4 as a RC.
Fixing friend user ids when marking stories as read.
...
UIActivityViewController should not be presented modally on iPad, per the documentation; it also looks pretty ugly.
Also clean up display of training popover to eliminate shadow fading in background.
# By Samuel Clay (29) and ojiikun (3)
# Via Samuel Clay (3) and ojiikun (1)
* master: (32 commits)
New user queue every 5 minutes.
Fixing unknown host error on DO servers.
Using All Site Stories instead of Top Level on folder chooser.
Adding new preference for auto-opening a default folder on load.
Unread counter overlay widget for feeds and social feeds.
Fixing memory leak when reloading feeds (after add/remove/move), found entirely through @mihaip's hard work. Thanks!
Disallowing single subscriber feeds to be loaded by non-subscribers.
Fixing #383. Need a way to retrieve starred stories by hash.
Previous story button takes you up, no longer to previous story. Should've done this a while ago.
Adding story intelligence score tip to API.
Adding user_profile to /reader/feeds. Has is_premium field, as well as web preferences.
Switching feed link to point ot the feed's permalink, not a feed filter on the blurblog.
Preventing popular from sharing stories from the same feed id in the same batch.
Upping delay on new user queue.
Fixing jenny holzer quote at end of blurblogs.
Adding better error logging/messaging for marking stories as starred.
Adding better error logging/messaging for marking stories as starred.
Fixing broken icon bug.
Fixing missing user_id in comment's replies and likes.
Posting popular shared stories to twitter.
...