Commit Graph

1207 Commits

Author SHA1 Message Date
Brent Simmons
c7510ae834 Update submodules. 2018-08-29 22:32:10 -07:00
Brent Simmons
d5c7765eda Update submodules. 2018-08-29 22:29:06 -07:00
Brent Simmons
141ae5cc2f Continue rename to NetNewsWire. 2018-08-28 22:18:24 -07:00
Brent Simmons
062d531ed9 Start renaming to NetNewsWire. 2018-08-28 21:50:53 -07:00
Brent Simmons
0dee168ac9 Use light detail view for now instead of dark. (Note: this still needs to switch based on whether or not you’re in dark mode.) 2018-08-28 21:38:29 -07:00
Brent Simmons
9957e98e0b Finish picking detail web view colors. Fix #403. 2018-08-28 21:32:11 -07:00
Brent Simmons
5ecba521ef
Merge pull request #410 from danielpunkass/dark-mode-fixes
Use RSDarkModeAdaptingToolbarButton on "Next Unread"
2018-08-28 13:58:49 -07:00
Brent Simmons
c1fb0a4fe1 Update RSDatabase. 2018-08-28 13:36:23 -07:00
Daniel Jalkut
4baacbf473 Use RSDarkModeAdaptingToolbarButton on "Next Unread" to gain templating behavior in dark mode. 2018-08-28 16:17:46 -04:00
Brent Simmons
8f5049de8d Update RSDatabase. 2018-08-27 22:15:49 -07:00
Brent Simmons
085ea56edf Update RSDatabase. 2018-08-27 21:13:26 -07:00
Brent Simmons
ef77093c43 Add large picture of Evergreen. 2018-08-27 21:11:47 -07:00
Brent Simmons
553ebc3f12 Update submodules. 2018-08-26 12:47:56 -07:00
Brent Simmons
835672ee30 Update submodules. 2018-08-26 12:47:28 -07:00
Brent Simmons
fb4a67dfaa Update submodules. 2018-08-25 17:40:23 -07:00
Brent Simmons
d4e10bdf47 Use synthesized init. 2018-08-25 17:39:03 -07:00
Brent Simmons
9263ffcb79 Use synthesized init. 2018-08-25 17:07:55 -07:00
Brent Simmons
63b0dd3cfc Use synthesized Hashable, Equatable. Remove some extraneous public declarations. 2018-08-25 17:03:10 -07:00
Brent Simmons
9f78c3d8a5 Use synthesized Equatable. 2018-08-25 16:56:59 -07:00
Brent Simmons
b3f0ce2fd3 Use synthesized Equatable. 2018-08-25 16:54:03 -07:00
Brent Simmons
37ace321e8 Use custom has(into) and == functions for FeedListFolder. 2018-08-25 16:52:57 -07:00
Brent Simmons
24a6fae370 Use synthesized Equatable. 2018-08-25 16:46:54 -07:00
Brent Simmons
96f118853d Use synthesized Equatable, Hashable. 2018-08-25 16:34:25 -07:00
Brent Simmons
30972ef435 Use synthesized init, Equatable, Hashable. 2018-08-25 16:29:11 -07:00
Brent Simmons
6c336627de Update submodules. 2018-08-25 14:57:54 -07:00
Brent Simmons
0310283769 Use synthesized init, Equatable, Hashable. 2018-08-25 14:44:11 -07:00
Brent Simmons
fb38bccef9 Update RSWeb. 2018-08-25 14:08:02 -07:00
Brent Simmons
fdf767865a Use new hash-into instead of hashValue. WIP on #402. 2018-08-25 12:59:19 -07:00
Brent Simmons
d274b4eac1 Use new hash-into instead of hashValue. WIP on #402. 2018-08-25 12:52:48 -07:00
Brent Simmons
a3a9e9c9bd Use new hash-into over hashValue in Articles.framework. WIP on #402. 2018-08-25 12:05:47 -07:00
Brent Simmons
cfb3bd706e Use new hash-into function instead of calculating hashValue. WIP on #402. 2018-08-25 11:54:58 -07:00
Brent Simmons
6d49cd4620 Unignore IDEWorkspaceChecks.plist. 2018-08-25 11:33:09 -07:00
Brent Simmons
65540e021a Use standard visual effects sidebar. Fix #387. 2018-08-25 10:59:11 -07:00
Brent Simmons
04c199723b Fix typo. 2018-08-25 10:58:34 -07:00
Brent Simmons
4708601c9b Update updated date for Roadmap. 2018-08-23 20:44:53 -07:00
Brent Simmons
64ee0eb145 Simplify roadmap. I was over-planning. 2018-08-23 20:44:00 -07:00
Brent Simmons
8e36459209 Merge branch 'master' of https://github.com/brentsimmons/Evergreen 2018-08-21 08:57:26 -07:00
Brent Simmons
fe7d0cb7c6 Changes made a while ago. I forget what they were. 2018-08-21 08:57:19 -07:00
Brent Simmons
f621f8fff7 Fix missing setting for Articles.framework — fixes bug doing Release build. (Didn’t affect Debug builds.) 2018-08-19 15:32:19 -07:00
Brent Simmons
c60da0fefc
Merge pull request #385 from danielpunkass/safari-extension
Safari extension fixes
2018-08-19 15:22:27 -07:00
Daniel Jalkut
ab810e9f1c Change the validation code to always discard any pending requests for validation, and focus on the latest request. This works well for our purposes and avoids us queueing up a validation request and then having it somehow come in later than a more up-to-date request that may pertain to a different window or tab. 2018-08-19 17:55:46 -04:00
Daniel Jalkut
6caf85b598 I think it's important to have the persistent functions/variables live outside the document loaded handler, so they persist as long as the page is being viewed by the user. 2018-08-19 17:54:26 -04:00
Brent Simmons
ccc111b152 Add ArticlesDatabase.framework to embedded frameworks. 2018-08-19 12:18:33 -07:00
Brent Simmons
86b1aef07f
Merge pull request #384 from danielpunkass/safari-extension
Safari extension for "Subscribe to Feed"
2018-08-19 11:46:12 -07:00
Daniel Jalkut
8748e6f8cf Oops - need to multiply instead of divide to get accurate representation of delay timeout in nanoseconds. 2018-08-19 14:08:31 -04:00
Daniel Jalkut
3492b59707 Merge branch 'master' of https://github.com/brentsimmons/Evergreen into safari-extension
# Conflicts:
#	Evergreen.xcodeproj/project.pbxproj
2018-08-19 12:29:44 -04:00
Brent Simmons
61a390a947 Unbreak the build. I think. 2018-08-18 11:15:24 -07:00
Brent Simmons
6fa34df300 Add note about what to do with submodules on first checkout. 2018-08-18 11:04:28 -07:00
Brent Simmons
d01163b6d4 Update RSDatabase. 2018-08-08 22:33:47 -07:00
Brent Simmons
1feb6cadb8 Include RSCore update. 2018-07-28 17:38:35 -07:00