Commit Graph

9103 Commits

Author SHA1 Message Date
66054e50ba Merge pull request #3358 from omnivore-app/feat/fixing-eslint-issues
Fix issues with eslint from liqe library
2024-01-11 18:34:49 +08:00
c8a21cbe46 Fix issues with eslint from liqe library 2024-01-11 17:34:40 +08:00
ba79f7f0af Merge pull request #3352 from omnivore-app/feat/ios-1.43
Use sheet instead of fullCover, add labels on PDF, add Discord button
2024-01-11 14:36:35 +08:00
a21f8aee2e Merge pull request #3349 from omnivore-app/perf/slow-query
improve performance on db slow queries
2024-01-11 12:01:48 +08:00
1e8ac68a38 Use animation on remove swipe action 2024-01-11 11:48:13 +08:00
4cf600e7b0 drop old index 2024-01-11 11:45:22 +08:00
1d4d373508 replace the slow postgres trigger function for updating label names 2024-01-11 10:21:36 +08:00
9feb6bb0e5 Improve read now by popping to root 2024-01-10 21:32:49 +08:00
c6bcac4070 Improve app intents, always set readAt when an article is opened 2024-01-10 21:11:07 +08:00
f81ad17fb1 fix tests 2024-01-10 18:07:58 +08:00
cf6f15e520 add index for sorting by word_count 2024-01-10 17:34:54 +08:00
525b3fbacf add index for sorting by read_at 2024-01-10 17:32:23 +08:00
d54af004d6 add index for sorting by published_at 2024-01-10 17:28:00 +08:00
7fba161d41 add index for sorting by updated_at 2024-01-10 17:25:21 +08:00
d9d800cfc4 add index for sorting by saved_at 2024-01-10 17:09:15 +08:00
e49f9d6d6a Use sheet instead of fullCover, add labels on PDF, add Discord button 2024-01-10 17:00:38 +08:00
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
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
8e19cc8e8f Merge pull request #3307 from LennardSchwarz/add-german-translation
Add german translation
2024-01-10 12:02:35 +08:00
b65ada2a55 fix: too many open redis connections 2024-01-10 11:55:58 +08:00
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
4a08c1f195 Syncing improvements for highlight changes on android 2024-01-10 11:47:30 +08:00
d0bb3131ab Update EmailLogin.kt 2024-01-09 22:45:01 -05:00
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
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
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
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
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
34e6f1b00a fix redis command server incompatibility 2024-01-09 16:26:54 +08:00
ab196df0f2 Fix PDF props 2024-01-09 14:45:17 +08:00
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
80f0150512 Dont show the iPhone tab bar in edit mode 2024-01-09 14:20:04 +08:00
26f91b3601 Merge pull request #3340 from omnivore-app/fix/test
fix rss handler tests
2024-01-09 12:36:19 +08:00
ecb5fbf112 Make filters work a bit better with non-following 2024-01-09 12:35:07 +08:00
3cfee2915a fix rss handler tests 2024-01-09 12:23:39 +08:00
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
131261431d add comment 2024-01-09 12:09:42 +08:00
0969e81de3 fix: catch rss parsing failure in a nested try-catch block 2024-01-09 12:04:14 +08:00
2905f3eb58 Use the new highlightChanges queue for highlight operations 2024-01-09 12:01:15 +08:00
a2ab8327ca fix: increment feed fetch failed count if rss feed is failed to fetch 2024-01-09 11:22:20 +08:00
b6708db75f Add libraryItemid to highlight modal 2024-01-09 11:00:58 +08:00
2919b7d7ce Improve the iOS filters when following tab is disabled 2024-01-09 10:24:25 +08:00
654de969c4 More android offline sync improvements 2024-01-09 10:23:24 +08:00
cb48c755f1 Start creating a separate sync queue for android highlight changes 2024-01-08 22:27:48 +08:00
8f9f8bb43b Bump version 2024-01-08 15:21:36 +08:00
42d21ebbae Display version number in settings 2024-01-08 15:14:29 +08:00
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
9f71f1f58d Bump android version 2024-01-08 14:54:04 +08:00
da8eca4787 Fix the steps on reader sliders 2024-01-08 14:50:44 +08:00
291a424c58 More consistency on modal bottom sheets colors 2024-01-08 14:41:42 +08:00