Commit graph

10193 commits

Author SHA1 Message Date
David Sinclair
4b9327decc iOS: fixed #858 (mark older/newer as read & sharing)
Added a new “Ask” item to the Long Press Story Title preferences.
Chosen by default.

When “Ask” is selected, the feed detail long press displays a menu with
mark read options and other long press options.
2016-01-08 21:53:18 -08:00
David Sinclair
689c468563 iOS: fixed share bar alignment issue 2016-01-08 17:21:59 -08:00
David Sinclair
df6b098664 iOS: tweaked #825 (themes) 2016-01-07 21:12:58 -08:00
David Sinclair
d017a595ac Merge branch 'master' into 5.1 2015-12-21 19:35:57 -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
David Sinclair
8ad5b8b602 iOS: tweaked #825 (dark mode)
More tweaks to the theme handling, including the story CSS. The gesture
has been extended to make it easier to switch themes: it's still up for
light and down for dark (like a light switch), but swiping up again
will switch between the two light themes, and swiping down again will
switch between the two dark themes.
2015-12-20 22:04:55 -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
David Sinclair
fd9ab3ae9b Merge branch 'master' into 5.1 2015-12-19 20:20:02 -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
Nicholas Riley
603468d297 iOS: Fix Force Touch shortcuts not working on first launch.
Also makes them continue to work when you change the bundle identifier (necessary if you want to keep a self-compiled version of NewsBlur at the same time as the official version).
2015-12-16 21:57:05 -05:00
Nicholas Riley
b04b7c7832 iOS: Set search field cursor color to the same as text color (#825). 2015-12-16 21:21:52 -05: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
David Sinclair
4c85ee2ac3 iOS: tweaked #825 (dark mode)
Fix for accessing [Preferences & Find
Friends](https://github.com/samuelclay/NewsBlur/commit/07e667a95dbb6ac8c
1ab1bfac80e5ffb83e7d9ba#commitcomment-15023182) on iPhone.
2015-12-16 11:21:47 -08:00
Samuel Clay
7ce9dd0a46 Merge branch 'master' into 5.1
* master:
  Android v4.6.1.
  Adding a note about OAuth to the API.
2015-12-16 10:01:46 -08:00
Samuel Clay
378c421d8b Android v4.6.1. 2015-12-16 10:01:34 -08:00
David Sinclair
07e667a95d iOS: tweaked #825 (dark mode)
Eliminated the old WYPopoverController from the code, since it isn’t
needed and isn’t compatible with theming.  All popovers now use the
modern UIPopoverPresentationController mechanism.
2015-12-15 12:37:18 -08:00
David Sinclair
1b31f27276 iOS: tweaked #825 (dark mode)
Fix for feeds header counts.
2015-12-14 20:44:28 -08:00
Samuel Clay
cd0f6e3a98 Adding a note about OAuth to the API. 2015-12-14 10:56:57 -08:00
David Sinclair
592bc7559a iOS: tweaked #825 (dark mode)
Fixes for more of @nriley’s reported issues.
2015-12-13 21:46:07 -08:00
David Sinclair
746a2f76ea iOS: tweaked #825 (dark mode)
Fix for @nriley’s reported issue of Tap on a story > Go back to the
story list > Tap on the next story on iPhone.
2015-12-12 15:42:39 -08:00
David Sinclair
b6a54ad206 Merge branch 'master' into 5.1 2015-12-11 18:55:20 -08:00
Samuel Clay
27cf1f1a10 Fixing issue with missing story_hash param returning an httpresponse instead of a json dict. 2015-12-11 17:11:27 -08:00
Samuel Clay
c0bff9962c Forgot to remove extra slash from shared story URLs. Fixes c61a261634. 2015-12-11 17:08:25 -08:00
Samuel Clay
35961363ce Fixing bug where stories that were hidden but made temporarily visible and then hidden again would retain their visibility setting and still be accessible via keyboard (but not visible on the page). 2015-12-11 15:01:57 -08:00
Samuel Clay
f244640f02 iOS v5.0.3. 2015-12-11 15:01:57 -08:00
Samuel Clay
47f5b70eeb Android v4.6.1b2. 2015-12-11 15:01:57 -08:00
David Sinclair
d381f59154 NewsBlur: tweaked #825 (dark mode)
Fix for about:blank flashing.
2015-12-10 15:07:25 -08:00
Samuel Clay
98212c3a0c Merge branch 'master' into 5.1
* master: (25 commits)
  iOS v5.0.3.
  Android v4.6.1b2.
  Changing facebook api scope.
  Using https as a scheme for all preview embeds.
  Adding two spam domains
  Adding instagram, twitter, and imgur story embeds.
  reverted to hard-coded HTTPS scheme
  Fix crash where folders in /reader/feeds contain a null.
  Add debug for long-held wakelocks.
  Remove unused method.
  Add some optional debug logging to go after DB races in platform 4.x.
  Improve sync status messaging during unread recounts. Add some debug logging.
  Fix Android registration error crashes. (#831)
  Fix readability of sync status message in light theme.
  Add progress indication in sync status when coming back from being offline.
  fixed hard-coded 'https' in URLs
  fixed UnicodeDecodeError in folder_rss_feed view
  Fix style overrides so dynamic-loaded content (like tweets and instagrams and youtubes) all have good sizing. Also add some comments.
  PEP8 fixes
  smart_unicode instead of unicode
  ...
2015-12-10 13:05:34 -08:00
Samuel Clay
68faaf5bf9 Merge pull request #845 from nriley/force-touch
iOS: Use force ratio instead of absolute force.
2015-12-10 13:48:30 -07:00
Samuel Clay
cc4359e4f8 iOS v5.0.3. 2015-12-10 12:45:20 -08:00
Samuel Clay
3d8f7806a2 Android v4.6.1b2. 2015-12-10 12:45:19 -08:00
Samuel Clay
24e4bae08d Merge pull request #839 from sv0/unicode_fixes
Unicode fixes
2015-12-10 13:43:47 -07:00
Samuel Clay
a8a42726e1 Merge pull request #846 from dosiecki/master
Android: Bugfixes
2015-12-10 13:18:42 -07:00
Samuel Clay
8fa5c412eb Changing facebook api scope. 2015-12-10 11:41:57 -08:00
Samuel Clay
7cab8cc0e6 Using https as a scheme for all preview embeds. 2015-12-09 17:47:19 -08:00
Samuel Clay
6bcb629bb1 Adding two spam domains 2015-12-09 17:21:42 -08:00
Samuel Clay
9420924c1d Adding instagram, twitter, and imgur story embeds. 2015-12-09 15:11:32 -08:00
Slavik Svyrydiuk
3a77fc06bb reverted to hard-coded HTTPS scheme 2015-12-09 21:44:01 +01:00