Commit Graph

861 Commits

Author SHA1 Message Date
Stuart Breckenridge
6ced0c5a30 Removes git commentary from pbxproj 2023-02-09 10:18:19 +08:00
Stuart Breckenridge
3e9bc42df9 Merge branch 'main' into ios-ui-settings-localised
# Conflicts:
#	NetNewsWire.xcodeproj/project.pbxproj
#	Shared/Timer/AccountRefreshTimer.swift
#	iOS/Account/ReaderAPIAccountViewController.swift
2023-02-09 10:05:18 +08:00
Maurice Parker
a39dae0a44 Merge mac-release 2023-02-08 16:37:29 -08:00
Maurice Parker
a4d96dc473 Update to the latest VerifyNoBS 2023-02-08 16:28:19 -08:00
Maurice Parker
b4a701f502 Merge branch 'main' of https://github.com/Ranchero-Software/NetNewsWire 2023-02-08 16:25:24 -08:00
Stuart Breckenridge
ea406df514 VerifyNoBS runs on all iOS builds 2023-02-08 09:17:34 +08:00
Stuart Breckenridge
23132573c2 Moves linker flags to xcconfig 2023-02-08 09:14:41 +08:00
Maurice Parker
93d803ac7d Merge branch 'main' of https://github.com/Ranchero-Software/NetNewsWire 2023-02-07 15:30:29 -08:00
Stuart Breckenridge
09700e5220 Resolves various warnings (see description)
The iOS extensions that exhibited the “linking against a dylib which is not safe for use in application extensions” warning have had a `$(inherited) -Xlinker -no_application_extension` entry added to their respective `Other Linker Flags`  Build Phase configuration.

The “Delete Unecessary Frameworks” warning has been suppressed making it run on incremental builds.
2023-02-06 20:41:44 +08:00
Maurice Parker
724ac6e216 Merge branch 'ios-release' 2023-02-04 13:43:55 -07:00
Maurice Parker
f7bb4bc447 Merge branch 'mac-release' 2023-02-04 13:21:58 -07:00
Maurice Parker
36822a77d0 Remove Twitter integration. Fixes #3842 2023-02-03 19:11:33 -08:00
Maurice Parker
d4985d8fc5 Remove Twitter integration. Fixes #3842 2023-02-03 19:02:49 -08:00
Maurice Parker
6c1e1ea1c6 Remove Twitter integration. Fixes #3842 2023-02-03 19:00:13 -08:00
Maurice Parker
dc4a7c9ccd Remove build settings 2023-01-13 15:12:34 -08:00
Brent Simmons
494b9b62db Restore code signing settings. 2023-01-08 21:48:00 -08:00
Stuart Breckenridge
bb40169dda Creates modifier for customInsetGrouped rows 2022-12-22 08:42:43 +08:00
Stuart Breckenridge
65dfa91ee1 Reverts to existing localization strategy
Existing `strings` tables removed. `tableName`s replaced with `comment`s.
2022-12-21 19:45:39 +08:00
Stuart Breckenridge
fe5a7d185b Tidy up on the themes view 2022-12-20 22:04:04 +08:00
Stuart Breckenridge
53e49aa699 Article themes moved to SwiftUI 2022-12-20 20:35:18 +08:00
Stuart Breckenridge
432aeea1b5 Localises IconImage descriptions
- Deletes UIKit Timeline customizer
2022-12-20 17:26:19 +08:00
Stuart Breckenridge
686d93f49e Switched to Pickers instead of Sliders
…because tick marks on SwiftUI pickers are painful
2022-12-20 17:20:45 +08:00
Stuart Breckenridge
7a41b411c8 WIP on Timeline Customiser 2022-12-20 09:03:42 +08:00
Stuart Breckenridge
ef6b90d594 Enabling Extensions now possible in SwiftUI 2022-12-19 12:14:56 +08:00
Stuart Breckenridge
4ed11c0fc6 AddAccount sheets done 2022-12-18 15:51:42 +08:00
Stuart Breckenridge
8108f1ab0f Adds local add account view
Renames AddAccount view for clarity
2022-12-18 07:51:54 +08:00
Stuart Breckenridge
4ff0bc8f98 Reader and CloudKit Account Views 2022-12-16 16:38:06 +08:00
Stuart Breckenridge
50964bf32b Removeds AddAccountViewController 2022-12-15 22:05:28 +08:00
Stuart Breckenridge
b526f05e68 All iOS Inspectors are now SwiftUI 2022-12-15 21:12:37 +08:00
Stuart Breckenridge
f42b6e5473 This commit includes:
- Localisation for new SwiftUI Settings Views
- Inactive/Active Account sections in the Manage Account View
- Early work to deprecate AddAccountViewController
2022-12-15 09:30:28 +08:00
Stuart Breckenridge
369c346139 Changes
- Removes unused classes
- Posts a notification when the app is opened via external context which allows the SwiftUI SettingsView to dismiss itself.
2022-12-14 07:15:22 +08:00
Stuart Breckenridge
ad66d7072c Multiple revisions
Accounts

