Commit graph

17540 commits

Author SHA1 Message Date
Samuel Clay
78c4807c33 Moving feed title to above story title in related stories. 2024-11-28 14:26:28 -05:00
Samuel Clay
3c3d55a9f3 Moving discover view to the correct spot on resize/narrow. 2024-11-28 12:55:43 -05:00
Samuel Clay
9c0dff2031 Moving the discover stories side option to the right place. Needs triggers when narrow content flag changes. 2024-11-28 12:43:36 -05:00
Samuel Clay
e67399fe46 Refactoring discover stories so that it now loads the correct story when clicked on. Still work to be done on layout showing the feed, the double embedding padding offset, and moving to below the sideoptions when the sideoptions are below the story. Also maybe paging? 2024-11-27 23:20:34 -05:00
Samuel Clay
9a8531ebd0 Renaming StoryDiscoverView -> DiscoverStoriesView. Need to figure out if subscribed so we can load the appropriate feed. 2024-11-27 12:28:00 -05:00
Samuel Clay
a49a2f6ca3 Fixing folders disappearing on search. 2024-11-24 13:58:22 -08:00
Samuel Clay
4cfb64b6bd Adding index debug to all search models. 2024-11-24 13:57:48 -08:00
Samuel Clay
a45170f0dc Adding debug_index 2024-11-24 13:20:37 -08:00
Samuel Clay
74f0f25711 Cleaning up discover stories index, adding discover_indexed field, beginning to split discover/search indexing. Needs further splitting at the task/queue level. 2024-11-21 08:38:14 -08:00
Samuel Clay
a0cf47abaf Separating index discover from index stories. Need to separate out index discover and index story when initially indexing so as to return search results to the user faster. Also need to index stories when adding a feed for premium users. 2024-11-21 07:17:57 -08:00
Samuel Clay
d3280ff95b Splitting DiscoverStory from SearchStory so the indexes can be separate. 2024-11-20 08:37:31 -08:00
Samuel Clay
cf72874318 Attempting to fix feed title layout in discover stories. 2024-11-19 22:37:37 -08:00
Samuel Clay
6dc247b693 Storing last used discover stories folder for all stories in that folder/feed. 2024-11-19 22:10:05 -08:00
Samuel Clay
067848055e Moving discover view in story detail. 2024-11-17 21:58:56 -08:00
Samuel Clay
60f980a26f Adding Bluesky and Mastodon sharing services. 2024-11-17 20:44:59 -08:00
Samuel Clay
3e961c60e6 Merge branch 'master' into discover
* master: (36 commits)
  Static deploys should force gunicorn reload.
  New X/Twitter icons.
  New Android screenshots.
  New screenshots for homepage, updating all twitter links to x.com. Still need Android screenshot from S22.
  Android 13.3.2 230
  #1886 Support for themed icons
  #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)
  #1903 (Saved searches don't work)
  #1902 (Adjust position of unread indicator on story title select)
  #1247 (Mac Catalyst edition)
  Prep
  Add nullability annotations to ReadingAction
  #1247 (Mac Catalyst edition)
  Fixed offline images not appearing
  Android 13.3.1 229
  #1891 Handle Android 9 and below for OPML file export
  Add nullability annotation to help with Kotlin conversion
  ...
2024-11-17 20:24:17 -08:00
Samuel Clay
b660ec79fe Static deploys should force gunicorn reload. 2024-11-17 20:23:21 -08:00
Samuel Clay
1a06af95cb New X/Twitter icons. 2024-11-17 20:18:13 -08:00
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
Some checks failed
Android CI / build-and-unit-test (push) Has been cancelled
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
Samuel Clay
19522cc7f1 Not perfect but stories are now rendered. Need to calculate the height and disable scroll. 2024-11-06 22:11:17 -08:00
Samuel Clay
cd8feb2715 Styling discover stories 2024-11-06 21:49:57 -08:00
Samuel Clay
d04b4b038a Adding API endpoints for discover stories. Need to finish the UI for stories. Then prob add premium limits. 2024-11-06 21:29:07 -08: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
a2d3785c7c Merge branch 'master' into discover
* master:
  Backfilling Youtube videos for premium archive subscribers.
2024-11-04 21:58:20 -08: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
9e7b08b536 Indexing stories with content vectors. 2024-11-03 21:40:27 -08:00
Samuel Clay
5655433de0 Merge branch 'master' into discover
* master:
  Handling no content when finding feeds.
  Don't guess RSS feed urls on openrss/feedburner domains.
2024-11-03 20:45:37 -08: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
e378661950 Stubbing in working Related side options button. 2024-10-27 22:13:00 -07:00
Samuel Clay
753d8163d0 Stubbing in discover stories. 2024-10-27 21:28:15 -07:00
Samuel Clay
9a605c1918 Fixing paging on folders, no longer unnecessarily loading river on discover scroll. 2024-10-27 12:24:37 -07:00
Samuel Clay
ec468fa6ab Pre-selected folder on discover feed badge. Fixing loading dincator when adding site. 2024-10-27 11:07:20 -07:00
Samuel Clay
933abba1d8 Merge branch 'master' into discover
* master:
  Adding dashboard_rivers to /reader/feeds?flat=true for #1899
2024-10-26 09:54:23 -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
6d58c79b02 Merge branch 'master' into discover
* master:
  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
2024-10-26 09:44:18 -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