Commit Graph

27 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 8929e4d44c Fix compile introduced when WidgetDataDecoder implemented Logging 2022-09-18 21:03:44 -05:00
Stuart Breckenridge d0d5de897f Merge branch 'main' into os-log-audit 2022-09-19 09:36:28 +08:00
Stuart Breckenridge 77718c89a8 Simplifies widgetbundle platform specific builds
Huge credit to [SwiftLee](https://www.avanderlee.com/swiftui/variable-widgetbundle-configuration/) for this one.
2022-09-18 07:47:56 +08:00
Stuart Breckenridge 0dd4689bf0 Logging changes
- Adds `Logging` protocol
- Moves to Swift-style `OSLog` usage

os_log to Logger

os_log audit

Replacment of os.log with Logging
2022-09-04 21:31:03 +08:00
Stuart Breckenridge 7378d66bb5 adds new lock screen widget 2022-08-03 13:26:19 +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 4414ea6c06 Text position on widget
Text position on widgets are now in a fixed position.
2021-01-29 22:34:31 +08:00
Stuart Breckenridge af19a56b53 Merge branch 'main' into richer-notifications 2020-12-24 09:33:27 +08:00
Stuart Breckenridge adf5a6d33e images are sized the same 2020-12-24 08:50:45 +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 3898edc8b1 widget text spacing 2020-12-23 21:16:32 +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 b664f21cab adds widget url 2020-11-30 15:41:15 +08:00
Stuart Breckenridge f51e1b511e Increased count font size 2020-11-29 17:45:49 +08:00
Stuart Breckenridge 9206463e46 layout fixes
• Ensure counts do not wrap
• Reduces number of articles on large widget due to increased spacing.
• Consistent vertical spacing between articles and dividers
2020-11-29 17:12:53 +08:00
Maurice Parker a7a12f3278 Merge branch 'main' of https://github.com/Ranchero-Software/NetNewsWire into main 2020-11-22 21:23:24 -06:00
Maurice Parker 8a706adc32 Increase padding and add a separator between articles in the Widgets. 2020-11-22 21:21:19 -06:00
Stuart Breckenridge 7a989e4040 show the starred articles 2020-11-23 11:12:17 +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 4e8de59b82 Tweaks design of the smart feeds summary widget 2020-11-21 17:16:21 +08:00
Stuart Breckenridge c6447c1899 Missing localizations added 2020-11-21 15:47:53 +08:00
Stuart Breckenridge e70e67d35c uses correct string 2020-11-21 09:54:03 +08:00
Stuart Breckenridge ee4ab43a8b Widget localization 2020-11-21 09:11:31 +08:00
Stuart Breckenridge fa26fd565e makes feed icons a bit bigger 2020-11-19 16:32:44 +08:00
Stuart Breckenridge 264668a663 Widgets
simplified code
added large widgets
localised the counts
updated technotes
2020-11-18 15:43:14 +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