Commit graph

17406 commits

Author SHA1 Message Date
Samuel Clay
495859a5a8 New Android screenshots. 2024-11-16 20:48:04 -08:00
Samuel Clay
0e312ae7fd New screenshots for homepage, updating all twitter links to x.com. Still need Android screenshot from S22. 2024-11-13 23:18:16 -08:00
Samuel Clay
5af380136c Merge branch 'sictiru'
* sictiru: (22 commits)
  Android 13.3.2 230
  #1886 Support for themed icons
  Add nullability annotations to ReadingAction
  Android 13.3.1 229
  #1891 Handle Android 9 and below for OPML file export
  Add nullability annotation to help with Kotlin conversion
  Revert binding view destroy
  Android v13.3.0
  Android v13.2.11 Revert db mutex changes
  Revert "#1853 Remove read write db mutex"
  Android v13.2.10. Clear web chrome client on web view destroy
  Android v13.2.9. Destroy webview on fragment view destroy
  Android v13.2.8
  Cleanup web view binding on destroy view
  Android v13.2.7
  Remove play core in favor or play review. Update other dependencies
  Android v13.2.6
  Catch OperationCanceledException exception when loading active stories
  #1853 Remove read write db mutex
  Android v13.2.5
  ...
2024-11-12 17:09:17 -08:00
Samuel Clay
a445f4a6b0 Merge branch 'dejal'
* dejal: (21 commits)
  #1898 (Marking story as read/unread right after loading will mark different story)
  Bumped build number
  #1907 (Resizable middle column)
  Fixed #1906 (story list leaves a space after all stories read)
  Backfilling Youtube videos for premium archive subscribers.
  Handling no content when finding feeds.
  Don't guess RSS feed urls on openrss/feedburner domains.
  Adding dashboard_rivers to /reader/feeds?flat=true for #1899
  Deprecating old blog.
  Adding macOS app to Goodies.
  Adding hblog as possible server in nginx.
  Adding docker rule for hblog:80
  New macOS blog post.
  Finishing macOS blog post. Need to upgrade minima theme.
  New screenshots of the macOS app
  #1903 (Saved searches don't work)
  #1902 (Adjust position of unread indicator on story title select)
  #1247 (Mac Catalyst edition)
  Prep
  #1247 (Mac Catalyst edition)
  ...
2024-11-12 16:50:36 -08:00
sictiru
94fdf77613 Android 13.3.2 230 2024-11-11 20:57:53 -08:00
sictiru
80fb506e6a #1886 Support for themed icons 2024-11-11 20:56:47 -08:00
David Sinclair
1886384209 #1898 (Marking story as read/unread right after loading will mark different story)
- Added exta logic to check that a swipe starts and ends on the same row and story, and abandon it if not, to avoid doing the wrong thing.
- It appears that this was caused by reloading a row while loading images, so I also added logic to avoid reloading a row in the middle of a swipe.
2024-11-11 19:30:11 -07:00
David Sinclair
d23c4afcbb Bumped build number 2024-11-05 17:05:19 -07:00
David Sinclair
ffadbdab20 #1907 (Resizable middle column)
- Done; it remembers the width for next time too.
2024-11-05 16:33:57 -07:00
David Sinclair
1da8198b75 Fixed #1906 (story list leaves a space after all stories read) 2024-11-05 16:07:31 -07:00
David Sinclair
1e5223d475 Merge branch 'master' into dejal 2024-11-05 15:28:12 -07:00
Samuel Clay
a5229ce5cb Backfilling Youtube videos for premium archive subscribers. 2024-11-04 21:32:15 -08:00
David Sinclair
b0876789c6 Merge branch 'master' into dejal 2024-11-04 18:08:44 -07:00
Samuel Clay
f4d559187b Handling no content when finding feeds. 2024-11-01 10:16:11 -07:00
Samuel Clay
5c1adfd403 Don't guess RSS feed urls on openrss/feedburner domains. 2024-10-31 10:52:44 -07:00
David Sinclair
c8058e0431 Merge branch 'master' into dejal 2024-10-28 15:39:50 -07:00
Samuel Clay
e5b06d5620 Adding dashboard_rivers to /reader/feeds?flat=true for #1899 2024-10-26 09:46:51 -07:00
Samuel Clay
64da7a4047 Deprecating old blog. 2024-10-26 09:43:28 -07:00
Samuel Clay
c456c927f4 Adding macOS app to Goodies. 2024-10-25 07:03:32 -07:00
Samuel Clay
49c09a9ba2 Adding hblog as possible server in nginx. 2024-10-25 06:58:41 -07:00
Samuel Clay
bfbe5496ca Adding docker rule for hblog:80 2024-10-24 08:28:39 -07:00
Samuel Clay
553c3db0a6 New macOS blog post. 2024-10-24 07:13:37 -07:00
Samuel Clay
7c63ddfc85 Finishing macOS blog post. Need to upgrade minima theme. 2024-10-24 06:41:10 -07:00
Samuel Clay
72baf7c0ee New screenshots of the macOS app 2024-10-24 06:27:03 -07:00
David Sinclair
9e681dd3dd #1903 (Saved searches don't work)
- Fixed saved searches not appearing (and probably other misbehavior due to the viewWill/DidAppear not getting called); affected both Mac and iPad.
- Fixed the icon for the Delete Saved Search command.
2024-10-23 18:54:53 -07:00
David Sinclair
33b7150ea8 Merge branch 'master' into dejal 2024-10-23 18:11:09 -07:00
Samuel Clay
f06ddb7a1f Adding in broken macos blog post. 2024-10-22 18:30:11 -07:00
Samuel Clay
15e5284957 Ignoring backup.db 2024-10-22 18:30:11 -07:00
David Sinclair
460ffeae7f #1902 (Adjust position of unread indicator on story title select) 2024-10-21 21:05:00 -07:00
David Sinclair
87dbd4ec49 #1247 (Mac Catalyst edition)
- Added Manage Account on the Web to Help menu.
2024-10-17 11:15:54 -07:00
David Sinclair
8f6635df14 Prep 2024-10-17 11:14:35 -07:00
David Sinclair
ed74215e8f Merge branch 'master' into dejal 2024-10-17 11:03:47 -07:00
sictiru
adfdb55741 Add nullability annotations to ReadingAction 2024-10-16 10:36:21 -07:00
Samuel Clay
cf9f0d9ef3 Postgres secondary 2024-10-10 20:28:56 -07:00
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
sictiru
64b12bd4a7 Android 13.3.1 229 2024-09-17 14:10:52 -07:00
sictiru
e0eb729776 #1891 Handle Android 9 and below for OPML file export 2024-09-17 11:35:53 -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
sictiru
ba1264f2b8 Add nullability annotation to help with Kotlin conversion 2024-08-30 14:40:49 -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