Commit graph

6952 commits

Author SHA1 Message Date
Samuel Clay
e65cd3d99f Fixing premium interval in statistics. 2013-09-11 10:25:46 -07:00
Samuel Clay
40e01c6860 Fixing iOS issue on river terminating prematurely. 2013-09-10 16:09:33 -07:00
Samuel Clay
2be6de9477 Clarifying API. 2013-09-10 16:09:33 -07:00
Samuel Clay
8467896b4d Merge pull request #400 from nriley/popovers
iPad popover fixes
2013-09-10 16:07:21 -07:00
Samuel Clay
00a412960a Skipping google alerts. 2013-09-09 13:50:05 -07:00
Samuel Clay
2b2c731bd5 Fixing a couple exceptions and turning off google news rss feeds temporarily. 2013-09-09 13:46:14 -07:00
Samuel Clay
92a530e973 Moving goodies images out of css. New ReadKit image. 2013-09-09 12:14:15 -07:00
Samuel Clay
cff75077b1 Adding permalink blurblog option. Also adding feed title to unmessaged shares. 2013-09-09 12:01:21 -07:00
Nicholas Riley
03fdfd5409 Show Send To in a popover on iPad.
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.
2013-09-07 02:35:47 -05:00
Nicholas Riley
1d1d8188ac Don't leave popover orphaned when showing original on iPad. 2013-09-07 01:58:05 -05:00
Nicholas Riley
88dd3190f2 Fix menu popover size on iPad.
Matches existing behavior on smaller devices.
2013-09-06 22:55:42 -05:00
Nicholas Riley
4ff26ef20c Stop menu view controllers from scrolling. 2013-09-06 22:54:11 -05:00
Samuel Clay
7706711143 Moving from X-Real-IP to X-Forwarded-For. 2013-09-06 16:26:02 -07:00
Samuel Clay
ef3f28113b Was using ad hoc and not in house provisioning profile. 2013-09-06 15:50:15 -07:00
Samuel Clay
a5301a2046 Switching provisioning profiles again. 2013-09-06 15:45:08 -07:00
Samuel Clay
da919085c2 Switching to enterprise provisioning profile. 2013-09-06 15:06:57 -07:00
Samuel Clay
af699dd57d Fixing provisioning profile. 2013-09-06 14:36:11 -07:00
Samuel Clay
9bfedd7f1f Putting out v2.4.4 as a RC. 2013-09-06 14:31:12 -07:00
Samuel Clay
3f3bbae5d1 Fixing friend user ids when marking stories as read. 2013-09-06 13:20:08 -07:00
Samuel Clay
a21fdf39f8 Fixing auto-selection of feeds in feed chooser. 2013-09-06 12:56:18 -07:00
Samuel Clay
dec22ac776 Moving to simpler read story endpoint. 2013-09-06 12:42:39 -07:00
Samuel Clay
339fb9acba Switching provisioning profiles for the year. 2013-09-05 19:03:17 -07:00
Samuel Clay
4ea911ba5f New enterprise build -> 2.4.4. Can be considered an RC1. 2013-09-05 18:48:43 -07:00
Samuel Clay
3e86ce9206 New notifier progress bar. 2013-09-05 18:48:23 -07:00
Samuel Clay
a73536a91a Adding messaging to training while offline in both trainer view controller and story detail view controller. 2013-09-05 17:07:21 -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
651f4b7f4d Fixing mismatch when marking stories as read when offline. 2013-09-05 12:38:06 -07:00
Samuel Clay
8342d36c2c Allowing single subscriber feeds to be seen, as it prevented tryfeeds from working. 2013-09-05 12:32:53 -07:00
Samuel Clay
0d1e96d81a Adding reachability preference (wifi only vs wifi + cellular). 2013-09-04 15:56:37 -07:00
Samuel Clay
9b5216d1c2 NSConditionLocks when fetching stories to handle race conditions between fetching next set of stories and storing recently fetched stories. 2013-09-04 15:31:12 -07:00
Samuel Clay
38ab29feb6 Merge branch 'offline'
* offline:
  Showing offline/fetching messages correctly.
2013-09-04 14:10:47 -07:00
Samuel Clay
ceb63caa52 Merge branch 'master' into offline
# 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.
  ...
2013-09-04 14:10:43 -07:00
Samuel Clay
28237f3212 New user queue every 5 minutes. 2013-08-26 07:15:05 -07:00
Samuel Clay
c448d8731b Fixing unknown host error on DO servers. 2013-08-23 17:29:32 -07:00
Samuel Clay
966c5b2d70 Using All Site Stories instead of Top Level on folder chooser. 2013-08-23 13:51:08 -07:00
Samuel Clay
37607a78ec Adding new preference for auto-opening a default folder on load. 2013-08-23 13:43:15 -07:00
Samuel Clay
8aeaba3725 Merge pull request #395 from ojiikun/master
Android: Unread Counts for Reading Overlay
2013-08-23 10:05:34 -07:00
ojiikun
fcede1f1b1 Unread counter overlay widget for feeds and social feeds. 2013-08-23 10:52:46 +00:00
Samuel Clay
1964185a54 Fixing memory leak when reloading feeds (after add/remove/move), found entirely through @mihaip's hard work. Thanks! 2013-08-22 23:25:07 -07:00
Samuel Clay
d459369a09 Disallowing single subscriber feeds to be loaded by non-subscribers. 2013-08-22 21:09:17 -07:00
Samuel Clay
e7e2fb49c8 Fixing #383. Need a way to retrieve starred stories by hash. 2013-08-22 21:01:38 -07:00
Samuel Clay
3bfa6a93b1 Previous story button takes you up, no longer to previous story. Should've done this a while ago. 2013-08-22 20:29:00 -07:00
Samuel Clay
c502e23771 Adding story intelligence score tip to API. 2013-08-22 20:11:13 -07:00
Samuel Clay
5bea347f55 Adding user_profile to /reader/feeds. Has is_premium field, as well as web preferences. 2013-08-22 19:44:16 -07:00
Samuel Clay
de6021dac4 Switching feed link to point ot the feed's permalink, not a feed filter on the blurblog. 2013-08-22 19:17:35 -07:00
Samuel Clay
2bf6c8d20b Preventing popular from sharing stories from the same feed id in the same batch. 2013-08-21 18:38:07 -07:00
Samuel Clay
ce4bd81d9d Upping delay on new user queue. 2013-08-21 13:37:54 -07:00
Samuel Clay
2d9fb4ee2d Fixing jenny holzer quote at end of blurblogs. 2013-08-21 12:59:38 -07:00
Samuel Clay
3e54317ec2 Adding better error logging/messaging for marking stories as starred. 2013-08-21 12:44:39 -07:00
Samuel Clay
e331d1ce31 Adding better error logging/messaging for marking stories as starred. 2013-08-21 12:42:28 -07:00