Commit Graph

3264 Commits

Author SHA1 Message Date
Maurice Parker
9f126bfb8f Add a background if the image is too dark and we are in dark mode. 2019-09-29 19:40:12 -05:00
Maurice Parker
1f26a91af9 Prevent scrolling while reloading cells Issue #1085 2019-09-29 15:53:50 -05:00
Maurice Parker
56cdac6519 Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire 2019-09-29 14:07:52 -05:00
Maurice Parker
c51f5f44e0 Add eclipses to truncated timeline text. Issue #1072 2019-09-29 14:07:33 -05:00
Brent Simmons
13eb6450c7 Merge branch 'mac-release' 2019-09-28 13:52:07 -07:00
Brent Simmons
37c9818cad Create and use a cache for DatabaseArticle — this will make fetches faster, since we can skip pulling the same data from the database over and over. Articles in the cache are removed when articles are updated, so the cache is never stale. 2019-09-28 13:51:33 -07:00
Brent Simmons
2b491217f3 Create statusWithRow(_ row: FMResultSet, articleID: String) — it allows us to avoid pulling articleID from the row twice every time we’re creating a DatabaseArticle. 2019-09-28 12:18:08 -07:00
Brent Simmons
4e78305a85 Update Slack group link to point to link that redirects to the new Slack invitation page. 2019-09-28 11:31:39 -07:00
Maurice Parker
a37e4b7920 Fixed feed separators for disclosure rows 2019-09-28 12:11:33 -05:00
Maurice Parker
a958361438 Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire 2019-09-28 07:00:31 -05:00
Maurice Parker
09a3a03fc4 Add Get Info context menu option 2019-09-28 07:00:18 -05:00
Maurice Parker
f785e9f839 Update the feed icon if it wasn't available when the inspector was first shown 2019-09-28 06:35:21 -05:00
Maurice Parker
7c26921487 Change Feed Inspector Reader View setting layout 2019-09-28 06:20:06 -05:00
Brent Simmons
35240eb2cf Update RSParser and RSWeb. 2019-09-27 23:02:14 -07:00
Brent Simmons
d7b45a1413 Change parseDatePublished() to a lazy var parsedDatePublished — it appeared that it was getting called more than once, and date parsing is expensive. Also: use RSDateWithString rather than an NSDateFormatter, since NSDateFormatter is so massively slow. 2019-09-27 23:01:31 -07:00
Brent Simmons
07a631309c Update RSWeb. 2019-09-27 22:59:15 -07:00
Brent Simmons
cca3089218 Update RSParser. 2019-09-27 21:56:16 -07:00
Maurice Parker
5dfb4f6488 Fix off center timeline titles 2019-09-27 20:21:46 -05:00
Maurice Parker
f3a939b49d Fix dark mode timeline titles 2019-09-27 20:04:49 -05:00
Maurice Parker
bed02fc572 Added per feed article extraction 2019-09-27 19:58:09 -05:00
Maurice Parker
e5f446c906 Adapted Feed Inspector 2019-09-27 19:49:54 -05:00
Maurice Parker
ca4a7f8b0b Add Feed Inspector 2019-09-27 19:45:09 -05:00
Maurice Parker
17c33b75e9 Make the reader view button have a larger hitbox 2019-09-27 17:32:13 -05:00
Maurice Parker
da4715c6d1 Fix disappearing reader view button 2019-09-27 17:23:38 -05:00
Maurice Parker
65356424d9 Change reader button to be a system button 2019-09-27 14:09:28 -05:00
Maurice Parker
67e6408da0 Make reader button bigger so that it can be tapped easier 2019-09-27 13:07:33 -05:00
Maurice Parker
c4d7baaeb8
Merge pull request #1079 from kielgillard/master
Implements creating, updating and deleting Folders/Collections.
2019-09-27 12:22:52 -05:00
Maurice Parker
79e7653619 Change disabled color of reader view button to match other bar button items when disabled 2019-09-27 12:12:12 -05:00
Maurice Parker
08f7e6d1a4 Fix to only animate the disclosure chevron with button presses 2019-09-27 11:54:50 -05:00
Maurice Parker
9da949114f Move location of Reader View button 2019-09-27 11:20:26 -05:00
Maurice Parker
401f791779 Call correct account function to add folders 2019-09-27 08:46:25 -05:00
Kiel Gillard
060366f447 Implements creating, updating and deleting Folders/Collections. Issues #1044 #1048 2019-09-27 21:47:30 +10:00
Maurice Parker
6536dbf2a5 Use correct account method for adding folders 2019-09-27 06:38:43 -05:00
Maurice Parker
3464fbfc7f Animate chevron rotation 2019-09-27 05:42:16 -05:00
Maurice Parker
25fa5e0167 Make chevron disclosure button look better in dark mode 2019-09-26 20:54:46 -05:00
Maurice Parker
2f04ffd5ed Use correct selected color for disclosure button 2019-09-26 20:48:18 -05:00
Maurice Parker
c33cd8f988 Remove folder icons and feed indenting. Issue #1063 2019-09-26 20:40:32 -05:00
Maurice Parker
9c8f5b7d65 Remove chevrons from timeline. Issue #1067 2019-09-26 20:01:13 -05:00
Maurice Parker
59f58ca424 Move disclosure chevrons to the left hand side. Issue #1063 2019-09-26 19:43:17 -05:00
Maurice Parker
8c3c89030e
Merge pull request #1058 from kielgillard/master
Send and receive unread statuses
2019-09-26 18:15:56 -05:00
Kiel Gillard
465b6e789b Sends and receives unread statuses #1058. Also implements OMPL import #1043. 2019-09-27 08:26:18 +10:00
Maurice Parker
486cec80d0 Move next/prev article buttons to top right and change to use chevrons instead of arrows. Issue #1070 2019-09-26 15:51:16 -05:00
Maurice Parker
f24799f16a Slightly round the inner image for avatars 2019-09-26 15:50:05 -05:00
Maurice Parker
9f991b78b2 Update build to prefix run scripts with Run Script: to match other scripts 2019-09-26 15:49:37 -05:00
Maurice Parker
d961a73f28 Removed inadvertent code change 2019-09-26 15:30:38 -05:00
Maurice Parker
5aedd05e04 Change iOS deployment target to 13.1 2019-09-26 14:51:04 -05:00
Maurice Parker
994d4ad7b4 Add error icon for reader view 2019-09-26 14:48:19 -05:00
Maurice Parker
0a2cbfde22 Knock the corner off the inner image when it is visible 2019-09-26 14:31:43 -05:00
Maurice Parker
80a5a539e8 Make it more clear that we are using shared defaults 2019-09-26 14:29:00 -05:00
Maurice Parker
e60ce37dc9 Merge branch 'mac-release' 2019-09-26 11:49:53 -05:00