Commit graph

9769 commits

Author SHA1 Message Date
Jackson Harper
64fe31a717
Merge pull request #3577 from omnivore-app/fix/web-highlight-labels-ux
Web fixups: disable highlight label icon, add dropdown for settings nav in mobile, add open original hover card
2024-02-26 15:41:35 +08:00
Jackson Harper
4c1cc122e0
Merge pull request #3576 from omnivore-app/release/android-0.194.0
Android 0.194.0 release
2024-02-26 15:41:09 +08:00
Jackson Harper
e313384d4c
Merge pull request #3578 from holton-jiang/patch-2
Add "longestGeneric" and "shortestGeneric"
2024-02-26 15:29:00 +08:00
蒋小霕
0e605830dd
Update Localizable.strings 2024-02-26 15:26:06 +08:00
Jackson Harper
fbd873dd2d Add a key property to menu items 2024-02-26 15:15:15 +08:00
Jackson Harper
5334012a8f Fallback to a dropdown menu in settings view for navigation 2024-02-26 15:12:28 +08:00
Jackson Harper
6083c03557 More spacing on hover actions 2024-02-26 14:48:05 +08:00
Jackson Harper
ba300cf14b Add open original hover action 2024-02-26 14:44:58 +08:00
Jackson Harper
b135e79297 Fix rounded corners in list view on small screens 2024-02-26 14:41:16 +08:00
Jackson Harper
0ed8623e65 Comment out the withLabel icon until its working better 2024-02-26 14:08:10 +08:00
Jackson Harper
d0a0dbb32f Remove debug line 2024-02-26 13:33:52 +08:00
Jackson Harper
6ad528d755 When highlights are deleted also delete their label buttons if they have one 2024-02-26 13:32:18 +08:00
Hongbo Wu
c13896aeb2
Merge pull request #3567 from omnivore-app/feature/feed-summary
feature/feed summary
2024-02-26 12:19:57 +08:00
Jackson Harper
789808b303 Android 0.194.0 release 2024-02-26 12:19:14 +08:00
Jackson Harper
33fa36710f
Merge pull request #3568 from omnivore-app/feat/rules-delete-item-rule
Add a rule to delete items
2024-02-26 12:13:40 +08:00
Jackson Harper
fae2e74cd6
Merge pull request #3571 from henlium/patch-1
Unify wording of removing articles
2024-02-26 11:34:36 +08:00
Jackson Harper
caa6b8b68f
Merge pull request #3573 from stefanosansone/fix/android-splash-screen-color
Android - Fix splash screen icon and background
2024-02-26 10:36:59 +08:00
Jackson Harper
f318923eed
Merge pull request #3570 from stefanosansone/refactor/android-settings
Android - Settings screen refactor
2024-02-26 10:36:42 +08:00
Stefano Sansone
000b6bfa75 add custom splashscreen 2024-02-25 01:18:07 +00:00
Heng Lee
d3b6b3c827
Unify wording of removing articles
Most of the places use "remove", but "delete" is used in this dropdown menu, which seems inconsistent.
2024-02-24 13:48:49 +08:00
Stefano Sansone
01ec538a63 Merge remote-tracking branch 'origin/main' into refactor/android-settings 2024-02-24 00:19:52 +00:00
Stefano Sansone
4a27ce7827 add snackbar 2024-02-24 00:15:33 +00:00
Stefano Sansone
a156c6dbdc add account screen 2024-02-23 22:10:55 +00:00
Hongbo Wu
7db7099822 fix tests 2024-02-23 19:43:43 +08:00
Hongbo Wu
6b0cefe190 add representation column to the highlight table and gql schema which is either CONTENT or FEED_CONTENT 2024-02-23 17:14:52 +08:00
Hongbo Wu
67f54a1372 add fetchContent resolver to the function list 2024-02-23 15:44:53 +08:00
Jackson Harper
78a2ecc782
Merge pull request #3564 from omnivore-app/fix/web-library-errros
Better error messaging in the library view
2024-02-23 15:36:01 +08:00
Hongbo Wu
49d1ae5037 fix bug 2024-02-23 15:32:41 +08:00
Hongbo Wu
510cd18b17 use json_agg to aggregate enum in db 2024-02-23 14:54:37 +08:00
Jackson Harper
90c049506d Add a rule to delete items 2024-02-23 14:42:10 +08:00
Jackson Harper
c4cea81a85
Merge pull request #3117 from omnivore-app/dependabot/npm_and_yarn/graphql-middleware-6.1.35
Bump graphql-middleware from 6.1.32 to 6.1.35
2024-02-23 14:27:37 +08:00
Jackson Harper
2ff00497b9 Remove debug line 2024-02-23 14:24:48 +08:00
Hongbo Wu
df0bda9cb2 fix a typo 2024-02-23 14:21:34 +08:00
Jackson Harper
77e1602747 Handle error + empty library states 2024-02-23 14:19:44 +08:00
Hongbo Wu
f4b6e470f2 replace fetch_content with fetch_content_type as a enum: ALWAYS, NEVER, WHEN_EMPTY 2024-02-23 14:19:22 +08:00
Jackson Harper
1faace1c8c Use new dark theme handler for icons 2024-02-23 14:19:22 +08:00
Jackson Harper
72eea42b8e Fix embedded svg 2024-02-23 14:18:53 +08:00
Jackson Harper
f85e826146 Simplify empty state handling, remove obsolete test 2024-02-23 13:08:22 +08:00
Jackson Harper
6543c9b017 Improve errors layout 2024-02-23 13:08:22 +08:00
Jackson Harper
255c2b3c14 Fix link to help 2024-02-23 13:08:22 +08:00
Jackson Harper
9a076b608f Fallback icon 2024-02-23 13:08:22 +08:00
Jackson Harper
88aa43c34a Dark mode listener 2024-02-23 13:08:22 +08:00
Jackson Harper
ccbaf402bd Better handling of errors in the library 2024-02-23 13:08:20 +08:00
Hongbo Wu
08e4bed146 rename preview_content to feed_content in library_item table and gql schema 2024-02-23 12:53:39 +08:00
Hongbo Wu
61e9ab3a17
Merge pull request #3566 from omnivore-app/perf/optimize-slow-query
perf/optimize slow query
2024-02-23 12:53:05 +08:00
Hongbo Wu
8ce7550582 create an index for upload_file_id in library_item table 2024-02-23 11:33:48 +08:00
Jackson Harper
1bf0cc526b
Merge pull request #3557 from omnivore-app/fix/ios-ipad-issues
iOS ipad issues
2024-02-23 11:21:58 +08:00
Hongbo Wu
58e33cc4e0 fix tests 2024-02-23 11:17:37 +08:00
Hongbo Wu
2d45aa1dd7
Merge pull request #3563 from omnivore-app/fix/export-job
export at most 1000 most recent items
2024-02-23 11:14:16 +08:00
Jackson Harper
802ffbb073
Merge pull request #3561 from omnivore-app/fix/web-system-theme-library
Handle using system theme when toggling from the library
2024-02-23 11:06:29 +08:00