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
Phil Viso
13c0f3a09c
UI improvements for add feedbin account
2019-05-22 21:17:50 -05:00
Phil Viso
3e97754ab9
Removed navigation controller from storyboard for add account view controller
2019-05-22 20:31:01 -05:00
Phil Viso
d1684a1c69
Improved the UI of adding a new local account
2019-05-22 20:29:00 -05:00
Phil Viso
fd88f94959
Left align add account selection
2019-05-22 20:00:18 -05:00
Phil Viso
490b84719a
Cleaned up margins and added dynamic type support to account detail screen
2019-05-22 19:43:12 -05:00
Phil Viso
336d7a8cc7
Use default account name as placeholder text
2019-05-22 19:42:06 -05:00
Maurice Parker
5f98f0d2fc
Correct usage of weak self in completion handlers
2019-05-22 15:40:34 -05:00
Maurice Parker
5d1c7d08ac
Remove strong reference to Account that was preventing Accounts from being deallocated
2019-05-22 15:08:22 -05:00
Maurice Parker
c422b4b82c
Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire
2019-05-22 10:08:01 -05:00