Commit Graph

6112 Commits

Author SHA1 Message Date
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
Brent Simmons b61df8c185 Rename RSFeedFinder references to FeedFinder. 2018-06-21 13:18:28 -07:00
Brent Simmons 168f6138ac Rename RSFeedFinder.h to FeedFinder.h. 2018-06-21 13:07:31 -07:00
Brent Simmons 375bef6d44 Break build. Rename RSFeedFinder on disk to FeedFinder. 2018-06-21 13:06:13 -07:00
Brent Simmons fdda92e4c2 Break build. Remove local copy of DB5.framework. 2018-06-21 13:04:26 -07:00
Daniel Jalkut 86ba4b84a8 use the pre-calculated validation test. 2018-06-19 14:41:50 -04:00
Daniel Jalkut 8e5af2e7b0 Merge branch 'master' of https://github.com/brentsimmons/Evergreen into safari-extension 2018-06-19 13:22:22 -04:00
Daniel Jalkut 3cb6ee35ab First stab at a new 'Subscribe to Feed' Safari App Extension. 2018-06-19 13:20:41 -04:00
Brent Simmons ecfee69fdf Break the build. Continue switch to submodules. Remove local copy of RSDatabase. 2018-06-18 16:59:22 -07:00
Brent Simmons 72a89dd048 Break the build. Continue switch to submodules. Remove local copy of RSParser. 2018-06-18 16:52:24 -07:00
Brent Simmons 2927422f1f Break the build. Continue switch to submodules. Remove local copy of RSWeb. 2018-06-18 16:45:29 -07:00
Brent Simmons d597631bd6 Break the build. Continue switch to submodules. Remove local copy of RSTree. 2018-06-18 16:39:16 -07:00