Commit Graph

  • 132abcfd2d Add IPng logo and address ipng Pim van Pelt 2026-03-11 19:11:16 +01:00
  • cafa0182eb go.mod: update language version master Michael Stapelberg 2025-10-25 10:47:12 +02:00
  • 4b488515eb switch to structured address throughout (for QR-bill 2.3) Michael Stapelberg 2025-10-25 10:46:35 +02:00
  • c9cd171d6f add qrbill.service systemd service file Michael Stapelberg 2024-05-20 10:55:45 +02:00
  • 0913336aed bump language version, go mod tidy Michael Stapelberg 2024-01-31 18:00:19 +01:00
  • 57db542958 update to latest gozxing Michael Stapelberg 2024-01-31 17:58:59 +01:00
  • 376f1c2508 test: add cases for rounding Michael Stapelberg 2023-12-15 17:55:04 +01:00
  • 23c2fd6596 Ccy.Amt validation: %.2f to conform to spec Michael Stapelberg 2023-12-09 17:53:27 +01:00
  • 0e933663d9 update spec link Michael Stapelberg 2023-12-09 17:33:37 +01:00
  • 77a4ad47f8 Validate CcyAmt: add .00 to integer numbers Michael Stapelberg 2023-11-25 10:16:29 +01:00
  • fa23951802 gofmt Michael Stapelberg 2022-08-14 13:36:26 +02:00
  • 7197b263b2 Validate Ultimate Debtor (#7) Benjamin Sugden 2022-08-14 13:23:28 +02:00
  • 05d1f60c14 make format=txt display the textual QR code contents Michael Stapelberg 2022-07-17 09:16:53 +02:00
  • 0fcc077935 goreleaser: build for Mac M1, too Michael Stapelberg 2021-07-18 09:57:16 +02:00
  • 57b503d622 add GitHub Actions Continuous Integration configuration Michael Stapelberg 2021-07-18 09:26:44 +02:00
  • eb600760a3 default creditor name: remove exclamation point for compatibility Michael Stapelberg 2021-07-18 09:23:43 +02:00
  • 0329353347 goreleaser: add darwin/arm64, use gon for notarizing Michael Stapelberg 2021-03-02 23:48:12 +01:00
  • 014c819560 add PDF export Michael Stapelberg 2020-11-22 22:50:06 +01:00
  • 950f332cca SVG: use a single path element instead of many rects Michael Stapelberg 2020-11-22 17:13:22 +01:00
  • 31bda30724 implement a native EPS writer Michael Stapelberg 2020-11-14 11:12:02 +01:00
  • f39a23b8dc switch to own SVG of the Swiss cross Michael Stapelberg 2020-11-10 23:39:48 +01:00
  • 432a09f354 re-create images with 0.1.5 Michael Stapelberg 2020-11-07 14:53:08 +01:00
  • dcd04602b0 add trailing \n for visual equality with https://www.qr-bill.online/ Michael Stapelberg 2020-11-07 14:10:37 +01:00
  • c63152fc39 re-implement SVG version from scratch Michael Stapelberg 2020-11-07 13:20:39 +01:00
  • 11ded9c5ab switch to gozxing for visual similarity with SIX reference impl Michael Stapelberg 2020-11-07 13:11:34 +01:00
  • 6bc1ad3197 Test the QR codes with Zak on Android (#6) Markus Ritzmann 2020-09-29 17:27:03 +02:00
  • 70ae7f7b7f add launch plist and instructions Michael Stapelberg 2020-09-26 11:56:02 +02:00
  • fec5c6e215 add tests results for ZKB on Android Michael Stapelberg 2020-09-21 19:37:12 +02:00
  • cfa68e8088 add test results for Credit Suisse on iOS Michael Stapelberg 2020-09-21 19:34:44 +02:00
  • c5ec1faa49 add test results for UBS on Android Michael Stapelberg 2020-09-21 19:30:07 +02:00
  • 55b818b0b2 Raiffeisen on android tested successfully (#5) Lars Bättig 2020-09-21 19:29:31 +02:00
  • d13c3c131b add postfinance test results Michael Stapelberg 2020-09-21 18:07:00 +02:00
  • 2daa5fea68 add UBS test results Michael Stapelberg 2020-09-21 18:05:43 +02:00
  • 25c2561f17 add expectations Michael Stapelberg 2020-09-21 17:55:57 +02:00
  • e99c0cc7cd add v0.1.4 test table Michael Stapelberg 2020-09-21 17:42:28 +02:00
  • bab63e5884 re-generate codes with 0.1.4 Michael Stapelberg 2020-09-21 17:39:31 +02:00
  • 9555f15d24 fix: structured codes use separate street / building number Michael Stapelberg 2020-09-21 17:33:10 +02:00
  • 0b475adfb2 Test QR code with Bank Linth iOS app (#2) Niklas Liechti 2020-09-21 13:42:55 +02:00
  • 0d04767ca9 Test the QR codes with Zak on Android (#1) Quentin Barrand 2020-09-21 13:41:35 +02:00
  • 1a1c4160dc README: qr code testing Michael Stapelberg 2020-09-21 09:26:14 +02:00
  • a1505b1e81 re-generate codes with latest v0.1.3 Michael Stapelberg 2020-09-21 09:22:51 +02:00
  • 9f7c594169 goreleaser: ignore darwin/386 which was dropped in Go 1.15 Michael Stapelberg 2020-09-10 10:26:27 +02:00
  • 8a0bd604bd validation: remove invalid characters from message field Michael Stapelberg 2020-09-10 10:17:26 +02:00
  • b3cc8c1cc3 html debug page: make spew output mangling more precise Michael Stapelberg 2020-09-10 09:50:23 +02:00
  • c090eb57c2 add craddrtype field, switch to structured by default for revolut Michael Stapelberg 2020-09-10 09:26:43 +02:00
  • c896ea1025 add udaddrtype so that you can create donation codes Michael Stapelberg 2020-07-10 21:37:57 +02:00
  • d606b9f795 add amount parameter Michael Stapelberg 2020-07-09 18:24:02 +02:00
  • b3e76141a8 add .goreleaser.yml Michael Stapelberg 2020-07-01 11:43:16 +02:00
  • 041cd89d14 add boilerplate Michael Stapelberg 2020-06-29 14:50:04 +02:00
  • 18d720b7e4 html: make URL parameters copy&pastable Michael Stapelberg 2020-06-26 00:09:54 +02:00
  • 2bbb48bbd7 distinguish unset/empty in form values Michael Stapelberg 2020-06-26 00:08:36 +02:00
  • 2499de5ffe expand README Michael Stapelberg 2020-06-25 23:15:56 +02:00
  • 548f92ed08 addresstyp kombiniert Michael Stapelberg 2020-06-25 18:59:45 +02:00
  • 22b000594c webview (wv) format for better scaling in filemaker Michael Stapelberg 2020-06-25 18:26:51 +02:00
  • f4baa26f1c open up listener on gokrazy Michael Stapelberg 2020-06-25 14:57:48 +02:00
  • 15b15133e0 add robots.txt Michael Stapelberg 2020-06-20 18:27:16 +02:00
  • b6463c253c use dummy data by default Michael Stapelberg 2020-06-20 12:13:53 +02:00
  • d3214c1a89 handle URLs specified on the command line Michael Stapelberg 2020-06-20 12:11:01 +02:00
  • 2f17e21d55 overlay swiss cross in SVG, too Michael Stapelberg 2020-06-20 12:02:27 +02:00
  • 51a2692707 add README Michael Stapelberg 2020-06-20 11:35:49 +02:00
  • f94dc9efc6 bundle swiss cross image file to avoid file system dependency Michael Stapelberg 2020-06-20 11:31:00 +02:00
  • aceddb388b input validation (truncation mostly) Michael Stapelberg 2020-06-20 11:24:56 +02:00
  • 32f7e8a5c5 cache headers, redirect to format=html by default Michael Stapelberg 2020-06-20 10:30:44 +02:00
  • 0d97aa3ca1 polish HTML debug view Michael Stapelberg 2020-06-20 10:21:50 +02:00
  • 8bf9d10964 implement web handler for QR code generation Michael Stapelberg 2020-06-20 09:39:06 +02:00
  • 8410782ab8 initial commit Michael Stapelberg 2020-06-20 08:01:02 +02:00