Commit Graph

525 Commits

Author SHA1 Message Date
Stuart Breckenridge ca730c9f3d
NewsBlur now authenticates 2020-12-05 16:46:03 +08:00
Stuart Breckenridge 8e8a95efaf
FeedWrangler Authenticates 2020-12-05 16:13:43 +08:00
Stuart Breckenridge d91f9967fd
Feedbin now authenticates 2020-12-05 09:53:10 +08:00
Stuart Breckenridge 6bc0728fdb
Add account sheets are now showing 2020-12-04 09:15:37 +08:00
Stuart Breckenridge 0dac343748
AddNewsBlurAccountView.swift 2020-12-03 13:19:15 +08:00
Stuart Breckenridge 8ba6c5fc18
AddFeedWranglerAccountView 2020-12-03 13:15:00 +08:00
Stuart Breckenridge c88989d07e
AddCloudKitAccountView.swift 2020-12-03 13:03:58 +08:00
Nate Weaver a33d42ba66 Replace the single usage of a Log object with os_log() 2020-12-02 07:57:48 -06:00
Stuart Breckenridge 1efaac4802
AddFeedbinAccountView.swift spacing 2020-12-02 21:46:00 +08:00
Stuart Breckenridge b9299329cb
AddFeedbinAccountView.swift 2020-12-02 21:40:26 +08:00
Stuart Breckenridge 2bfeeda239
AddLocalAccountView.swift 2020-12-02 21:19:33 +08:00
Stuart Breckenridge 21a9d3d3dc
add local account view 2020-12-02 21:09:59 +08:00
Stuart Breckenridge 08735c75ef
macOS Multiplatform is building again 2020-12-02 20:37:42 +08:00
Maurice Parker 77743f734d Fix undo manager compile error 2020-11-04 17:13:58 -06:00
Maurice Parker 89d0765f9b Add article text size to the app defaults 2020-11-04 17:13:02 -06:00
Maurice Parker 5900b748be Filter the NetNewsWire share menu item from the NetNewsWire share menu 2020-11-02 16:27:13 -06:00
Maurice Parker b6c66a7f2c Remove unnecessary system notification checks 2020-10-30 09:47:30 -05:00
Maurice Parker 7c91a1df3a Change NetNewsWire News URL to use the XML version since some sync services don't understand JSON. 2020-10-29 17:52:58 -05:00
Maurice Parker be35382f70 Update Feedbin icon to the new design. 2020-10-23 15:44:55 -05:00
Maurice Parker 4284ea26c8 Merge branch 'mac-release' into main 2020-10-18 16:37:00 -05:00
Maurice Parker 461f0f35d1 Update to use the Big Sur style icon for the 6.0 release. 2020-10-06 19:03:32 -05:00
Kiel Gillard 🤪 056aadec14 Multiplatform: activate the app so users can see the results of their actions. 2020-09-30 09:38:53 +10:00
Brent Simmons 0aff2c3311 Turn off sandboxing. 2020-09-14 22:09:26 -07:00
Brent Simmons c684a08f5b Use correct URLs for Sparkle updates. 2020-09-09 22:50:02 -07:00
Maurice Parker cf8dbb26f7 Resolve issue where we could have a web view deallocated before getting displayed. 2020-09-01 18:54:46 -05:00
Maurice Parker acaeb4164a Fix issue where web views that never readied themselves would clog up the queue. 2020-09-01 18:27:55 -05:00
Rizwan Mohamed Ibrahim 7e9db1d218
Fix import/export subscriptions
Beta 6 has changed the way import and export works. It's changed from
a environment variable to view modifier now.
2020-08-28 23:01:58 +05:30
Maurice Parker 4c221058d8 Don't insert the web view into the queue until the preload process has already started. 2020-08-26 18:08:43 -05:00
Maurice Parker cddd5cebff
Merge pull request #2338 from stuartbreckenridge/hotfix/2335
Hotfix/2335
2020-08-15 02:11:08 -05:00
Stuart Breckenridge 0151713de3
Multiplat mac now uses URL extension 2020-08-15 15:08:07 +08:00
Stuart Breckenridge 78b6b1615c
Delete ReleaseNotes.swift 2020-08-15 15:03:21 +08:00
Stuart Breckenridge ddbf0fffb6
Fixes #2335
The `ReleaseNotes` struct has been replaced with an extension on URL. Release Notes can now be opened on all versions of NNW.
2020-08-15 15:01:00 +08:00
Stuart Breckenridge 3610f71ac2
Adds accentColor to toggle 2020-08-15 14:34:20 +08:00
Stuart Breckenridge e3a221befd
Moves feed deletion to Feeds section 2020-08-15 14:31:56 +08:00
Stuart Breckenridge 06826a23bb
Partially fixes #566
• Adds a preference to show alerts to confirm deletion of feeds (default is true) and this is configurable in Settings / Preferences

