Commit Graph

6195 Commits

Author SHA1 Message Date
Maurice Parker 8881ec71f7 Changed Secrets to be a Swift Package 2020-07-30 05:06:10 -05:00
Maurice Parker fbfdbb04c7 Convert Articles, ArticlesDatabase, and SyncDatabase to Swift Packages 2020-07-30 04:54:21 -05:00
Maurice Parker e3e5d69b9b Delete workspace file since we don't need it and can lead to confusion 2020-07-30 04:30:58 -05:00
Maurice Parker b003ae5124 Make RSParser a Swift Package 2020-07-30 04:26:07 -05:00
Maurice Parker d3deb4b7d7
Merge pull request #2309 from Wevah/idna
Add IDNA support
2020-07-29 19:57:41 -05:00
Maurice Parker 2fbee1eb03 Convert RSDatabase into swift packages 2020-07-29 19:48:54 -05:00
Nate Weaver 5630a4eba4 Correctly handle IRIs 2020-07-29 15:42:11 -05:00
Nate Weaver 1f9dfb80e2 Changes for IDNA support 2020-07-29 15:42:11 -05:00
Maurice Parker 9bd6f9e0fd Update to the latest RSWeb 2020-07-29 15:18:44 -05:00
Maurice Parker 0992b7d238 Add RSWeb as a dependency of Account 2020-07-29 14:03:17 -05:00
Maurice Parker f59817bbbb Upgrade RSWeb to a swift package 2020-07-29 13:46:13 -05:00
Maurice Parker 69ea10942a Make OAuthSwift a SPM package 2020-07-29 12:15:05 -05:00
Maurice Parker f3347cc7d6 Add RSTree package as a dependency for iOS projects 2020-07-29 11:51:35 -05:00
Maurice Parker 4ea17b634d Change RSTree to be a SPM package 2020-07-29 11:43:15 -05:00
Maurice Parker 43eddca523 Disable tests until we get issues with SPM and tests worked out 2020-07-29 11:42:52 -05:00
Maurice Parker f07aa1fbac Update to beta 2 of RSCore 2020-07-29 06:01:52 -05:00
Maurice Parker 4af0da6cfb Disable framework test until they are converted to SPM 2020-07-29 05:49:22 -05:00
Maurice Parker 0cad7f0972 Change destination for iOS 2020-07-29 05:21:19 -05:00
Maurice Parker 0326f4834a Change to use Xcode 12 2020-07-29 05:17:36 -05:00
Maurice Parker e39d1d2a43 Merge branch 'main' of https://github.com/Ranchero-Software/NetNewsWire into main 2020-07-29 05:12:04 -05:00
Maurice Parker 32d6d2f3c1 Convert RSCore into an SPM package 2020-07-29 05:11:57 -05:00
Maurice Parker a3f453f160
Fix badge branch 2020-07-29 04:34:18 -05:00
Maurice Parker d7caad9f7b
Merge pull request #2294 from Wevah/applescript-article-feed
AppleScript: Add a "feed" property to articles
2020-07-28 21:29:39 -05:00
Maurice Parker ff829c0e59 Stop skipping the Today feed when finding next unread and looping around 2020-07-27 21:21:11 -05:00
Maurice Parker ecefe59a5e Skip the current folder for next unread 2020-07-27 21:01:32 -05:00
Maurice Parker 66f8180006 Make sure we are changing the user interface style on the main thread 2020-07-27 19:35:41 -05:00
Maurice Parker f2f3ccbe00 Configure star swipe images as template so that they render in the correct color 2020-07-27 19:32:08 -05:00
Maurice Parker 855907404e Use custom user agent for web views 2020-07-27 19:25:39 -05:00
Maurice Parker 8656bffe18 Add figure to gallery images so that they separate when viewed 2020-07-27 19:19:40 -05:00
Maurice Parker 46226f963e Add support for Reddit galleries 2020-07-27 17:43:24 -05:00
Maurice Parker 2a86bcb36e Change other reddit global queue usage to use the dedicated one 2020-07-27 16:39:55 -05:00
Maurice Parker e3363041ab Change Reddit and Twitter feed providers to use dedicated instead of global queues for parsing 2020-07-27 16:20:15 -05:00
Maurice Parker 8e890ec177 Move CloudKit record creation to a high priority background queue so that it isn't blocking main 2020-07-27 16:08:09 -05:00
Maurice Parker ac9ba39ea2 Do CloudKit record process loop on a high priority background thread so that it doesn't block the main thread 2020-07-27 16:00:01 -05:00
Maurice Parker b77e2164cd Revert using combine for toolbar buttons as it was inconsistent with context menus 2020-07-27 15:43:58 -05:00
Maurice Parker c3ca910e20
Merge pull request #2305 from rizwankce/add-toolbar-button-menu
Add toolbar button menu
2020-07-27 11:50:24 -05:00
Maurice Parker a48c894985 Make macOS timeline load synchronous and add an id to list that changes when the feed selection changes to reset the scroll 2020-07-27 10:36:37 -05:00
Maurice Parker 6b08b1e48b Revert "Switch to using LazyVStack for the Timeline"
This reverts commit 9878ca4b17.
2020-07-27 10:24:32 -05:00
Maurice Parker 9878ca4b17 Switch to using LazyVStack for the Timeline 2020-07-27 08:19:34 -05:00
Rizwan Mohamed Ibrahim 2528d1e9d7
Add Twitter and Reddit button actions 2020-07-27 13:43:07 +05:30
Rizwan Mohamed Ibrahim 2987c9742e
Remove action sheet var on sidebar toolbar model 2020-07-27 13:41:23 +05:30
Rizwan Mohamed Ibrahim 177c18d4ea
Adds Menu for "Add" tool bar button 2020-07-27 13:39:39 +05:30
Maurice Parker dbe662b7db Implement Select Next Unread using Combine 2020-07-26 17:17:02 -05:00
Maurice Parker 4c1061cfba Fix bug that caused currently selected item to not be found on next unread 2020-07-26 16:00:00 -05:00
Maurice Parker 2efc0a17a9 Make Sidebar expansion state available to SidebarModel 2020-07-26 15:31:32 -05:00
Maurice Parker 539685586e Reenable Timeline context menus 2020-07-26 13:57:50 -05:00
Maurice Parker 9e1e55ac8d Delete commented code 2020-07-26 12:05:37 -05:00
Maurice Parker c195d6f8f0 Delete old code 2020-07-26 12:04:53 -05:00
Maurice Parker d1b015ce21 Add download events to timeline management 2020-07-26 12:00:57 -05:00
Maurice Parker fbf0c60d55 Make fetch articles an async process 2020-07-26 11:05:18 -05:00