Commit Graph

16 Commits

Author SHA1 Message Date
Stuart Breckenridge b7dbe5c6a5 Converts widget to localization standards
The widget has been converted to the new Localization standards. Additionally, it has removed the build phase script for SwiftGen.
2023-01-08 09:20:19 +08:00
Maurice Parker 0c95428b31 Merge branch 'ios-candidate' 2022-09-22 20:50:35 -05:00
Stuart Breckenridge 10a455399d corrected ordering of guard for thumbnail 2022-07-29 07:33:05 +08:00
Maurice Parker 0bbb61511f Revert "switches URL to fileURLWithPath" 2022-07-28 16:19:02 -05:00
Stuart Breckenridge 424000975d switches URL to fileURLWithPath 2022-07-09 18:50:07 +01:00
Stuart Breckenridge db9dbc97ec ArticleItemView now uses feedIconPath 2022-07-07 19:12:42 +01:00
Stuart Breckenridge 01f0881eab Widget Image Handling
Favicons are written to (and removed) to shared container which works around #3451.
2022-02-11 20:37:53 +08:00
Stuart Breckenridge 4d75e7504c Resolves partial widget images 2021-11-09 10:46:44 +08:00
Stuart Breckenridge 7df2fa5b1e reworked gaurd statement 2021-04-13 12:17:31 +08:00
Stuart Breckenridge 307b24af1b Fixes #2994
Removes force unwrapping and returns an empty string if the pubDate cannot be determined.
2021-04-13 12:00:50 +08:00
Stuart Breckenridge 474fbedbc3 Widget
• Hides count text when there are no articles beyond what is displayed.
• Fixes html appearing in titles.
2021-01-30 09:02:42 +08:00
Stuart Breckenridge 47d12f4fe7 Widget Accessibility
Reduces article count on display when using larger text sizes
2020-12-24 08:45:07 +08:00
Stuart Breckenridge ef8035bcdf Widget Changes
• Feed favicons now sized to match the height of the article row
• Rounded font removed in lieu of default font
• accentColor corrected for dark mode
• Fixes an ~3pt alignment issue on the Today widget’s left VStack
• No content views have been updated with bigger text and explainers
• The small summary widget has been disabled
2020-12-15 19:56:50 +08:00
Stuart Breckenridge 348abb3f18 widget design
Revises design to give articles more vertical space
2020-11-23 10:35:25 +08:00
Stuart Breckenridge fa26fd565e makes feed icons a bit bigger 2020-11-19 16:32:44 +08:00
Stuart Breckenridge 58e18f4bcb Widget Bundle
• Adds small smartfeed summary widget.
• Adds medium widgets for today, unread, and starred.
2020-11-18 10:49:12 +08:00