Maurice Parker
feff6d8cba
Merge branch 'main' of https://github.com/Ranchero-Software/NetNewsWire into main
2020-12-19 02:01:52 -06:00
Maurice Parker
614f0412a1
Change Reddit to ignore timeouts as errors
2020-12-19 02:01:42 -06:00
Brent Simmons
b49a92df2d
Start new TechNote documenting our dependencies.
2020-12-18 20:10:57 -08:00
Brent Simmons
cbf8927ca3
Use Extra Large and Extra Extra Large for text size settings language. Fix #2638 .
2020-12-18 19:36:55 -08:00
Brent Simmons
5e05da7bbb
Revise the text that tells the person to check their web browser for their Feedly login. Fix #2596 .
2020-12-18 18:43:13 -08:00
Brent Simmons
478b836968
Merge branch 'main' of https://github.com/Ranchero-Software/NetNewsWire into main
2020-12-18 18:39:46 -08:00
Brent Simmons
3ef86c01df
Bump Mac version to 6.0d1.
2020-12-18 18:39:30 -08:00
Maurice Parker
110d68e4b2
Change CloudKit error handling so that we still try to sync, even if we get some feed errors.
2020-12-18 16:13:26 -06:00
Maurice Parker
e66cc89ed7
Enhance Reddit error to have better instructions and include the original error text.
2020-12-18 16:12:49 -06:00
Maurice Parker
6631676f62
Change style of default buttons that close scenes to use the Done style.
2020-12-16 16:05:05 -06:00
Maurice Parker
d40d695d69
Stop processing the send status records if we don't have anymore in a valid state yet.
2020-12-16 10:26:25 -06:00
Maurice Parker
25a9731996
Enhance Feed Provider error handling. Fixes #2672
2020-12-15 21:39:19 -06:00
Maurice Parker
38f56f66b4
Change fix for CloudKit crashing bug in case this was causing syncing problems
2020-12-15 11:21:18 -06:00
Maurice Parker
da28c79202
Merge pull request #2670 from stuartbreckenridge/feature/widget-tweaks
...
Feature/widget tweaks
2020-12-15 10:31:18 -06:00
Stuart Breckenridge
ef8035bcdf
Widget Changes
...
• Feed favicons now sized to match the height of the article row
• Rounded font removed in lieu of default font
• accentColor corrected for dark mode
• Fixes an ~3pt alignment issue on the Today widget’s left VStack
• No content views have been updated with bigger text and explainers
• The small summary widget has been disabled
2020-12-15 19:56:50 +08:00
Stuart Breckenridge
42506ce427
package
2020-12-15 15:43:19 +08:00
Maurice Parker
8c95e62fc0
Don't use the feed icon for XKCD since it is always the current comic and doesn't scale down well. Fixes #2669
2020-12-14 21:36:47 -06:00
Maurice Parker
bcd4d4e076
Fix crashing bug that can happen if a CloudKit record gets into an invalid state.
2020-12-13 12:01:55 -06:00
Maurice Parker
69acfc5aa6
Suppress warning when building for iOS
2020-12-12 16:25:36 -06:00
Maurice Parker
3022f78434
Integrate PLCrashReporter. Fixes #2524
2020-12-11 18:09:36 -06:00
Maurice Parker
43a01c5501
Change to use standard Apple colors for darkmode. Fixes #2660
2020-12-11 15:29:31 -06:00
Maurice Parker
b0ae2255d1
Ensure that database status inserts are complete before continuing processing.
2020-12-10 17:38:57 -06:00
Maurice Parker
ea407fd8da
Ensure that database status inserts are complete before continuing processing. Fixes #2659
2020-12-10 17:28:19 -06:00
Maurice Parker
9790b7840d
Make sure we call the completion if we need to exit early.
2020-12-10 17:22:25 -06:00
Maurice Parker
fce8070ae7
Enhanced error handling.
2020-12-10 17:12:04 -06:00
Maurice Parker
2fbbdce46c
Don't use the SINCE parameter except for the main Twitter timeline to help with missing Tweets.
2020-12-10 15:44:54 -06:00
Maurice Parker
f5c0a29650
Restrict types of accounts that can be added based on Developer build flag. Issue #2663
2020-12-10 14:21:22 -06:00
Maurice Parker
2a3f41cbbf
Update Inspector windows for folders and smart feeds to look correct on Big Sur.
2020-12-09 17:24:55 -06:00
Maurice Parker
d3061f4d8a
Update the Inspector window title after a successful name update.
2020-12-09 17:12:58 -06:00
Maurice Parker
336f40db7f
Change the Inspectors to use the correct API's so that the sync services get updated. Fixes #2661
2020-12-09 17:09:28 -06:00
Maurice Parker
08e772cbd1
Move account to feed sync outside of folder to feed sync since it was stripping feeds before they had a chance to get used.
2020-12-09 16:27:52 -06:00
Maurice Parker
f06d4f7ef9
Hide the detail controller on deletes
2020-12-09 14:50:25 -06:00
Maurice Parker
89ed6d3ef8
Fix cell reuse issue
2020-12-09 13:01:12 -06:00
Maurice Parker
20ed7cd86d
Fix storyboard warnings
2020-12-08 20:54:22 -06:00
Maurice Parker
098141eb7f
Remove unused stylesheet substitutions.
2020-12-08 19:43:53 -06:00
Maurice Parker
6ef29e3927
Update the text size using JavaScript so that the web page doesn't reload. Fixes #2641
2020-12-08 19:00:56 -06:00
Maurice Parker
ac4f5d658d
Add confirmation dialogs for deactivating extensions. Fixes #2632
2020-12-08 16:54:34 -06:00
Maurice Parker
25fddb9bbe
Changed everything to use the new group name
2020-12-08 14:44:09 -06:00
Maurice Parker
c150d19b4e
Fix so that feeds won't get added locally when CloudKit errors and allow the removal of corrupted Feeds when found.
2020-12-08 13:28:50 -06:00
Maurice C Parker
ea0a440c7f
Update toolbar identifiers to those used in 6.0. Fixes #2653 and Fixes #2652
2020-12-08 12:51:34 -06:00
Maurice Parker
714ca69a99
Merge pull request #2657 from stuartbreckenridge/main
...
fixes #2655
2020-12-08 12:37:13 -06:00
Stuart Breckenridge
d8a56435ac
fixes #2655
...
fixes #2655
2020-12-08 15:04:25 +08:00
Maurice Parker
fce2975a25
Merge branch 'main' of https://github.com/Ranchero-Software/NetNewsWire into main
2020-12-08 00:48:38 -06:00
Maurice Parker
9ee16d3534
Don't use a back ground queue for doing dictionary lookups. Fixes #2656
2020-12-08 00:48:24 -06:00
Brent Simmons
ee33718bfb
Merge pull request #2650 from quanganhdo/NetNewsWire-2649
...
Fix FTS operators not working
2020-12-07 20:36:33 -08:00
Maurice Parker
df359db69f
Fixed the names of the accounts
2020-12-07 13:35:00 -06:00
Maurice Parker
608c11d872
Temporarily renaming files to handle case problems
2020-12-07 13:29:05 -06:00
Maurice Parker
45d2d83d7d
Fix resource name case
2020-12-07 13:24:36 -06:00
Maurice Parker
69b12b24f7
Changed names temporarily to fix case sensitivity
2020-12-07 13:23:10 -06:00
Maurice Parker
cca33e65eb
Fixed Asset names
2020-12-07 13:18:43 -06:00