Jackson Harper
c6bcac4070
Improve app intents, always set readAt when an article is opened
2024-01-10 21:11:07 +08:00
Hongbo Wu
f81ad17fb1
fix tests
2024-01-10 18:07:58 +08:00
Hongbo Wu
cf6f15e520
add index for sorting by word_count
2024-01-10 17:34:54 +08:00
Hongbo Wu
525b3fbacf
add index for sorting by read_at
2024-01-10 17:32:23 +08:00
Hongbo Wu
d54af004d6
add index for sorting by published_at
2024-01-10 17:28:00 +08:00
Hongbo Wu
7fba161d41
add index for sorting by updated_at
2024-01-10 17:25:21 +08:00
Hongbo Wu
d9d800cfc4
add index for sorting by saved_at
2024-01-10 17:09:15 +08:00
Jackson Harper
e49f9d6d6a
Use sheet instead of fullCover, add labels on PDF, add Discord button
2024-01-10 17:00:38 +08:00
Hongbo Wu
ff83147c09
Merge pull request #3348 from omnivore-app/fix/redis-connection
...
fix: too many open redis connections
2024-01-10 12:07:45 +08:00
Jackson Harper
ac8cdeef45
Merge pull request #3347 from omnivore-app/fix/android-library-labels
...
Syncing improvements for highlight changes on android
2024-01-10 12:03:43 +08:00
Jackson Harper
8e19cc8e8f
Merge pull request #3307 from LennardSchwarz/add-german-translation
...
Add german translation
2024-01-10 12:02:35 +08:00
Hongbo Wu
b65ada2a55
fix: too many open redis connections
2024-01-10 11:55:58 +08:00
Jackson Harper
eb73d9cb2e
Merge pull request #3345 from gannonlawlor/android/autofill-support
...
Add autofill to login and signup page
2024-01-10 11:55:41 +08:00
Jackson Harper
4a08c1f195
Syncing improvements for highlight changes on android
2024-01-10 11:47:30 +08:00
Gannon
d0bb3131ab
Update EmailLogin.kt
2024-01-09 22:45:01 -05:00
Jackson Harper
7636be67cc
Merge pull request #3343 from omnivore-app/dependabot/npm_and_yarn/pkg/admin/follow-redirects-1.15.4
...
Bump follow-redirects from 1.14.8 to 1.15.4 in /pkg/admin
2024-01-10 11:05:50 +08:00
Gannon
f248ee9ee3
Add autofill to login and signup page
...
Add autofill to login and signup page
1. Add autofill to login and signup page. Used https://bryanherbst.com/2021/04/13/compose-autofill/
2. Updated the Username text hint and label to "Username" from "Name"
2024-01-09 20:08:43 -05:00
Gannon
d1833e5b3c
Create a debug package name
...
# Context
This will allow developers to have both production and dev version on their phones at the same time. Also changed the name of the Dev version to Dev - Omnivore
If someone has the orginal icon files, I would prefer to change the debug icon to be a different color to distinguish it more. But I couldn't find the main psd or svg file that the pngs are generated from
2024-01-09 19:20:26 -05:00
dependabot[bot]
c27c11484d
Bump follow-redirects from 1.14.8 to 1.15.4 in /pkg/admin
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.8 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.8...v1.15.4 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-09 17:25:20 +00:00
Jackson Harper
535a5cbd9e
Merge pull request #3333 from omnivore-app/fix/android-library-labels
...
Open the labels sheet from the library on Android
2024-01-09 19:24:13 +08:00
Tom Rogers
451939832f
Probably a good idea to add back the schema changes...
2024-01-09 11:11:28 +00:00
Tom Rogers
701e0fb23e
Fix issue with tsconfig in db
2024-01-09 10:42:31 +00:00
Thomas Rogers
c0373646cb
Fix Linting...
2024-01-09 11:22:32 +01:00
Hongbo Wu
c11f86d5c7
Merge pull request #3341 from omnivore-app/fix/rss-handler-redis
...
fix redis command server incompatibility
2024-01-09 16:43:08 +08:00
Hongbo Wu
34e6f1b00a
fix redis command server incompatibility
2024-01-09 16:26:54 +08:00
Jackson Harper
ab196df0f2
Fix PDF props
2024-01-09 14:45:17 +08:00
Jackson Harper
4fcb055f69
Merge pull request #3338 from omnivore-app/fix/ios-non-following
...
Improve the iOS filters when following tab is disabled
2024-01-09 14:35:57 +08:00
Jackson Harper
80f0150512
Dont show the iPhone tab bar in edit mode
2024-01-09 14:20:04 +08:00
Hongbo Wu
26f91b3601
Merge pull request #3340 from omnivore-app/fix/test
...
fix rss handler tests
2024-01-09 12:36:19 +08:00
Jackson Harper
ecb5fbf112
Make filters work a bit better with non-following
2024-01-09 12:35:07 +08:00
Hongbo Wu
3cfee2915a
fix rss handler tests
2024-01-09 12:23:39 +08:00
Hongbo Wu
40c89a43f9
Merge pull request #3339 from omnivore-app/fix/rss-redis
...
fix: blocked rss feed url not stored in redis accurately
2024-01-09 12:14:21 +08:00
Hongbo Wu
131261431d
add comment
2024-01-09 12:09:42 +08:00
Hongbo Wu
0969e81de3
fix: catch rss parsing failure in a nested try-catch block
2024-01-09 12:04:14 +08:00
Jackson Harper
2905f3eb58
Use the new highlightChanges queue for highlight operations
2024-01-09 12:01:15 +08:00
Hongbo Wu
a2ab8327ca
fix: increment feed fetch failed count if rss feed is failed to fetch
2024-01-09 11:22:20 +08:00
Jackson Harper
b6708db75f
Add libraryItemid to highlight modal
2024-01-09 11:00:58 +08:00
Jackson Harper
2919b7d7ce
Improve the iOS filters when following tab is disabled
2024-01-09 10:24:25 +08:00
Jackson Harper
654de969c4
More android offline sync improvements
2024-01-09 10:23:24 +08:00
Jackson Harper
cb48c755f1
Start creating a separate sync queue for android highlight changes
2024-01-08 22:27:48 +08:00
Jackson Harper
8f9f8bb43b
Bump version
2024-01-08 15:21:36 +08:00
Jackson Harper
42d21ebbae
Display version number in settings
2024-01-08 15:14:29 +08:00
Hongbo Wu
202fe50ebc
Merge pull request #3326 from omnivore-app/fix/merge-highlight-error
...
fix labels not saved when merging highlights
2024-01-08 15:10:29 +08:00
Jackson Harper
9f71f1f58d
Bump android version
2024-01-08 14:54:04 +08:00
Jackson Harper
da8eca4787
Fix the steps on reader sliders
2024-01-08 14:50:44 +08:00
Jackson Harper
291a424c58
More consistency on modal bottom sheets colors
2024-01-08 14:41:42 +08:00
Jackson Harper
89d126734c
Transparent backgrounds for modal bottom sheets
2024-01-08 13:48:53 +08:00
Jackson Harper
ceff6fea37
Improve labels modal on Android
2024-01-08 13:46:33 +08:00
Hongbo Wu
abc60209b5
Merge pull request #3334 from omnivore-app/fix/readwise-integration
...
fix: sync archived items into readwise
2024-01-08 12:33:30 +08:00
Hongbo Wu
42a36f1820
log when retrieved 0 items
2024-01-08 12:20:31 +08:00