Commit Graph

6008 Commits

Author SHA1 Message Date
af142b190b reset cursor when initial load is called (happens after rest data cache action) 2023-04-10 16:27:01 -07:00
eaf46057f4 open reader view when label chips are tapped 2023-04-10 16:27:01 -07:00
b5f8a07a7f check if label query list is not empty efore appending label to query string 2023-04-10 16:27:01 -07:00
1b30662b71 add a data cache rest utton to android 2023-04-10 16:27:01 -07:00
971c4da5a8 stub in manage account dialog 2023-04-10 16:27:01 -07:00
65843d3048 stub in a settings viewmodel 2023-04-10 16:27:01 -07:00
03adc8c3d6 disable settings cells that are in progress 2023-04-10 16:27:01 -07:00
f98b97fd29 update settings cell icon 2023-04-10 16:27:01 -07:00
e1c2d041fd attempt to set cookie for theme in android webview 2023-04-10 16:27:01 -07:00
1f15392b05 add logout dialog and static terms/privacy page embeds 2023-04-10 16:27:01 -07:00
872b8cf722 add alert dialog for logout action 2023-04-10 16:27:01 -07:00
3ef3bb63b2 stub in settings sections and rows 2023-04-10 16:27:01 -07:00
5a9ca1e5f9 create settings row composable 2023-04-10 16:27:01 -07:00
730cc0283e use lazyColumn to layout settings screen 2023-04-10 16:27:01 -07:00
9a40f7c08d update icons 2023-04-10 16:27:01 -07:00
dbbbee7fab use more appropriate icons for labels and archive actions 2023-04-10 16:27:01 -07:00
953622e504 update labels on webview when labels change 2023-04-10 16:27:01 -07:00
21ab6dd9cd handle label chages from within web reader activity 2023-04-10 16:27:01 -07:00
e27a0dd3f0 persist new label to db 2023-04-10 16:27:01 -07:00
b5a65cbc91 add create label gql mutation 2023-04-10 16:27:01 -07:00
fa97d01d0c add callback to save newly created item in vm 2023-04-10 16:27:01 -07:00
05a0ff3419 create basic create label UI 2023-04-10 16:27:01 -07:00
f6cf568281 layout label creation dialog 2023-04-10 16:27:01 -07:00
e455ab0325 stub in LabelCreationDialog 2023-04-10 16:27:01 -07:00
e1a27a3c15 make labels sheet header sticky 2023-04-10 16:27:01 -07:00
f4b1c99e5f add create label button 2023-04-10 16:27:01 -07:00
db1fc75de2 remove all labels in room db before applying current labels to an item 2023-04-10 16:27:01 -07:00
d95496040d make network request to update labels for an item 2023-04-10 16:27:01 -07:00
7c6743a4e8 move labels selection sheet to new file 2023-04-10 16:27:01 -07:00
e9c57a6702 add load initial func 2023-04-10 16:27:01 -07:00
7f3c484ed7 fetch all labels at initialization 2023-04-10 16:27:01 -07:00
c7860a8d74 bump android build number to 28 2023-04-10 16:27:01 -07:00
8c7a2b6768 bump android to build 27 2023-04-10 16:27:01 -07:00
a38eae380e add labels to library search calls 2023-04-10 16:27:01 -07:00
e66531cd77 use search api to fill gaps sync might miss 2023-04-10 16:27:01 -07:00
0282dcb4ad apply label filters in library live data 2023-04-10 16:27:01 -07:00
9e1c64e125 display list of labels in library view when labels chip is tapped 2023-04-10 16:27:01 -07:00
415af59550 stub in labels selection sheet 2023-04-10 16:27:01 -07:00
c036d26a3f display labels on saved item card cells 2023-04-10 16:27:01 -07:00
ea7b1cd836 Merge pull request #1994 from omnivore-app/fix/invert-newsletter-logic
Invert newsletter detection logic
2023-04-10 21:05:05 +08:00
46b719f447 Merge pull request #1992 from omnivore-app/feature/piped-video
Add handler for piped video
2023-04-10 21:02:23 +08:00
eb58bf11ba Force to use content handler of piped.video when saving from extensions 2023-04-10 20:52:09 +08:00
3a1d613b57 Merge pull request #2013 from omnivore-app/fix/edit-labels-dropdown
Fix edit labels drop down action
2023-04-10 18:13:48 +08:00
183160b796 Remove unneeded changes 2023-04-10 17:13:04 +08:00
872c3d8d0b Fix edit labels drop down action 2023-04-10 16:15:57 +08:00
01bb2af433 Merge pull request #2004 from omnivore-app/fix/web-image-url
Fix image path for @1 resolutions
2023-04-09 15:55:04 +08:00
3902d73f97 Fix image path for @1 resolutions 2023-04-09 15:40:46 +08:00
7144418646 Merge pull request #1906 from omnivore-app/dependabot/npm_and_yarn/types/express-4.17.17
Bump @types/express from 4.17.15 to 4.17.17
2023-04-07 15:04:32 +08:00
4ce58dd364 Merge pull request #1983 from omnivore-app/fix/puppeteer-infinite-scrolling 2023-04-07 12:41:17 +08:00
8dbb898460 Bump @types/express from 4.17.15 to 4.17.17
Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.15 to 4.17.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

---
updated-dependencies:
- dependency-name: "@types/express"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-06 15:46:47 +00:00