Merge branch 'ios-release'

This commit is contained in:
Maurice Parker
2020-04-16 16:36:53 -05:00
22 changed files with 72 additions and 97 deletions

View File

@@ -6,7 +6,7 @@ In the database (see ArticlesDatabase), theyre stored in two separate tables:
The articles table contains the columns youd expect: `articleID`, `title`, `contentHTML`, and so on.
The statuses table contains `articleID`, `read`, `starred`, `userDeleted`, and `dateArrived` columns.
The statuses table contains `articleID`, `read`, `starred`, and `dateArrived` columns.
This separation is deliberate. There are two main reasons: syncing, and strange behavior.
@@ -34,4 +34,4 @@ With the article deleted — and since it has no pubDate — how can the app te
Heres how: it still has the status, and the status includes a `dateArrived` property which is in the distant past — and so NetNewsWire knows that its not new but old.
Note that statuses do get deleted eventually, too (in theory) — but thats after a much longer period of time.
Note that statuses do get deleted eventually, too (in theory) — but thats after a much longer period of time.