Commit Graph

181 Commits

Author SHA1 Message Date
Marvin Sextro 2a9bdd86d7 Improve QR code viewer and try to fix buttons 2022-01-10 03:10:40 +01:00
Marvin Sextro b8eae1fb54 QR code viewer and content improvements 2021-12-29 03:29:07 +01:00
Marvin Sextro 931b0806f9 Scroll down after successful pass creation 2021-12-29 01:11:13 +01:00
Marvin Sextro 4f30b9b326 Fix greek translation 2021-12-29 00:57:06 +01:00
Marvin Sextro 3b04e24a6b Improve QR code viewer 2021-12-29 00:53:31 +01:00
Marvin Sextro 64f473d214 Added QR code viewer and fixed button behavior 2021-12-27 19:06:31 +01:00
Marvin Sextro 1cbaccdf82 Rename test results 2021-12-26 00:18:56 +01:00
Marvin Sextro d1da98a9e4 Improve add to wallet button 2021-12-25 23:58:45 +01:00
Marvin Sextro 1eb6bea1a6 Add alt text and credits to pass 2021-12-25 22:07:03 +01:00
Marvin Sextro c106be369f
Merge pull request #140 from covidpass-org/localization
Fix swedish translation
2021-12-25 21:17:31 +01:00
Marvin Sextro bc3efc4728
Merge pull request #136 from julien1619/patch-1
Fix decoder for third dose - fixes #124
2021-12-25 21:10:35 +01:00
Marvin Sextro b349653721 Use Node.js 16 in Dockerfile 2021-12-25 21:07:45 +01:00
Marvin Sextro 59e079f27e Downgrade Next.js 2021-12-25 19:24:23 +01:00
Marvin Sextro 47cd07a59d Fix swedish translation 2021-12-23 01:19:42 +01:00
Marvin Sextro eeed18bbc4
Merge pull request #139 from covidpass-org/main
Update dependencies
2021-12-23 01:18:16 +01:00
Julien Blatecky 674d325502
Fix decoder for third dose 2021-12-10 14:18:10 +01:00
Hauke Tönjes 48028bb211
Update dependencies 2021-12-10 12:31:45 +01:00
Marvin Sextro 4f80dcf33c
Merge pull request #128 from covidpass-org/dev
Swedish translation and layout improvements
2021-12-02 04:07:09 +01:00
Marvin Sextro 8746d3c400 Fix translation source 2021-12-02 03:57:00 +01:00
Marvin Sextro c12e0f5d2e Add translations for the share button 2021-12-02 03:45:02 +01:00
Marvin Sextro be72026d54 Add share and support buttons 2021-12-02 03:06:24 +01:00
Marvin Sextro 240f73ab5f Remove unnecessary hint 2021-12-02 01:18:02 +01:00
Marvin Sextro d07c6ae232
Merge pull request #127 from covidpass-org/localization
Localization
2021-12-02 01:16:24 +01:00
Marvin Sextro 0c0ddf2a47
Merge pull request #126 from nilaallj/localization
Full Swedish translation
2021-12-02 01:13:59 +01:00
Marvin Sextro 22c00b4052 Added browser warning and minor layout and content improvements 2021-12-02 01:02:20 +01:00
Marvin Sextro 790bdf4494 Remove duplicate dependencies from lock file 2021-12-02 00:58:29 +01:00
Marvin Sextro 1aee8b8d86 Merge branch 'main' into dev 2021-12-02 00:52:26 +01:00
nilaallj 9b0a0a4b81 Full Swedish translation 2021-12-01 21:29:18 +01:00
Marvin Sextro 50d3830fec
Merge pull request #121 from covidpass-org/next12
Upgrade to Next.js 12
2021-11-21 22:48:32 +01:00
Hauke Tönjes 586811c55c
Upgrade to next.js 12 2021-11-11 23:26:17 +01:00
Marvin Sextro 4f749442d6
Merge pull request #110 from covidpass-org/localization
Norwegian Translation
2021-10-09 14:10:05 +02:00
Marvin Sextro c8897532da
Merge pull request #82 from unk1nd/main
Norwegian Translation
2021-10-09 14:02:42 +02:00
Hauke Tönjes cc7fddb2af
Support for other image formats (#95)
* Upgrade packages (#86)

Co-authored-by: Marvin Sextro <marvin.sextro@gmail.com>

* Support JPEG and other image formats; remove pngjs dependency (#93)

* Support JPEG and other image formats; remove pngjs

By using native Canvas to render images it was possible to remove
dependency on external libraries to support image formats while
supporting more formats like JPEG, GIF and WEBP for the QR image

* Constrain images to 2 Mpx

Co-authored-by: Marvin Sextro <marvin.sextro@gmail.com>

* Upgrade packages

Co-authored-by: Marvin Sextro <marvin.sextro@gmail.com>
Co-authored-by: iBobo <andrea@bhweb.it>
2021-09-03 14:34:04 +02:00
Hauke Tönjes ecaa891a40
Upgrade packages 2021-09-03 14:26:41 +02:00
iBobo 1949060709
Support JPEG and other image formats; remove pngjs dependency (#93)
* Support JPEG and other image formats; remove pngjs

By using native Canvas to render images it was possible to remove
dependency on external libraries to support image formats while
supporting more formats like JPEG, GIF and WEBP for the QR image

* Constrain images to 2 Mpx

Co-authored-by: Marvin Sextro <marvin.sextro@gmail.com>
2021-09-03 14:05:18 +02:00
Hauke Tönjes 03a00ea5cb
Upgrade packages (#86)
Co-authored-by: Marvin Sextro <marvin.sextro@gmail.com>
2021-08-30 22:14:32 +02:00
Marvin Sextro 8cd341d3ce Integrate norwegian translation 2021-08-13 01:48:54 +02:00
Mikael Bendiksen 980da14ef7 added symlink from no-NB to no folder 2021-08-11 15:14:21 +02:00
Mikael Bendiksen 5281ff52ca norwegian translation 2021-08-11 15:13:14 +02:00
Marvin Sextro de82c494ad
Merge pull request #73 from covidpass-org/dev
Spanish translation
2021-07-31 02:11:55 +02:00
Marvin Sextro bf78668285 Minor layout fix 2021-07-31 02:11:15 +02:00
Marvin Sextro 0f9fca1db3
Merge pull request #72 from covidpass-org/localization
Spanish translation
2021-07-31 02:06:52 +02:00
Marvin Sextro 1ad3f615e5 Integrate Spanish translation 2021-07-31 02:06:02 +02:00
Marvin Sextro 9069040040
Merge pull request #71 from mcvendrell/localization
Spanish translation
2021-07-31 02:01:02 +02:00
Manuel Conde 915c41e9b5 Spanish translation 2021-07-30 10:55:19 +02:00
Marvin Sextro 7a9197be85
Merge pull request #70 from covidpass-org/dev
Color selector and translation fixes
2021-07-29 00:34:55 +02:00
Marvin Sextro 2c7986948c
Merge pull request #69 from covidpass-org/color-selector
Color selector
2021-07-29 00:16:57 +02:00
Marvin Sextro 8092dce1db
Merge pull request #68 from covidpass-org/localization
Italian and Greek corrections
2021-07-29 00:11:26 +02:00
Marvin Sextro defb0844af
Merge pull request #67 from mackonsti/main
Minor important Greek fixes
2021-07-29 00:09:21 +02:00
Marvin Sextro 6c93e870ab
Merge pull request #66 from everdrone/localization
Italian localization correction
2021-07-29 00:05:44 +02:00