Maurice Parker
|
eea5d6f327
|
Change ReadFilter to ReadFilterType and differentiate the ReadFilter from the query filter.
|
2019-11-22 09:40:39 -06:00 |
Maurice Parker
|
a5b4d570af
|
Change ReadFilter case unavailable to alwaysRead
|
2019-11-22 09:32:27 -06:00 |
Maurice Parker
|
6d8fca01ea
|
Filter async requests based on ReadFilter.
|
2019-11-21 19:54:35 -06:00 |
Maurice Parker
|
e8826130a4
|
Add timeline filter button
|
2019-11-21 18:22:43 -06:00 |
Maurice Parker
|
5283d2efbe
|
Implement Feed protocol.
|
2019-11-15 06:19:14 -06:00 |
Maurice Parker
|
06bd5b3a6f
|
Renamed Feed and related classes/instances to WebFeed
|
2019-11-14 20:11:41 -06:00 |
Maurice Parker
|
0d66259650
|
Add ArticleFetcherType and change state restoration to use new type.
|
2019-11-14 15:06:32 -06:00 |
Maurice Parker
|
866988edcf
|
Correct deep link comments.
|
2019-11-11 13:47:28 -06:00 |
Maurice Parker
|
0000e03083
|
Add the ability to handoff from iOS to Mac
|
2019-10-03 15:49:27 -05:00 |
Maurice Parker
|
0c9a1ba8d0
|
Add notification deep linking for iOS
|
2019-10-03 09:53:21 -05:00 |
Maurice Parker
|
cc187875d9
|
Add initial support for per feed notifications
|
2019-10-02 19:42:16 -05:00 |
Maurice Parker
|
b721f74e17
|
Merge branch 'mac-release'
|
2019-09-25 17:09:21 -05:00 |
Maurice Parker
|
c4ee1edb69
|
Add externalID to Folder and persist it to OPML file. Issue #1060
|
2019-09-25 17:01:09 -05:00 |
Maurice Parker
|
eaf798991f
|
Remove name from the feed metadata as we manage it using the OPML file instead
|
2019-09-23 12:29:48 -05:00 |
Maurice Parker
|
124997feca
|
Reset feed to feed metadata relationship on reload
|
2019-09-22 21:20:01 -05:00 |
Maurice Parker
|
5e48c45d78
|
Make article extract feed flag optional
|
2019-09-19 20:12:55 -05:00 |
Maurice Parker
|
d67c9144f5
|
Add Reader View is always on preference for Feeds
|
2019-09-19 19:49:11 -05:00 |
Brent Simmons
|
f5f306f60f
|
Add comments to feed.iconURL and feed.faviconURL, explaining that these are set only if that info was part of the feed (which is a JSON-Feed-only feature).
|
2019-09-08 21:17:57 -07:00 |
Brent Simmons
|
21faa0ddc0
|
Update code formatting in some files in Account.framework.
|
2019-07-08 22:58:19 -07:00 |
Tom Grimwood-Taylor
|
f3505e4537
|
Fix posting name notifications when name changes.
|
2019-06-06 10:31:00 +01:00 |
Maurice Parker
|
49116fd8e3
|
Add subscription id to Feed so that we can correctly rename Feedbin subscriptions
|
2019-05-08 18:13:54 -05:00 |
Maurice Parker
|
06626f10a7
|
Add feed rename
|
2019-05-08 17:55:53 -05:00 |
Maurice Parker
|
72c92587d2
|
Keep feedID and feedURL better separated
|
2019-05-08 09:54:55 -05:00 |
Maurice Parker
|
c5b0bfcd91
|
Save feed folder relationship identifier
|
2019-05-07 18:34:45 -05:00 |
Maurice Parker
|
b7e2df1a68
|
Add Folder rename for Feedbin
|
2019-05-06 10:53:20 -05:00 |
Brent Simmons
|
80bee5b487
|
Do minor formatting changes in Feed.swift.
|
2019-03-17 11:24:21 -07:00 |
Brent Simmons
|
e11fc1dfad
|
Make feed.init and FeedMetadata internal.
|
2019-03-16 16:39:16 -07:00 |
Brent Simmons
|
3e52bb9c24
|
Make feed.metadata no longer an optional.
|
2019-03-16 12:08:31 -07:00 |
Brent Simmons
|
4d727ce094
|
Continue removing old code for pre-OPML subscriptions.
|
2019-03-15 13:27:01 -07:00 |
Brent Simmons
|
7335c65ecb
|
Remove last ODB stuff. Feed metadata is now entirely stored in FeedMetadata.plist.
|
2019-03-14 22:59:07 -07:00 |
Brent Simmons
|
79a6d5f761
|
Continue transition from ODB to FeedMetadata.plist. It’s simpler and uses less memory.
|
2019-03-13 23:41:43 -07:00 |
Brent Simmons
|
eb3c69f4d0
|
Don’t write "Untitled" to Subscriptions.opml when a feed lacks a name or editedName — “Untitled” is a localizable, display-only string, not something to store in OPML. Fix #527.
|
2019-02-06 21:18:22 -08:00 |
Brent Simmons
|
30324c8ec0
|
Make sure that feed.editedName is never "". Treat it as nil.
|
2019-02-02 17:46:15 -08:00 |
Brent Simmons
|
b900cbc0b7
|
Make Feed and Folder conform to Renewable.
|
2018-11-22 13:57:49 -08:00 |
Brent Simmons
|
6b6d393b3d
|
Delete some dead code.
|
2018-09-16 13:08:44 -07:00 |
Brent Simmons
|
4010b4cb2a
|
On startup, import from AccountData.plist one last time, then rename it to AccountData-old.plist. On subsequent startups, import using Subscriptions.opml.
|
2018-09-16 12:42:46 -07:00 |
Brent Simmons
|
abd8fb2236
|
Store feed.name and feed.editedName in ODB.
|
2018-09-15 11:45:01 -07:00 |
Brent Simmons
|
ce1fe6ed1f
|
Store feed.editedName in ODB.
|
2018-09-15 11:39:33 -07:00 |
Brent Simmons
|
0f59b904ef
|
Store feed.authors in ODB. Make Author Codable.
|
2018-09-15 11:16:05 -07:00 |
Brent Simmons
|
904feb9950
|
Store feed.homePageURL in ODB.
|
2018-09-14 22:23:30 -07:00 |
Brent Simmons
|
fb9590de98
|
Make feedID and accountID the things that determine hashing and equality for a Feed.
|
2018-09-14 22:15:22 -07:00 |
Brent Simmons
|
47cf018143
|
Store feed.unreadCount with the Account rather than the feed. This is part of making it so that feeds no longer have to be uniqued.
|
2018-09-14 22:06:03 -07:00 |
Brent Simmons
|
28d084e246
|
Store iconURL and faviconURL in ODB.
|
2018-09-14 21:51:05 -07:00 |
Brent Simmons
|
6d2bb123e3
|
Save conditional GET info in ODB.
|
2018-09-14 19:33:47 -07:00 |
Brent Simmons
|
b8546d8e8b
|
Don't store account.unreadCount in Settings.odb. Don’t rewrite AccountData.plist when feed.contentHash changes.
|
2018-09-14 13:12:55 -07:00 |
Brent Simmons
|
13fbad12a5
|
Store feed.contentHash in Settings.odb.
|
2018-09-13 22:52:34 -07:00 |
Brent Simmons
|
679e6f6c0b
|
Give Feed a weak account rather than accountID.
|
2018-09-13 22:37:40 -07:00 |
Brent Simmons
|
b5b42b8df6
|
Stop storing unreadCount for Feed and Folder objects on disk, since they’re fast to fetch at startup. Also, give Feed an ODBRawValueTable for metadata storage.
|
2018-09-13 22:25:10 -07:00 |
Brent Simmons
|
fdb159a61b
|
Normalize homePageURL in its setter. Fix #397.
|
2018-09-02 12:14:04 -07:00 |
Brent Simmons
|
5d2a3e9142
|
Normalize homePageURL on init-ing Feed.
|
2018-09-02 12:08:35 -07:00 |