Commit graph

573 commits

Author SHA1 Message Date
Jackson Harper
4ed946fc7e
Merge pull request #762 from omnivore-app/ios-share-extension-js
Fix issue with ShareExtension.js not executing on iOS
2022-06-05 12:13:38 -07:00
Satindar Dhillon
0eadd8516e use unset instead of undefined for default font 2022-06-05 11:49:46 -07:00
Satindar Dhillon
d547946e84 remove sf mono font in web reader font list. add sysstem default 2022-06-05 11:24:31 -07:00
Jackson Harper
902b6fe97a Fix issue with ShareExtension.js not executing on iOS
Returning undefined here fixes issues where pages would fail
to scrape if there was no preview image available.
2022-06-05 09:03:11 -07:00
Satindar Dhillon
3f33c8b6ad use navbar for reader pref title 2022-06-04 09:41:47 -07:00
Satindar Dhillon
72fa146d1c style the web prefs sheet 2022-06-04 09:14:34 -07:00
Satindar Dhillon
b921a27f31 bundle web app and style contrast switch 2022-06-04 08:59:15 -07:00
Satindar Dhillon
ec7a7f18b2 Merge branch 'main' into feature/high-text-contrast-reader-text 2022-06-04 08:52:50 -07:00
Satindar Dhillon
187526db02 Update web prefs ui to allow for text contrast change 2022-06-04 08:52:46 -07:00
Satindar Dhillon
78043aed65
Merge pull request #758 from omnivore-app/reader-prefs-modal
Reader prefs modal
2022-06-04 08:21:39 -07:00
Satindar Dhillon
5de414fae9 hide nav bar in reader pres view 2022-06-03 20:35:15 -07:00
Jackson Harper
24b0eebb1a Dont create a stub entry when creating a file save request on iOS
This isnt needed on the backend anymore because the client will
create its own entry.
2022-06-03 19:11:34 -07:00
Jackson Harper
27a0b5f0a7 Set spacing and background colour on share extension 2022-06-03 19:09:56 -07:00
Satindar Dhillon
2991549413 attempt to adjust form sheet size 2022-06-03 18:52:26 -07:00
Satindar Dhillon
11c4c1a87b embed reder pref popover in a nav view 2022-06-03 18:39:20 -07:00
Satindar Dhillon
25a8aebe4d resolve merge conflict (web prefs popover) 2022-06-03 17:25:07 -07:00
Satindar Dhillon
043cb25c32
Merge pull request #754 from omnivore-app/fix/ios-web-prefs-fixes
iOS Font Switching
2022-06-03 17:17:21 -07:00
Satindar Dhillon
44ef6c4227 update SF Mono string 2022-06-03 16:46:59 -07:00
Satindar Dhillon
e607fc5675 update font family in web view 2022-06-03 16:44:40 -07:00
Satindar Dhillon
842d77fba7 add ui to change font family 2022-06-03 16:20:13 -07:00
Satindar Dhillon
642b59e940 bundle web app code 2022-06-03 16:02:23 -07:00
Satindar Dhillon
6fd096bf9f remove duplicate web pref adjustment signals 2022-06-03 15:28:53 -07:00
Satindar Dhillon
2f95c02ad3 use enum to manage events sent to web view 2022-06-03 15:17:14 -07:00
Jackson Harper
b56c6dafa9 Disable sorting options that need API improvements 2022-06-03 12:47:43 -07:00
Satindar Dhillon
afd2acf302 pass in font family to web reader 2022-06-03 11:54:45 -07:00
Satindar Dhillon
f177262787 partial implementation of max form sheet height 2022-06-03 11:54:45 -07:00
Satindar Dhillon
db14d4a6c2 generate apple web bundle 2022-06-03 11:54:45 -07:00
Satindar Dhillon
4e60a2d878
Merge pull request #737 from omnivore-app/chore/graphql-schema-update
Update gql schema and fix errors [Apple]
2022-06-03 11:53:54 -07:00
Satindar Dhillon
8e042c98b8 run gql gen in /apple 2022-06-03 10:42:12 -07:00
Jackson Harper
052d5a7dc4 Fix potential crash when syncing a PDF fails 2022-06-03 09:25:39 -07:00
Jackson Harper
f54968d5d1 Fixes for the sync state UI when errors occur
If syncing fails, the item is still saved so we don't change the
title.

When syncing fails make sure the red error cloud is shown.
2022-06-02 21:36:32 -07:00
Satindar Dhillon
71083dfe65 resolve merge conflict 2022-06-02 17:28:19 -07:00
Jackson Harper
975411d429
Merge pull request #719 from omnivore-app/fix/pdf-uploading-improvements 2022-06-02 16:47:03 -07:00
Jackson Harper
b736bc721a Better image previews when saving from URL 2022-06-02 16:25:27 -07:00
Jackson Harper
5547a7bb6e Improve preview images from content 2022-06-02 16:17:27 -07:00
Jackson Harper
ef72e09006 Start implementing the new share extension, mostly so we can show the sync status 2022-06-02 15:29:57 -07:00
Satindar Dhillon
4771d11c51
Merge pull request #730 from omnivore-app/feature/update-welcome-screen
Update welcome screen
2022-06-02 14:31:53 -07:00
Satindar Dhillon
27340ffa48
Merge pull request #736 from omnivore-app/chore/labels-cleanup
Update labels view to checkmark style cells
2022-06-02 14:30:02 -07:00
Satindar Dhillon
89866bb46d
Merge pull request #735 from omnivore-app/feature/ios-sort-chip
Add chip to change sort order of linked items
2022-06-02 14:29:39 -07:00
Satindar Dhillon
5b228d9c1b update labels view to checkmark style cells 2022-06-02 14:07:34 -07:00
Jackson Harper
92f8218960 Fetch icon URLs from pages 2022-06-02 11:37:04 -07:00
Satindar Dhillon
44fc0e63bd use savedAt to sort by recently read 2022-06-02 11:34:29 -07:00
Satindar Dhillon
04e2d3ec92 add chip to change sort order of linked items 2022-06-02 11:30:06 -07:00
Jackson Harper
2ed1ea29b9 Move NormalizeURL into its own function 2022-06-02 10:58:12 -07:00
Jackson Harper
7a645489be Normalize URLs and match on URL rather than id when saving items locally 2022-06-02 10:48:33 -07:00
Satindar Dhillon
27ba663273 bump apple version numbers and check build number changes to reset coredata 2022-06-02 08:13:31 -07:00
Satindar Dhillon
7c832242da update welcome view background color 2022-06-01 23:06:33 -07:00
Satindar Dhillon
4b014c49ab set alignment to leading on welcome screen zstack 2022-06-01 22:58:10 -07:00
Satindar Dhillon
35a40363f2 link to about page on welcome screen 2022-06-01 22:58:10 -07:00
Satindar Dhillon
da95b9a400 set max auth button width to 300 2022-06-01 22:58:10 -07:00