Commit Graph

253 Commits

Author SHA1 Message Date
Evert Timberg 754aaa0374 Failed to locate ByteRange is an expected error
We don't need to capture an exception for this, instead
just capture the message and move on.
2021-09-30 09:17:29 -04:00
Ryan Slobojan 1db3095ec1
Merge pull request #31 from billylo1/covishield-as-az
Updated Covishield to detect as AZ
2021-09-29 21:17:57 -04:00
Ryan Slobojan 4576b3bd3b Increment public build number 2021-09-29 21:00:02 -04:00
Ryan Slobojan 2c4af9e5e1 Bump build number 2021-09-29 20:56:17 -04:00
Ryan Slobojan f0c5a5622e Updated Covishield to detect as AZ
* Also made photo filename dynamic rather than fixed to avoid
  save conflicts
2021-09-29 20:51:44 -04:00
Billy Lo 8c393e110e 1.9.11 - released to prod. 2021-09-29 12:24:06 -04:00
Ryan Slobojan 6fa67cd1e0
Merge pull request #30 from billylo1/dynamic-receipt-handling
new receipt handling
2021-09-29 11:56:47 -04:00
Jason Liu b90cabb5d5 new receipt handling
- dynamically load receipt payload into obj keyed by dose number
- select dose number option based on receipt
2021-09-29 11:19:24 -04:00
Jason Liu bebc470d88 infinite setState fix 2021-09-29 09:33:10 -04:00
Jason Liu 651ad32004 HOT FIX FOR PDF FILE CHANGE 2021-09-29 08:41:58 -04:00
Jason Liu fb9b007007 added video demo link to first card 2021-09-28 03:09:42 -04:00
Jason Liu d317514dd8 Merge branch 'main' of https://github.com/billylo1/covidpass into main 2021-09-28 03:02:24 -04:00
Jason Liu cdd09af07e moved warning messages to top of page 2021-09-28 03:02:16 -04:00
Jason Liu e659c5ab30 added warning color to banner 2021-09-28 03:02:02 -04:00
Billy Lo 3b66f6d98a
updates 2021-09-27 22:47:42 -04:00
Billy Lo 99275290bf
updates 2021-09-27 22:41:27 -04:00
Billy Lo 96287a15b0 updates instructions 2021-09-27 22:40:18 -04:00
Billy Lo f21950577c added SETUP.md and default environment config files 2021-09-27 22:36:16 -04:00
Billy Lo 9f485787c9 1.9.9 pushed to prod
- simplified instructions
- button disable fix
- switch to a different sentry account so we can see error logs
- thx everyone!
2021-09-27 16:05:33 -04:00
Ryan Slobojan 0192a09ac8 FAQ text updates
* Fixed typo reported by community member
* Removed duplicated sentence fragment from one Q
* Updated wording on a few entries to expand/clarify
2021-09-27 10:02:10 -04:00
Evert Timberg a6a6da125e
Merge pull request #26 from billylo1/show-formatted-number
Show nicely formatted text
2021-09-26 21:28:47 -04:00
Evert Timberg 3552637450 Show nicely formatted text 2021-09-26 21:27:19 -04:00
Billy Lo 8c16641145
reminder about docs being updated 2021-09-26 21:24:43 -04:00
Ryan Slobojan 5ca9bf831d
Merge pull request #25 from billylo1/counter-in-title
Moved pass count from bottom of page to title for more visibility
2021-09-26 21:18:51 -04:00
Evert Timberg 8a33d2097e Create custom hook to get pass count 2021-09-26 20:06:24 -04:00
Ryan Slobojan f4010d8918 If you don't import things and define all your constants, you get build errors. Who knew. :| 2021-09-26 19:18:02 -04:00
Ryan Slobojan 7fc971ab79 Moved pass count from bottom of page to title for more visibility 2021-09-26 19:05:02 -04:00
Jason Liu 884ba7bbec
Merge pull request #23 from billylo1/block-multiple-form-submissions
Block buttons when requests are running
2021-09-26 09:37:37 -04:00
Evert Timberg 5bc6c93d13 Block buttons when requests are running 2021-09-26 08:54:09 -04:00
Billy Lo 8d8d637645 1.9.8 - layout fixes to Step 3 bullets 2021-09-25 23:23:25 -04:00
Billy Lo 72f1a95fd5 Merge branch 'main' of https://github.com/billylo1/covidpass into main 2021-09-25 23:09:49 -04:00
Billy Lo 3574b4490d 1.9.7 2021-09-25 23:09:46 -04:00
Jason Liu c47091684a open ontario health link in new tab 2021-09-25 22:40:32 -04:00
Ryan Slobojan d1ca278fde
Merge pull request #15 from samuelyeungkc/main
Enable Add to Wallet button for non-iOS devices with warning messages
2021-09-25 22:27:09 -04:00
Billy Lo 28a466b643
Merge pull request #22 from billylo1/update-pkpass-filename
Updated Apple Wallet PKPass to dynamic name
2021-09-25 22:24:12 -04:00
Ryan Slobojan 24d3c69ff0 Updated Apple Wallet PKPass to dynamic name
* Changing filename should hopefully prevent duplication errors on some devices
* Filename includes name, dose, and vaccine to make path collisions less likely
2021-09-25 21:47:48 -04:00
Jason Liu ad5f91a29a Merge branch 'main' of https://github.com/billylo1/covidpass into main 2021-09-25 01:15:40 -04:00
Jason Liu 1e323d322b removed placeholder wraning messages 2021-09-25 01:15:35 -04:00
Billy Lo 4c2a68d6e0 updated build # 2021-09-24 21:47:26 -04:00
Jason Liu 37a51f0c1f Merge branch 'main' of https://github.com/billylo1/covidpass into main 2021-09-24 19:11:04 -04:00
Billy Lo 80e3ee6849 1.9.6 - brief updates for users for Sept 24 2021-09-24 19:08:18 -04:00
Jason Liu 24d56dabf2 Merge branch 'main' of https://github.com/billylo1/covidpass into main 2021-09-24 19:07:05 -04:00
Jason Liu 48c120706a turned single warning message to array
added iphone safari banner
2021-09-24 19:07:00 -04:00
Ryan Slobojan 7c22310356 Fix double-encoding breaking generated URLs
* We encoded spaces once to %20, and then a second time to %2520 :(
2021-09-24 15:15:27 -04:00
Samuel Yeung cd5fd9a8b6 check error message for null or empty as well in addition to undefined 2021-09-24 13:19:33 -04:00
Samuel Yeung 6aafd987b6 check warning message for null or empty as well in addition to undefined 2021-09-24 13:19:10 -04:00
Samuel Yeung 0650e89a1f reword warning message 2021-09-24 13:18:15 -04:00
Ryan Slobojan c3d38b965d
Merge pull request #19 from billylo1/fix-uri-encoding
Fix URI encoding for indivual params
2021-09-24 12:22:48 -04:00
Evert Timberg a09103797b
Fix URI encoding for indivual params 2021-09-24 12:17:29 -04:00
Evert Timberg 642edaf32b
Merge pull request #18 from billylo1/log-failed-validations
Log failed cert validations
2021-09-24 11:27:09 -04:00