Commit graph

34 commits

Author SHA1 Message Date
David Sinclair
98fee1a208 Xcode Cloud
- Tweak.
2023-07-24 11:02:15 -06:00
David Sinclair
d0cbf926b8 Xcode Cloud
- That didn’t work, so trying a different change to the bundle identifier.
2023-07-24 10:39:17 -06:00
David Sinclair
440a28b3d9 Xcode Cloud changes
- Renamed NewsBlur Dev as NewsBlur Alpha.
- Similiarly changed the bundle identifier.
- Updated Xcode Cloud.
- Added NewsBlur Alpha listing in App Store Connect.
- Hopefully this will get it working!
2023-07-24 10:17:36 -06:00
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
7b809c57fc #1755 (split builds for development)
- Replicated NewsBlur Dev for the Catalyst branch (too complex and risky to merge, since the project has lots of other changes).
2022-11-24 20:49:57 -06:00
David Sinclair
3b1c824ab3 Merge branch 'dejal' into catalyst 2022-11-24 20:30:06 -06:00
David Sinclair
26c5de63d8 #1755 (split builds for development) 2022-11-23 21:35:56 -06:00
David Sinclair
db54735c3a #1720 (Grid view)
- Work in progress on view-based feed detail cell layout, which enables dynamically sizing cells without the ugly hacks used in the past, and will make it easier to support different layouts (like image on top).
2022-11-14 21:39:01 -06: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
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
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
David Sinclair
106c970b4a iOS: #1236 (offline text)
- Added a "Download text" preference.  Defaults on.
- If on, the text is fetched for feeds that are in text view when fetching new stories.
- The text is fetched after stories, and before images, using a similar mechanism.
- The text is stored in a new "cached_text" database table.
- The text is deleted when the story is deleted.
- When displaying a text view, the cached text is used if available, otherwise it is fetched as before.
2019-10-25 20:52:51 -07:00
David Sinclair
165ec98ceb #1208 (iOS 13 support) 2019-09-21 14:51:55 -07:00
David Sinclair
b05656db07 iOS: fixed #1223 (unable to mark unread)
(See details in following comment.)
2019-08-22 12:03:39 -07:00
David Sinclair
27d2384cf1 iOS: #1216 (iPad incorrect layout)
This was a tricky one to reproduce and trace. I added a safety check for the master navigation view getting too big. I also fixed a couple of other Catalina bugs: a crash on launch due to incorrectly creating an image, and a NaN issue with drawing.
2019-07-25 15:31:27 -07:00