Commit graph

17351 commits

Author SHA1 Message Date
David Sinclair
eb4228c57f #1247 (Mac Catalyst edition)
- Settings fix for Sequoia.
- Added Delete Account to Logout confirmation; if chosen, logs out and shows the Delete Account web page.
- Fixed crash in reloading feed after logging out.
2024-09-26 12:02:21 -07:00
David Sinclair
43463049aa Merge branch 'master' into dejal 2024-09-23 19:29:50 -07:00
Samuel Clay
e7284bdd8c Prometheus 500GB data. 2024-09-20 06:26:47 -07:00
Samuel Clay
b444523a02 New forum server. 2024-09-20 05:54:15 -07:00
David Sinclair
a4f827d7f0 Fixed offline images not appearing
- Adjusted the timeout and caching of images.
- Cleans up cached image URLs if needed.
- When offline, now replaces an uncached image with a blank image, to avoid the broken image.
- When online, now loads the remote image if no cached image.
- Experimented with using cleaner cache filenames, but that wasn’t needed (it initially looked like the MD5 was changing between invocations).
- Now uses “jpeg” for the cache extension, since the image URL can have parameter junk that messes with caching.
2024-09-19 22:12:04 -07:00
Samuel Clay
cdaec2487f Adding youtube feeds to PuSH. 2024-09-10 06:41:57 -07:00
Samuel Clay
f0b8a367b0 Adding macOS screenshots. 2024-09-10 06:36:01 -07:00
Samuel Clay
501a26034c Updating ansible setup. 2024-09-10 06:35:50 -07:00
Samuel Clay
c55b88abe8 Merge branch 'dejal'
* dejal:
  #1890 (Add Auto to theme selector)
  #1247 (Mac Catalyst edition)
  Fixed a feed detail swipe starting on one row and ending on another causing the wrong row being marked unread
  Prep
2024-08-29 17:09:35 -07:00
David Sinclair
6aaa2e41ab #1890 (Add Auto to theme selector)
- Added an Auto option to the theme segmented controls and submenu (on Mac).
- When Auto is chosen, the theme is light or dark to match the system appearance.
- Removed the Follow System Appearance option in the Preferences/Settings, since it performed much the same function.
- If that Follow System Appearance option was enabled, the theme is set to Auto to preserve the same behavior.
- Removed the Theme popup from the Settings window on Mac, since it had multiple issues and wasn’t really needed.
2024-08-29 15:51:37 -07:00
David Sinclair
06f2a665c1 #1247 (Mac Catalyst edition)
- Enabled the Close menu item and window button for the NewsBlur window.
- Closing the window quits the app.
2024-08-29 13:35:52 -07:00
David Sinclair
a23bb24bfe Fixed a feed detail swipe starting on one row and ending on another causing the wrong row being marked unread 2024-08-21 21:28:23 -07:00
David Sinclair
5f0f2ed8e1 Prep 2024-08-21 21:16:49 -07:00
Samuel Clay
38e954eda9 iOS v13.1.1, fixing crash on iOS 16. 2024-08-10 15:43:14 -04:00
Samuel Clay
cb4b460a3b Merge branch 'dejal'
* dejal:
  Bumped version number
  Fixed crash on older iOS versions
2024-08-10 15:42:08 -04:00
David Sinclair
48c0a6def8 Bumped version number 2024-08-10 11:37:38 -07:00
David Sinclair
bca44a87f3 Fixed crash on older iOS versions 2024-08-10 11:29:14 -07:00
Samuel Clay
10b2246cb3 iOS v13.1 2024-08-09 14:39:04 -04:00
Samuel Clay
de448e5415 Merge branch 'dejal'
* dejal: (43 commits)
  Load offline story images even when online to speed up image display.
  #1875 (borders between panes not using theme colors)
  #1247 (Mac Catalyst edition)
  #1874 (Crash on opening widget story)
  #1247 (Mac Catalyst edition)
  #1247 (Mac Catalyst edition)
  #1247 (Mac Catalyst edition)
  #1247 (Mac Catalyst edition)
  #1247 (Mac Catalyst edition)
  #1247 (Mac Catalyst edition)
  Bumped version number
  #1247 (Mac Catalyst edition)
  #1851 (mark as read button at bottom of story list)
  #1247 (Mac Catalyst edition)
  #1247 (Mac Catalyst edition)
  Added privacy manifest
  #1247 (Mac Catalyst edition)
  #1247 (Mac Catalyst edition)
  #1247 (Mac Catalyst edition)
  #1247 (Mac Catalyst edition)
  ...
