Commit Graph

6303 Commits

Author SHA1 Message Date
Maurice Parker cddd5cebff
Merge pull request #2338 from stuartbreckenridge/hotfix/2335
Hotfix/2335
2020-08-15 02:11:08 -05:00
Maurice Parker 3a844e6137
Merge pull request #2337 from stuartbreckenridge/delete-confirms
Partially fixes #566
2020-08-15 02:09:07 -05:00
Stuart Breckenridge 0151713de3
Multiplat mac now uses URL extension 2020-08-15 15:08:07 +08:00
Maurice Parker c7fe39791d Merge branch 'mac-candidate' into main 2020-08-15 02:06:31 -05: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
Maurice Parker 25528ec886 Remove image size constraints 2020-08-15 01:58:31 -05:00
Maurice Parker 64c548c13f Change filter button assets. Issue #2336 2020-08-15 01:45:47 -05: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 139df9ad51 Initial support for Twitter lists 2020-08-14 19:31:54 -05: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
Maurice Parker 24295639ae Set the total unread count in the subtitle when nothing is selected 2020-08-14 14:35:36 -05:00
Maurice Parker eccfd5e15b Finish macOS Share Extension 2020-08-14 10:25:55 -05:00
Maurice Parker ee033398c1 Implement share dialog UI 2020-08-13 20:09:42 -05:00
Maurice Parker 54275225a7 Stub out Share Extension 2020-08-13 18:03:39 -05:00
Maurice Parker 58f6a3e179 Update the Twitter User layout 2020-08-13 11:27:21 -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 618c835183
Removes RS packages 2020-08-13 19:56:53 +08:00
Stuart Breckenridge de590248b3
Fixes inspector sizing and removes kb shortcuts 2020-08-13 19:16:17 +08:00
Stuart Breckenridge a214a260a0
Adds SPM packages to multiplatform mac
it can now be archived
2020-08-13 17:22:46 +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
Maurice Parker ad48042e42 Use an operation queue to renew the Reddit access token so that we don't do it multiple times in a refresh cycle 2020-08-12 19:10:41 -05:00
Maurice Parker d6ed015514 Don't allow users to add Reddit or Twitter feeds if they don't have an extension configured. 2020-08-12 10:27:58 -05: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 6be14a099b
Adds RS* packages to ios-multiplatform
this allows it to build for physical devices
2020-08-12 16:25:53 +08:00
Maurice Parker 9a91648acc Remove sidebar toggle from the default set 2020-08-11 21:36:15 -05:00
Maurice Parker 38d01eb151 Add Sidebar toggle 2020-08-11 21:03:19 -05:00
Maurice Parker d05b450cc5 Use colorful smart feed icons on iOS 2020-08-11 20:41:20 -05:00
Maurice Parker f8cf5676e9 Don't allow Twitter or Reddit feeds to be added to accounts that can't handle them 2020-08-11 20:19:17 -05:00
Maurice Parker c4ad7c71fd Don't allow Twitter or Reddit feeds to be added to accounts that can't handle them 2020-08-11 17:33:48 -05:00
Maurice Parker 0835e789e5 Add cancel button to Twitter Add Feed 2020-08-11 17:07:36 -05:00
Maurice Parker 0cb0bc357a Rename AddWebFeed controller classes to AddFeed since they are now used for other feed types 2020-08-11 17:04:11 -05:00
Maurice Parker 9f9b12b6b3 Add Twitter Feed functionality 2020-08-11 16:46:26 -05:00
Maurice Parker e7f42905dc Add Reddit Feed adding functionality 2020-08-11 16:27:42 -05:00
Maurice Parker 0ec250ec24 Rewrite Add Feed and Add Folder to be separate dialogs 2020-08-11 15:00:31 -05:00
Maurice Parker 3188a80d25 Remove CSS rule that was interfering with Newsfoot styling 2020-08-11 10:32:54 -05:00
Brent Simmons c2d39318f9 Bump version to 5.0.3. 2020-08-10 22:17:08 -07:00
Brent Simmons 462753e06b Update credits. 2020-08-10 22:16:45 -07:00
Maurice Parker cb2eefa56a Implement new article extractor button for Big Sur 2020-08-10 17:34:12 -05:00