Commit Graph

3701 Commits

Author SHA1 Message Date
Maurice Parker 8ba15c6234 Cache favicon to homepage mappings 2019-10-31 14:04:34 -05:00
Maurice Parker 5bcb5a982f Cache home pages with no icon between launches 2019-10-31 13:38:38 -05:00
Maurice Parker 1e7b71a482 Use correct queues for user interface elements 2019-10-31 12:22:37 -05:00
Maurice Parker 34d0142dbc Don't transition to three panel mode when just getting screenshots for the background 2019-10-31 11:21:08 -05:00
Maurice Parker 280f754217 Reload nodes who's unread counts change as that could change the cell layout 2019-10-30 20:38:57 -05:00
Maurice Parker 165a286327 Added some padding to the footers in settings. 2019-10-30 19:47:28 -05:00
Maurice Parker 326b288667 Fix background transition bug for 3 column mode 2019-10-30 18:02:57 -05:00
Maurice Parker 51acc5972f Prevent the search bar from appearing on rotation. Issue #1171 2019-10-30 16:08:03 -05:00
Maurice Parker 30da68218f Don't incorrectly assign an avatar background when there isn't an image 2019-10-30 15:46:20 -05:00
Maurice Parker 8d85d01da4 Persist feed name changes correctly. 2019-10-30 15:35:45 -05:00
Maurice Parker 8bbabbacdb Don't execute 3 panel mode changes in an animation block 2019-10-30 14:38:39 -05:00
Maurice Parker 2d70a6c1a5 Prevent insertion point bug. Issue ##1204 2019-10-30 13:51:32 -05:00
Maurice Parker 58e30dc682 Add titles to add sheet. Issue #1197 2019-10-30 12:07:49 -05:00
Maurice Parker 2962ccc24b Added error handling for OPML import. 2019-10-30 12:04:39 -05:00
Maurice Parker 64446ec609 Rename database to feeds in settings. Issue #1187 2019-10-30 11:51:01 -05:00
Maurice Parker fe7f6bb8df Make image zoom fetch requests cancellable. Issue #1178 2019-10-30 11:06:55 -05:00
Maurice Parker 9de38b00b9 Reset scrollview zoom level when reloading html. Issue #1216 2019-10-30 04:52:49 -05:00
Maurice Parker 42f4332023 Fix crash that can happen if updateUI is called before the UI is fully setup 2019-10-30 04:04:13 -05:00
Maurice Parker 2a39ada5ab Prevent label from overflowing into below cell when using editing controls 2019-10-30 02:41:33 -05:00
Maurice Parker 2fead1f87d Update image darkness algorithm to use an average instead of checking individual pixels 2019-10-29 20:48:07 -05:00
Maurice Parker 91d5e809e4 Make the progress view have rounded ends. 2019-10-29 19:52:21 -05:00
Maurice Parker 2fa43fb1e9 Change disclosure triangle so that it interacts with vibrancy the same way that the unread count indicator does 2019-10-29 19:29:37 -05:00
Maurice Parker d63a743550 Rename MasterTimelineAvatarView to AvatarView 2019-10-29 19:23:29 -05:00
Maurice Parker f23f522450 Change control background to use alpha channel 2019-10-29 19:15:19 -05:00
Maurice Parker d537799969 Give disclosure triangles their own gutter. Issue #1210 2019-10-29 17:55:49 -05:00
Maurice Parker 6b6afd9260 Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire 2019-10-29 16:40:35 -05:00
Maurice Parker 032da1894a Use 24x24 size icons for feeds. Issue #1208 2019-10-29 16:39:42 -05:00
Brent Simmons b06e8fe6fa
Merge pull request #1219 from danielpunkass/fix-notarization-better
Another stab at getting the Sparkle stuff signed correctly for notari…
2019-10-28 21:40:38 -07:00
Maurice Parker 46cd259110 Use feed icon when available for timeline title image 2019-10-28 21:33:13 -05:00
Daniel Jalkut 7c4725bd2a Another stab at getting the Sparkle stuff signed correctly for notarization. 2019-10-28 22:13:12 -04:00
Maurice Parker cee1d5dc4d Rollback change that caused the search to not appear. Issue #1199 2019-10-28 21:12:09 -05:00
Maurice Parker 66b6d43408 Update Feeds to use higher resolution images when available. Issue #1208 2019-10-28 20:57:26 -05:00
Maurice Parker 55b9310f9c Move avatar property setting to class 2019-10-28 20:01:15 -05:00
Maurice Parker 8cb080da6d Implement custom separator since the builtin separator is crazy when animating adds and deletes. Issue #1192 2019-10-28 19:52:50 -05:00
Maurice Parker 29efea3d00 Set estimated row height for tableview cells 2019-10-28 17:18:44 -05:00
Maurice Parker 456abc965f Change disclosure triangles to be gray instead of blue. Issue #1200 2019-10-28 15:16:56 -05:00
Maurice Parker 498bb365b2 Use equilateral triangle for disclosure. Issue #1191 2019-10-28 15:08:00 -05:00
Maurice Parker bf82c650f9 Improve support for dynamic type in settings. Issue #1188 2019-10-28 14:34:19 -05:00
Maurice Parker 45a38c550b Make unread count font bold. Issue #1209 2019-10-28 14:15:04 -05:00
Maurice Parker 586eb03f35 Remove AppleScript tests from the scheme. 2019-10-28 14:04:47 -05:00
Maurice Parker 4d3f034c9d Add testURLsOfCurrentArticle to be compiled 2019-10-28 14:01:08 -05:00
Maurice Parker cf8d1ee457 Fix faded vibrant text. Issue #1186 2019-10-28 13:56:46 -05:00
Maurice Parker b0d40afa3c Don't compile testURLsOfCurrentArticle. 2019-10-28 13:39:34 -05:00
Brent Simmons 1e1da9a541
Merge pull request #1202 from Wevah/code-style-updates
Update Protocols and Delegates section
2019-10-28 11:11:44 -07:00
Brent Simmons 729b768547
Update CodingGuidelines.md 2019-10-28 11:11:16 -07:00
Maurice Parker 6269dd3def Set delete highlight color to red. 2019-10-28 13:05:23 -05:00
Maurice Parker e032d7911f
Merge pull request #1211 from jbennett/feature/1185-add-highlight-background-to-vibrant-button
Delete account button should highlight red
2019-10-28 12:58:46 -05:00
Maurice Parker beab7bbbc8
Merge pull request #1212 from jbennett/feature/1194-align-feed-icon-w-first-line
Align feed icon with first line of label
2019-10-28 12:54:25 -05:00
Jonathan Bennett 7682825469 Align feed icon with first line of label
Image was aligned with top padding, takes into consideration the image and font size (line height).
2019-10-28 01:44:33 -04:00
Jonathan Bennett 6e973fb5ed Set highlight background colors for "Delete Account"
This matches the colors from the "Contacts" app
2019-10-28 00:53:09 -04:00