Commit graph

1157 commits

Author SHA1 Message Date
David Sinclair
8392088e98 #1328 (feed detail submenu)
- Done. Much easier with my generic menu class.
2020-06-29 15:37:55 -07:00
David Sinclair
5003b3edd8 #1336 (dark mode newsletters)
- Added the NB-newsletter class to the story HTML when a newsletter.
2020-06-29 15:20:08 -07:00
David Sinclair
e8bfbc97b9 #1329 & #1331 (changing to native fullscreen)
- Fixed issue of scrolling up on a short story jumping a bit.
- Fixed the feed bar showing when scrolling between stories.
- Fixed the feed bar showing correctly when going into and out of fullscreen.
- Fixed the status bar background.
- Cleaned up temporary code.
- (This was all harder than expected.)
2020-06-28 17:09:50 -07:00
David Sinclair
fb3ccf2bfb #1329 & #1331 (changing to native fullscreen)
- Work in progress; see followup comment.
2020-06-20 21:31:21 -07:00
David Sinclair
f7a19397ac #1330 (dark fullscreen status bar color)
- Fixed.
2020-06-18 21:31:19 -07:00
David Sinclair
155c14b4e3 #1332 (muting tweaks)
- Fixed all muted sites becoming unmuted when muting via feed detail.
- Fixed OFF label display bug.
2020-06-18 21:10:46 -07:00
David Sinclair
24e7d5c91a Merge branch 'refs/heads/dejal' into catalyst 2020-06-18 16:06:46 -07:00
David Sinclair
074ddb390b #1311 (YouTube fullscreen)
- Added a preference on iPad to show videos inline or full-screen. Defaults to inline.
- This preference only applies after the app is restarted, as it's a configuration option of the web view, that has to be set on creation.
2020-06-15 21:26:05 -07:00
David Sinclair
76986f504b #1325 (show muted sites in All feeds view)
- Muted sites now appear in All feeds view.
- They don't appear in the other views.
- They have the same muted icon as on the web.
2020-06-15 19:57:06 -07:00
David Sinclair
aeb98505b9 #1325 (show muted sites in All feeds view)
- Fixed the Mute Sites view not showing the OFF state correctly when initially displayed.
2020-06-15 16:14:16 -07:00
David Sinclair
5e3d46a789 #1326 (hide feed detail search bar) 2020-06-13 16:18:52 -07:00
David Sinclair
08d8604d32 #1298 (saved searches)
- Saved searches (if any) are now listed near the bottom of the feeds list.
- When one is tapped, the folder or feed is displayed and the search performed.
- When showing a saved search, a Delete Saved Search command appears at the top of the menu.
- When showing a non-saved search, a Save Search command appears in the menu.
2020-06-11 21:02:22 -07:00
David Sinclair
9466efe171 Merge branch 'refs/heads/dejal' into catalyst 2020-06-08 19:08:31 -07:00
David Sinclair
7c208649ef #1298 (saved searches)
- Work in progress.
2020-05-27 21:26:44 -07:00
David Sinclair
bfe81aff54 #1304 (not restoring state)
- Fixed issue with background operations that could result in the app getting killed.
2020-05-26 15:35:53 -07:00
David Sinclair
275b3c4a73 #1306 (status bar during fullscreen)
- When the status bar is shown and nav bar hidden, now shows the feed gradient.
- Fixed incorrect scrolling when going to a story that shows the bar.
- Fixed the status bar background not showing up.
- Fixed the traversal buttons sliding down on first appearance.
2020-05-26 14:13:46 -07:00
David Sinclair
50e1c2a117 #1309 (theme in story detail view)
- It was already there, just not showing that row.
2020-05-22 19:33:57 -07:00
David Sinclair
f710536aad Fixed #1314 (persistent "All Done")
- Now hides the notifier when returning to the feeds view.
2020-05-22 14:11:14 -07:00
David Sinclair
2fe4d68787 Merge branch 'refs/heads/dejal' into catalyst 2020-05-21 15:29:20 -07:00
David Sinclair
c3a725ad7c Merge branch 'refs/heads/master' into dejal 2020-05-21 15:21:41 -07:00
Samuel Clay
b829461ee2
Merge pull request #1283 from jimmgarrido/add-edge-browser
Add Edge as a browser option
2020-05-01 10:02:40 -04:00
David Sinclair
58d62f26ac #1306 (status bar during fullscreen)
- Now uses an opaque color instead of a nice gradient behind the status bar.
2020-04-24 20:58:20 -07:00
David Sinclair
0479e745ed #1294 (move to new folder)
- Excluded the Infrequent folder.
2020-04-24 19:46:26 -07:00
David Sinclair
facc9bdc6a #1293 (invalid permalink)
- Checks for an invalid permalink, and tries to make it valid.
2020-04-22 20:18:06 -07:00
David Sinclair
89a089c5b1 #1306 (status bar during fullscreen)
- Fix.
2020-04-22 19:53:17 -07:00
David Sinclair
0659438f57 #1306 (status bar during fullscreen)
- Added a “Hide status bar” preference below the “Full screen” one.
- It is only shown when “Full screen” is on.
- Defaults to on, which does the previous behavior.
- If turned off, the status bar remains visible when scrolling to full-screen.
- In this situation, a fade-out gradient will be shown under the status bar, so the story content dims to avoid conflicting with the status bar content.
2020-04-22 19:31:08 -07:00
David Sinclair
f8a3acc2be #1294 (move to new folder)
- Added an option to move to a new folder to the feed detail’s Move to Another Folder menu option.
- Displays an alert to enter the name, then adds the folder and does the move.
2020-04-21 20:37:51 -07:00
David Sinclair
679a4c846d #1301 (white flash in dark mode)
- Added a tiny delay when loading the full story HTML to give the web view time to render the page.
2020-04-21 16:05:31 -07:00
David Sinclair
26bce2edb0 Xcode 11.4 tweaks 2020-04-06 08:54:15 -04:00
David Sinclair
ce608c9c92 #1290 (state restoration)
- Now doesn’t select a story if the appropriate one can’t be found.
- Left commented out the old behavior of selecting the first unread, in case you change your mind.
2020-04-06 08:54:15 -04:00
David Sinclair
e8f6fef5ec #1247 (Mac Catalyst edition)
- It’s alive, ALIVE!
- You can now build and run NewsBlur for macOS!
- Still lots of issues, including the story CSS not rendering properly, but it works.
- Plus of course making things more Mac-like, like modal views as real windows, etc.
- Committed to a new branch, since not ready for prime time.
2020-03-29 16:21:00 -07:00
David Sinclair
6b25a697a7 #1270 (replacing UIWebView with WKWebView)
- Replaced NJKWebViewProgress with a WKWebView-compatible progress bar in the Original view.
2020-03-28 19:39:35 -07:00
David Sinclair
dfa0eb944a #1270 (replacing UIWebView with WKWebView)
- Tweaks for Xcoce 11.4.
- Web view fixes.
2020-03-27 20:42:33 -07:00
David Sinclair
fcd684b6eb Merge branch 'dejal' into wkwebkit 2020-03-27 19:53:00 -07:00
David Sinclair
eefde0d5a9 Merge branch 'master' into dejal 2020-03-24 17:05:53 -07:00
David Sinclair
334fb705d9 #1290 (state restoration)
- Now doesn’t select a story if the appropriate one can’t be found.
- Left commented out the old behavior of selecting the first unread, in case you change your mind.
2020-03-24 17:05:22 -07:00
Samuel Clay
48c6aa6dea Renaming mark story on scroll preferences. iOS v10.0.1. 2020-03-24 14:21:39 -04:00
David Sinclair
c3556b06b8 Merge branch 'dejal' into wkwebkit 2020-03-23 19:37:25 -07:00
David Sinclair
28fd3999aa #1289 (autoscroll buttons state) 2020-03-13 20:56:57 -07:00
David Sinclair
7219bc8df4 #1287 (mark read on scroll)
- Added a preference to override the mark read on scroll option per feed/folder.
- If off, changing the feed menu item toggles the global preference.
- If on, changing it only affects that feed.
2020-03-13 20:36:25 -07:00
David Sinclair
1a6d408f9b #1287 (feed-specific mark read on scroll) 2020-03-12 20:30:02 -07:00
David Sinclair
383384b6df #1270 (replacing UIWebView with WKWebView)
- All app-specific uses of UIWebView have been replaced with WKWebView.
- Some third-party uses remain.
- More testing required.
- Note that I’ve bumped the minimum iOS version to iOS 11, since that is needed for WKWebView support.
- Committing to a new branch until ready.
2020-02-23 15:21:32 -08:00
David Sinclair
1692e581d9 #1273 (making dark themes darker)
- The Dark theme now uses pure black for the story background, and some other darker colors.
- The Medium theme now also uses darker colors.
2020-02-20 20:32:49 -08:00
David Sinclair
fd605e079d #1281 (iPad widget issues)
- I managed to reproduce the layout issue, so have implemented a check and correction for it.
2020-02-20 19:32:59 -08:00
David Sinclair
48f1e5cd3b #1279 (status bar color)
- Fixed the status bar (i.e. clock) color when in dark mode with a light theme.
- Fixed navigation titles in that situation too.
2020-02-20 18:39:12 -08:00
David Sinclair
9cc687df3f #1284 (subscription text)
- Embiggened.
2020-02-20 13:56:33 -08:00
Jimmy Garrido
3f10bf866e Add Edge as a browser option 2020-02-13 20:23:31 -08:00
David Sinclair
ed30ad75e2 #1238 (statistics)
- Added Statistics to the preferences for the left swipe in the feeds list.
- A bit of refactoring to support displaying the popover from a cell on iPad.
2020-01-31 15:50:03 -08:00
David Sinclair
617ec8e45c #1238 (statistics)
Replaced icon.
2020-01-29 15:32:28 -08:00
David Sinclair
fa3f60a531 NewsBlur iOS: #1238 (statistics)
- Added a Statistics item to the feed detail menu (please provide an icon).
- This command will show the statistics web page in a popover on iPad, or pushed on iPhone.
- Extended the “original” view controller to support showing a custom page without changing the title or including the navigation bar buttons.
2020-01-28 16:10:16 -08:00