Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prof18/secure-qr-reader
Privacy Focused and Secure QR Reader
https://github.com/prof18/secure-qr-reader
qrcode qrcode-reader qrcode-scanner
Last synced: 19 days ago
JSON representation
Privacy Focused and Secure QR Reader
- Host: GitHub
- URL: https://github.com/prof18/secure-qr-reader
- Owner: prof18
- License: apache-2.0
- Created: 2020-07-26T09:55:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-21T09:27:42.000Z (6 months ago)
- Last Synced: 2024-12-12T06:11:42.936Z (27 days ago)
- Topics: qrcode, qrcode-reader, qrcode-scanner
- Language: Kotlin
- Homepage:
- Size: 23.5 MB
- Stars: 42
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
QR Reader Secure
QR Reader Secure is a simple QR Reader designed and developed with a focus on privacy.
I decided to develop it after a failed search for a simple and secure reader for my parents.
The app is very simple (the aim is to scan a code and open the link, only this!) and it does not require sneaky, strange and useless permissions just for the sake of stealing your data. There aren't ads, trackers of any sort and what do you scan remains on your phone. The only requested permission is for the camera.
## Download 📦
You can download QR Reader Secure on the Play Store!
## Translating 🌍
QR Reader Secure currently supports Italian and English.
If you want to help QR Reader Secure becoming international, I will more than happy.To add a new translation just add a pull request with a new `strings.xml` file inside a `values-xx` folder (where `xx` is a [two-letter ISO 639-1 language code](https://en.wikipedia.org/wiki/ISO_639-1)).
## Acknowledgments 🌸
- All the vectors and the illustrations used in the app are provided by [freepik.com](https://it.freepik.com/foto-vettori-gratuito/design)
- Thanks to [@giansegato](https://giansegato.com/) and [Fed](https://twitter.com/fedcnvs) for design reviews and many other advices.## License 📄
```
Copyright 2020 Marco GomieroLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```