Brent Simmons
|
6abc8d2ca2
|
Write release notes and update version.
|
2023-01-22 12:22:30 -08:00 |
|
Brent Simmons
|
3b2b0272d7
|
Rewrite fetchArticlesAsync to use DispatchGroup, to be sure the completion is called just once. Fix #3823
iOS-6.1.1-6113
|
2023-01-21 17:21:51 -08:00 |
|
Brent Simmons
|
1e485f3e8d
|
Fix widget data encoding crash — and possibly other bugs — by making sure that fetchArticlesAsync calls its callback just once. (The widget data encoder was crashing with multiple calls in the failure case, since it ended up having unbalanced DispatchGroup enter and leave calls.)
|
2023-01-21 14:49:08 -08:00 |
|
Brent Simmons
|
06b4f9660b
|
Fix warning about using var with a DispatchGroup that is not mutated.
|
2023-01-21 14:46:41 -08:00 |
|
Stuart Breckenridge
|
fd6ba67aee
|
Renames Default theme to NetNewsWire
Where ‘NetNewsWire’ is used `NSLocalizedString` has been removed. This is done so that NetNewsWire is not picked via Export Localizations.
|
2023-01-21 19:43:26 +08:00 |
|
Louie Mantia
|
aa0a781198
|
New RSS Icon (in the style of SF Symbols)
|
2023-01-20 18:03:21 +00:00 |
|
Stuart Breckenridge
|
2f6584ffb1
|
changes to checking for the prefix
|
2023-01-19 12:04:43 +08:00 |
|
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 |
|
Maurice Parker
|
b1a86031fe
|
Simplify the help menu and make it match the new iOS settings help section.
|
2022-12-13 14:27:54 -07:00 |
|
Maurice Parker
|
a614f0306d
|
Save sidebar state. Fixes #3740
|
2022-12-13 14:12:38 -07:00 |
|
Maurice Parker
|
90101274b4
|
Add the title parameter to shortcut. Fixes #3697
|
2022-12-12 17:02:51 -07:00 |
|
Maurice Parker
|
51de7de1a1
|
Fix error handling for timed refreshes
|
2022-12-12 16:35:52 -07:00 |
|
Maurice Parker
|
339fd937a7
|
Change the Catch Up command menu option to something that flows a little better.
|
2022-12-12 16:35:32 -07:00 |
|
Maurice Parker
|
40efe2203e
|
Add fatalError to functions that should never be called because they are Searches.
|
2022-12-12 16:23:16 -07:00 |
|
Maurice Parker
|
4ae6f25047
|
Merge pull request #3772 from bryanculver/bsc-662-catch-up
Catch Up Command
|
2022-12-12 16:19:34 -07:00 |
|
Bryan Culver
|
ae21bbd546
|
Review updates
|
2022-12-09 20:56:12 -05:00 |
|
Bryan Culver
|
e5d0efdcfd
|
Skip on today
|
2022-12-07 00:47:46 -05:00 |
|
Bryan Culver
|
35a6cf551b
|
Working implementations
|
2022-12-07 00:30:19 -05:00 |
|
Maurice Parker
|
f3bb949374
|
Remove dead code (was for multiplatform target)
|
2022-12-03 12:51:37 -06:00 |
|
Maurice Parker
|
209d4483c6
|
Guard against negative numbers. Fixes #3768
|
2022-12-02 20:53:10 -06:00 |
|
Maurice Parker
|
1c4b0c486a
|
Don't show limitations and solutions view on non-iCloud accounts. Fixes #3765.
|
2022-12-02 20:16:52 -06:00 |
|
Bryan Culver
|
002f3e87fd
|
Merge branch 'main' into bsc-662-catch-up
|
2022-12-01 20:54:48 -05:00 |
|
Maurice Parker
|
c3ddf2b46c
|
Update the UI in the correct order. Fixes #3761.
|
2022-11-28 20:01:12 -06:00 |
|
Bryan Culver
|
a85141e0ab
|
Merge branch 'main' into bsc-662-catch-up
|
2022-11-21 23:07:29 -05:00 |
|
Bryan Culver
|
7eacc878d2
|
Stashing
|
2022-11-21 22:06:45 -05:00 |
|
Maurice Parker
|
7c9ac3d712
|
Add the concept of direct vs. indirect marking of articles. Fixes #3734
|
2022-11-14 21:10:16 -06:00 |
|
Maurice Parker
|
02e19366fb
|
Removed the entity names from the Mark All items to match the Mac app
|
2022-11-14 20:18:09 -06:00 |
|
Maurice Parker
|
97d139d5ae
|
Merge branch 'mac-release1'
|
2022-11-13 19:43:51 -06:00 |
|
Maurice Parker
|
f6feb64289
|
Merge branch 'ios-candidate'
|
2022-11-13 19:36:32 -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 |
|
Maurice Parker
|
e1d9455ffc
|
Fix video width for Feedbin Twitter videos in bundled stylesheets
|
2022-11-13 17:55:41 -06:00 |
|
Maurice Parker
|
746fe982c2
|
Force videos to be the full width of the available HTML. Fixes #3341
|
2022-11-13 17:49:29 -06:00 |
|
Maurice Parker
|
10288f7969
|
Reset the offset so that when we come back from being suspended the animation restarts
|
2022-11-13 12:29:37 -06:00 |
|