Commit graph

10189 commits

Author SHA1 Message Date
dosiecki
7006c59c45 Replace story activation with reading session table. (partial!) 2016-01-28 04:20:50 -08:00
dosiecki
3686164004 Fix search queries with special characters. (#868) 2016-01-27 16:09:21 -08:00
dosiecki
41bb192c51 Replace story activation with filtering by fetch time. 2016-01-27 03:25:58 -08:00
dosiecki
a9bab35c6f Optimise story insert times. 2016-01-26 16:12:45 -08:00
dosiecki
a170c323e2 Change find-next-unread to search forward then backward rather than forward in a loop. 2016-01-19 17:03:32 -08:00
dosiecki
3a4699d627 Tweak story search menu item to properly toggle. 2016-01-13 15:37:16 -08:00
dosiecki
a302159ca4 Allow story search icon to appear as icon in actionbar where able. 2016-01-13 15:07:36 -08:00
dosiecki
4fa15f38cd Factor out ugle custom serialisation in prep for Saved story tag reading. 2016-01-07 17:24:32 -08:00
dosiecki
a64f7c6026 Re-enable unread prefetching for non-premium accounts. 2016-01-07 17:22:12 -08:00
dosiecki
c8b7beb74e Bump android version for Beta. 2015-12-26 14:44:05 -08:00
dosiecki
85d46ce762 Merge remote-tracking branch 'upstream/master' 2015-12-26 14:43:14 -08:00
dosiecki
5ddd513cec Add debug about stuck actions to the feedback info dump. 2015-12-26 14:37:33 -08:00
Samuel Clay
95e7b9c84e Add purge_tag and purge_author to Feed. 2015-12-26 12:59:44 -08:00
Samuel Clay
ad39df5d6d Adding purge stories to fix db corruption bug. 2015-12-26 12:53:32 -08:00
dosiecki
d7a93d1b00 Fix problems with folders containing special characters. 2015-12-25 14:33:52 -08:00
Samuel Clay
2a73bde306 Fetching title and content from stories shared without content+title. For #755. 2015-12-23 15:24:53 -08:00
Samuel Clay
29405a370c Adding original text fetcher to /api/share-story requests that have no content. 2015-12-23 08:41:35 -08:00
Samuel Clay
125e903040 Fixing tlnb logging viewer. 2015-12-22 19:45:50 -08:00
Samuel Clay
d845e151d0 Upgrading api/share_story to newer required_params api. 2015-12-22 19:28:31 -08:00
dosiecki
2f88a572c8 Fix crash on pre 4.4 platforms when choosing folders. 2015-12-22 13:22:33 -08:00
Samuel Clay
295fe667d1 Merge pull request #850 from mihaip/fix-mail-url
Fix Mail action in "Send to" from the original story view not including the URL
2015-12-21 15:48:34 -07:00
Samuel Clay
adfa524cdc Merge pull request #852 from mihaip/fix-quirks-mode
Use standard mode in the story detail web view.
2015-12-21 15:48:09 -07:00
Samuel Clay
44de300579 Merge pull request #851 from mihaip/fix-target-blank-links
Fix tapping on target=_blank links not working in the original story view
2015-12-21 15:47:48 -07:00
Mihai Parparita
2cf5ec83da Use standard mode in the story detail web view.
It missing a doc type, which was resulting in quirks mode being used. This
affects font-size inheritance in tables and other behaviors.
2015-12-21 11:39:39 -08:00
Mihai Parparita
1c0d8f956a Fix tapping on target=_blank links not working in the original story view.
We need to implement the WKUIDelegate webView:createWebViewWithConfiguration:
forNavigationAction:windowFeature: method to load those requests into the same
WKWebView.

Also cleans some lingering UIWebView references.
2015-12-21 11:02:32 -08:00
Mihai Parparita
0eb7a1d357 Fix Mail action in "Send to" from the original story view not including the URL.
After 1bbb0fc7e0 the original URL is no longer
included as a separate activity item, so we need to include it in the mail body
directly.

Mailing from the story view directly not affected, there we include the URL in
the text (done by NewsBlurAppDelegate's showSendTo:withUrl:authorName:text:
title:feedTitle:images)
2015-12-21 10:59:04 -08:00
Samuel Clay
5fd37d2587 For #755: adding authenticated /api/share_story/ endpoint that doens't use profile token. 2015-12-20 22:45:36 -08:00
dosiecki
0c02a9f875 Make del/ins of feedfolder data an atomic replacement transaction. 2015-12-20 22:29:32 -08:00
dosiecki
11686f8e9e Fix backed-up followup actions on non-premium accounts. 2015-12-20 20:51:16 -08:00
dosiecki
339b3f2a5a Fix sync status UI getting stuck on non-premium accounts. 2015-12-20 19:57:43 -08:00
dosiecki
1d913ecd67 Don't attempt to pointlessly reconcile unread counts for rivers that don't support counting. 2015-12-20 18:42:28 -08:00
dosiecki
a1fc57ef5c Remove redundant flag toggle when locally marking-read. 2015-12-20 18:05:01 -08:00
dosiecki
5966b31187 Make saved count adjustments idempotent. 2015-12-20 17:17:05 -08:00
Samuel Clay
9cdf0cfaa2 Refactoring deployment to include non-standard web apps that need a slightly different deployment. 2015-12-20 14:11:37 -08:00
dosiecki
245f54093c Reduce the chance that reading sessions will bleed from story list to story list. 2015-12-19 14:10:02 -08:00
dosiecki
3c9668a501 Preserve search state on ItemsList rotate. 2015-12-18 23:09:51 -08:00
Samuel Clay
5c7d39d032 Hoping that this final revert of settings will do the trick on the corrupt transactions. 2015-12-18 15:34:05 -08:00
Samuel Clay
d7d0230fd4 Whoops, not sure how celery's profile tasks werent being autodiscovered. 2015-12-18 13:34:57 -08:00
Samuel Clay
10e265d0c4 Counting stories for 1% of all fetches, regardless of new stories. Should push back feeds with no new stories for a while. 2015-12-18 12:57:11 -08:00
Samuel Clay
eaf5c72ae4 Commenting out future celery feature. 2015-12-18 11:16:21 -08:00
Samuel Clay
571c529e0b Commenting out future raven feature. 2015-12-18 11:15:21 -08:00
Samuel Clay
2c5decb496 Reverting celery upgrades in hopes of fixing slow down. 2015-12-18 11:12:42 -08:00
dosiecki
e3af00cdcb Fix edittext background themeing. 2015-12-17 18:56:04 -08:00
dosiecki
409a4feb51 Enable story searching for all feed/river types that support it. (#745) 2015-12-17 18:50:31 -08:00
dosiecki
dbc3027dfd First pass at story searching. (#745) 2015-12-17 04:22:13 -08:00
Samuel Clay
d2456c4fee Adding new task db profiling times to munin. 2015-12-16 17:34:43 -08:00
Samuel Clay
4a12c220fe Risky business: now capturing db times (sql/mongo/redis) for 1% of all tasks. Also updating munin to recognize new db profiling times. 2015-12-16 17:31:41 -08:00
Samuel Clay
378c421d8b Android v4.6.1. 2015-12-16 10:01:34 -08:00
dosiecki
3ca7d16dcf Fix overflowing icons on much-liked comments. 2015-12-14 13:25:12 -08:00
Samuel Clay
cd0f6e3a98 Adding a note about OAuth to the API. 2015-12-14 10:56:57 -08:00