Commit graph

10513 commits

Author SHA1 Message Date
Jackson Harper
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
Gannon
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
Jackson Harper
8a288ffe5f Delay loading of the background context 2024-01-04 06:09:22 +08:00
Jackson Harper
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
Hongbo Wu
554c4cee12 add test cases 2024-01-03 18:26:07 +08:00
Hongbo Wu
d31c520a90 add empty trash api to prune soft deleted items in trash 2024-01-03 18:26:06 +08:00
Hongbo Wu
5eb19cda71 prune users in batch 2024-01-03 18:25:16 +08:00
Jackson Harper
a1ea20b964 Update highlights query for new users 2024-01-03 18:21:13 +08:00
Jackson Harper
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
Jackson Harper
6237c9df51 iOS: clear old database when running new version, better alignment of reader icons 2024-01-03 18:14:51 +08:00
Hongbo Wu
b3f052860a
Merge pull request #3175 from omnivore-app/fix/detect-language
detect language from html content
2024-01-03 17:50:01 +08:00
Jackson Harper
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
Hongbo Wu
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
Hongbo Wu
6e73b10771 if the query contains includes:, we want to search in all folders 2024-01-03 17:38:12 +08:00
Jackson Harper
343c95a921
Merge pull request #3308 from omnivore-app/main
Web production deployment
2024-01-03 17:00:53 +08:00
Jackson Harper
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
LennardSchwarz
6e3cb7de97 Add Android localization strings; Add LaunchScreen file for iOS 2024-01-03 08:44:42 +01:00
LennardSchwarz
fbabb4ff7e Add german translation iOS 2024-01-03 08:23:11 +01:00
Jackson Harper
c82169b5ba Improve the fallback images on web 2024-01-03 15:03:03 +08:00
Jackson Harper
1b60c8a74a
Merge pull request #3263 from omnivore-app/dependabot/npm_and_yarn/sentry/nextjs-7.88.0
Bump @sentry/nextjs from 7.50.0 to 7.88.0
2024-01-03 11:56:17 +08:00
Jackson Harper
b1dfa4d911
Merge pull request #3270 from remychantenay/android-cleanup-issues-and-warnings
android: resolve issues and warnings
2024-01-03 11:53:39 +08:00
Jackson Harper
0df737312a
Merge branch 'main' into android-cleanup-issues-and-warnings 2024-01-03 11:53:31 +08:00
Jackson Harper
2524148461
Merge pull request #3296 from omnivore-app/feat/web-debug-page
Add debug page to web
2024-01-03 11:51:10 +08:00
Jackson Harper
3926154fec Remove old code 2024-01-02 18:48:58 +08:00
Jackson Harper
39cf82202e
Merge pull request #3297 from omnivore-app/feat/ios-empty-following
feat/ios empty following
2024-01-02 18:26:12 +08:00
Jackson Harper
d6982ae1a4 Set key on debug view 2024-01-02 18:16:26 +08:00
Jackson Harper
67dee5b23f Revert local changes to yarn.lock and web components 2024-01-02 18:14:19 +08:00
Jackson Harper
3806e971d3 Revert some local changes to API 2024-01-02 18:11:39 +08:00
Jackson Harper
67bc196496 Simpler loading view when loading from the refresh button 2024-01-02 17:25:01 +08:00
Jackson Harper
c6517ebb8e Better empty state for the following tabs 2024-01-02 16:18:01 +08:00
andrew
45add1643c small fix 2024-01-02 02:00:08 -05:00
andrew
45fdce7f16 merge main 2024-01-02 01:53:49 -05:00
andrew
b23ddcb6bc Add documentation for highlight and fix bug
Issue: https://github.com/omnivore-app/omnivore/issues/2996
2024-01-02 01:52:47 -05:00
Jackson Harper
b81d2a33b6 Fix the add RSS/Atom feed link on empty following view 2024-01-02 12:57:10 +08:00
Jackson Harper
fe9cf0fc89 Add debug page to web 2024-01-02 11:42:00 +08:00
Jackson Harper
29d3935d67
Merge pull request #3288 from omnivore-app/feat/ios-accesibility-issues
iOS 1.40
2024-01-02 10:10:40 +08:00
Jackson Harper
643748fffa Add content reader property to link_read event 2024-01-02 09:37:18 +08:00
ChinmayV
cd6b66470f
Merge pull request #1 from cdev147/cdev147-patch-1
Update useKeyboardShortcuts.ts
2024-01-01 21:41:28 +05:30
Jackson Harper
17c4a9be37 Dont use the following primer 2023-12-29 21:43:54 +08:00
Jackson Harper
225791a715 Start adding following modal, use system-ui for the font 2023-12-29 20:22:08 +08:00
Hongbo Wu
1272d3a4ce
Merge pull request #3290 from omnivore-app/fix/batch-update-sql 2023-12-29 19:22:04 +08:00
Hongbo Wu
b348fae677 fix multi-select bulk action api 2023-12-29 18:42:07 +08:00
Hongbo Wu
42502f9ff1
Merge pull request #3280 from omnivore-app/fix/slow-db-query
execute update query in batch to avoid slow bulk action query
2023-12-29 16:48:18 +08:00
Hongbo Wu
bc6f8fda21
Merge pull request #3289 from omnivore-app/fix/labels
fix: rss labels not added
2023-12-29 16:37:15 +08:00
Hongbo Wu
7153014a87 fix duplicate labels 2023-12-29 16:36:55 +08:00
Hongbo Wu
6e32c1247d insert labels on name conflict do nothing 2023-12-29 16:11:11 +08:00
Jackson Harper
dbc6c52e51 no more santa hat 2023-12-29 15:02:20 +08:00
Hongbo Wu
943db3332e
Merge pull request #3276 from omnivore-app/fix/in-library
by default we want to search in the inbox if no in: is specified
2023-12-29 14:51:00 +08:00
Jackson Harper
ff36afed96
Merge pull request #3287 from omnivore-app/feat/rss-handle-blocked
Dont try to fetch content for some feed URLs like arvix which blocks fetches
2023-12-29 14:38:32 +08:00
cdev147
59961ece07
Update useKeyboardShortcuts.ts
fixed issue #1879 "Keyboard shortcuts modal is ugly"
-based on the labels modal
2023-12-29 10:56:47 +05:30