Commit Graph

446 Commits

Author SHA1 Message Date
d9174f48df Merge pull request #645 from omnivore-app/read-now-pending-button
Move the read now button, add a pending state
2022-05-18 09:19:25 -07:00
65640d7b04 add feature flag for read now button 2022-05-18 09:13:26 -07:00
2d4ec9d45d share extension starts with a .processing status 2022-05-18 08:49:50 -07:00
3554b9074f Merge pull request #643 from omnivore-app/simplified-label-modal 2022-05-17 17:05:19 -07:00
071b9f6036 Move the read now button, add a pending state
This drops the button down a bit so we have more space, also
allows for pending state if tapped before save has completed.
2022-05-17 16:07:33 -07:00
17e807afe3 set stack style navigation for full screen reader 2022-05-17 14:56:07 -07:00
da9b77153a enable read now link from share extension 2022-05-17 14:48:44 -07:00
e19711b0a4 Simplify the label filter modal, add negation 2022-05-17 14:31:30 -07:00
033965f0b4 remove homeViewModel references where they're no longer needed 2022-05-17 11:32:07 -07:00
76d3478ed4 update fetch results when network request fails 2022-05-17 11:13:30 -07:00
b9d0fef3c0 set items after initial fetch request 2022-05-17 11:04:34 -07:00
36083c1f7b use fetched results controller to manage linked item list 2022-05-17 10:54:34 -07:00
23173e6f0b update function that fetches username for deep links 2022-05-17 08:41:06 -07:00
240004c01c update share button text 2022-05-16 13:15:40 -07:00
4b3533c17d pass url and title to share call. update bundle.js in apple apps 2022-05-16 12:20:05 -07:00
954d84fab2 add share option to web reader context menu 2022-05-16 12:05:45 -07:00
25ae8622ba Dispatch to main after verifying network connection in share ext 2022-05-16 11:26:42 -07:00
52c73cf05e set includeAuthToken to true for verify auth call 2022-05-16 11:19:05 -07:00
e53b295cb1 replace fetchViewer call in extension with a verift token call for faster feedback 2022-05-16 11:18:30 -07:00
70f6ae5040 remove underline 2022-05-16 10:34:02 -07:00
2378a08287 rename unwrapped variable to match optional name 2022-05-16 09:32:34 -07:00
4295b029a5 use site name to display site on feed and grid cards 2022-05-16 09:29:39 -07:00
3ca464e430 bump app version to 1.7.0 2022-05-16 09:15:23 -07:00
a199d8b3bc keep search field focus when clearing search text 2022-05-11 18:24:40 -07:00
ad567a380e Add search overlays for cancel and the mag. glass 2022-05-11 17:47:03 -07:00
7f8f6833c5 hide keyboard when cancelling on search bar 2022-05-11 17:14:28 -07:00
07c6792cde Add Newsletters and Read Later shortcuts 2022-05-11 16:33:04 -07:00
b45120706b fix linkeditem and labels data relationships. reset coredata on new app installs 2022-05-11 16:23:22 -07:00
f3aac3e30c persist last used filter to user defaults 2022-05-11 13:21:05 -07:00
3410a58a89 adjust tappable area of text chip buttons 2022-05-11 13:09:30 -07:00
d041c73fd1 show nav bar on tap in the web reader 2022-05-10 21:16:45 -07:00
4b1d772f00 use xmark to clear search bar 2022-05-10 20:41:27 -07:00
fb77ceddf2 use menu to display item filters 2022-05-10 17:15:42 -07:00
584aac6a3b replace searchable with a custom search bar 2022-05-10 16:24:06 -07:00
e2f08e7141 ensure nav bar is hidden if searchable field is active in home view 2022-05-09 16:44:02 -07:00
bca28bb699 remove aspect ratio constraint 2022-05-09 16:44:02 -07:00
9cab60b107 set an empty nav title for reader view to prevent nav bar from reappearing 2022-05-09 16:44:02 -07:00
65f2baa8c4 show loading bar as item content is prefetched 2022-05-09 16:44:02 -07:00
e6d1a0840b set loading bar on zstack over labels bar 2022-05-09 16:44:02 -07:00
60aa05c567 add a shimmering loader 2022-05-09 16:44:02 -07:00
ffe73cf163 Tweaks on cell padding
This adds line spacing for longer titles, pulls the author/site
closer together and gives a little spacing before label chips if
there are labels on a cell.
2022-05-09 15:00:36 -07:00
401a8bbbe6 update article attributes when refetching pending items 2022-05-08 21:42:21 -07:00
c3dc5d6bc8 use stack navigation style for iphone 2022-05-08 07:49:27 -07:00
109d721ae3 add feature falg to enable grid on iphone 2022-05-06 09:34:45 -07:00
d74342950e remove unused corner radius property 2022-05-05 20:54:52 -07:00
fd1e80b01d use Capsule rather than cornerRadius to create text chip 2022-05-05 20:46:17 -07:00
2f4f24dd6b add a sortedLabels computed property on LinkedItem 2022-05-05 20:32:50 -07:00
565233f217 Merge pull request #558 from omnivore-app/feature/ios-grid-view
Support grid style cards on iphone
2022-05-05 14:41:06 -07:00
1063e9e12b support grid style cards on iphone 2022-05-05 14:32:30 -07:00
4000f66ebf Merge pull request #554 from omnivore-app/fix/feed-list-spacing
Add some padding and min cell height on the iOS list view
2022-05-05 12:07:47 -07:00