Commit graph

1277 commits

Author SHA1 Message Date
David Sinclair
d5292613fb #817 (three column layout)
- Fixed deprecations.
2020-09-23 21:30:31 -07:00
David Sinclair
54516446fc Merge branch 'dejal' into catalyst 2020-09-22 20:52:27 -07:00
David Sinclair
54f59259cb #1373 (saved searches on unread)
- Saved searches now appear in all intelligence views.
2020-09-22 20:52:10 -07:00
David Sinclair
a0b628409e #817 (three column layout)
- Fixing deprecations.
2020-09-22 17:28:14 -07:00
David Sinclair
9f314033a5 Merge branch 'dejal' into catalyst 2020-09-21 20:33:46 -07:00
David Sinclair
165176cff6 #1372 (download bar appears when returning to feed list)
- Now only hides the bar if it was attempted to be hidden when not visible.
2020-09-21 20:33:31 -07:00
David Sinclair
8f7f485043 #817 (three column layout)
- Numerous changes for three-column layout support and other projects.
- Work in progress.
2020-08-29 21:19:32 -07:00
David Sinclair
5fe73d431b #817 (three column layout)
- Fixing warnings.
- Adding Swift subclasses of ObjC ones.
2020-08-27 21:26:12 -07:00
David Sinclair
35cc288e83 Warning fixes 2020-08-27 15:08:46 -07:00
David Sinclair
b38bff55e8 Missing brackets 2020-08-25 21:46:23 -07:00
David Sinclair
ca4a59f0d6 Merge branch 'dejal' into catalyst 2020-08-25 20:40:44 -07:00
David Sinclair
6d1b89040f #1340 (Open in Edge)
- Confirmed that the code already added to open in Edge works.
- Added an option to open in Brave while I was there.
2020-08-25 15:56:29 -07:00
David Sinclair
488100aaf5 #1357 (pull-to-refresh in feed detail)
- For feeds, not folders.
2020-08-24 21:40:31 -07:00
David Sinclair
8728408f9e Merge branch 'dejal' into catalyst
# Conflicts:
#	clients/ios/Classes/StoryDetailViewController.m
2020-08-24 13:18:58 -07:00
David Sinclair
9aaa39f0d0 #1350 (fullscreen vertical scrolling) & #1338 (fullscreen improvements)
- Several changes to improve the fullscreen experience, especially in vertical paging mode.
2020-07-31 16:10:09 -07:00
David Sinclair
4df24a0d6d #1342 (story selection fade)
- Fixed selection being reset.
2020-07-22 20:17:17 -07:00
David Sinclair
ef37602ee1 #1341 (back button color)
- I can’t get it to fail, but I noticed that the back button tint color is only set in the feed detail. It shouldn’t need to be set at all, so I’ve commented that out; let’s see if that makes it better or worse.
2020-07-21 21:17:29 -07:00
David Sinclair
028ef49d40 #1348 (scroll indicators theme)
- The views now set the indicator style for the theme.
2020-07-21 20:30:02 -07:00
David Sinclair
cb060546b3 #1344 (search loses focus)
- No longer resets the first responder when searching.
2020-07-21 20:00:09 -07:00
David Sinclair
d5884044be #1336 (dark mode newsletters)
- Made the background colors match the theme.
- Now detects newsletters when viewing by folder too.
2020-06-29 16:25:27 -07:00
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