Maurice Parker
|
fbfdbb04c7
|
Convert Articles, ArticlesDatabase, and SyncDatabase to Swift Packages
|
2020-07-30 04:54:21 -05:00 |
Maurice Parker
|
b003ae5124
|
Make RSParser a Swift Package
|
2020-07-30 04:26:07 -05:00 |
Maurice Parker
|
2fbee1eb03
|
Convert RSDatabase into swift packages
|
2020-07-29 19:48:54 -05:00 |
Maurice Parker
|
32d6d2f3c1
|
Convert RSCore into an SPM package
|
2020-07-29 05:11:57 -05:00 |
Maurice Parker
|
f669411b55
|
Update project settings so that we can compile under xcode previews
|
2020-06-28 17:43:20 -05:00 |
Maurice Parker
|
ffa152fe64
|
Restrict the delete retention policy for synchronized records
|
2020-06-17 11:12:30 -05:00 |
Nate Weaver
|
2b0cb11eb9
|
Compile frameworks for 10.15+
|
2020-05-01 01:42:43 -05:00 |
Maurice Parker
|
14e1dbe58e
|
Merge branch 'ios-release'
|
2020-04-30 14:29:01 -05:00 |
Maurice Parker
|
095c8575f3
|
Add CloudKit deletes
|
2020-04-29 19:13:50 -05:00 |
Brent Simmons
|
e93bec3114
|
Fix bug where local account could delete starred items if they’ve older and have fallen off the feed.
|
2020-04-25 18:25:00 -07:00 |
Maurice Parker
|
86fb98c17b
|
Revert "WIP: Title tags"
|
2020-04-24 20:24:24 -05:00 |
Maurice Parker
|
8b584d0000
|
Merge pull request #2016 from Wevah/title-tags
WIP: Title tags
|
2020-04-24 18:41:06 -05:00 |
Maurice Parker
|
4a3205d74f
|
Removed Test build configuration
|
2020-04-24 17:08:10 -05:00 |
Nate Weaver
|
2708a608c5
|
Compile frameworks for 10.15+
|
2020-04-24 16:20:40 -05:00 |
Maurice Parker
|
530f06dfca
|
Merge branch 'master' into extension-point
|
2020-04-23 16:40:41 -05:00 |
Maurice Parker
|
ac45ba57a9
|
Merge branch 'ios-release'
|
2020-04-23 15:32:55 -05:00 |
Brent Simmons
|
c55d8c540e
|
Implement revised retention policy for feed-based accounts. Keep all articles currently in the feed and all articles in the last 30 days.
|
2020-04-22 21:43:10 -07:00 |
Maurice Parker
|
575288b78e
|
Merge branch 'master' into extension-point
|
2020-04-21 02:10:31 -05:00 |
Maurice Parker
|
7268dcdd77
|
Merge branch 'ios-release'
|
2020-04-21 02:06:19 -05:00 |
Brent Simmons
|
75d2158163
|
Perform a one-time (per local account) cleanup made necessary by the retention policy change — mark articles older than the 90-day window as read. This way users won’t get a flood of old, unread articles when they run this new version.
|
2020-04-19 14:10:12 -07:00 |
Brent Simmons
|
b2b000dd2e
|
Implement updated retention policy.
|
2020-04-18 20:18:32 -07:00 |
Brent Simmons
|
d2812fa132
|
Delete old statuses at startup.
|
2020-04-18 16:59:13 -07:00 |
Maurice Parker
|
9b39165018
|
Merge branch 'master' into extension-point
|
2020-04-16 16:37:18 -05:00 |
Maurice Parker
|
afdfe5fe71
|
Merge branch 'ios-release'
|
2020-04-16 16:36:53 -05:00 |
Brent Simmons
|
6d9eda442f
|
Remove userDeleted support. The read-items filter seems to fill the need to hide things. We’re simplifying the backend by removing this unused feature.
|
2020-04-12 17:12:36 -07:00 |
Brent Simmons
|
22c2a7a72e
|
Delete old articles in a graduated way, so as not to block the database for too long. Also: don‘t delete old unread articles in accounts that use an external sync service.
|
2020-04-12 16:36:35 -07:00 |
Maurice Parker
|
a131c01e77
|
Merge branch 'master' into extension-point
|
2020-04-11 18:14:30 -05:00 |
Maurice Parker
|
a8dcf3eeee
|
Add the unread statuses on receipt to CloudKit.
|
2020-04-10 17:23:39 -05:00 |
Maurice Parker
|
983138366f
|
Add code to process new article entries.
|
2020-04-10 16:25:58 -05:00 |
Maurice Parker
|
4418a4bb02
|
Add completion block that returns new status records when we are marking statuses asynchronously.
|
2020-04-10 15:19:33 -05:00 |
Maurice Parker
|
e4b03eebc2
|
Add FeedProvider project.
|
2020-04-06 17:05:47 -05:00 |
Brent Simmons
|
cf98ff49ea
|
Implement retention policy for feed-based accounts (local, iCloud).
|
2020-03-29 23:20:01 -07:00 |
Brent Simmons
|
2c4ee99dc2
|
Create and use ArticlesDatabase.RetentionStyle enum.
|
2020-03-29 18:51:03 -07:00 |
Brent Simmons
|
fb4f72ad18
|
Save articles from multiple web feeds at once — rather than doing it feed-by-feed — when syncing. (This makes syncing faster.) Fix #1794.
|
2020-03-22 19:25:53 -07: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 |
Brent Simmons
|
3f4c84e442
|
Use the new FetchUnreadCountsForFeedsOperation.
|
2020-02-01 15:01:47 -08:00 |
Brent Simmons
|
9628b3021b
|
Create FetchUnreadCountsForFeedsOperation.
|
2020-02-01 15:00:59 -08:00 |
Brent Simmons
|
99fcfbfef5
|
Create FetchFeedUnreadCountOperation to fetch the unread count for a single feed.
|
2020-01-29 22:47:01 -08:00 |
Brent Simmons
|
26efb8895c
|
Close the resultSet in FetchAllUnreadCountsOperation.
|
2020-01-29 22:45:55 -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 |
Brent Simmons
|
5d38e79f38
|
Add FetchAllUnreadCountsOperation. Not using it yet, but we will be.
|
2020-01-27 19:55:10 -08:00 |
Nate Weaver
|
b35215d03b
|
Update for pending RSCore String updates
|
2020-01-17 13:45:38 -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 |
Nate Weaver
|
5cceebad9c
|
Set Mac deployment target to 10.14
Also remove duplicate declarations.
|
2020-01-09 19:16:19 -06:00 |
Brent Simmons
|
47f3e863b6
|
Delete articles older than the 90-day window.
|
2020-01-08 22:07:03 -08:00 |
Brent Simmons
|
c583c4d474
|
Fetch both read and unread orphaned statuses.
|
2020-01-06 18:18:27 -08:00 |
Brent Simmons
|
cea34c9e49
|
Update RSCore.
|
2019-12-31 18:58:57 -08:00 |