- Manage Accounts title updated to “Manage Accounts”
- Swift left to delete account added (with confirmation alert)
- After adding an account, user is returned to the Manage Accounts view
- Done button added to the Add Account view

Extensions

- Plus button added
- Consistent UI with Add Account
- Swipe left to deactivate added (with confirmation alert)

Import / Export

- Converted to two separate cells, with action sheet
2022-12-13 09:14:03 +08:00
Stuart Breckenridge
714e00f616 Merge branch 'main' into ios-ui-settings
# Conflicts:
#	iOS/AppDefaults.swift
2022-12-04 21:10:17 +08:00
Stuart Breckenridge
f2cda7fcad More settings work 2022-11-30 21:37:39 +08:00
Stuart Breckenridge
36fa87b8c4 More Options Added to Settings 2022-11-29 19:12:44 +08:00
Stuart Breckenridge
08d46f877b minor tweaks 2022-11-14 19:36:58 +08:00
Maurice Parker
97d139d5ae Merge branch 'mac-release1' 2022-11-13 19:43:51 -06:00
Maurice Parker
fcee0a605b Merge branch 'ios-release' 2022-11-13 19:26:53 -06:00
Maurice Parker
35e57f4d98 Add build number to the release note lookup 2022-11-13 19:05:03 -06:00
Stuart Breckenridge
ccd8fa4ca7 Minor refactor and renaming 2022-11-13 15:57:13 +08:00
Maurice Parker
65809a314b Merge pull request #3701 from Wevah/multiple-article-urls-copy
Support copying and opening multiple article URLs
2022-11-12 17:40:25 -06:00
Maurice Parker
a2c5e2df5e Update to the latest RSCore 2022-11-12 17:32:21 -06:00
Nate Weaver
cdf2dd5d64 Alert the user the first time they try to copy URLs from articles where some have no URLs 2022-11-12 17:10:55 -06:00
Nate Weaver
93afee7e3c Use plural title for multiple URLs 2022-11-12 17:10:55 -06:00
Maurice Parker
321ca7d032 Update to the latest RSCore 2022-11-12 17:01:17 -06:00
Maurice Parker
0e0d194ec9 Fix toolbar items that change their images based on current state 2022-11-12 11:21:44 -06:00
Stuart Breckenridge
9fc6c54222 Adds early work on managing appearance 2022-11-12 23:10:30 +08:00
Stuart Breckenridge
c8306c8660 Revised settings views
Notes:
- A lot of representable shims over UIKit view controllers. These misbehave a little. They should be re-written in SwiftUI.
- Settings no longer uses VibrantTableViewCell
- Changes to AppDefaults trigger objectWillSend
2022-11-12 19:50:13 +08:00
Maurice Parker
eba6c364da Change how we display progress per #3566. 2022-11-11 17:16:42 -06:00
Maurice Parker
56aa302d3b Update to most current RSCore 2022-11-11 11:37:33 -06:00