Commit Graph

1684 Commits

Author SHA1 Message Date
Brent Simmons e1b3bda814 Remove DB5 dependency in AppDelegate, UnreadCountView, UnreadIndicatorView. 2019-04-13 12:11:44 -07:00
Brent Simmons 0fbab99f9a Remove DB5 dependency in TimelineCellAppearance. 2019-04-13 11:48:40 -07:00
Brent Simmons 0e47298788 Use renamed tableView.scrollToRowIfNotVisible. 2019-04-13 11:20:03 -07:00
Maurice Parker b3190e99ad Updated RSCore 2019-04-12 13:24:57 -05:00
Maurice Parker d2fe0bd4d4 Changed timeline behavior to scroll selected entry to middle when next selected entry isn't visible. Issue #604 2019-04-12 11:13:19 -05:00
Maurice Parker 9d4f00f3d7 updated RSCore 2019-04-11 17:53:20 -05:00
Maurice Parker e34f8c8b5e Made thumbnails of all images used as an avatar and made the favicon and images cross platform. Issue #603 2019-04-11 17:53:03 -05:00
Brent Simmons 630db70020
Merge pull request #596 from vincode-io/issue-569
Removed pre Mojave code that sometimes set the timeline fields and in…
2019-04-11 10:19:48 -07:00
Brent Simmons 5b629eab3a Remove unused "import DB5" from DetailStatusBarView.swift. 2019-04-10 22:27:12 -07:00
Brent Simmons f4f2b684a7 Remove unused "import DB5" from FeedInspectorViewController. 2019-04-10 22:26:26 -07:00
Brent Simmons 501d670f1c Remove unused "import DB5" from SidebarCell.swift. 2019-04-10 22:25:18 -07:00
Brent Simmons 11945abd9d Remove DB5 dependency from SidebarCellAppearance. 2019-04-10 22:23:31 -07:00
Brent Simmons e16085a949 Updated RSTree. 2019-04-09 20:23:22 -07:00
Brent Simmons 3588ce8e2b Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire 2019-04-08 17:34:49 -07:00
Brent Simmons 3289bf2301 Create OmniGraffle diagram of NetNewsWire frameworks. 2019-04-08 17:34:25 -07:00
Maurice Parker 3d766f61a0 Removed pre Mojave code that sometimes set the timeline fields and indicator to white. 2019-04-04 16:23:37 -05:00
Brent Simmons b65d563c7c Remove no-longer needed appearance code, now that WKWebView supports @media(prefers-color-scheme: dark). 2019-04-02 21:57:34 -07:00
Brent Simmons ed101b0028
Merge pull request #593 from meissnem/no_javascript_darkmode
Remove Javascript class twiddling for darkmode
2019-04-02 21:42:21 -07:00
Brent Simmons d8efb057ff Drop the HTML metadata cache. It’s just not needed — parsing is super-fast (a few microseconds) and it’s done on a background queue anyway. 2019-04-01 22:27:02 -07:00
Brent Simmons e98b0a1db5 Set MACOSX_DEPLOYMENT_TARGET = 10.14.4 2019-04-01 22:02:00 -07:00
Matt Meissner eaefa4540c Remove Javascript class twiddling for darkmode
As of 10.14.4, WKWebView supports the `@media(prefers-color-scheme:dark)`
CSS query to handle darkmode transitions.
2019-04-01 09:44:43 -05:00
Brent Simmons b0dd9cc347 Convert NetNewsWire to Swift 5. 2019-03-31 16:14:59 -07:00
Brent Simmons 0e44c135ae Convert Account to Swift 5. 2019-03-31 16:12:17 -07:00
Brent Simmons 10cdc1553e Post display name did change notification when an Account’s name changes. 2019-03-31 16:12:03 -07:00
Brent Simmons 268a5453ad Convert Articles to Swift 5. 2019-03-31 16:09:32 -07:00
Brent Simmons cd77dd1bcf Convert ArticlesDatabase to Swift 5. 2019-03-31 16:06:57 -07:00
Brent Simmons 88a0a00d89 Update submodules. 2019-03-31 16:05:27 -07:00
Brent Simmons 2819403d62 Store the account name in a settings file. Set a default name based on the account type. 2019-03-27 22:10:14 -07:00
Brent Simmons eba1dec0f7
Merge pull request #592 from kansaichris/patch-1
Update user defaults in technote to match script
2019-03-27 17:21:05 -07:00
Chris Frederick 62517d4417
Update user defaults to match script 2019-03-28 09:12:36 +09:00
Brent Simmons 1a448770ae Continue progress on accounts UI in Preferences. 2019-03-24 12:33:43 -07:00
Brent Simmons c84f273b92 Continue work on accounts UI in Preferences. 2019-03-20 22:10:22 -07:00
Brent Simmons e27a632801 Finish with accounts preferences custom borders and view. 2019-03-19 22:41:09 -07:00
Brent Simmons 218098b6ac Move some prefs stuff into separate folders. Finish drawing the custom square in Accounts prefs. 2019-03-19 22:01:15 -07:00
Brent Simmons c76e903a65 Make some progress on the sidebar controls thing in preferences (Accounts). 2019-03-18 22:17:13 -07:00
Brent Simmons 071da5d784 Make the n key work to go to next unread. 2019-03-18 21:39:18 -07:00
Brent Simmons 10af8f0e1b Continue work on accounts prefs pane. Also: make window content invisible while animating between panes. 2019-03-17 21:51:41 -07:00
Brent Simmons d4327f9b02 Update ToDo. 2019-03-17 19:01:54 -07:00
Brent Simmons 3fdc55d605 Start Accounts preferences pane. 2019-03-17 19:01:28 -07:00
Brent Simmons 70bc4a7b45 Pay attention to the changed key when handling feed setting change notifications. 2019-03-17 13:54:30 -07:00
Brent Simmons 5f1bdb29ec Give the .FeedSettingsDidChange notification a userInfo with the key of the setting that changed. This way observers can ignore changes they don’t care about. 2019-03-17 12:47:04 -07:00
Brent Simmons 80bee5b487 Do minor formatting changes in Feed.swift. 2019-03-17 11:24:21 -07:00
Brent Simmons 6a8ee9a2fb Perform minor cleanups in Account. 2019-03-16 17:30:30 -07:00
Brent Simmons 908ae515c0 Remove unneeded import RSDatabase from Account. 2019-03-16 17:12:09 -07:00
Brent Simmons cb45897256 Remove unused markEverywhereAsRead. 2019-03-16 16:48:14 -07:00
Brent Simmons 1d484220eb Skip setting feed.editedName on OPML import. It’s not necessarily true that the name in the OPML file is an editedName. 2019-03-16 16:42:51 -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 47935717c5 Update RSParser. 2019-03-16 11:38:40 -07:00
Brent Simmons 4d727ce094 Continue removing old code for pre-OPML subscriptions. 2019-03-15 13:27:01 -07:00