Commit Graph

9035 Commits

Author SHA1 Message Date
c0373646cb Fix Linting... 2024-01-09 11:22:32 +01:00
54ccbd47b9 Merge pull request #3316 from omnivore-app/perf/rss
improve rss feeder performance
2024-01-05 15:57:49 +08:00
44bed67e35 add comment 2024-01-05 15:41:01 +08:00
ccd4f2d3f0 catch redis client error and continue the process 2024-01-05 15:20:42 +08:00
fd5de2007d Merge pull request #3320 from omnivore-app/fix/web-prettier
Run prettier on updated file
2024-01-05 15:13:18 +08:00
7eeed4db81 Revert change as it had some issue with hooks 2024-01-05 14:57:48 +08:00
09dd9a62e3 Run prettier on updated file 2024-01-05 14:38:48 +08:00
9ba272006d Merge pull request #3294 from cdev147/main
Improve keyboard shortcuts modal
2024-01-05 14:37:51 +08:00
68500a9602 Merge pull request #3282 from aaachen/highlight-bug-fix
Add documentation for highlight and fix bug
2024-01-05 14:26:37 +08:00
4b9c0c8be9 Merge pull request #3319 from gannonlawlor/android/library-bottom-sheet
[Android] Update LibraryView to use ModalBottomSheet
2024-01-05 13:04:10 +08:00
b7fd8a6326 Update LibraryView to use ModalBottomSheet
using the modalBottomSheet will support back action, tapping off the bottomsheet, and swiping down
2024-01-04 22:15:09 -05:00
75d9206262 remove redis from docker-compose 2024-01-05 11:01:15 +08:00
b54b696fab skip parsing blocked feeds stored in redis 2024-01-04 23:06:37 +08:00
6d48816c22 fix tests 2024-01-04 22:42:31 +08:00
f4ff4b9fcd fix tests 2024-01-04 22:27:31 +08:00
32a58e49f9 make redis optional for backend 2024-01-04 21:55:41 +08:00
ec316cd9f9 Merge pull request #3317 from remychantenay/android-fix-open-link-view-title-dark-mode
android: Fix OpenLinkView title for dark mode
2024-01-04 18:47:45 +08:00
feeb255883 android: Fix OpenLinkView title for dark mode
Signed-off-by: Remy Chantenay <remy.chantenay@gmail.com>
2024-01-04 11:41:48 +01:00
0cf7054ce6 add redis url to env var 2024-01-04 18:17:16 +08:00
8137a74f51 add redis back to docker compose 2024-01-04 18:14:50 +08:00
bcd05cc7fc set the url in redis when an item is inserted into db 2024-01-04 18:10:14 +08:00
08c4624fce save the url in redis for 8 hours so rss-feeder will not try to re-save it 2024-01-04 18:03:34 +08:00
0f774b6ae4 skip recently saved rss item 2024-01-04 17:36:12 +08:00
d1db49f9bb Merge pull request #3300 from omnivore-app/fix/batch-prune
fix/batch prune
2024-01-04 15:19:50 +08:00
366c97ead7 Merge pull request #3314 from omnivore-app/fix/update-event
skip sending item update event for reading progress update
2024-01-04 15:17:08 +08:00
5cdea05a37 Merge pull request #3303 from omnivore-app/fix/default-highlights-query
Update the default Highlights query
2024-01-04 15:14:39 +08:00
d31eb7a88b skip sending item update event for reading progress update 2024-01-04 15:06:31 +08:00
e67298980c Merge pull request #3312 from gannonlawlor/android/initial-import-fix
Update app/build.gradle to allow debug builds w/o a keystore
2024-01-04 14:38:00 +08:00
be84f314d7 Merge pull request #3311 from omnivore-app/fix/ios-bg-context-loading
Delay loading of the background context
2024-01-04 13:35:57 +08:00
168df439bd Move cancel button to top of the nav bar in multiselect 2024-01-04 12:51:49 +08:00
de0686d0b1 More spacing on toolbar items 2024-01-04 12:40:47 +08:00
486ec19937 Improve logged out handler of extension, create new local db path 2024-01-04 12:20:57 +08:00
ab004caad7 Add toolbar spacing on iPad 2024-01-04 12:20:40 +08:00
863a486a4a Update build.gradle 2024-01-03 22:06:53 -05:00
4689b5325f Ensure app environment is configured
This can happen if a user sets a custom self hosting environment,
then deletes and re-installs the app.
2024-01-04 10:59:42 +08:00
bf26d01cbb Update app/build.gradle file to sync without the requirement for a keystore.properties
This change will only effect fresh imports and people who don't setup a keystore.properties

When building debug, there is not a strict reason why we need a custom keystore.

This change will allow people to pull the code and start developing right away without configuring keystores
2024-01-03 21:52:21 -05:00
8a288ffe5f Delay loading of the background context 2024-01-04 06:09:22 +08:00
f95c76ff8f Merge pull request #3310 from omnivore-app/feat/ios-migrate-run
iOS: clear old database when running new version, better alignment of reader icons
2024-01-03 19:33:02 +08:00
554c4cee12 add test cases 2024-01-03 18:26:07 +08:00
d31c520a90 add empty trash api to prune soft deleted items in trash 2024-01-03 18:26:06 +08:00
5eb19cda71 prune users in batch 2024-01-03 18:25:16 +08:00
a1ea20b964 Update highlights query for new users 2024-01-03 18:21:13 +08:00
cba83c1593 Update the default Highlights query
This query is more of what people want, all their created
highlights, not just ones in their current inbox. Since a normal
workflow would be: read + highlight, archive, review highlights.
2024-01-03 18:17:25 +08:00
6237c9df51 iOS: clear old database when running new version, better alignment of reader icons 2024-01-03 18:14:51 +08:00
b3f052860a Merge pull request #3175 from omnivore-app/fix/detect-language
detect language from html content
2024-01-03 17:50:01 +08:00
0b098e640f Merge pull request #3309 from omnivore-app/fix/includes-query
if the query contains includes:, we want to search in all folders
2024-01-03 17:48:41 +08:00
060690609d Merge pull request #3264 from omnivore-app/feature/prune-following-items
add endpoint to prune items from folder older than some days
2024-01-03 17:46:21 +08:00
6e73b10771 if the query contains includes:, we want to search in all folders 2024-01-03 17:38:12 +08:00
6d88fed3ce Merge pull request #3306 from omnivore-app/fix/web-library-cleanup
Improve the fallback images on web
2024-01-03 16:34:48 +08:00
c82169b5ba Improve the fallback images on web 2024-01-03 15:03:03 +08:00