Commit graph

9 commits

Author SHA1 Message Date
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