Brent Simmons
|
151e7140ec
|
Update appcast again for 1.0d32.
|
2018-01-14 12:24:18 -08:00 |
Brent Simmons
|
62d8701ebb
|
Update appcast for 1.0d32.
|
2018-01-14 12:13:50 -08:00 |
Brent Simmons
|
2ba1794122
|
Change send-to command titles to just reflect the app name.
|
2018-01-14 12:13:25 -08:00 |
Brent Simmons
|
4f41824b73
|
Bump version.
|
2018-01-14 12:00:35 -08:00 |
Brent Simmons
|
87aec0b563
|
Add attribution when posting to Micro.blog.
|
2018-01-14 12:00:09 -08:00 |
Brent Simmons
|
7a8e0ec4aa
|
Increase the sleep interval for waiting for an app to launch. I’m sure there’s a better way to do this, but I don’t know what it is yet.
|
2018-01-14 11:19:19 -08:00 |
Brent Simmons
|
f9c5c5ad60
|
Fix logic in SendToMarsEditCommand where it finds the app to talk to. A running app takes precedence.
|
2018-01-14 11:12:28 -08:00 |
Brent Simmons
|
39d6086e0c
|
Use %20 instead of + when encoding for URL query strings, since it appears to be more compatible. (Well, it works better with Micro.blog.)
|
2018-01-14 11:11:53 -08:00 |
Brent Simmons
|
b05d2f8f5f
|
User UserApp with SendToMarsEditCommand.
|
2018-01-14 11:00:42 -08:00 |
Brent Simmons
|
75d0752a67
|
Make UserApp properties and methods public.
|
2018-01-14 11:00:29 -08:00 |
Brent Simmons
|
bbf2b8f130
|
Switch from ApplicationSpecifier to UserApp.
|
2018-01-14 10:56:49 -08:00 |
Brent Simmons
|
fd7c6d07ac
|
Add UserApp class to RSCore. It represents an of the type usually found in /Applications. A UserApp may or may not be running and may or may not exist locally on disk. It could be entirely fictional, even.
|
2018-01-14 10:56:06 -08:00 |
Brent Simmons
|
8df34bfcda
|
Use new urlQueryString method from RSWeb.
|
2018-01-14 09:36:24 -08:00 |
Brent Simmons
|
f430d6a095
|
Add Dictionary and String extensions for creating URL query strings. Add tests.
|
2018-01-13 17:40:27 -08:00 |
Brent Simmons
|
c3bcf82713
|
Make the send-to-Micro.blog command work. Need some tweaking, but it mostly does the job.
|
2018-01-11 22:18:46 -08:00 |
Brent Simmons
|
811084c106
|
Merge pull request #298 from olofhellman/master
Basic read-only support for account feed and folder
|
2018-01-11 08:25:19 -08:00 |
Olof Hellman
|
d0722370a1
|
revert the change in development team
|
2018-01-11 01:02:17 -08:00 |
Olof Hellman
|
215a44fce7
|
Merge remote-tracking branch 'brentsimmons/master'
|
2018-01-11 00:53:37 -08:00 |
Olof Hellman
|
775dbf0852
|
basic readonly scripting support for account, feed, folder
|
2018-01-11 00:51:25 -08:00 |
Brent Simmons
|
32dae64b83
|
Continue work on send to Micro.blog.
|
2018-01-10 14:00:06 -08:00 |
Brent Simmons
|
790a6f6d2d
|
Update app cast for 1.0d31.
|
2018-01-10 13:59:33 -08:00 |
Brent Simmons
|
f324e65f16
|
Make further progress on sending to MarsEdit and Micro.blog.
|
2018-01-09 22:04:45 -08:00 |
Brent Simmons
|
ccc699741d
|
Decrease the opacity of the placeholder color for avatars in the timeline.
|
2018-01-09 21:33:13 -08:00 |
Brent Simmons
|
8b2f9b333a
|
Make feed icons and favicons show up more quickly and reliably in the timeline.
|
2018-01-09 21:09:09 -08:00 |
Olof Hellman
|
9236487945
|
Merge remote-tracking branch 'brentsimmons/master'
|
2018-01-08 23:43:03 -08:00 |
Brent Simmons
|
f982b63a6e
|
Remove macalope.com from the feed directory, since apparently that site isn’t updated anymore — though our friend with the hooves does indeed keep writing.
|
2018-01-08 22:17:50 -08:00 |
Brent Simmons
|
17ce4fc26a
|
Check if the Micro.blog app exists on disk when app becomes active.
|
2018-01-08 22:10:56 -08:00 |
Brent Simmons
|
b83a5694dc
|
Start work on send-to-Micro.blog and send-to-MarsEdit commands.
|
2018-01-08 21:53:49 -08:00 |
Brent Simmons
|
1b0648cd18
|
Make feed icons show up more promptly and reliably in the timeline.
|
2018-01-08 21:34:39 -08:00 |
Brent Simmons
|
6d94372eef
|
Increase the indentation in the source list so that feeds inside folders line up better.
|
2018-01-08 21:16:51 -08:00 |
Brent Simmons
|
99db11f659
|
Bump version.
|
2018-01-08 13:14:30 -08:00 |
Brent Simmons
|
e181822c48
|
Merge, manually, fix and tests for detecting as JSON Feed feeds which do slash-escaping, such as Curt’s feed <http://curtclifton.net/feed.json>.
|
2018-01-08 13:13:15 -08:00 |
Brent Simmons
|
1ffb1621a8
|
Merge pull request #296 from olofhellman/master
Add very minimal support for a scripting dictionary: the getURL event
|
2018-01-08 09:56:32 -08:00 |
Olof Hellman
|
e3e68e051a
|
move most build settings to xcconfig files.
Add an #include to allow developer overrides of build settings so as to
soften the pain of code signing configuration
|
2018-01-07 17:46:23 -08:00 |
Olof Hellman
|
b04a4b83f2
|
Add very minimal support for a scripting dictionary — only the getURL
AppleEvent — and add an XCTestCase that can run and verify results of
AppleScripts that target Evergreen.
|
2018-01-07 15:13:10 -08:00 |
Brent Simmons
|
0a1642abdf
|
Draw a white unread indicator in the timeline when the cell is selected and emphasized. Fix #112.
|
2018-01-06 14:33:16 -08:00 |
Brent Simmons
|
36b3ad8e85
|
Remove Error Log command from menu, since the Error Log won’t be until after 1.0.
|
2018-01-06 12:27:51 -08:00 |
Brent Simmons
|
0d4a58e2ab
|
Create and use an NSTableView extension method: indexesOfAvailableRowsPassingTest.
|
2018-01-06 12:12:31 -08:00 |
Brent Simmons
|
bf233da3f0
|
Turn off Xcode’s new build system, since it stopped letting me debug. It had worked fine all this time, till today.
|
2018-01-06 12:11:50 -08:00 |
Brent Simmons
|
cfcfe2b4b5
|
Make reloading the timeline cells even more efficient upon avatar-download.
|
2018-01-06 11:56:32 -08:00 |
Brent Simmons
|
f9b4e192e0
|
Make updating the timeline cells more efficient after downloading an avatar.
|
2018-01-06 11:18:03 -08:00 |
Brent Simmons
|
b83e0eeb67
|
Update app cast for 1.0d30.
|
2018-01-06 11:17:11 -08:00 |
Brent Simmons
|
bb98638e9c
|
Use the git commit number as the build number in Info.plist. Use Curtis Herbert’s script: https://blog.curtisherbert.com/automated-build-numbers/
Fix #203.
|
2018-01-05 23:16:27 -08:00 |
Brent Simmons
|
2938cc718d
|
Check /index.xml when finding a feed when there are no other leads. Fix #235.
|
2018-01-05 22:54:28 -08:00 |
Brent Simmons
|
45f3f49a1f
|
Fix bug where user avatars wouldn’t always show up in the timeline view promptly.
|
2018-01-05 13:22:16 -08:00 |
Brent Simmons
|
665561e5eb
|
Show avatars in the timeline at the right times.
|
2018-01-04 21:20:09 -08:00 |
Brent Simmons
|
2327fdf2b2
|
Add Om Malik’s feed to the default feeds list. Remove Katie Floyd — reluctantly! sadly! — since she plans not to be blogging so often.
|
2018-01-03 13:25:30 -08:00 |
Brent Simmons
|
e2c36caeee
|
Move favicons in the detail view to the right. They’re show when available and there’s no other feed icon or user avatar.
|
2018-01-03 13:14:14 -08:00 |
Brent Simmons
|
4bb5270860
|
Move template and style sheet to same group as ArticleRenderer.
|
2018-01-03 13:07:05 -08:00 |
Brent Simmons
|
867e775e69
|
Show feed icons and avatars in the timeline.
|
2017-12-31 12:10:30 -08:00 |