Commit Graph

457 Commits

Author SHA1 Message Date
Billy Lo e8806c7631 bumped version to 2.2.6 2021-11-01 09:48:56 -04:00
Billy Lo 71e5ca77cb progressive rollout ready for main 2021-11-01 09:19:42 -04:00
Billy Lo eb5f757a65 synced with main and ready to go if our 7-day retention test is successful 2021-10-30 14:43:53 -04:00
Billy Lo e3038e5b58 Merge branch 'main' into fastlink-to-original-pdf 2021-10-30 14:43:27 -04:00
Billy Lo 9493ce8755 typo on the displayLocallySavedItem.html 2021-10-29 14:49:23 -04:00
Billy Lo 00bab2a5bf beta v1
functional now.  could use more user testing
2021-10-29 09:21:04 -04:00
Billy Lo cd610fdbee switch away from using Cloudflare CDN to ensure grassroots is clear of "trackers" from Safari viewpoint 2021-10-27 18:16:02 -04:00
Billy Lo 865d3a7442 Merge branch 'main' into fastlink-to-original-pdf 2021-10-27 14:33:19 -04:00
Billy Lo bcdf692dae activate localstorage call again for testing in covidpass2 2021-10-27 14:33:10 -04:00
Billy Lo 215ac153d1 switch to sponsored account 2021-10-26 18:01:55 -04:00
Billy Lo 5c14891012 Merge branch 'main' into fastlink-to-original-pdf 2021-10-25 20:53:23 -04:00
Billy Lo 399e4d09a9 Merge branch 'main' of https://github.com/billylo1/covidpass 2021-10-25 20:46:23 -04:00
Billy Lo 0313689ef2 comment out code in form (unnecessary processing) until we roll out fastlink 2021-10-25 20:46:19 -04:00
Ryan Slobojan 20fc47a634 Added Nunavut example payload, including control character as first character
* The production-pushed Nunavut QR codes appear to have a zero-width space as
  the first character before the { - this was blowing up JSON.parse in our SHC
  decoder until we trim()med the decoded payload, be sure to account for this
  case when handling these codes!
2021-10-25 18:13:27 -04:00
Ryan Slobojan a1df511754 Bump rev to 2.2.5 2021-10-25 17:41:29 -04:00
Ryan Slobojan 30877d1a89 Trim the decoded QR code contents before we try to parse them as JSON
* Nunavut QR code has a zero-width space in front of the JSON which was
  blowing up parsing - this fixes it
2021-10-25 17:40:31 -04:00
Billy Lo 1c53c63b57 Merge branch 'main' into fastlink-to-original-pdf 2021-10-25 17:28:00 -04:00
Ryan Slobojan 4d99135449 Merge branch 'main' of github.com:billylo1/covidpass into main
* 'main' of github.com:billylo1/covidpass:
  commented out text descriptions for US states for now

# Conflicts:
#	public/locales/en/faq.yml
2021-10-25 13:57:15 -04:00
Ryan Slobojan 95b44d74d1 Documented MB new QR code support since they were released today
* Also fixed z-index issue with province drop-down rendering under alert box
2021-10-25 13:51:18 -04:00
Billy Lo 5991689fa5 commented out text descriptions for US states for now 2021-10-25 13:31:42 -04:00
Billy Lo 45cb2a156b wip 2021-10-25 13:18:05 -04:00
Ryan Slobojan 2524d535f0 Bump app rev to 2.2.3, wording tweaks 2021-10-25 09:41:36 -04:00
Ryan Slobojan 41f04a175b Merge branch 'main' of github.com:billylo1/covidpass into main
* 'main' of github.com:billylo1/covidpass:
  typo on field value on the back of the card
  turn off dark mode for now until fix
  commented out fastlink feature for now on main branch so we can continue to deploy with worrying about traffic management
2021-10-25 09:16:03 -04:00
Ryan Slobojan dbbc9b9520 Added Nunavut support
* Thank you very much to the Government of Nunavut for proactively contacting
  us and providing us with this information so we could better serve the residents
  of Nunavut!
2021-10-25 09:15:56 -04:00
Billy Lo 9a6770bfd8 typo on field value on the back of the card 2021-10-24 23:07:54 -04:00
Billy Lo af8f2271da turn off dark mode for now until fix 2021-10-24 21:41:11 -04:00
Billy Lo ca47e1de44 commented out fastlink feature for now on main branch so we can continue to deploy with worrying about traffic management 2021-10-24 21:38:21 -04:00
Billy Lo 616532ade5 sync up pass design with front page updates 2021-10-24 15:44:42 -04:00
Ryan Slobojan 081674a3db Merge branch 'main' of github.com:billylo1/covidpass into main
* 'main' of github.com:billylo1/covidpass:
  add instructions for removing pass
  ready for deployment to main
  alpha test
2021-10-24 15:40:32 -04:00
Ryan Slobojan 06d28f6c35 Reformatted province/state list to make it easier to read at a glance
* Added global CSS to start centralizing shared styles
* Lots of little wording updates
* Increment app version to 2.2.2
2021-10-24 15:40:12 -04:00
Billy Lo 6b3f43b131
Merge pull request #49 from billylo1/fastlink-to-original-pdf
Fastlink to original pdf and simplified pass based on user feedbacks
2021-10-24 13:32:01 -04:00
Billy Lo db4f57d5c0 add instructions for removing pass 2021-10-24 13:30:19 -04:00
Billy Lo 8eeb31c988 ready for deployment to main 2021-10-24 13:28:13 -04:00
Billy Lo deb2222322 Merge branch 'main' into fastlink-to-original-pdf 2021-10-24 13:27:48 -04:00
Billy Lo 437bb8be4a alpha test 2021-10-24 08:29:07 -04:00
Ryan Slobojan 8ba81a8498 Fixed issue with some PDFs not detecting SHC QR codes
* Doubling the pdfScale from 2 to 4 seems to make them big enough
  that the library can then find them
2021-10-23 21:13:08 -04:00
Ryan Slobojan 67a4a15007 Added new provinces and states to the list of accepted regions
* Added links to NL and PEI proof-of-vaccination portals
* Fixed Wallet and Pay buttons not looking disabled when inactive
* Bumped version to 2.2.1
* Some dead code removal and warning cleanup
* We need to find a better way to list regions - it's turning into an eternal run-on sentence, hard to identify supported regions
2021-10-23 18:51:36 -04:00
Ryan Slobojan 6c13b63798 Fix Oklahoma issuer URL, add Kentucky, add PEI example decoded SHC 2021-10-23 17:30:33 -04:00
Ryan Slobojan 50522fab1b Merge branch 'main' of github.com:billylo1/covidpass into main
* 'main' of github.com:billylo1/covidpass:
  Added AB example SHC payload
  updated link to new iOS demo
  update to button height for add to apple and google
2021-10-23 17:04:37 -04:00
Ryan Slobojan 901c61dc98 Added many new issuers:
* Newfoundland and Labrador
* Prince Edward Island
* Connecticut
* Nevada
* New Mexico
* Oklahoma

More will be added shortly, and docs will also be updated, but getting this pushed out now so users can create PEI QR codes (this is request-driven)
2021-10-23 17:04:26 -04:00
Ryan Slobojan 2a4f337b90
Merge pull request #47 from vorlon77/main
Added AB example SHC payload
2021-10-23 00:36:25 -04:00
Allan Lyons b404dade04 Added AB example SHC payload 2021-10-22 22:30:12 -06:00
Billy Lo 3d89a5b0ee updated link to new iOS demo 2021-10-22 16:57:08 -04:00
Billy Lo 6f062f0bfb update to button height for add to apple and google 2021-10-21 17:14:46 -04:00
Ryan Slobojan bace06aacd Merge branch 'main' of github.com:billylo1/covidpass into main
* 'main' of github.com:billylo1/covidpass:
  added form trnaslations and removed unused
  added form trnaslations and removed unused
  removed verifier and demo link
2021-10-21 13:30:07 -04:00
Ryan Slobojan e1d2cad160 Added Delaware as a supported issuer 2021-10-21 13:30:03 -04:00
Jason Liu 67732cf447 Merge branch 'main' of https://github.com/billylo1/covidpass into main 2021-10-21 13:12:25 -04:00
Jason Liu d3639b6578 added form trnaslations and removed unused 2021-10-21 13:12:23 -04:00
Jason Liu 77276d3871 added form trnaslations and removed unused 2021-10-21 13:00:48 -04:00
Jason Liu 32cb366b17 removed verifier and demo link 2021-10-21 12:28:36 -04:00