Commit Graph

5896 Commits

Author SHA1 Message Date
Maurice Parker
9a054a320c
Merge pull request #2229 from rizwankce/add-feedbin-account
Add Feedbin account addition implementation
2020-07-08 02:25:03 -05:00
Rizwan Mohamed Ibrahim
74f822f624
Add Feedbin account addition implementation 2020-07-08 12:38:27 +05:30
Maurice Parker
115f37e7cc Remove unused copied code 2020-07-07 19:35:22 -05:00
Maurice Parker
7a663167f7 Remove commented code 2020-07-07 19:31:52 -05:00
Maurice Parker
59c3015fff Made web view preloading code and scheme handler shared code 2020-07-07 19:31:24 -05:00
Maurice Parker
900766d780 Remove icons from macOS context menus since they aren't supported 2020-07-07 17:02:17 -05:00
Maurice Parker
cbdfaaaf22 Merge branch 'swiftui' of https://github.com/Ranchero-Software/NetNewsWire into swiftui 2020-07-07 16:05:33 -05:00
Maurice Parker
8064e65e68 Move Mac toolbar to SceneNavigationView so that it operates properly. Issue #2217 2020-07-07 16:05:26 -05:00
Maurice Parker
b84be77c45
Merge pull request #2228 from rizwankce/accounts-settings
Accounts settings : Add New Local Account
2020-07-07 12:26:29 -05:00
Rizwan Mohamed Ibrahim
5aa329bf1c
Adds Account settings and New Local account addition 2020-07-07 22:45:12 +05:30
Maurice Parker
265899f6e2
Merge pull request #2224 from rizwankce/fix/title-for-about-view
About View Title
2020-07-07 10:18:41 -05:00
Rizwan Mohamed Ibrahim
cbce799e01
Add title for About view 2020-07-07 12:22:55 +05:30
Maurice Parker
2e94ae9e8e Add basic support for Article view on iOS 2020-07-06 21:14:05 -05:00
Maurice Parker
52f1b9d036 Merge branch 'swiftui' of https://github.com/Ranchero-Software/NetNewsWire into swiftui 2020-07-06 16:51:18 -05:00
Maurice Parker
43ea26ddc2 Standardize Asset Catalog case part 2 2020-07-06 16:50:48 -05:00
Maurice Parker
c829478aa6 Standardize Asset Catalog case part 1 2020-07-06 16:49:58 -05:00
Maurice Parker
7564ee33b1
Merge pull request #2223 from rizwankce/feeds-settings-errors
Add feeds settings import/export errors
2020-07-06 16:44:55 -05:00
Maurice Parker
06a1a5f28b Merge branch 'pr/2218' into swiftui 2020-07-06 16:39:36 -05:00
Maurice Parker
d1f7473a02 Moved items to match current layout 2020-07-06 16:30:50 -05:00
Maurice Parker
e5ad208730 Fix iOS background colors 2020-07-06 16:14:43 -05:00
Maurice Parker
fcf0c1ad1c Implement Settings About Section. Issue #2174 2020-07-06 15:30:32 -05:00
Rizwan Mohamed Ibrahim
cbac7a85cb
Add feeds settings import/export errors 2020-07-06 22:43:20 +05:30
Stuart Breckenridge
d8df24e997 removes reference to old appSettings var 2020-07-06 20:18:50 +08:00
Stuart Breckenridge
10924caf7f Fixes #2171
Slider is now used in lieu of a stepper. To do that, `timelineIconDimensions` had to be changed from an `Int` to a `Double`.
2020-07-06 17:54:11 +08:00
Maurice Parker
ac0153b71f Remove unused type alias 2020-07-06 01:46:12 -05:00
Maurice Parker
958de0c0d9 Remove VisualEffectBlur and split ArticleView into target specific files 2020-07-06 01:44:35 -05:00
Maurice Parker
6695fcfca7 Refactor sidebar styling to remove duplicate code 2020-07-06 01:32:43 -05:00
Maurice Parker
3dc642318d
Merge pull request #2215 from Krinkle/patch-1
Update README to link CI badge to CI builds
2020-07-05 20:27:37 -05:00
Timo Tijhof
480dd803cf
Update README to link CI badge to CI builds
The image is hyperlinked by default in GitHub Flavoured Markdown,
but points to the image itself, which is not so useful.

Link it to the list of recent builds instead.
2020-07-06 02:04:30 +01:00
Maurice Parker
bcbb38c120 Change to initialize Refresh when the onAppear event happens so that we quit crashing on macOS 2020-07-05 19:49:07 -05:00
Maurice Parker
aca4cdf4ec fixed asset catalog 2020-07-05 19:36:43 -05:00
Maurice Parker
6c5655191e Implement hack to hide disclosure chevrons 2020-07-05 19:21:23 -05:00
Maurice Parker
9126ec424d Align unread counts on iOS 2020-07-05 19:09:23 -05:00
Maurice Parker
1389008b31 Add Article toolbar 2020-07-05 18:53:18 -05:00
Maurice Parker
5b0c397739 Add filter buttons to navigation bar 2020-07-05 15:11:45 -05:00
Maurice Parker
14601fc96b Change how next unread image is scaled up 2020-07-05 15:01:02 -05:00
Maurice Parker
eb8f6e0c03 Refactor the Timeline toolbar to be a modifier like Sidebar's is 2020-07-05 14:52:04 -05:00
Maurice Parker
8b81548457 Rename SidebarToolbar to SidebarToolbarModifer 2020-07-05 14:45:19 -05:00
Maurice Parker
3e2bf6f301
Merge pull request #2213 from stuartbreckenridge/swiftui
Add Feed Folder Picker
2020-07-05 14:23:23 -05:00
Stuart Breckenridge
ad4aaf9a19 Add Feed Folder Picker
Fixes #2193:

• Containers with indentation are supported
• Small icon provider is used
• AssetCatalog updated with SF Symbol images for desktop, iPad, iPhone.
• Title page doesn’t work at the current time.
2020-07-05 09:06:53 +08:00
Maurice Parker
49c86bd578 Add Get Info to Sidebar context menu 2020-07-04 14:13:12 -05:00
Maurice Parker
3f7401994d Made Sidebar context menu code simpler 2020-07-04 12:16:21 -05:00
Maurice Parker
5d43635780 Move directly referenced images to AppAssets 2020-07-04 11:57:51 -05:00
Maurice Parker
7cebe7e70f Fixed case for FaviconTemplateImage 2020-07-04 10:32:42 -05:00
Maurice Parker
4cb28cfc20 Fixed Favicon asset name. 2020-07-04 10:24:37 -05:00
Maurice Parker
208271d6b4
Merge pull request #2210 from philviso/swiftui-progressview
Implement iOS progress view
2020-07-04 10:23:20 -05:00
Phil Viso
9131056f2b Added refreshProgressState to SceneModel. Removed RefreshProgressModel from environment 2020-07-04 10:20:50 -05:00
Stuart Breckenridge
4081aa0168 Merge branch 'swiftui' of https://github.com/stuartbreckenridge/NetNewsWire into swiftui 2020-07-04 23:13:09 +08:00
Stuart Breckenridge
14c66f9c2b Add Feed Fix
Fixes #2209
2020-07-04 23:12:53 +08:00
Maurice Parker
21689bcbd3
Merge pull request #2211 from stuartbreckenridge/swiftui
Add Feed Fix
2020-07-04 10:10:48 -05:00