Commit Graph

8329 Commits

Author SHA1 Message Date
Stuart Breckenridge
c725be2874 Ignores files in __MACOSX folder 2023-01-19 11:34:25 +08:00
Brent Simmons
fd700737f8 Update build and write release notes. iOS-6.1.1-6112 2023-01-16 21:39:07 -08:00
Brent Simmons
2e9107d67f Add back some feeds to the defaults. Go with an even 10 feeds. 2023-01-16 21:34:50 -08:00
Maurice Parker
d0dbb81114 Merge pull request #3809 from stuartbreckenridge/fix-3781
Fixes dark mode on Keyboard Shortcuts
2023-01-13 15:16:32 -08:00
Maurice Parker
dc4a7c9ccd Remove build settings 2023-01-13 15:12:34 -08:00
Maurice Parker
8d0cfe901e Merge pull request #3802 from rex4539/typos
Fix typos
2023-01-13 14:58:10 -08:00
Maurice Parker
af3a1e77ef Merge pull request #3795 from galad87/alignments-fixes
Fix clipped UI in preferences
2023-01-13 14:47:09 -08:00
Brent Simmons
494b9b62db Restore code signing settings. 2023-01-08 21:48:00 -08:00
Brent Simmons
691e7cf8b5 Update build and version for 6.1.1. Write release notes. iOS-6.1.1-6111 2023-01-08 21:38:05 -08:00
Maurice Parker
53f835b3ce Guard against negative numbers. Fixes #3768 2023-01-06 17:22:56 -08:00
Brent Simmons
6c7b425af3 Cut way down on default feeds — now just six. Hoping to cover a number of different interests with these choices, without giving people too much stuff to deal with. 2023-01-06 17:20:36 -08:00
Brent Simmons
46f8aecb2f Sort default feeds (and get rid of duplicates). Add BBC World News to defaults list. Also: accept whatever updates Xcode seems to have forced on NetNewsWire-iOS.xcscheme. 2023-01-06 17:20:28 -08:00
Stuart Breckenridge
c4252323c3 Fixes dark mode on Keyboard Shortcuts 2023-01-05 08:03:46 +08:00
Stuart Breckenridge
a2be4cd349 Fixes 3789 by checking lastPathComponent 2023-01-05 07:43:30 +08:00
Dimitris Apostolou
13e78f120f Fix typos 2022-12-31 18:52:42 +02:00
Damiano galassi
85961c5817 Fix clipped popup buttons and double border at the bottom of table views. 2022-12-28 12:31:37 +01:00
Stuart Breckenridge
3b8686ca4d Adds sorting to widget article arrays
Fixes #3783
2022-12-24 15:14:52 +08:00
Stuart Breckenridge
28cc7be936 Removes widget data ordering fix 2022-12-24 15:08:05 +08:00
Stuart Breckenridge
a505ad1e54 changed tableName to comment 2022-12-24 15:03:41 +08:00
Stuart Breckenridge
345b580f85 Audited alerts and confirmation dialogs 2022-12-22 18:28:15 +08:00
Stuart Breckenridge
66f6d563f3 Audited .alerts
- Consistent verb usage
- Removes dismiss buttons if they are the only action (automatically added)
2022-12-22 08:48:17 +08:00
Stuart Breckenridge
bb40169dda Creates modifier for customInsetGrouped rows 2022-12-22 08:42:43 +08:00
Stuart Breckenridge
89b1de92f1 Adds verbatim to timeline preview
(to stop it being localized)
2022-12-22 07:57:56 +08:00
Stuart Breckenridge
242bba6779 Removes unused onAppear {} 2022-12-22 07:56:34 +08:00
Stuart Breckenridge
227f907c3d Removes unused withAnimation wrapper 2022-12-22 07:56:01 +08:00
Stuart Breckenridge
269359f88c Provides visible separation of Ranchero themes
This commit provides visible separation of first and third party themes with a clear indicator that first party themes cannot be deleted.
2022-12-22 06:45:54 +08:00
Stuart Breckenridge
577e7562ee Improves the Import/Export OPML titles 2022-12-21 21:09:44 +08:00
Stuart Breckenridge
4e0fe7c710 Converts print statements to Logger 2022-12-21 21:06:23 +08:00
Stuart Breckenridge
7dc5845f4e Adds Error Display for the handle(_: URL) function
Additionally, shortens validation code in AddAccount
2022-12-21 21:03:21 +08:00
Stuart Breckenridge
12b17e3f36 Adds Validation to NewsBlur and Feedbin Views
Disables add account button when username or password are empty.
2022-12-21 20:44:36 +08:00
Stuart Breckenridge
f590fd1b7c Corrects a spelling goof. 2022-12-21 19:51:47 +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
46be5a8768 Implements showAddAccountError for oAuth Ops 2022-12-21 13:40:06 +08:00
Stuart Breckenridge
dee9461057 Wraps and Restores TickMarkSlider 2022-12-21 13:31:21 +08:00
Stuart Breckenridge
31768eb274 Fixes ArticleTheme Import on SwiftUI
Adds startAccessingSecurityScopedResource and stopAccessingSecurityScopedResource to `.fileImporter`s.
2022-12-21 12:31:54 +08:00
Stuart Breckenridge
1a1f86febd Changes
Extensions now use sheet
Feedbin case added so that feedbin shows
2022-12-21 10:53:43 +08:00
Stuart Breckenridge
199b9e4093 Removes logging call 2022-12-20 23:13:38 +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
eedc191b7e Restore extension and account restrictions 2022-12-19 12:17:06 +08:00
Stuart Breckenridge
ef6b90d594 Enabling Extensions now possible in SwiftUI 2022-12-19 12:14:56 +08:00
Stuart Breckenridge
dbef68c8f8 Pretend to delete accounts to match animations 2022-12-18 22:12:00 +08:00
Stuart Breckenridge
32099af19f Translations 2022-12-18 21:37:11 +08:00
Stuart Breckenridge
a982dc564d Adds done button to settings 2022-12-18 21:20:00 +08:00
Stuart Breckenridge
cfb26c909b Add .textContentType to enable autofill 2022-12-18 19:20:52 +08:00
Stuart Breckenridge
28e7a2324e Tidy up
- Give AccountManagement a ViewModel
- Hides footer explainers when it’s not a new account creation
2022-12-18 18:33:37 +08:00
Stuart Breckenridge
cbd78a2cf4 transition not required 2022-12-18 17:08:48 +08:00