.. |
Account.xcodeproj
|
Adds unit tests for adding a new feed with Feedly. #1300
|
2019-12-05 19:02:40 +11:00 |
AccountTests
|
Rename occurrences of completionHandler to completion.
|
2019-12-14 17:14:55 -07:00 |
Credentials
|
…
|
|
FeedFinder
|
…
|
|
FeedWrangler
|
Remove all references to fetchArticleIDsForStatusesWithoutArticles. Use fetchArticleIDsForStatusesWithoutArticlesNewerThanCutoffDate instead.
|
2019-12-17 21:15:20 -08:00 |
Feedbin
|
Use an inner function in FeedbinAccountDelegate.refreshMissingArticles. I like this pattern because 1) it keeps the switch statement and its cases near each other, and 2) it puts all the actual processing in a single function, which makes it easier to see where processing happens.
|
2019-12-17 21:24:17 -08:00 |
Feedly
|
Update isExecuting and isFinished in a way that should make NSOperationQueue happy. Hopefully this fixes a mystery crash bug.
|
2019-12-31 15:40:05 -08:00 |
LocalAccount
|
Finish changes mandated by DatabaseQueue changes.
|
2019-12-16 22:45:59 -08:00 |
ReaderAPI
|
Remove all references to fetchArticleIDsForStatusesWithoutArticles. Use fetchArticleIDsForStatusesWithoutArticlesNewerThanCutoffDate instead.
|
2019-12-17 21:15:20 -08:00 |
xcconfig
|
…
|
|
Account.swift
|
Remove all references to fetchArticleIDsForStatusesWithoutArticles. Use fetchArticleIDsForStatusesWithoutArticlesNewerThanCutoffDate instead.
|
2019-12-17 21:15:20 -08:00 |
AccountBehaviors.swift
|
…
|
|
AccountDelegate.swift
|
Continue changes mandated by DatabaseQueue changes.
|
2019-12-16 15:55:37 -08:00 |
AccountError.swift
|
…
|
|
AccountManager.swift
|
Finish making Account and AccountManager compatible with DatabaseQueue changes.
|
2019-12-16 17:03:41 -08:00 |
AccountMetadata.swift
|
Change progress view to use the most recent last fetch end time. Issue #1383
|
2019-12-09 18:34:26 -07:00 |
AccountMetadataFile.swift
|
Add suspend and resume to managed files
|
2019-12-01 17:16:52 -06:00 |
ArticleFetcher.swift
|
Finish changes mandated by DatabaseQueue changes.
|
2019-12-16 22:45:59 -08:00 |
CombinedRefreshProgress.swift
|
…
|
|
Container.swift
|
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 |
ContainerIdentifier.swift
|
Persist article read filters across application launches. Issue #1349
|
2019-11-27 11:43:36 -06:00 |
ContainerPath.swift
|
…
|
|
DataExtensions.swift
|
…
|
|
Feed.swift
|
Change ReadFilter to ReadFilterType and differentiate the ReadFilter from the query filter.
|
2019-11-22 09:40:39 -06:00 |
FeedIdentifier.swift
|
Persist article read filters across application launches. Issue #1349
|
2019-11-27 11:43:36 -06:00 |
Folder.swift
|
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 |
Info.plist
|
…
|
|
OPMLFile.swift
|
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 |
SingleArticleFetcher.swift
|
Finish changes mandated by DatabaseQueue changes.
|
2019-12-16 22:45:59 -08:00 |
UnreadCountProvider.swift
|
Persist the Feeds Read filter across application launches. Issue #1349
|
2019-11-26 20:23:12 -06:00 |
WebFeed.swift
|
Hash just the webFeedID in WebFeed’s hash function. This will almost always be unique, and it helps performance because 1) string hashing is slow, and 2) we update sets of WebFeeds kind of often.
|
2019-12-07 12:05:58 -08:00 |
WebFeedMetadata.swift
|
…
|
|
WebFeedMetadataFile.swift
|
Add suspend and resume to managed files
|
2019-12-01 17:16:52 -06:00 |