Brent Simmons
ef4c52169a
Merge branch 'mac-candidate'
2019-08-10 14:27:16 -07:00
Brent Simmons
40369eaca0
Change the URL of the Help book to include a /mac/ directory, so we can have separate help books for Mac and iOS.
2019-08-10 14:26:51 -07:00
Brent Simmons
645d709168
Merge pull request #824 from nostodnayr/master
...
Help Book: Added sorting, syncing, keyboard shortcuts
2019-08-06 08:57:02 -07:00
Ryan Dotson
7c5c02407a
Help Book: Added sorting, syncing, keyboard shortcuts
...
Added pages:
- Sorting the timeline
- Syncing accounts
- Keyboard shortcuts
Updated pages:
- On My Mac: added hiding/disabling
- On My Mac: added syncing note
- Adding Feeds: added links
- Various pages, adjusting formatting
Many files touched to make minor content and formatting changes
2019-08-06 22:24:04 +09:00
Brent Simmons
1a70d7797c
Merge branch 'mac-candidate'
2019-08-04 23:02:38 -07:00
Brent Simmons
13797c6693
Remove no-longer-needed removal of that weird character Six Colors uses in some of their headlines.
2019-08-04 23:02:09 -07:00
Brent Simmons
e492545970
Merge pull request #823 from nostodnayr/master
...
Helpbook: organised index, updating NetNewsWire, user data, privacy
2019-08-04 16:12:32 -07:00
Ryan Dotson
5a594fd3cb
Helpbook: organised index, updating NetNewsWire, user data, privacy
...
Organised index a bit
Added pages:
- user data location
- privacy summary
- updating the app
Minor formatting adjustments
2019-08-05 07:55:50 +09:00
Maurice Parker
659597e5e4
Fix about box for dark mode
2019-08-04 13:43:35 -05:00
Maurice Parker
f8eb750d56
Fix background color to respect dark mode
2019-08-04 13:23:34 -05:00
Maurice Parker
55da318503
Fix bug that was causing new feeds to be created with and empty string name
2019-08-04 13:20:37 -05:00
Maurice Parker
0b9522261e
Removed unused color for folders. This has been replaced with the tint color.
2019-08-03 17:28:45 -05:00
Maurice Parker
e39972bd64
Correct First Unread button to select the first unread in the timeline and show article in detail view. Issue #695
2019-08-03 17:07:43 -05:00
Maurice Parker
0269683b16
Reenable tinting now that at the beta OS releases don't crash when using them
2019-08-03 16:34:35 -05:00
Maurice Parker
02575c31fe
Change selected table row text to be white. Issue #693
2019-08-03 16:25:35 -05:00
Maurice Parker
4ece4173ba
Fix show back bar button bug introduced in last refactoring
2019-08-03 13:56:18 -05:00
Maurice Parker
9aa8ea7dc9
Refactor some common code and wrote copious comments
2019-08-03 13:53:30 -05:00
Maurice Parker
53e6af8bf3
Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire
2019-08-03 13:25:05 -05:00
Maurice Parker
43d0d0c889
Reformat statement
2019-08-03 13:24:51 -05:00
Brent Simmons
965ce4ebe1
Merge branch 'mac-candidate'
2019-08-03 11:05:41 -07:00
Brent Simmons
536ac205a0
Fix crash when making a feed via AppleScript and the feed already exists.
2019-08-03 11:04:52 -07:00
Maurice Parker
9768d8ca55
Fix bugs in detail back button when transitioning from collapsed mode
2019-08-03 11:44:05 -05:00
Maurice Parker
a30b03bcea
Remove obsolete code
2019-08-03 11:43:21 -05:00
Maurice Parker
e4c3590111
Made code formatting more consistent
2019-08-03 11:09:12 -05:00
Maurice Parker
d5094dd103
Deleted obsolete code
2019-08-03 11:06:55 -05:00
Maurice Parker
0baf15b588
Fix root split view controller collapsing and splitting when no in all visible mode
2019-08-03 10:55:46 -05:00
Maurice Parker
12f85f3ad3
Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire
2019-08-02 18:14:56 -05:00
Maurice Parker
e52b3531d9
Add missing shim controller
2019-08-02 18:14:49 -05:00
Maurice Parker
7acf77f572
Enable collapsing and splitting of root split view controller
2019-08-02 16:46:55 -05:00
Brent Simmons
49f17e5d14
Merge branch 'mac-candidate'
2019-08-02 14:03:30 -07:00
Brent Simmons
4b5dd7cd17
Fix some AppleScript terminology conflicts. Change account.type too account.accountType. Change local account to onmymac.
2019-08-02 14:03:04 -07:00
Brent Simmons
03afab8e6d
Merge branch 'mac-candidate'
2019-08-02 12:44:51 -07:00
Brent Simmons
ccd1d4bdc1
Wire up the account name for scripting.
2019-08-02 12:44:24 -07:00
Maurice Parker
8753790a19
Fix bug that lost detail view when transitioning to three panel mode
2019-08-02 10:34:32 -05:00
Maurice Parker
54f6607621
Keep table selections when root split isn't collapsed
2019-08-02 10:25:47 -05:00
Maurice Parker
52055d83f5
Made the detail panel slightly larger than the others in three panel mode
2019-08-02 09:12:15 -05:00
Maurice Parker
509afd6b0e
Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire
2019-08-02 05:03:40 -05:00
Maurice Parker
d7afc30ed3
Remove dead code
2019-08-02 04:42:48 -05:00
Maurice Parker
e0832260b8
Fix timeline selected transition to three panel mode
2019-08-02 04:29:42 -05:00
Maurice Parker
4f49a4bcf6
Fix code formatting
2019-08-02 04:23:41 -05:00
Maurice Parker
7da1aacf28
Fix transition to three panel mode
2019-08-02 04:22:47 -05:00
Brent Simmons
2277e95a83
Merge branch 'mac-candidate'
2019-08-01 22:51:24 -07:00
Brent Simmons
5d97e89e91
Replace the contents property with allFeeds — which returns all the feeds, including those inside folders. This is distinct from the feeds element, which returns just top-level feeds.
2019-08-01 22:51:03 -07:00
Brent Simmons
8d80d2aed1
Merge branch 'mac-candidate'
2019-08-01 21:52:57 -07:00
Brent Simmons
6c20af63e5
Merge branch 'mac-candidate' of https://github.com/brentsimmons/NetNewsWire into mac-candidate
2019-08-01 21:52:16 -07:00
Brent Simmons
e800b13f01
The accounts property returns all accounts.
2019-08-01 21:52:12 -07:00
Maurice Parker
eb4d61dc2c
Correct LD_RUNPATH_SEARCH_PATHS so that we can run on devices without crashing
2019-08-01 20:47:46 -05:00
Maurice Parker
7b7fb7ef2a
Adjust font to silence dynamic type warning
2019-08-01 20:24:54 -05:00
Maurice Parker
9e0a4aed00
Correctly handle showing the detail view when the root view controller is collapsed
2019-08-01 20:06:55 -05:00
Maurice Parker
e22088b284
Implemented Shim Controller so that we can change out the secondary split view controller when the display mode changes
2019-08-01 19:59:56 -05:00