Maurice Parker
|
2ae021960b
|
Move account files to the documents directory and out of the shared container. Issue #1784
|
2020-02-12 16:21:48 -08:00 |
Brent Simmons
|
01fc60916e
|
Move the operation queue from Account to ArticlesDatabase, which is the rightful owner.
|
2020-02-05 22:17:32 -08:00 |
Brent Simmons
|
d40eaed1f5
|
Begin moving the MainThreadOperationQueue from Account to ArticlesDatabase.
|
2020-02-05 21:23:23 -08:00 |
Brent Simmons
|
2d33de1205
|
Fix references to addOperation, which is now just add.
|
2020-02-05 21:18:29 -08:00 |
Maurice Parker
|
2017a2138f
|
Change to only send the unread counts init notification once during program load. Issue #1772
|
2020-02-03 10:28:34 -08:00 |
Brent Simmons
|
0b2ec6473a
|
Call the correct fetchUnreadCounts methd.
|
2020-02-01 15:16:24 -08:00 |
Brent Simmons
|
3f4c84e442
|
Use the new FetchUnreadCountsForFeedsOperation.
|
2020-02-01 15:01:47 -08:00 |
Brent Simmons
|
35adaa7a8c
|
Fetch the unread count for just one feed when that’s all that’s needed. Helps performance.
|
2020-01-29 23:09:38 -08:00 |
Brent Simmons
|
dc9243dcc7
|
Make fetching all unread counts an operation. Cancel it when the account is suspending. Turning things like this into operations goes to fixing the dreaded 0xdead10cc crashes.
|
2020-01-27 23:00:48 -08:00 |
Nate Weaver
|
6eac3781ba
|
Update to latest RSCore
Update use of OMPLString().
|
2020-01-13 22:20:57 -06:00 |
Kiel Gillard
|
745b5d8cb8
|
Fetch article contents from Feedly by ids rather than paging through streams up until the last successful sync date. Issues #1453 #1398 #1408 #1429
|
2020-01-11 10:45:45 +11:00 |
Brent Simmons
|
4ab5c25844
|
Add createStatusesIfNeeded API to Account, to use with syncing. (Needed for Feedly syncing, and could very well be needed for other systems too.)
|
2020-01-09 22:27:29 -08:00 |
Maurice Parker
|
7824939c30
|
Make OPML generate in a consistent order when the Web Feed name is the same. Issue #1545
|
2020-01-06 13:58:51 -07:00 |
Brent Simmons
|
db564d9cf9
|
Remove all references to fetchArticleIDsForStatusesWithoutArticles. Use fetchArticleIDsForStatusesWithoutArticlesNewerThanCutoffDate instead.
|
2019-12-17 21:15:20 -08:00 |
Maurice Parker
|
236f581d95
|
Update Feedbin to use fetchArticleIDsForStatusesWithoutArticlesNewerThanCutoffDate for missing articles.
|
2019-12-17 17:43:08 -07:00 |
Kiel Gillard
|
7ddcb2fc8e
|
Add optional completions to avoid race conditions involving these marked statuses.
|
2019-12-18 09:41:45 +11:00 |
Maurice Parker
|
b637a6f01b
|
Process the article downloads in smaller transaction groups to make possible to interrupt. Issue #1437.
|
2019-12-17 14:28:04 -07:00 |
Brent Simmons
|
567a971a1c
|
Remove no-longer-used fetchStatuses functions.
|
2019-12-16 23:09:46 -08:00 |
Brent Simmons
|
704ccb2927
|
Remove no-longer-used ensureStatuses functions.
|
2019-12-16 23:06:21 -08:00 |
Brent Simmons
|
e8045b0e8b
|
Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire
|
2019-12-16 22:46:24 -08:00 |
Brent Simmons
|
15184aa3f1
|
Finish changes mandated by DatabaseQueue changes.
|
2019-12-16 22:45:59 -08:00 |
Brent Simmons
|
51393967e2
|
Finish making Account and AccountManager compatible with DatabaseQueue changes.
|
2019-12-16 17:03:41 -08:00 |
Brent Simmons
|
3883d24ebe
|
Simplify FeedlySetUnreadArticlesOperation.
|
2019-12-16 16:26:35 -08:00 |
Brent Simmons
|
67f65545b3
|
Continue changes mandated by DatabaseQueue changes.
|
2019-12-16 15:55:37 -08:00 |
Brent Simmons
|
e700da9410
|
Mark appropriate functions as throws.
|
2019-12-16 15:32:08 -08:00 |
Brent Simmons
|
f2052f110f
|
Make updateUnreadCounts compatible with database changes.
|
2019-12-16 14:59:15 -08:00 |
Brent Simmons
|
9a36051d8a
|
Remove a reference to database.isSuspended.
|
2019-12-16 14:43:25 -08:00 |
Maurice Parker
|
9dad3f0540
|
Pass the account metadata to delegate on initialization
|
2019-12-16 14:19:55 -07:00 |
Maurice Parker
|
58b24f3349
|
Rename callback: to completion:
|
2019-12-14 18:01:34 -07:00 |
Maurice Parker
|
43bf65b7a6
|
Rename occurrences of completionHandler to completion.
|
2019-12-14 17:14:55 -07:00 |
Brent Simmons
|
45cdb7bea3
|
Create a fetchStatuses method that will optionally create statuses if needed. Callback gets Set<ArticleStatus> — or nil if the app is suspended.
|
2019-12-11 22:28:01 -08:00 |
Maurice Parker
|
e303d64c1d
|
Refresh feeds and sidebar when downloaded articles update all their unread counts. Issue #1430
|
2019-12-10 18:17:54 -07:00 |
Maurice Parker
|
b8ef6c7549
|
Don't process OPML file if it hasn't changed since it was last produced. Issue #1428
|
2019-12-10 14:10:07 -07:00 |
Maurice Parker
|
358f386c4b
|
Change progress view to use the most recent last fetch end time. Issue #1383
|
2019-12-09 18:34:26 -07:00 |
Brent Simmons
|
0b87531f2f
|
Make fetchStarredArticles an async call. Also have it respect subscribed-to feed IDs.
|
2019-12-07 22:23:44 -08:00 |
Brent Simmons
|
a561ea9484
|
Fetch unread article IDs async. Also: fetch only for feeds currently subscribed-to. Fix #1218.
|
2019-12-07 20:57:23 -08:00 |
Brent Simmons
|
a5c1341b0c
|
Resume databases for all accounts before resuming anything else, so that notifications don’t trigger database calls.
|
2019-12-04 22:11:20 -08:00 |
Maurice Parker
|
95c1b36fe7
|
Change order of suspending steps to prevent work from going to a suspended queue. Issue #1400
|
2019-12-04 17:27:39 -07:00 |
Maurice Parker
|
f159371967
|
Change to make sure all queue's get cleared before suspending the database. Issue #1389
|
2019-12-02 14:14:35 -06:00 |
Maurice Parker
|
7a8155f58f
|
Add suspend and resume to managed files
|
2019-12-01 17:16:52 -06:00 |
Brent Simmons
|
45804a3d1a
|
Use the new VoidCompletionBlock instead of (() -> ()).
|
2019-11-29 23:42:11 -08:00 |
Brent Simmons
|
b5f1c69f8e
|
Add AccountManager.resumeAll, Account.resume. Add suspend() and resume() to AccountDelegate and to individual AccountDelegate instances.
|
2019-11-29 22:57:14 -08:00 |
Maurice Parker
|
ebd7f4904d
|
Persist the Feeds Read filter across application launches. Issue #1349
|
2019-11-26 20:23:12 -06:00 |
Jonathan Bennett
|
ce51e4e632
|
Merge branch 'master' into feature/feed-wrangler
|
2019-11-24 20:41:43 -05:00 |
Maurice Parker
|
6a56936850
|
Moved expanded state away from Node so that it won't get lost on rebuilds. Issue #1346
|
2019-11-24 18:29:00 -06:00 |
Maurice Parker
|
43744ec128
|
Add folder read fetch query.
|
2019-11-22 10:21:30 -06:00 |
Jonathan Bennett
|
b4a862d207
|
Merge branch 'master' into feature/feed-wrangler
# Conflicts:
# Frameworks/Account/Account.swift
# Frameworks/Account/Account.xcodeproj/project.pbxproj
# NetNewsWire.xcodeproj/project.pbxproj
# submodules/RSCore
|
2019-11-20 14:01:04 -05:00 |
Maurice Parker
|
5ce5175bc0
|
Change to not suggest root folder for Accounts that don't support it. Issue #1287
|
2019-11-16 13:25:55 -06:00 |
Maurice Parker
|
91a3e4fd73
|
Change Add Web Feed folder selection to be a separate controlling instead of the picker wheel. Issue #1270
|
2019-11-16 12:02:58 -06:00 |
Maurice Parker
|
afd9783711
|
Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire
|
2019-11-14 20:11:50 -06:00 |