Commit Graph

1323 Commits

Author SHA1 Message Date
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
Brent Simmons b16112ad56 Remove deleted frameworks from Account. 2018-07-28 17:30:12 -07:00
Brent Simmons 85aaa68f7b Delete unused TimelineHeaderView. 2018-07-28 17:27:26 -07:00
Brent Simmons fc338d5371 Move Feed from Articles.framework to Account.framework. 2018-07-28 12:16:14 -07:00
Brent Simmons b7575c687c Rename Data.framework to Articles.framework. Rename Database.framework to ArticlesDatabase.framework. 2018-07-23 18:29:08 -07:00
Brent Simmons 2cd23cf008 Remove FeedMetadata. 2018-07-23 15:31:56 -07:00
Brent Simmons 83d0c726a1 RSDatabase update. 2018-07-23 15:30:53 -07:00
Brent Simmons 19bf197f02 Start FeedMetadata. 2018-07-23 15:30:42 -07:00
Brent Simmons 2601cb1154 Submodule stuff. 2018-07-22 19:39:01 -07:00
Brent Simmons 457bb729ab Remove some hard-coded white backgrounds. 2018-07-22 11:18:35 -07:00
Brent Simmons d6303ebead Submodule stuff? Git confuses me. 2018-07-21 19:55:35 -07:00
Brent Simmons 0c1fc37aa9 Make progress on CSS for detail view for dark mode. 2018-07-21 19:55:07 -07:00
Brent Simmons 6c3a104bca Use underPageBackgroundColor for behind the detail view. 2018-07-21 19:54:50 -07:00
Brent Simmons ae34d83d4b Use controlAccent color for unread indicator in timeline. 2018-07-21 19:17:20 -07:00
Brent Simmons 3e2d2d6560 Really update new-in-Cocoa notes. 2018-07-21 13:12:27 -07:00
Brent Simmons 75bf0bf1da Merge branch 'master' of https://github.com/brentsimmons/Evergreen 2018-07-21 13:11:30 -07:00
Brent Simmons fe3a7addd1 Update NewInCocoa2018 notes. 2018-07-21 13:11:20 -07:00
Brent Simmons a7f6b47f1a Use semantic colors in the timeline text fields. 2018-07-18 13:34:44 -07:00
Brent Simmons f736275c73 Remove customized layer with background color from TimelineTableCellView. 2018-07-18 13:24:48 -07:00
Brent Simmons b9e4212013 Remove custom split view divider color. 2018-07-18 13:19:37 -07:00
Brent Simmons dbbcce44ca Remove intercell spacing between rows in the timeline view. 2018-07-18 13:17:43 -07:00
Brent Simmons ef85069a37 Fix appearance of container view — make it inherited. Dark mode progress. 2018-07-17 18:06:40 -07:00
Brent Simmons f8a2e7334f Nuke the timeline grid after all. 2018-07-17 18:01:17 -07:00
Brent Simmons 2f137df4b0 Use standard NSTableView grid for timeline. Fix #376. 2018-07-17 13:09:40 -07:00
Brent Simmons 2a37a90c59 Add some dark mode notes. 2018-07-15 18:59:01 -07:00
Brent Simmons 73b85bdd92 Make sidebar status bar vibrant. Fix #369. 2018-07-15 12:06:41 -07:00
Brent Simmons ce0d2450b8 Get the app building with Xcode 10 beta 3. 2018-07-15 12:05:00 -07:00
Brent Simmons 49c44f183d Get Evergreen building. Switch to translucent sidebar. Trying to be a standard Mac app as much as possible, particularly so that supporting dark mode works properly. 2018-07-14 14:43:54 -07:00
Brent Simmons 753ccf14dd Add note about updating Git submodules to their latest commits. 2018-07-14 12:32:11 -07:00
Brent Simmons 12de2ea155 Update SubmoduleCheatSheet.md. 2018-06-23 15:39:49 -07:00
Brent Simmons 74e07521ea Build still broken. De-framework-ized FeedFinder. 2018-06-23 11:35:55 -07:00
Brent Simmons 3909e7d41f Add submodule xcodeprojs to workspace. 2018-06-22 13:13:49 -07:00
Brent Simmons 0efd637db8 Add to SubmoduleCheatSheet. 2018-06-21 13:26:37 -07:00
Brent Simmons 0a965d2e95 Add DB5, RSParser, RSTree, and RSWeb submodules. 2018-06-21 13:25:10 -07:00
Brent Simmons caece76cd1 Add RSCore submodule. Start SubmoduleCheatSheet.md. 2018-06-21 13:23:53 -07:00