Commit Graph

576 Commits

Author SHA1 Message Date
f80b5df3e9 hide progress bar on ios14. show refresh button oin ios14 2022-03-15 15:13:58 -07:00
7461bdc8d7 Merge pull request #238 from omnivore-app/faeture/highlights-loading
PDF Highlights Loading
2022-03-15 14:38:50 -07:00
a4533dc016 Merge pull request #201 from omnivore-app/feature/beehiiv-newsletter-support
Support newsletters hosted on beehiiv
2022-03-15 14:03:55 -07:00
2e01e910bd fetch pdf highlights when pdf is loaded rather than in library query 2022-03-15 10:28:06 -07:00
4a5d919dcb Merge pull request #237 from omnivore-app/feature/handle-async-image-errors
Apple async image errors
2022-03-15 10:04:12 -07:00
388bbde064 Merge pull request #235 from omnivore-app/fix/reading-progress-lookup
Dont make queries for readingProgressPercent unless we have to
2022-03-15 09:26:03 -07:00
eecbeb7705 pass viewbuilder to async image so we can handle errors 2022-03-14 21:42:24 -07:00
330b8e8dda publish an error value from ImageLoader 2022-03-14 16:38:25 -07:00
d65e3aff87 Merge pull request #236 from omnivore-app/chore/ios-version-bump
Fix: Category List Selection Color
2022-03-14 16:35:59 -07:00
6c913223b1 modify category list selected background color 2022-03-14 15:44:22 -07:00
8e1b4fb1a4 Formatting 2022-03-14 15:36:17 -07:00
a81181ee60 Dont make queries for readingProgressPercent unless we have to 2022-03-14 15:22:53 -07:00
c4c4a80a6c Merge pull request #230 from omnivore-app/fix/description-entities
Better handling of HTML entities in descriptions
2022-03-14 14:33:16 -07:00
c79e740ceb Add package 2022-03-14 11:13:59 -07:00
0361ef86fa Better handling of HTML entities in descriptions
The HTML code method didnt implent all possible
entities, causing some (usually rquote) to display.
2022-03-14 11:02:08 -07:00
594350a4bf Merge pull request #229 from omnivore-app/fix/published-dates
Attempt to set publishedDate if readability fails to parse it
2022-03-14 10:37:19 -07:00
fc7d972855 Fix typo in readability date handling causing this parse issue
Can remove our special handler for the published date now that we
are pulling it out correctly.
2022-03-14 10:20:19 -07:00
5983cfe2a6 Attempt to set publishedDate if readability fails to parse it
This can happen if JSONLD fails to load. The test page here has
an encoding issue that causes the oembed jsonld to fail to load
and then readability fails to parse the date.
2022-03-13 21:23:51 -07:00
94720548f3 bump apple app versions 2022-03-13 12:44:15 -07:00
cf55f3152f Merge pull request #228 from omnivore-app/fix/rm-isArchived-lookup
Dont perform an extra query for isArchived
2022-03-13 09:12:55 -07:00
78660c886d rm debug 2022-03-13 09:06:15 -07:00
a874482d11 Dont perform an extra query for isArchived 2022-03-13 09:00:25 -07:00
4132800d34 Merge pull request #227 from omnivore-app/fix/dont-fetch-library-labels
Dont fetch labels until we switch to elastic
2022-03-12 21:30:34 -08:00
9e82b1c8a7 Dont fetch labels until we switch to elastic 2022-03-12 21:03:10 -08:00
160199e9d3 Merge pull request #226 from omnivore-app/fix/pdf-site-name
Display the correct site name for PDF saved URLs
2022-03-12 18:18:42 -08:00
53c718d7ab Display the correct site name for PDF saved URLs 2022-03-12 17:34:37 -08:00
845e85033e Merge pull request #222 from omnivore-app/feature/persist-home-feed-layout-pref
Store grid/list layout preference in ios user deafults
2022-03-11 15:08:12 -08:00
fcabd795b2 Merge pull request #224 from omnivore-app/fix/rm-share-info
Remove unused shareInfo from GQL queries
2022-03-11 14:24:17 -08:00
4891cb12d4 set card menu image with sf symbols 2022-03-11 14:19:48 -08:00
f9af4ec2d8 Remove unused shareInfo from GQL queries 2022-03-11 13:12:34 -08:00
bf8d99e0f1 Merge pull request #223 from omnivore-app/fix/rm-unused-gql
Remove unused attributes from article queries
2022-03-11 13:07:51 -08:00
38a6ee9394 Remove unused attributes from article queries 2022-03-11 12:59:50 -08:00
dbfa8fddc5 remove image mod 2022-03-11 12:10:49 -08:00
0d3bdeef8c store grid/list layout preference in ios user deafults 2022-03-11 12:08:47 -08:00
2ff061b5eb Merge pull request #221 from omnivore-app/feature/grid-toggle
iPad grid/list toggle
2022-03-11 10:21:07 -08:00
dddd0aec24 use adaptive grid layout for ipad grid (min 325 pts wide) 2022-03-10 21:37:45 -08:00
71f4620511 dispatch preference change closure to main 2022-03-10 21:05:13 -08:00
54f4883e75 remove refresh button from toolbar 2022-03-10 20:51:42 -08:00
779eb9ac1f add toggle button to switch between list and grid layouts 2022-03-10 20:48:50 -08:00
05a7eca567 replace isCompact with prefersListLayout 2022-03-10 20:33:57 -08:00
da8678a207 Merge pull request #220 from omnivore-app/feature/ipad-panels
iPad panels
2022-03-10 15:17:24 -08:00
4e2c8e5d40 lower aspect ratio for grid card 2022-03-10 14:21:25 -08:00
5d3e12e1ce make grid card sizing adaptive 2022-03-10 14:04:59 -08:00
7a73be0f2d Merge pull request #219 from omnivore-app/fix/blogger-theme
Handle blogger sites that display the full feed on the article page
2022-03-10 13:58:17 -08:00
8a2bb0f49d Handle blogger sites that display the full feed on the article page 2022-03-10 13:48:39 -08:00
89694ca3d2 constrain grid card image size to 1/3 of card width 2022-03-10 11:57:03 -08:00
7ea237316d disable split view panel visibility gesture 2022-03-10 11:27:38 -08:00
0e9d896d91 Use the smaller dots three image in grid cards 2022-03-10 10:05:04 -08:00
589e217b28 remove geometry reader from grid view 2022-03-10 09:40:16 -08:00
8003e0af23 update split view controller behavior for ipad 2022-03-09 21:47:40 -08:00