Maurice Parker
|
c75dc8b54d
|
Make sure that the error is displayed after the progress window is ended by doing an DispatchQueue.main.async on the error display.
|
2020-10-25 15:17:02 -05:00 |
Maurice Parker
|
807b2d3109
|
Don't delay hiding the progress bar unless we are animating it.
|
2020-10-25 12:46:25 -05:00 |
Maurice Parker
|
b0fc1eccca
|
Fix deprecation warnings for Xcode 12.2
|
2020-10-25 12:34:02 -05:00 |
Maurice Parker
|
cba900d4e4
|
Remove synchronous sync database status insert function.
|
2020-10-25 12:32:12 -05:00 |
Maurice Parker
|
45f5776b7e
|
Fix BazQux feed adds since they we always deleting themselves.
|
2020-10-24 21:51:14 -05:00 |
Maurice Parker
|
7db18d2366
|
Remove unnecessary string creation
|
2020-10-24 21:39:15 -05:00 |
Maurice Parker
|
3e9f208dff
|
Getting the feed URL from the feed ID if it isn't supplied.
|
2020-10-24 21:37:18 -05:00 |
Maurice Parker
|
a273398317
|
Don't force unwrap Stream ID
|
2020-10-24 21:25:20 -05:00 |
Maurice Parker
|
8af61ea6ad
|
Add Inoreader AppID and Key compatibility
|
2020-10-24 21:25:00 -05:00 |
Maurice Parker
|
ecbd7d2f55
|
Enable adding accounts for the Reader API services.
|
2020-10-24 20:42:34 -05:00 |
Maurice Parker
|
1ab5323a43
|
Call completion handler when done updating statuses.
|
2020-10-24 20:40:06 -05:00 |
Maurice Parker
|
1917eb1007
|
Add various api base urls for Reader API
|
2020-10-24 19:38:47 -05:00 |
Maurice Parker
|
6d9dcecd81
|
Prevent backgrounds from showing up when displaying symbol icons. Fixes #2523
|
2020-10-24 18:15:59 -05:00 |
Maurice Parker
|
ec66c08f9a
|
Make status marking asynchronous.
|
2020-10-24 17:17:46 -05:00 |
Maurice Parker
|
fa08b7d2e0
|
Prevent Twitter avatar image zooming on quoted Tweets.
|
2020-10-24 14:33:40 -05:00 |
Maurice Parker
|
6043cfc652
|
Add Inoreader, BazQux, and The Old Reader assets to iOS
|
2020-10-24 14:30:59 -05:00 |
Maurice Parker
|
09b5f53253
|
Add missing account type cases.
|
2020-10-24 14:23:48 -05:00 |
Maurice Parker
|
bc2a475936
|
Add Inoreader, BazQux, and The Old Reader assets
|
2020-10-24 14:18:01 -05:00 |
Maurice Parker
|
0a01a9f501
|
Display "(No Text)" if there isn't a title or summary for the timeline. Fixes #2391
|
2020-10-23 19:18:35 -05:00 |
Maurice Parker
|
d735ae91dc
|
Add a confirmation alert for the delete context menu so that it matches other delete functionality.
|
2020-10-23 16:54:20 -05:00 |
Maurice Parker
|
be35382f70
|
Update Feedbin icon to the new design.
|
2020-10-23 15:44:55 -05:00 |
Maurice Parker
|
7d940fed31
|
Use dedicated serial parsing queue instead of global queue to prevent unnecessary thread creation.
|
2020-10-23 12:52:03 -05:00 |
Maurice Parker
|
8cffd206ec
|
Change to use deselect instead of selecting a nil indexPath since deselect still animates correctly on iOS 14.
|
2020-10-22 19:48:09 -05:00 |
Maurice Parker
|
18726d061d
|
Remove zero duration animations.
|
2020-10-22 18:56:33 -05:00 |
Maurice Parker
|
642eb1ae33
|
Formatting cleanup
|
2020-10-21 17:57:27 -05:00 |
Maurice Parker
|
4ad3da30e1
|
Show correct error for already subscribed error.
|
2020-10-21 14:57:54 -05:00 |
Maurice Parker
|
86edb9aa33
|
Add more network activity indication. Fixes #780
|
2020-10-21 14:28:19 -05:00 |
Maurice Parker
|
884a83f6ba
|
Correct delete and restore of web feeds and folders for Reader API. Fixes #779
|
2020-10-20 19:19:10 -05:00 |
Maurice Parker
|
bab8a84df1
|
Check pending database while syncing to prevent statuses from shifting back. Fixes #1519
|
2020-10-20 18:22:53 -05:00 |
Maurice Parker
|
7030de089e
|
Speed up context menus by checking unread count instead of fetching articles everytime.
|
2020-10-20 17:59:54 -05:00 |
Maurice Parker
|
b7f9145a71
|
Update to the latest RSCore
|
2020-10-20 15:06:50 -05:00 |
Maurice Parker
|
73167e217c
|
Merge branch 'mac-release' of https://github.com/Ranchero-Software/NetNewsWire into mac-release
|
2020-10-20 15:02:37 -05:00 |
Maurice Parker
|
ef8709ed5c
|
Don't create the feed if it can't be downloaded.
|
2020-10-20 15:02:27 -05:00 |
Maurice Parker
|
a38e7f0182
|
Merge pull request #2516 from Wevah/main
Crasher fixes (main branch)
|
2020-10-20 14:14:56 -05:00 |
Maurice Parker
|
2d02295ce4
|
Merge pull request #2517 from Wevah/mac-release
Crasher fixes (mac-release branch)
|
2020-10-20 14:14:41 -05:00 |
Maurice Parker
|
64bb2e58e9
|
Update to RSCore with image scaling fix
|
2020-10-20 13:51:24 -05:00 |
Maurice Parker
|
8dbe5691e3
|
Update the user interface style on the main thread.
|
2020-10-20 13:45:28 -05:00 |
Nate Weaver
|
6588a141c2
|
Make sure range.location isn't out-of-bounds
Fix for #2512.
|
2020-10-20 12:11:20 -05:00 |
Nate Weaver
|
d504a4b1a8
|
Replace force-unwraps
Fix for #2513.
|
2020-10-20 12:11:09 -05:00 |
Nate Weaver
|
643b9f4659
|
Make sure range.location isn't out-of-bounds
Fix for #2512.
|
2020-10-20 12:05:52 -05:00 |
Nate Weaver
|
0f8ffb3e01
|
Replace force-unwraps
Fix for #2513.
|
2020-10-20 12:02:27 -05:00 |
Maurice Parker
|
006d02a824
|
Fix since query parameter so that we don't pull all the data all the time.
|
2020-10-19 20:44:16 -05:00 |
Maurice Parker
|
a95484852e
|
Force pull all the subscriptions if we don't recognize a folder name. Issue #1074
|
2020-10-19 19:32:56 -05:00 |
Maurice Parker
|
8a8096f11d
|
Merge pull request #2507 from Wevah/main
CSS fixes
|
2020-10-19 16:41:08 -05:00 |
Maurice Parker
|
23ea156cc0
|
Fix the ReaderAPI so that it updates name and folder when creating a subscription
|
2020-10-19 16:20:55 -05:00 |
Maurice Parker
|
af7795ee68
|
Disabled CI temporily until we get the profile created
|
2020-10-19 16:19:53 -05:00 |
Nate Weaver
|
d680cbb43e
|
Force our background-color on <body>
Some feeds, e.g. generated from newsletters, have internal <body> elements with background-colors that WebKit will move to the real <body>.
|
2020-10-19 12:03:40 -05:00 |
Nate Weaver
|
5dfb4dc369
|
Force tables with border="0" to have no border
|
2020-10-19 11:55:58 -05:00 |
Brent Simmons
|
def5d84647
|
Remove no-longer-used variable and fix warning.
|
2020-10-18 18:39:22 -07:00 |
Maurice Parker
|
0d36b276e9
|
Disable the Import Subscriptions menu item if there aren't any accounts that can import OPML files.
|
2020-10-18 20:32:10 -05:00 |