2155 Commits

Author SHA1 Message Date
Jeremy Beker
aa6dfe8a08
Rework to store endpoint URL in metadata
Endpoint URL did not belong with credentials. This breaks it out and stores it in the account metadata. Updates validation code to take it as a parameter.
2019-05-29 15:16:09 -04:00
Jeremy Beker
0df86e5761
Authentication working
* Updates to use new API style per discussion with Maurice
* Credential validation functioning
2019-05-29 10:54:52 -04:00
Jeremy Beker
de82f718d5
Point to my updated version of RSWeb for now. 2019-05-28 13:26:27 -04:00
Jeremy Beker
171ebefc0f
Use my submodule 2019-05-28 13:22:28 -04:00
Jeremy Beker
84dbdf25e2
Google Reader API Account Provider and initial integration
* Creation of account classes (based on FeedBin)
* Integration on Mac side into account dialog
* Initial authentication call works and extracts auth token, but no where to put it right now.
2019-05-28 13:08:15 -04:00
Maurice Parker
6b93576f37
Merge pull request #715 from philviso/GH690_GH694_TimelineCellLayoutUpdates
Use 3 lines for timeline title + updated unread indicator layout
2019-05-28 05:24:20 -05:00
Phil Viso
6168f01822 Updated margins and sizing of unread indicator to match the mail app. Issue #690 2019-05-27 18:46:57 -05:00
Phil Viso
092b72d44c Updated timeline to default to 3 lines for the title. Issue #694 2019-05-27 18:46:53 -05:00
Maurice Parker
c7b61f7d87 Enable copy between local accounts. 2019-05-27 18:01:24 -05:00
Maurice Parker
659c9e5271 Allow dragged feeds between local accounts only 2019-05-27 15:11:16 -05:00
Maurice Parker
324198066e
Merge pull request #677 from aaronraimist/building-instructions
Add basic building instructions
2019-05-27 12:04:04 -05:00
Maurice Parker
61f9a66d74 Change so that we fire off status update immediately if the number of pending status changes exceeds 100. Issue #658 2019-05-27 12:03:12 -05:00
Brent Simmons
fcb2fa3ebc Update RSCore. 2019-05-26 22:40:31 -07:00
Brent Simmons
bfe41438fc Make default exported OPML file name Subscriptions-[accountName].opml. Fix #683. 2019-05-26 22:17:19 -07:00
Brent Simmons
e5e9538318 Change column spacing in the grid view so that we use standard space between labels and content. 2019-05-26 22:12:09 -07:00
Brent Simmons
8322ea4f31 Tweak the explanotext for the Name field in Account > Preferences. 2019-05-26 22:01:50 -07:00
Brent Simmons
6cd8f42597 Add layout constraints for the table cells in Account > Preferences sidebar. 2019-05-26 21:59:41 -07:00
Brent Simmons
9e0187ca55 Fix tableView frame in Preferences > Accounts sidebar. For some reason IB wants it wider than the clip view. This leads to unwanted horizontal scrolling. 2019-05-26 21:38:13 -07:00
Maurice Parker
886b82f3bd Fix issue where unread and unstar statuses were getting lost if there wasn't already an article. Issue #708 2019-05-26 21:05:05 -05:00
Maurice Parker
7e6db47956 Add extended mode for Feedbin entries to get avatar url. Issue #669 2019-05-26 18:35:54 -05:00
Brent Simmons
9f6b2bc63f Revise layout and add explanation for the import OPML choose-account sheet. 2019-05-26 16:29:46 -07:00
Brent Simmons
810e5b9aee Tweak layout and add explanation text for OPML export sheet. 2019-05-26 16:12:38 -07:00
Brent Simmons
f9b3fb0653 Update RSParser. 2019-05-26 15:46:10 -07:00
Brent Simmons
e4936873a8 Update RSCore. 2019-05-26 15:05:38 -07:00
Brent Simmons
e974d788ff Wrap OPML import in BatchUpdate. This makes it pretty much instant. Fix #653. 2019-05-26 14:45:09 -07:00
Brent Simmons
31f8348d11 Add explanation text to the Name field in Account Information preferences. 2019-05-26 12:12:29 -07:00
Brent Simmons
4de509326f Change OPML menu items to Import Subscriptions… and Export Subscriptions. Change Close menu item to Close Window. 2019-05-26 11:55:24 -07:00
Maurice Parker
32712533d1 Fixed duplicate adds for local account folder feed adds. Issue #701 2019-05-26 12:17:38 -05:00
Maurice Parker
c61949bc04 Add account name to network error messages and prevent background iOS errors from displaying alerts 2019-05-26 11:54:32 -05:00
Maurice Parker
b327d82004 Update to latest RSWeb 2019-05-26 06:03:17 -05:00
Maurice Parker
35c76a00cc Correct spelling of Feedbin. Issue #682 2019-05-26 05:32:02 -05:00
Brent Simmons
ea8d794b61 Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire 2019-05-25 15:25:12 -07:00
Brent Simmons
786f67f224 Update appcast. 2019-05-25 15:24:21 -07:00
Maurice Parker
60fbd6227f
Merge pull request #678 from aaronraimist/ios-suggest-password
Set email text field content type to username so iOS offers to autofill passwords
2019-05-25 16:46:34 -05:00
Aaron Raimist
256b805684
Set email text field content type to username so iOS offers to autofill passwords
This is what Apple says to do for email fields. https://developer.apple.com/documentation/security/password_autofill/enabling_password_autofill_on_a_text_input_view