2024-08-08 17:44:29 -04:00
Samuel Clay
4e0701073a Merge branch 'master' into dejal
* master:
  Handling missing youtube duration.
  Fixing strip underscore
  iOS 15 screenshots
  Don't use the underscore cache buster anymore.
  Correct archive sub count
  Don't resync stories on new sub if it already has archive subscribers.
  More numpy changes.
  Strip underscores from feed addresses, special case jwz
2024-08-08 17:44:26 -04:00
Samuel Clay
be9bbbd349 Handling missing youtube duration. 2024-07-11 11:01:09 -04:00
Samuel Clay
16cbf30e60 Fixing strip underscore 2024-07-11 10:59:42 -04:00
Samuel Clay
8fb5ca77dc iOS 15 screenshots 2024-07-03 12:10:26 -04:00
Samuel Clay
84d0e4545e Don't use the underscore cache buster anymore. 2024-07-03 12:10:19 -04:00
Samuel Clay
26a6a87b72 Correct archive sub count 2024-06-30 20:53:43 -04:00
Samuel Clay
aa84a2c1b1 Don't resync stories on new sub if it already has archive subscribers. 2024-06-30 20:52:02 -04:00
Samuel Clay
3f094cd585 More numpy changes. 2024-06-30 12:15:53 -04:00
Samuel Clay
546f338b8c Strip underscores from feed addresses, special case jwz 2024-06-30 12:13:29 -04:00
Samuel Clay
74e82e3899 Load offline story images even when online to speed up image display. 2024-06-29 06:36:36 -04:00
David Sinclair
4eabb542a3 #1875 (borders between panes not using theme colors)
- I’ve made them a more muted color for each theme; I can tweak further if you like.
2024-06-28 14:21:53 -04:00
David Sinclair
cffe4262d3 #1247 (Mac Catalyst edition)
- Fixed trainer not working in Everything folder.
- Fixed crash when loading images during a reload.
- Fixed story blanking out after 15 minutes (due to a WebKit crash; now auto-recovers).
2024-06-27 20:06:25 -04:00
David Sinclair
834c10c46f #1874 (Crash on opening widget story)
- Fixed.
2024-06-27 14:47:10 -04:00
David Sinclair
35264290dc Merge branch 'master' into dejal 2024-06-27 13:56:35 -04:00
Samuel Clay
db30d559a0 Allowing traffic on docker0 interface. 2024-06-14 21:21:08 -04:00
Samuel Clay
a7081e280e Clean TXT records so letsencrypt doesn't fail 2024-06-14 15:01:27 -04:00
Samuel Clay
7f045ba535 Thresholding bounced newsletters email. 2024-06-03 09:25:21 -04:00
David Sinclair
b597cf67c0 #1247 (Mac Catalyst edition)
- Disable Story menu commands when a story isn’t shown.
2024-05-31 21:26:33 -04:00
David Sinclair
d2e4b62c28 #1247 (Mac Catalyst edition)
- Added several more menu commands to the Site and Story menus, with keyboard shortcuts.
2024-05-31 21:21:12 -04:00
David Sinclair
10ca3901af #1247 (Mac Catalyst edition)
- Added an In-App Browser option in the settings of the Mac edition.
- If chosen, clicking the story browser button in the toolbar opens a new window in the app with the original web page.
- Now disables the window close button and menu item for the main window.
- Tricksy logic to close any browser windows left open on relaunch.
2024-05-31 17:05:38 -04:00
David Sinclair
6b88678c1e #1247 (Mac Catalyst edition)
- Can now resize the width of the sidebar (feeds list).
- Remembers the width.
- Updated the user view and search bar to accommodate flexible widths.
2024-05-30 16:27:37 -04:00
David Sinclair
ad07d6a18b #1247 (Mac Catalyst edition)
- Fixed ability to add a feed notification.
2024-05-30 15:18:16 -04:00
David Sinclair
16efb0af95 #1247 (Mac Catalyst edition)
- Fixed feeds fading on iPhone.
2024-05-30 14:01:38 -04:00
David Sinclair
2e80dddbac Merge branch 'master' into dejal 2024-05-30 13:55:36 -04:00
Samuel Clay
d9e51f89a3 Another type of invalid url on the widget. 2024-05-30 11:55:35 -04:00
Samuel Clay
8eeb71b5ba Handling broken urls on widget 2024-05-30 11:54:11 -04:00
Samuel Clay
4a962dc7b7 Handling broken urls on image extraction. 2024-05-30 11:49:21 -04:00
Samuel Clay
1ccf6d17db Handling invalid forgot password form. 2024-05-30 11:28:16 -04:00
Samuel Clay
524e5e168f Fixing global shared stories blurblog. 2024-05-30 11:25:40 -04:00
David Sinclair
9aed3063f0 Bumped version number 2024-05-23 21:34:55 -04:00
Samuel Clay
2fd2d3e485 https for stripe urls. Fixes #1865. 2024-05-17 11:11:57 -04:00