Commit graph

647 commits

Author SHA1 Message Date
Samuel Clay
1fb69f5a3b Touch brighter story title in grey theme. 2016-01-28 11:31:18 -08:00
Samuel Clay
191658a353 Merge branch 'master' into 5.1
* master:
  Adding search to all hosts in fabfile.
  Android v4.7.0.
  iOS: Work around iOS 9 issue where training menu doesn’t appear the first time you select text.
  Adding logrotate for nginx.
  Premium accounts get feeds fetched at least once every 12 hours (for feeds that publish nothing).
  Flat feeds also gets user_id.
  Adding user_id to /reader/feeds.
  Boosting oauth authorization code expiration to 1 hour (from 60 seconds) to aid development.
  Adding MX DNS check on new users.
  Fixing valuerror when trimming on feeds that have bogus dates.
  Change find-next-unread to search forward then backward rather than forward in a loop.
2016-01-28 11:30:50 -08:00
Samuel Clay
19ad64c0b7 Feed gradients always get same color treatment. 2016-01-28 08:42:35 -08:00
Samuel Clay
f797cece69 Adjusting all four themes for feed list and story list views. Still need to work on story detail. 2016-01-28 08:42:35 -08:00
David Sinclair
7f0ffdf2b7 iOS: feed chooser
Mute Sites and Organize Sites views.
2016-01-27 20:52:09 -08:00
Nicholas Riley
6df864c7f7 iOS: Work around iOS 9 issue where training menu doesn’t appear the first time you select text.
Source of the workaround and more information at <http://stackoverflow.com/questions/32685198/>.
2016-01-24 12:01:12 -05:00
David Sinclair
c8d22f4594 iOS: done #813 (custom domain) 2016-01-21 22:11:37 -08:00
David Sinclair
b7d6611e05 iOS: fixed Move to Another Folder & Train This Site not displaying on iPhone 2016-01-21 20:04:43 -08:00
Samuel Clay
aaf6a164c5 Fixing share bar alignment issue that cropped up in 689c468 (as a result of @mihaip's 2cf5ec83da). 2016-01-21 14:01:25 -08:00
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
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
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
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
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
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
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
David Sinclair
d381f59154 NewsBlur: tweaked #825 (dark mode)
Fix for about:blank flashing.
2015-12-10 15:07:25 -08:00
Nicholas Riley
ec678a06e5 iOS: Fix first responder after exiting share view (#826). 2015-12-09 11:42:02 -05:00
Nicholas Riley
64fc3f2789 iOS: Keyboard support for story trainer (#826). 2015-12-09 11:20:36 -05:00
Nicholas Riley
edccacbd2c iOS: Make arrow keys switch stories too (#826). 2015-12-09 11:20:36 -05:00
Nicholas Riley
885463fa71 iOS: Select first story when navigating to previous story via keyboard if no story selected (#826).
Makes behavior consistent with the Web.
2015-12-09 11:20:35 -05:00
Nicholas Riley
52cfb516f0 iOS: Only display/respond to valid keyboard shortcuts (#826). 2015-12-09 11:20:35 -05:00
Nicholas Riley
d64c66dd62 More reliably focus the current page, again (#826). 2015-12-09 11:20:35 -05:00
Nicholas Riley
c659f1df04 Delegate to Web view for original story so you can scroll it with the keyboard (#826). 2015-12-09 11:20:35 -05:00
Nicholas Riley
2f6e6540bb Keyboard support for back buttons (#826).
Also focuses current story page more reliably.
2015-12-09 11:20:35 -05:00
Nicholas Riley
f268f5eb57 iOS: keyboard support for NewsBlurViewController (#826). 2015-12-09 11:19:13 -05:00
Nicholas Riley
b88e1cc5fc First pass at iOS keyboard support (#826). 2015-12-09 11:19:13 -05:00
Nicholas Riley
3e39a47de5 Merge branch 'master' into 5.1 2015-12-09 10:49:26 -05:00
Nicholas Riley
b3f7e46d35 iOS: Use force ratio instead of absolute force.
https://getsatisfaction.com/newsblur/topics/swiping-on-images-brings-up-image-menu-sometimes
2015-12-09 10:27:45 -05:00
Samuel Clay
d697b8424e UITouch -force crashes on ios 8. Swiping right to go from story detail to story list was crashing ios 8. 2015-12-07 20:16:35 -08:00
Samuel Clay
b0a4a5d28b Merge pull request #843 from nriley/fix-training
iOS: Fix long-press story training from feed detail view.
2015-12-07 19:43:32 -08:00
Samuel Clay
5fd3126316 Cut a bit too much when fixing rotation bugs. Closes #842. 2015-12-07 19:41:15 -08:00
David Sinclair
af2ab36297 iOS: done #825 (dark mode) 2015-12-07 16:09:49 -08:00
Nicholas Riley
839908def3 iOS: Fix long-press story training from feed detail view. 2015-12-06 11:17:17 -05:00
Nicholas Riley
ceee44f44d Don’t crash when trying to open a popover from keyboard when same popover is already visible. 2015-12-05 20:59:47 -05:00
Nicholas Riley
777da449a4 Remove mentions of UIPopoverController (fixes regressions in #820).
Also remove -[NBContainerViewController showSendToController:] which no longer does anything of the sort, and attempt to speed up popover-popover transition a bit by not animating.
2015-12-05 14:42:02 -05:00
Samuel Clay
2800f544fe Fixing #801. Now checking for try-feed earlier, as well as correcting for when it's not ready to be checked. Handles race condition on iPad. 2015-12-03 16:15:03 -08:00
Samuel Clay
d694993d8d V5.0.2. 2015-12-01 16:51:18 -08:00
Samuel Clay
ef25dbbe57 Correcting the display of error messages on feed detail view. Also hiding the error globe on empty folders. Lastly, when loading empty feeds/folders, scroll to show search bar. 2015-12-01 15:29:27 -08:00