> For example, if your site uses email addresses as user names, set the input view’s textContentType property to .username, and set the keyboardType property to .UIKeyboardType.emailAddress.
2019-05-25 16:04:48 -05:00
Aaron Raimist
1ad6bfb86b
Add basic building instructions
I would not have known to look in xcconfig/NetNewsWire_target.xcconfig to find these instructions. I only found them because I was searching around trying to figure out why NetNewsWire wouldn't build for me and found #576. Why not include some instructions in the README?
2019-05-25 15:45:55 -05:00
Maurice Parker
202b7ff5f4 Remove App Camp for Girls donation link. 2019-05-25 14:52:31 -05:00
Maurice Parker
08310aacc9 Reformat add scene so that it looks like the Settings app add scene. 2019-05-25 14:49:34 -05:00
Maurice Parker
4fc652e0d4
Merge pull request #675 from philviso/iPadPopover
Present add account view controllers modally + crash fix
2019-05-25 14:42:51 -05:00
Brent Simmons
68420bcfd1 Update Info.plist for new public build. 2019-05-25 10:33:23 -07:00
Brent Simmons
ad841ee41e Remove Donate to App Camp from Help menu, since the donation page no longer exists. 2019-05-25 10:27:05 -07:00
Brent Simmons
fa55e915d7 Update README with note about the Help menu. 2019-05-25 10:26:37 -07:00
Brent Simmons
8f48d8a726 Add Slack Group command in Help menu — it takes you to the signup page. 2019-05-25 10:21:25 -07:00
Brent Simmons
0377c52022 Update README to link to the Slack group. 2019-05-25 10:21:06 -07:00
Phil Viso
bae17df0e9 Use modal presentation for add account view controllers 2019-05-24 10:07:17 -05:00
Phil Viso
19881427c9 Fixed a crash that occurs when presenting the share sheet on iPad. Issue #639 2019-05-24 09:56:26 -05:00
Maurice Parker
e8645ab0c8 Made add account icons tint match 2019-05-23 09:08:48 -05:00
Maurice Parker
74aa377239
Merge pull request #673 from philviso/AddAccountCleanup
[iOS] UI improvements to the add / edit account flows
2019-05-23 08:29:20 -05:00
Phil Viso
cee87ab25a Centered email and password text 2019-05-22 21:20:56 -05:00
Phil Viso
071bfd6a45 Show disclosure indicator for add account cells 2019-05-22 21:19:13 -05:00