Stuart Breckenridge
|
0e2b8fd514
|
Adds `InspectorModel`
`InspectorModel` covers previous management of notifications, reader view, and name changes.
|
2020-07-18 21:21:59 +08:00 |
Stuart Breckenridge
|
dece406f56
|
Confirm changed to Done
|
2020-07-18 19:31:56 +08:00 |
Maurice Parker
|
1a46167355
|
Merge pull request #2277 from stuartbreckenridge/feature/feed-inspector
Update InspectorView.swift
|
2020-07-18 05:24:20 -05:00 |
Stuart Breckenridge
|
f525081f6e
|
Update InspectorView.swift
|
2020-07-18 18:23:07 +08:00 |
Maurice Parker
|
69c92e795b
|
Merge pull request #2276 from stuartbreckenridge/feature/feed-inspector
Inspector Views
|
2020-07-18 05:00:15 -05:00 |
Maurice Parker
|
e391b29353
|
Implement the Mark All as Read button
|
2020-07-18 04:58:46 -05:00 |
Maurice Parker
|
40e0a1b676
|
Launch with correct views instead of using placeholder text views
|
2020-07-18 04:35:44 -05:00 |
Stuart Breckenridge
|
8f8afb5dbb
|
Inspector View
Inspector Views for macOS and iOS
|
2020-07-18 17:34:04 +08:00 |
Maurice Parker
|
be60b112d0
|
Remove computed properties from TimelineItem
|
2020-07-17 20:55:18 -05:00 |
Maurice Parker
|
2a4a13ed13
|
Implement mark all as read in feed context menu for timeline
|
2020-07-17 20:29:53 -05:00 |
Maurice Parker
|
644e9da1c0
|
Implement open in browser timeline context menu item.
|
2020-07-17 20:08:49 -05:00 |
Maurice Parker
|
a102b9f63d
|
Add marking starred and read context menu items to Timeline
|
2020-07-17 19:46:05 -05:00 |
Maurice Parker
|
538d886bf4
|
Correct about/below mark as read to take into account multiple select
|
2020-07-17 18:15:42 -05:00 |
Maurice Parker
|
11bd3dce22
|
Change sidebar context menu to use trailing closure syntax
|
2020-07-17 18:05:26 -05:00 |
Maurice Parker
|
067041195d
|
Implement Mark Above and Mark Below context menu items.
|
2020-07-17 17:59:35 -05:00 |
Maurice Parker
|
37a84395fe
|
Add in missing file
|
2020-07-17 17:34:11 -05:00 |
Maurice Parker
|
048da0bf79
|
Separate the sidebar context menu into a standalone different file
|
2020-07-17 17:27:08 -05:00 |
Maurice Parker
|
78fdf0a0d0
|
Enable open in browser toolbar button.
|
2020-07-17 17:08:08 -05:00 |
Maurice Parker
|
74b878fa6f
|
Disable safari and share toolbar buttons when no articles are selected
|
2020-07-17 13:55:54 -05:00 |
Maurice Parker
|
fb691cc148
|
Fix type in branching graphic
|
2020-07-17 13:29:57 -05:00 |
Maurice Parker
|
ffa3afe83c
|
Change master branch to main branch in documentation
|
2020-07-17 13:27:41 -05:00 |
Maurice Parker
|
d9c117fc59
|
update CI to point to main
|
2020-07-17 11:15:27 -05:00 |
Maurice Parker
|
a6268b297f
|
Merge pull request #2274 from stuartbreckenridge/master
Adds timeline preview to viewing pane / improves dark/light changes on iOS
|
2020-07-17 10:30:18 -05:00 |
Stuart Breckenridge
|
19d4afc467
|
On macOS, just change the colorScheme
|
2020-07-17 22:33:38 +08:00 |
Stuart Breckenridge
|
b739f6dd61
|
Improves behaviour of dark/light changes on iOS
|
2020-07-17 22:18:10 +08:00 |
Stuart Breckenridge
|
ee69714b90
|
Adds timeline preview to viewing pane
|
2020-07-17 20:47:49 +08:00 |
Maurice Parker
|
39548f9420
|
Merge pull request #2273 from stuartbreckenridge/master
Adds a separate pane for viewing preferences
|
2020-07-16 21:07:32 -05:00 |
Stuart Breckenridge
|
cda315aa6b
|
Adds a separate pane for viewing preferences
Fixes #2183
|
2020-07-17 10:01:20 +08:00 |
Maurice Parker
|
8f7b8160a1
|
Make Timeline text layout like current apps
|
2020-07-16 19:36:20 -05:00 |
Maurice Parker
|
ba7fcd70c9
|
Do Reddit and Twitter parsing/formatting on a background thread during sync
|
2020-07-16 14:10:40 -05:00 |
Maurice Parker
|
84389e2cf4
|
Move from using views for the queue to using an array and remove unneeded flush of queue
|
2020-07-16 13:56:07 -05:00 |
Maurice Parker
|
cdf8ad1277
|
Remove web provider queue flush on multiplatform
|
2020-07-16 13:44:19 -05:00 |
Maurice Parker
|
2b0f6f4e77
|
Deselect articles when switching selected feeds
|
2020-07-16 12:27:40 -05:00 |
Maurice Parker
|
0425bb8ae3
|
Fix compile error caused by API change
|
2020-07-16 11:53:26 -05:00 |
Maurice Parker
|
e5bf13edca
|
Tweak API to stop web view controller rebuiding
|
2020-07-16 11:51:33 -05:00 |
Maurice Parker
|
14e1b7447f
|
Merge branch 'master' of https://github.com/Ranchero-Software/NetNewsWire
|
2020-07-16 11:42:22 -05:00 |
Maurice Parker
|
364bcf9d4d
|
Implement new ArticleView API for iOS
|
2020-07-16 11:42:07 -05:00 |
Maurice Parker
|
5f573fc985
|
Make article rendering stop flashing!
|
2020-07-16 11:14:05 -05:00 |
Maurice Parker
|
9836fb781c
|
Rename variable to make its intent clear
|
2020-07-16 10:53:54 -05:00 |
Maurice Parker
|
a2954d5c29
|
Merge pull request #2271 from Wevah/master
Set max-width of <object> to 100%
|
2020-07-16 09:58:08 -05:00 |
Nate Weaver
|
fc2d5b7b28
|
Set max-width of <object> to 100%
|
2020-07-16 09:21:42 -05:00 |
Maurice Parker
|
92f6ee3f42
|
Coalesce refresh progress updates
|
2020-07-15 21:32:56 -05:00 |
Maurice Parker
|
46762bf297
|
Implement refresh progress bar for macOS
|
2020-07-15 21:24:22 -05:00 |
Maurice Parker
|
69fa598d99
|
Enable refresh button on macOS
|
2020-07-15 20:09:11 -05:00 |
Maurice Parker
|
e34dbd48ee
|
Move error handling to SceneNavigationView
|
2020-07-15 20:06:29 -05:00 |
Maurice Parker
|
cf233f4825
|
Merge pull request #2259 from stuartbreckenridge/feature/mac-preferences
Mac Preferences
|
2020-07-15 19:16:19 -05:00 |
Stuart Breckenridge
|
c453882b4b
|
Adds Test/Release build downloading
Fixes #2182
|
2020-07-16 07:29:58 +08:00 |
Stuart Breckenridge
|
310cfaf66b
|
Tidies up AdvancedPreferences
|
2020-07-16 07:02:55 +08:00 |
Stuart Breckenridge
|
1b5b219e54
|
Restores storyboard to 36b4907e
|
2020-07-16 06:49:01 +08:00 |
Stuart Breckenridge
|
995278ac58
|
Enables check for updates
|
2020-07-16 06:43:11 +08:00 |