Commit Graph

3276 Commits

Author SHA1 Message Date
Kiel Gillard
8f53916a79 Make Account framework tests compile and pass. 2019-09-30 17:17:58 +10:00
Brent Simmons
28dc85f4b0 Merge branch 'mac-release' 2019-09-29 22:47:02 -07:00
Brent Simmons
098128fd0a Use new Slack group URL with Help menu command. Fix #1087. 2019-09-29 22:46:40 -07:00
Brent Simmons
27478b0f6f Make r and u both just toggle read status. Update keyboard shortcuts HTML documentation to match. 2019-09-29 22:44:32 -07:00
Brent Simmons
9cb8a9b55d Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire 2019-09-29 22:35:01 -07:00
Brent Simmons
b1f5e9a502 Merge branch 'mac-release' 2019-09-29 22:34:54 -07:00
Brent Simmons
b62a7afa10 Add keyboard shortcut for toggling starred status — s key. Fix #875. 2019-09-29 22:34:31 -07:00
Maurice Parker
19555f5797 Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire 2019-09-29 19:40:18 -05:00
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
Brent Simmons
6a9435a63e Update RSDatabase. 2019-09-29 17:03:00 -07:00
Brent Simmons
3ffd461448 Update RSDatabase. 2019-09-29 17:02:10 -07:00
Brent Simmons
8441eeeb2e Merge branch 'mac-release' 2019-09-29 17:01:44 -07:00
Brent Simmons
0f362b7680 Update RSDatabase. 2019-09-29 17:01:20 -07: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