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
Samuel Clay
b756e7cd80
Fixing rotation issues on iphone and ipad when rotating in original view and returning back to story.
2015-12-01 15:17:46 -08:00
Samuel Clay
0117bbc815
No longer clearing story when opening original view. Also fixing rotation issues when returning to story detail from rotated original view.
2015-11-30 18:12:10 -08:00
Samuel Clay
7f5d516be8
Merge pull request #833 from nriley/searchbar
...
iOS: Don't scroll when going back to a story list (#832 )
2015-11-30 16:00:03 -08:00
David Sinclair
c9e02c600b
iOS: done #816 (replacing action sheets)
...
Only the older/newer long-press one; still have the story image one,
but I think that’s okay as-is since it has a title/alt text display.
Also removed some redundant code.
2015-11-29 18:08:44 -08:00
David Sinclair
05995eff64
iOS: done #820 (improve split view support)
2015-11-28 22:07:38 -08:00
Nicholas Riley
74dff538f3
iOS: Fix crash marking story as unread if no story has been displayed yet.
...
(NSArrays cannot contain nil; finishMarkAsRead: already did this correctly.)
2015-11-27 22:53:49 -05:00
Nicholas Riley
ccb83465ca
iOS: Don’t scroll the story titles table when returning to the feed detail view ( #832 ).
2015-11-27 22:24:58 -05:00
Samuel Clay
0d7c3a3528
Fixing #827 - double tapping was disabling scrolling but not turning it back on. This is in response to the fix #786 .
2015-11-23 11:14:03 -08:00