Corona App for Ubuntu Touch

Corona App

OpenStore

  • Digitaler Impfausweis
  • Luca - check in
  • Corona Warn App - check in

License

Copyright (C) 2021 arnef

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3, as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranties of MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Comments
  • Translation

    Translation

    Would it be possible to modify the application for translation into other languages?

    I use the application in the Czech Republic on my BQ Aquaris E4.5. It works perfectly.

  • Scan of first vaccination also display title

    Scan of first vaccination also display title "Vollständiger Impfschutz"

    When scanning the official test qr codes, both qr codes are labelled "Vollständiger Impfschutz".

    With only the first vaccination it should better be labelled "Teilweiser Impfschutz" or such.

  • White screen

    White screen

    Hello,

    I did try the corona App on my LG nexus4 but the screen remains white. When I swipe to the top I can flash a QR core but then, back the the white screen, nothing happens...

    I hope that helps. Best,

  • Cannot switch certificates

    Cannot switch certificates

    I have two certificates on my Nexus5. One for me and one for my girl friend. If CoronaApp starts, I can see two dots below the certificate. Touching the dots do not switch certificates. It seems the dots are not touch sensible.

  • feature request: release app also for amr64 devices

    feature request: release app also for amr64 devices

    I really appreciate your work for bringing this app to UT. It would be great if you could upload a arm64 version too to OpenStore.

    But I guess this is the first start, so more is to come. :-)

  • app crashs on startup

    app crashs on startup

    BQ E5, devel

    When starting the app, it immediately crashes. The log gives the following error:

    Main.qml :76 ReferenceError: header is not defined

    I would say this is due to this reference to header component, but that is not defined.

  • Switched month/day of the test sample collection

    Switched month/day of the test sample collection

    Hi, I just noticed that in case of Rapid antigen test or PCR test, the date of the sample collection is displayed like YYYY-DD-MM, HH:MM instead of YYYY-MM-DD, HH:MM. It is correctly displayed on the main screen with QR code - below the test name (eg. 28.5.2021). It is wrongly displayed when viewing the details of the test (eg. 2021-28-05). In case of Vaccination certificate, the date is displayed correctly.

  • reduce timer intervall for better scanning, drop log entry

    reduce timer intervall for better scanning, drop log entry

    I tinkered around a little bit and found with the timer set to 500ms scanning works much better. Not always perfect, but better.

    This PR will also drop the console.log line since this would spam the log with a interval of 500 ms.

  • fix broken snapMode by adding highlightrange to update current index

    fix broken snapMode by adding highlightrange to update current index

    Currently the list view does not snap to a certain element. This is only relevant for more than two codes, but nevertheless then not good for usability.

    According to the doc, snapMode only works with the current index being updated. This can be done by setting highlightRangeMode to ListView.StrictlyEnforceRange.

    This PR will add this property fixing the snapMode.

  • Startup-problem when connected to wifi

    Startup-problem when connected to wifi

    Today I started the app while being connected to wifi. The startup-logo appears with the spinning circle underneath and nothing happend. I closed the app and tried again several times but without success. After disconnecting from wifi the app starts as aspected for several times. Then after connecting to wifi the issue at startup was back again. BQ E4.5 with latest RC (116) and the latest app version.

  • Corona App crashed on start up

    Corona App crashed on start up

    Hello, the Corona App crashes on start up. I deleted and reinstalled it. Before the last update it worked pretty good on my Nexus5. I'm running OTA 18 stable.

  • Validity of the health pass in France now

    Validity of the health pass in France now

    Complete vaccination schedule and the time required after the final injection, i.e. :

    7 days after the 2nd injection for dual-injection vaccines (Pfizer, Moderna, AstraZeneca) ;

    28 days after the injection for vaccines with a single injection (Johnson & Johnson);

    More info : https://www.gouvernement.fr/info-coronavirus/pass-sanitaire

    What is presented is not accurate for the double injection vaccines on the French territory (full protection 15 days after the second dose shown currently).

  • Started only the first time

    Started only the first time

    Hi there, I've installed and used this app for some days on my oneplus one with ubports OTA 18. After the first installation I started the app, scanned my vaccination certificate QR code and it smoothly recovered the vaccination information, after that it never started nomore. Juste kept rolling the loading circle on the app splash screen. Today I installed the update and it worked on the first start and my vaccine certification was still available, after that I closed the app and again it never started anymore. It appears to be working only once after installation and once after update. Thanks for any suggestion you can give me. Best regards Fakus

  • scanning of code is difficult and sometimes does not work at all

    scanning of code is difficult and sometimes does not work at all

    My own experience, backed by several other users, show, that scanning of the printed QR codes is quite difficult and only works sometimes.

    Scanning with artificial light (in the evening) did not work at all with my E5. Same for other users. With daylight it worked better. Using Xperia X, with a better camera, worked better too.

    But still, for some users it fails to scan the code entirely. Scanning the same code under the same condition with Tagger app works flawless. So there seems to be something different here.

    One workaround is, to scan the code and read it from screen in bigger size.

