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 |
Brent Simmons
|
8de36d8282
|
Start removing old code for pulling settings from a plist.
|
2019-03-15 13:17:37 -07:00 |
Brent Simmons
|
7335c65ecb
|
Remove last ODB stuff. Feed metadata is now entirely stored in FeedMetadata.plist.
|
2019-03-14 22:59:07 -07:00 |
Brent Simmons
|
2f1df1dfae
|
Change name from inessential.com to inessential in default feeds.
|
2019-03-14 22:58:15 -07:00 |
Brent Simmons
|
1d52a1229b
|
Pull editedName from OPML when feed.editedName == nil.
|
2019-03-14 22:34:22 -07:00 |
Brent Simmons
|
91897f8ea8
|
Import default feeds using OPML. Delete the old plist file.
|
2019-03-14 22:23:16 -07:00 |
Brent Simmons
|
0e3a9ba1e9
|
Add DefaultFeeds.opml. Start transition to using OPML instead of plist for default feeds. The idea is to have just one way of importing feeds.
|
2019-03-14 21:56:38 -07:00 |
Brent Simmons
|
79a6d5f761
|
Continue transition from ODB to FeedMetadata.plist. It’s simpler and uses less memory.
|
2019-03-13 23:41:43 -07:00 |
Brent Simmons
|
57c5854efa
|
Update RSParser and RSWeb.
|
2019-03-13 23:04:21 -07:00 |
Brent Simmons
|
d498c3f19d
|
Create FeedMetadata. Not actually used just yet. (Soon.)
|
2019-03-12 22:40:11 -07:00 |
Brent Simmons
|
dd39e3a0fe
|
Delete unused code in Author.
|
2019-03-12 21:52:21 -07:00 |
Brent Simmons
|
64256eb4e6
|
Document the JustinMillerHideDockUnreadCount hidden pref.
|
2019-03-12 21:20:28 -07:00 |
Brent Simmons
|
e2f2d2bfcd
|
Change name of hide-dock-unread-count pref to JustinMillerHideDockUnreadCount.
|
2019-03-12 21:19:19 -07:00 |
Brent Simmons
|
976d52ad49
|
Merge pull request #584 from incanus/246-dock-unread-pref
add hidden pref for show/hide dock unread count
|
2019-03-12 10:40:56 -07:00 |
Justin R. Miller
|
41547663b9
|
add hidden pref for show/hide dock unread count
|
2019-03-08 11:35:37 -08:00 |
Brent Simmons
|
b7cdde63c1
|
Merge pull request #581 from vincode-io/Issue-546
made constraint match view width - Issue #546
|
2019-03-06 13:03:39 -08:00 |
Maurice Parker
|
9a56386d30
|
made constraint match view width - Issue #546
|
2019-03-06 14:54:56 -06:00 |
Brent Simmons
|
7a028c379e
|
Merge pull request #578 from vincode-io/Issue-558c
updated to latest RSCore
|
2019-03-04 16:19:06 -08:00 |
Maurice Parker
|
69ba45d242
|
updated to latest RSCore
|
2019-03-04 18:16:19 -06:00 |
Brent Simmons
|
0575d516b8
|
Merge pull request #577 from vincode-io/Issue-558b
Made it so that tabbing to the timeline selects something. Issue #558.
|
2019-03-04 16:12:08 -08:00 |
Maurice Parker
|
4518357e09
|
Made it so that tabbing to the timeline selects something. Issue #558.
|
2019-03-04 18:08:53 -06:00 |
Brent Simmons
|
9cc85d6c6f
|
Merge pull request #576 from danielpunkass/codesign-changes
Switch to ad hoc code signing, and disable the hardened runtime, for …
|
2019-03-04 12:50:07 -08:00 |