• Supports single (iOS/macOS) and multiple selection (macOS) for deletion

• Until folders are selectable (future beta, hopefully), selecting them for deletion is disabled.
2020-08-15 09:37:18 +08:00
Maurice Parker 9218b4d95c
Merge pull request #2330 from stuartbreckenridge/ios-multiplat-updates
Multiplatform updates
2020-08-14 15:59:42 -05:00
Maurice Parker 24f1371a9a Fix can't delete without selecting in sidebar but for Multiplatform 2020-08-14 15:36:19 -05:00
Stuart Breckenridge 0a51508abf
Reduces reliance on presentationMode to dismiss
Bindings are passed instead and this fixes issues with Add Web (etc) only appearing once.
2020-08-14 00:04:39 +08:00
Stuart Breckenridge 7aab8c87fb
Removes more @ViewBuilders 2020-08-13 22:25:34 +08:00
Stuart Breckenridge 5682f659b2
Removes another @ViewBuilder 2020-08-13 22:22:33 +08:00
Stuart Breckenridge 316edadb66
Fixes display issues on Inspectors 2020-08-13 22:21:31 +08:00
Stuart Breckenridge de590248b3
Fixes inspector sizing and removes kb shortcuts 2020-08-13 19:16:17 +08:00
Stuart Breckenridge ffc5978a82
Fixes add account sheet sizing
Picker images don’t resize so they’ve been commented out
2020-08-13 12:20:22 +08:00
Stuart Breckenridge 13e28f6f3f
Removed force unwrapping 2020-08-13 09:28:11 +08:00
Stuart Breckenridge 264cc6c87c
Removed build version from release notes url 2020-08-13 09:20:12 +08:00
Stuart Breckenridge f1e3a19804
Fixes #291
Release notes added to Settings (iOS) and Help Menu (macOS)
2020-08-13 08:24:54 +08:00
Stuart Breckenridge cacc96fa5e
Code alignment. 2020-08-12 21:44:46 +08:00
Stuart Breckenridge 3ae4a85969
Removes @ViewBuilder from `var body` 2020-08-12 21:04:56 +08:00
Stuart Breckenridge 646a3190e5
Fixes #2280 2020-08-12 18:12:21 +08:00
Stuart Breckenridge 36acd84c14
Removes #warning
(Also .preferredColorScheme(AppDefaults.userInterfaceColorScheme) is still needed on macOS Settings)
2020-08-10 08:50:46 +08:00
Stuart Breckenridge cd20632b5d
Adds sidebar toggle image to app assets 2020-08-10 08:36:31 +08:00
Stuart Breckenridge dadff04da5
Removes padding. 2020-08-10 08:31:10 +08:00
Stuart Breckenridge 88ee63ba68
Adds #warning message for AppKit usage. 2020-08-10 08:28:17 +08:00
Stuart Breckenridge 94a9557ba6
Adds sidebar toggling from toolbar. 2020-08-10 08:01:16 +08:00
Stuart Breckenridge cd8c32055b
Resolves crash when switching between panes 2020-08-05 20:06:44 +08:00
Stuart Breckenridge 1d0c47a1bd
Changes Preferences to use TabBar
This appears to crash when selecting a different pane.
2020-08-05 11:45:24 +08:00
Maurice Parker 4067e1edd7 Make the mark all as read raster image a template so that it renders in the correct color 2020-08-04 21:19:03 -05:00
Maurice Parker 7365b25fec Add SidebarCommands to main menu 2020-08-04 21:11:06 -05:00
Maurice Parker 269677121e Removed Commands from iOS build since they aren't supported there anymore 2020-08-04 18:19:48 -05:00
Maurice Parker b724658528 Refactor how we do Secrets to work with the new Swift Package structure 2020-07-30 17:40:45 -05:00
Maurice Parker ce04c82520 remove RSCoreResources import that shouldn't have been there 2020-07-30 07:47:43 -05:00
Maurice Parker 2fbee1eb03 Convert RSDatabase into swift packages 2020-07-29 19:48:54 -05:00
Maurice Parker 32d6d2f3c1 Convert RSCore into an SPM package 2020-07-29 05:11:57 -05:00
Maurice Parker ff829c0e59 Stop skipping the Today feed when finding next unread and looping around 2020-07-27 21:21:11 -05:00
Maurice Parker ecefe59a5e Skip the current folder for next unread 2020-07-27 21:01:32 -05:00
Maurice Parker 855907404e Use custom user agent for web views 2020-07-27 19:25:39 -05:00
Maurice Parker b77e2164cd Revert using combine for toolbar buttons as it was inconsistent with context menus 2020-07-27 15:43:58 -05:00
Maurice Parker c3ca910e20
Merge pull request #2305 from rizwankce/add-toolbar-button-menu
Add toolbar button menu
2020-07-27 11:50:24 -05:00
Maurice Parker a48c894985 Make macOS timeline load synchronous and add an id to list that changes when the feed selection changes to reset the scroll 2020-07-27 10:36:37 -05:00
Maurice Parker 6b08b1e48b Revert "Switch to using LazyVStack for the Timeline"
This reverts commit 9878ca4b17.
2020-07-27 10:24:32 -05:00
Maurice Parker 9878ca4b17 Switch to using LazyVStack for the Timeline 2020-07-27 08:19:34 -05:00
Rizwan Mohamed Ibrahim 2528d1e9d7
Add Twitter and Reddit button actions 2020-07-27 13:43:07 +05:30
Rizwan Mohamed Ibrahim 2987c9742e
Remove action sheet var on sidebar toolbar model 2020-07-27 13:41:23 +05:30
Rizwan Mohamed Ibrahim 177c18d4ea
Adds Menu for "Add" tool bar button 2020-07-27 13:39:39 +05:30
Maurice Parker dbe662b7db Implement Select Next Unread using Combine 2020-07-26 17:17:02 -05:00
Maurice Parker 4c1061cfba Fix bug that caused currently selected item to not be found on next unread 2020-07-26 16:00:00 -05:00
Maurice Parker 2efc0a17a9 Make Sidebar expansion state available to SidebarModel 2020-07-26 15:31:32 -05:00
Maurice Parker 539685586e Reenable Timeline context menus 2020-07-26 13:57:50 -05:00
Maurice Parker 9e1e55ac8d Delete commented code 2020-07-26 12:05:37 -05:00
Maurice Parker c195d6f8f0 Delete old code 2020-07-26 12:04:53 -05:00
Maurice Parker d1b015ce21 Add download events to timeline management 2020-07-26 12:00:57 -05:00
Maurice Parker fbf0c60d55 Make fetch articles an async process 2020-07-26 11:05:18 -05:00
Maurice Parker 2217dc492f Moved title update to the correct func for subscription 2020-07-26 07:54:04 -05:00
Maurice Parker bb1b7ad0b0 Clear selected articles when selected feeds changes 2020-07-26 07:37:17 -05:00
Maurice Parker 5a267485c3 Remove status fade animation since it was interfering with the selection scrolling 2020-07-26 07:29:37 -05:00
Maurice Parker 71acfb524d Move onReceive to container view for timeline 2020-07-26 07:18:05 -05:00
Maurice Parker a3459bc57a Move onReceive to container where it belongs 2020-07-26 07:06:00 -05:00
Noelle Leigh 4dafe95478 Fix Multiplatform/iOS/Settings/SettingsModel.swift 2020-07-26 05:47:02 -04:00
Maurice Parker 028eccfaf9 Delete old and dead error handling code 2020-07-25 19:47:15 -05:00
Maurice Parker 4fe40f9ed6 Add replay so that iOS filters work 2020-07-25 19:44:50 -05:00
Maurice Parker 4d8e8dab47 Remove caveman debugging 2020-07-25 19:34:02 -05:00
Maurice Parker 59528f48b1 Reimplement Article Read Filter 2020-07-25 19:14:59 -05:00
Maurice Parker 8f346af250 Merge branch 'main' of https://github.com/Ranchero-Software/NetNewsWire into main 2020-07-25 18:53:54 -05:00
Stuart Breckenridge b8e201e5d0
Fixes #2298 2020-07-26 07:36:24 +08:00
Maurice Parker a1cbca8a0b Remove replays that were making things strange on macOS 2020-07-25 17:31:34 -05:00
Maurice Parker d83ca618fb Reimplement open in browser toolbar button functionality 2020-07-25 16:56:38 -05:00
Maurice Parker 628f349448 Fix previous and next article API's 2020-07-25 16:33:40 -05:00
Maurice Parker 67eb319703 Make selected articles available to Share dialog 2020-07-25 16:28:23 -05:00
Maurice Parker 8b1aa3e88a Reimplement Mark All as Read toolbar item 2020-07-25 16:19:22 -05:00
Maurice Parker d28a672378 Reimplement starred toolbar toggle 2020-07-25 16:12:12 -05:00