This is a simple chat app which shows how to use Go with Hotwire.
This is a simple chat app which shows how to use Go with Hotwire.

chat-hotwire-go This is a simple chat app which shows how to use Go with Hotwire. Messages from another user are received via Turbo Streams over a web

Jul 2, 2022
PTT APP 的後端

PTT APP 後端 這個專案主要的開發語言是 Golang 以及中文。 原有的 PTT 程式碼是透過C語言進行開發的, 然而C語言開發的程式碼雖然效能高,但是可維護性稍低,以致於後續接手維護不易。

Dec 28, 2022
Coding assessment to create Todo app given by Percipia

Coding assessment to create Todo app given by Percipia

Oct 20, 2021
Backend for Ribbit, Broker API Reference App
Backend for Ribbit, Broker API Reference App

Ribbit Reference Implementation (Backend) The reference implementation for the backend of a broker-dealer trading application with the Alpaca Broker A

Dec 5, 2022
It is a basic todo app which has CRUD operation using Buffalo and golang

It is a basic todo app which has CRUD operation using Buffalo and golang

Nov 1, 2021
Dolphinsay app written in Go.

DolphinSay About Welcome in DolphinSay! DolphinSay is inspired by Cowsay program. DolphinSay allow you to display a message said by a cute random Dolp

Nov 3, 2021
Minimal example app of hexagonal architecture in go

Hexagonal Architecture Minimal example of hexagonal architecture (ports & adapters) in go. Resources T

Nov 5, 2021
Example app using labstack/echo and ozzo-validator.

Example app using labstack/echo and ozzo-validator.

Oct 17, 2022
Package buildinfo provides basic building blocks and instructions to easily add build and release information to your app.
Package buildinfo provides basic building blocks and instructions to easily add build and release information to your app.

Package buildinfo provides basic building blocks and instructions to easily add build and release information to your app. This is done by replacing variables in main during build with ldflags.

Nov 14, 2021
A reproducible example for an issue I'm encoutering when deploying my gunicorn app to nginx

Ngnix Issue This is a minimum, reproducible example for an issue I'm encoutering when deploying my gunicorn app to nginx. Installation (Linux) Webserv

May 29, 2022
A dead simple Go wrapper around the hidden moonarch.app API.

moonarch A dead simple Go wrapper around the hidden moonarch.app API. How-To First, get the repository: go get github.com/lazdotdigital/moonarch. moon

Nov 27, 2021
Let's Go is task sharing app implemented in golang.

Let's Go - A sample GO app Overview Let's Go is an HTTP server. It has various apis to play with. It is a small app that can group users of a company

Dec 13, 2021
Web app built with Go/Golang and Buffalo, deployed on Heroku, using Heroku Postgres

hundred-go-buffalo Background Read Go Read Buffalo Read Getting Started on Heroku with Go Recommended Tools PowerShell terminal Chocolatey Windows pac

Dec 18, 2021
Touch Simulation in Golang - Simulate Touch Points using UInput

Touch Simulation Touch Simulation is program made in Golang to simulate Touch Input in android devices using Virtual Display with UInput interface of

Jan 4, 2023
Qt binding for Go (Golang) with support for Windows / macOS / Linux / FreeBSD / Android / iOS / Sailfish OS / Raspberry Pi / AsteroidOS / Ubuntu Touch / JavaScript / WebAssembly

Introduction Qt is a free and open-source widget toolkit for creating graphical user interfaces as well as cross-platform applications that run on var

Jan 2, 2023
Generate QR-Codes for checking into events using the official Corona Warn App.

Corona Warn App QR-Code Generator Generate QR-Codes for checking into events using the official Corona Warn App. Table of Contents Introduction Instal

Oct 5, 2022
AWS credential_process utility to assume AWS IAM Roles with Yubikey Touch and Authenticator App TOPT MFA to provide temporary session credentials; With encrypted caching and support for automatic credential refresh.
AWS credential_process utility to assume AWS IAM Roles with Yubikey Touch and Authenticator App TOPT MFA to provide temporary session credentials; With encrypted caching and support for automatic credential refresh.

AWS credential_process utility to assume AWS IAM Roles with Yubikey Touch and Authenticator App TOPT MFA to provide temporary session credentials; With encrypted caching and support for automatic credential refresh.

Dec 20, 2022
Helps to find available slots on zh.vacme.ch corona vaccination service
Helps to find available slots on zh.vacme.ch corona vaccination service

vacme-zurich-parser https://zh.vacme.ch provides a way to register for vaccination in Zurich. Since there is not much free slots - its quite tedious t

Jan 8, 2022
Custom GPG pinentry program for macOS that allows using Touch ID for fetching the password from the macOS keychain.
Custom GPG pinentry program for macOS that allows using Touch ID for fetching the password from the macOS keychain.

pinentry-touchid Custom GPG pinentry program for macOS that allows using Touch ID for fetching the password from the macOS keychain. Macbook Pro devic

Jan 1, 2023
tiny script made in go to replace mkdir and touch

Simple make file and directories ptouch tiny script made in go to make easy mkdir and touch Install sudo

Nov 1, 2021