Commit graph

22 commits

Author SHA1 Message Date
David Sinclair
20e8f308aa #1720 (Grid view)
- Added support for swiping rows to save/unsave and mark read/unread.
- Using Swift Package Manager modules.
- (I tried several third-party implementations to try to find one that works; some commented out code residue, will be cleaned up later.)
2023-03-31 16:49:22 -07:00
David Sinclair
22bbdf0e03 Replaced background fetch with modern mechanism 2022-11-09 21:14:39 -07:00
David Sinclair
860c17cfba Xcode update 2022-05-19 21:37:48 -06:00
David Sinclair
dc18baae4b Xcode update 2022-03-28 19:31:51 -07:00
David Sinclair
ed0ac1e97e Xcode update 2022-02-15 19:31:03 -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
368a00f4e2 Merge branch 'dejal' into catalyst 2021-12-09 18:49:14 -07:00
David Sinclair
9f7a9291a7 Fixed crash with null tag 2021-12-07 19:40:59 -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
2b25d33403 Tweaks for Xcode update 2021-05-06 19:04:21 -07:00
David Sinclair
f091832e6d #817 (three column layout)
- Since the UIPageViewController approach to paging had multiple issues that were proving impossible to work around, I decided to revert to the old UIScrollView-based approach.
2021-01-29 20:10:53 -08:00
David Sinclair
a583194d8a #817 (three column layout): top & bottom layout 2020-12-21 20:53:08 -08:00
David Sinclair
d5292613fb #817 (three column layout)
- Fixed deprecations.
2020-09-23 21:30:31 -07:00
David Sinclair
35cc288e83 Warning fixes 2020-08-27 15:08:46 -07:00
David Sinclair
9aaa39f0d0 #1350 (fullscreen vertical scrolling) & #1338 (fullscreen improvements)
- Several changes to improve the fullscreen experience, especially in vertical paging mode.
2020-07-31 16:10:09 -07:00
David Sinclair
f710536aad Fixed #1314 (persistent "All Done")
- Now hides the notifier when returning to the feeds view.
2020-05-22 14:11:14 -07:00
David Sinclair
dfa0eb944a #1270 (replacing UIWebView with WKWebView)
- Tweaks for Xcoce 11.4.
- Web view fixes.
2020-03-27 20:42:33 -07:00
David Sinclair
f9e067400c #1277 (slow swiping between stories)
- Added an Export Preferences… button in the Preferences view to save a copy of the preferences to a file.
- Added an Import Preferences… button to load a saved preferences file and replace the prefs.
- Added a document type and UTI type for the prefs file (you can provide an icon if you like).
- Enabled iCloud document support to allow saving to shared locations.
- Added a bridging header to enable Swift code to work properly.
2020-01-27 20:27:44 -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
Samuel Clay
8130339405 NewsBlur Latest -> NewsBlur 2019-12-21 09:49:09 -05:00
David Sinclair
8a7f75ee29 #1162 (widget)
(Looks like the name didn’t get committed.)
2019-12-20 20:14:22 -08:00
David Sinclair
b314b6f289 #1162 (widget)
Done!  See my comment in the issue for details.
2019-12-20 19:09:20 -08:00