Commit graph

23 commits

Author SHA1 Message Date
David Sinclair
316be7d36f #1607 (widget is slow to reload)
- Now only loads favicons for displayed stories.
2022-02-02 16:28:53 -08:00
David Sinclair
2c4ce989ec #1607 (widget is slow to reload)
- Using new endpoint that includes images with each story.
- Removed separate image loading and caching.
2022-02-02 15:22:57 -08:00
David Sinclair
64d1e83af7 #1607 (widget is slow to reload)
- Added logging to help check performance (look in Console, filter on "🚧")
2022-02-01 17:05:03 -08:00
David Sinclair
ab574ad193 #1334 (modern widget)
- A small performance tweak: don't load stories if a preview with some content already.
2022-01-28 19:32:25 -08:00
David Sinclair
d6576c7795 #1334 (modern widget)
- Moved feed name closer to icon.
2022-01-27 16:57:34 -08:00
David Sinclair
e448c5b246 #1334 (modern widget)
- Widget now uses the image location and size from the app setting.
2022-01-26 21:37:41 -08:00
David Sinclair
979e5fe692 #1334 (modern widget)
- Using Whitney font.
- Added the time. I think it just adds visual clutter, but up to you.
- Small widget uses a smaller font size.
2022-01-26 20:30:38 -08:00
Samuel Clay
1eab46dc7c Styling widget 2022-01-26 11:28:18 -05:00
David Sinclair
87c332a911 #1334 (modern widget)
- The app now uses the All Stories river for widget stories.
- Removed the content text, author, and date, to focus on the title.
- Improved the font and layout.
2022-01-25 21:13:27 -08:00
Samuel Clay
4fc50e6263 iOS v11.1, build 133 2022-01-25 13:11:51 -05:00
David Sinclair
12e7eb3c9b #1334 (modern widget)
- Feed and story images.
- Tap action to open story.
- Layout tweaks.
2021-12-10 15:21:56 -07:00
David Sinclair
221d827a86 #1334 (modern widget)
- Author mixed case.
2021-08-25 21:34:49 -07:00
David Sinclair
0ed4df4138 #1334 (widget for iOS 14)
- Work in progress on the new widget
2021-08-11 21:57:49 -07:00
David Sinclair
2abb52792c #817 (three column layout)
- Minimum requirements now iOS 14 and macOS 11.
2020-11-23 20:31:36 -08:00
David Sinclair
ae070a4d29 #1288 (widget thumbnail)
- Thumbnails should match now.
2020-03-10 20:47:38 -07:00
David Sinclair
4debebdc5e #1281 (iPad widget issues)
- Fixed single line title on some devices.
2020-02-20 14:19:08 -08:00
David Sinclair
c73c04d861 #1162 (widget)
- On smaller devices (e.g. iPhone 8), the row height is reduced to fit five rows without truncation.
- On smaller devices, the font size is reduced to fit two rows of text for the title.
- If there is no thumbnail, the text now takes the full width.
2020-01-23 20:27:29 -08:00
David Sinclair
a51dcd20e9 #1162 (widget)
- Fixed the story sometimes not getting displayed in the app when tapping in the widget.
- Now uses the scaled thumbnails provided by the server.
- Split the image cache into separate caches for feed images and story images.
- Now prunes the cached story images to only those currently displayed.
2020-01-23 15:20:28 -08:00
David Sinclair
65c706d3a6 #1162 (widget)
- Added the feed color bars (sharing those colors required a bit of refactoring).
- The fonts etc now more closely match the app.
- Now uses elipsises for the feed name, title, and content text, if needed.
- Improved HTML tag cleanup.
2019-12-23 21:19:45 -08:00
David Sinclair
51d61f0345 #1162 (widget)
- Figured out how to have the display name be just “NewsBlur” without changing the executable name. Yay!
2019-12-23 08:20:49 -08:00
David Sinclair
c78a12035d #1162 (widget)
- Now scales the story thumbnails to do an aspect fill, to match the app.
2019-12-22 13:04:59 -08:00
David Sinclair
9439baa7d5 #1162 (widget)
- Tapping a story in the widget now opens it in the All Stories river view.
- Tried to get the widget to reload the content on first launch, but couldn’t. I might try again later.
- Reworded the first launch message as “Tap to set up in NewsBlur”, as a placeholder and to help discover the prefs.
- Now just reloads the table when collapsing or expanding, to avoid @nriley’s crash (the animation was pretty much invisible anyway).
2019-12-21 15:48:17 -08:00
David Sinclair
b314b6f289 #1162 (widget)
Done!  See my comment in the issue for details.
2019-12-20 19:09:20 -08:00