Commit graph

11092 commits

Author SHA1 Message Date
Hongbo Wu
72270ae0ba
Merge pull request #4016 from omnivore-app/feature/hidden-section-in-home
feat: add a hidden section in home feed and load on demand
2024-06-03 13:00:50 +08:00
Jackson Harper
7181f2469c
Merge pull request #4020 from mhss1/main
Android app improvements + fixes
2024-06-03 11:51:10 +08:00
Hongbo Wu
ad2863e54a reduce just added item padding 2024-06-03 10:56:09 +08:00
Mohamed
147fdb5d57 Merge remote-tracking branch 'origin/main' 2024-06-01 15:39:11 +03:00
Mohamed
7ec0b26d48 Remove StateFlow.value direct access from compose 2024-06-01 15:31:34 +03:00
Mohamed
7c6d4c5a2b Replace livedata with flow in WebReaderViewModel 2024-06-01 15:26:12 +03:00
Mohamed
69d23b154f Compose side-effects fixes and remove unnecessary code 2024-06-01 15:14:19 +03:00
Mohamed
98336d49cb Fix highlight not dark when on Black theme 2024-06-01 13:03:04 +03:00
Jackson Harper
4f5033d445
Merge pull request #4017 from mhss1/main
Fixed app crash at WelcomeScreen
2024-05-31 22:57:40 +08:00
Mohamed
87eba45d5c Fixed app crash at startup 2024-05-31 15:20:44 +03:00
Jackson Harper
c6522b64df
Merge pull request #4013 from mhss1/main
Android app improvements
2024-05-31 17:47:32 +08:00
Hongbo Wu
8eac9375a2 feat: add a hidden section in home feed and load on demand 2024-05-31 16:34:32 +08:00
Hongbo Wu
9494ef8bcd
Merge pull request #4015 from omnivore-app/content-fetch-event
fix: only send content_fetch_failure event to analytics
2024-05-31 12:58:13 +08:00
Hongbo Wu
e932777347 fix ranking order 2024-05-31 12:58:01 +08:00
Hongbo Wu
f2ff4b7b0a fix: only send content_fetch_failure event to analytics 2024-05-31 12:44:01 +08:00
Hongbo Wu
a802bab1c3
Merge pull request #4012 from omnivore-app/feature/just-added-section
add just added section to home
2024-05-31 12:24:08 +08:00
Hongbo Wu
a6d27bea8d rename for you to top picks 2024-05-31 12:23:11 +08:00
Hongbo Wu
aa4e091c4b exclude just added items from for you and quick links section 2024-05-31 12:00:30 +08:00
Hongbo Wu
1af6cfa549 rename long section to for you 2024-05-31 11:51:30 +08:00
Hongbo Wu
633a022825 add client side pagination 2024-05-30 17:36:18 +08:00
Hongbo Wu
d349c1867f add section title 2024-05-30 15:48:57 +08:00
Hongbo Wu
8dfd876392 limit to 5 just added items 2024-05-30 15:48:28 +08:00
Hongbo Wu
bc4951f376 do not fail score job if failed to enqueue updating home job 2024-05-30 15:39:04 +08:00
Mohamed
74b3581a74 Add offline typeaheadSearch and replaced LiveData with Flow 2024-05-30 09:53:03 +03:00
Mohamed
b87271169a Merge remote-tracking branch 'origin/main' 2024-05-30 09:51:27 +03:00
Mohamed Shaaban
ffc7a7f26b
Merge branch 'omnivore-app:main' into main 2024-05-30 09:50:58 +03:00
Hongbo Wu
3c27125645 trigger update home job once a new item is scored 2024-05-30 14:34:08 +08:00
Mohamed
98c724c4c6 Decrease syncWorker initial delay 2024-05-30 09:32:15 +03:00
Hongbo Wu
4a54fa31af show just added section in home page 2024-05-30 13:51:43 +08:00
Hongbo Wu
4bb33da27f add just added section to home 2024-05-30 13:43:12 +08:00
Jackson Harper
93f1076a1c
Merge pull request #4010 from omnivore-app/fix/home-debugger 2024-05-29 21:57:39 +08:00
Mohamed
8aadc9c5af Handle some Compose side effects 2024-05-29 16:56:51 +03:00
Mohamed
fcf7f40af3 Add animateItemPlacement to LazyColumn items 2024-05-29 16:55:49 +03:00
Mohamed
b20f1ba522 Remove unnecessary abstract class in SaveSheetActivity 2024-05-29 16:35:52 +03:00
Mohamed
4c70c8621f Added sync library after saving from share menu 2024-05-29 16:22:04 +03:00
Jackson Harper
4a525d1671 More improvements to the home debugging page 2024-05-29 19:55:19 +08:00
Hongbo Wu
0634d2549e
Merge pull request #4009 from omnivore-app/fix/undefined-score
only score candidates without scores
2024-05-29 18:55:30 +08:00
Hongbo Wu
5739ec2843 only score candidates without scores 2024-05-29 18:47:22 +08:00
Hongbo Wu
6704b8a8c4
Merge pull request #4006 from omnivore-app/fix/score-service-api-env
fix/score service api env
2024-05-29 18:31:18 +08:00
Hongbo Wu
84a6530743 log job error 2024-05-29 18:29:48 +08:00
Hongbo Wu
c7de24e9f8 do not rank candidates and just return them all if less than 10 candidates 2024-05-29 18:22:16 +08:00
Jackson Harper
d47bd05db5
Merge pull request #4007 from omnivore-app/feat/home-debug-refresh
Allow refreshing the debug home page
2024-05-29 18:07:14 +08:00
Jackson Harper
153db085a4 Allow refreshing the debug home page 2024-05-29 17:58:59 +08:00
Hongbo Wu
d1d7f93fc3 time each steps in the update home job 2024-05-29 17:58:28 +08:00
Hongbo Wu
69dbbd7635 add score api url to env var 2024-05-29 17:45:51 +08:00
Hongbo Wu
b7e6888395 remove debugging logs 2024-05-29 17:42:30 +08:00
Hongbo Wu
69c555b8c3
Merge pull request #4005 from omnivore-app/feature/refresh-home-api
feature/refresh home api
2024-05-29 17:37:41 +08:00
Hongbo Wu
b6811ba957 delete home cache before recreating 2024-05-29 17:33:01 +08:00
Hongbo Wu
91c2ae8d97 add refresh home api 2024-05-29 17:24:37 +08:00
Jackson Harper
97b72afb6e
Merge pull request #3999 from omnivore-app/feat/home-ux
First pass at the just read home web ux
2024-05-29 17:07:56 +08:00