Commit Graph

6557 Commits

Author SHA1 Message Date
Maurice Parker ba03f0bc07 Adjust parameters to deal with Reddit's recent, stricter parameter checks 2020-10-30 14:29:08 -05:00
Maurice Parker 81ae58e061 Remove code duplication 2020-10-30 11:21:49 -05:00
Maurice Parker c1c8b97b08 Remove build settings from project file 2020-10-30 11:21:18 -05:00
Maurice Parker b6c66a7f2c Remove unnecessary system notification checks 2020-10-30 09:47:30 -05:00
Maurice Parker 3aad0b5075 Remove no longer needed system events. Fixes #2537 2020-10-30 09:44:24 -05:00
Maurice Parker 48138b1bb4 Retain a reference to the Add Account Window Controllers so that they don't get deallocated before they have a chance to get used 2020-10-30 04:25:33 -05:00
Maurice Parker d9df9e53d3 Remove obsolete Add Account code 2020-10-30 04:18:11 -05:00
Maurice Parker f9361fbb72
Merge pull request #2535 from stuartbreckenridge/add-account-cleanup
Add account cleanup
2020-10-30 04:00:12 -05:00
Brent Simmons befcad1688 Merge branch 'main' of https://github.com/Ranchero-Software/NetNewsWire into main 2020-10-29 19:30:42 -07:00
Brent Simmons e7059577dd Update appcast for 5.1.2b3. 2020-10-29 19:30:23 -07:00
Stuart Breckenridge 5b1df3631e Alignment consistency 2020-10-30 09:44:44 +08:00
Stuart Breckenridge 24dbe7c310 Fixes #2534
• Minor tweaks to the iCloud icon
• Consistent footers on add account sheet
• Old functionality removed when the accounts tableview has no selection
2020-10-30 09:30:11 +08:00
Maurice Parker 7bc3153dfd Change the scheme back to debugging as me instead of root 2020-10-29 17:58:17 -05:00
Maurice Parker b3e7c1bd63
Merge pull request #2530 from stuartbreckenridge/mac-add-account-refresh
Prototype Refresh
2020-10-29 17:54:08 -05:00
Maurice Parker 7c91a1df3a Change NetNewsWire News URL to use the XML version since some sync services don't understand JSON. 2020-10-29 17:52:58 -05:00
Stuart Breckenridge 0c9336a1ff
Merge branch 'main' into mac-add-account-refresh 2020-10-30 06:39:39 +08:00
Stuart Breckenridge bd3fd1ef2a Removes dead code 2020-10-30 06:16:28 +08:00
Maurice Parker 64c93ed118 Enable credentials for newer sync services 2020-10-29 15:19:30 -05:00
Maurice Parker 1cfe248c6a Store the NewsBlur basic credentials so that they can be updated 2020-10-29 15:06:27 -05:00
Maurice Parker 1a4ab96038 Enable credentials button for newer sync services 2020-10-29 14:53:52 -05:00
Maurice Parker 515dd5f63f Check for duplicate accounts and make sure it doesn't interfere with credentials updates 2020-10-29 14:05:55 -05:00
Maurice Parker 3a1570f6c6 Fix feed wrangler error message layout 2020-10-29 13:52:23 -05:00
Stuart Breckenridge 80744982f5
Offset and alignment changes. 2020-10-29 20:14:17 +08:00
Stuart Breckenridge 29fee1b590
padding changes 2020-10-29 16:33:31 +08:00
Stuart Breckenridge 49b6cb1417
more padding 2020-10-29 16:27:52 +08:00
Stuart Breckenridge 2bd2a20a0b
added restrictions. 2020-10-29 15:29:55 +08:00
Stuart Breckenridge d6b7054f11
image scaling fixed 2020-10-29 15:20:43 +08:00
Stuart Breckenridge ca7806240e
additional padding 2020-10-29 12:14:33 +08:00
Stuart Breckenridge 0c196dca88
Look and feel updates 2020-10-29 12:07:18 +08:00
Maurice Parker a604003c89 Remove dead code to fix compiler warning. 2020-10-28 19:26:16 -05:00
Maurice Parker 0499952b45 Rewrote the article syncing code to be more efficient and handle large datasets 2020-10-28 19:03:41 -05:00
Maurice Parker aecf90f9f8 Don't chunk entries at the caller level because it is already done in the delegate 2020-10-28 16:16:15 -05:00
Stuart Breckenridge 3fdb0d1f04
Prototype Refresh 2020-10-28 23:19:42 +08:00
Maurice Parker 31607414f6 Remove Inoreader from developer build on the Mac 2020-10-27 20:42:42 -05:00
Maurice Parker d14a519a35 Check all accounts, not just active, for the iCloud account 2020-10-27 20:40:24 -05:00
Maurice Parker e0be6bec52 Prevent horizontal scrolling of Accounts Add list 2020-10-27 20:39:01 -05:00
Maurice Parker fc7b0cb05c Delete unneeded constraints 2020-10-27 20:31:51 -05:00
Maurice Parker 485eba3f26 Put accounts in the same order as they are on iOS 2020-10-27 20:26:08 -05:00
Maurice Parker 88399f0fb2 Widen existing accounts and extensions table and prevent horizontal scrolling in them 2020-10-27 20:20:18 -05:00
Maurice Parker 8f08d0d691 Make Extension Point maintenance Voice Over compatible 2020-10-27 20:18:26 -05:00
Maurice Parker de2171bbd0 Upgrade extension point assets to color versions for the Mac 2020-10-27 19:35:05 -05:00
Maurice Parker 4d2b5f0286 Update Mac account assets to be more colorful 2020-10-27 18:04:17 -05:00
Maurice Parker a2abbe5da5 Dim the label of any unavailable accounts 2020-10-27 15:08:34 -05:00
Maurice Parker ba7565b487 Remove table row height 2020-10-27 14:54:13 -05:00
Maurice Parker ef978a9f89 Add title to Add Extension scene 2020-10-27 14:50:47 -05:00
Maurice Parker 2edd558139 Stop validation fall through for Reader API adds/edits 2020-10-27 14:45:21 -05:00
Maurice Parker 1035fd7b76 Make Reader API table cells unselectable 2020-10-27 14:44:47 -05:00
Maurice Parker b72948bc8e Update Extensions to match the new styling of the Accounts management functionality 2020-10-27 14:25:45 -05:00
Maurice Parker fa08dec5ff Add Inoreader to the list of services not available in the developer build 2020-10-27 14:03:53 -05:00
Maurice Parker f82e60066f
Merge pull request #2528 from stuartbreckenridge/ios-addaccount-ui-refresh
Add Accounts UI Refresh
2020-10-27 13:55:30 -05:00