SimpleQR/README.md
2022-05-24 21:36:21 +08:00

5.3 KiB

Simple QR

Simple QR

AboutFeaturesSupport Developer

ContributeFrameworkPrivacy PolicyLicense

About

Simple QR is an app providing the simplest way to scan, create and store QR codes on your phone. No backend service connected. No data collected. No ads.

It's available on the App Store, Google Play and IzzyOnDroid. You can also download the apk from release.

App Store Google Play IzzyOnDroid

Features

By using the app, you can

  1. Scan QR Code and other barcodes in a second, including UPC, EAN, Code 39/128, ITF, Codabar, Aztec, Data Matrix, PDF417, MaxiCode and GS1 DataBar.

  2. Import image files and scan the QR Code on it.

  3. Create QR code from templates, which includes Free Text, URL, vCard Contact, Phone Number, Message, Email and Wi-Fi.

  4. Automatically log results that you scan, create or view again. These logged records can be bookmarked for quick access, and also backupable.

  5. Do tasks on the result with a tap, including but not limited to

    • Use it as a keyword to do web search.
    • Quickly copy it to the clipboard.
    • Execute base64 encoding/decoding on it.
    • Generate a new shareable QR code by using it as the content.
    • Directly do special tasks, if it is a link, vCard contact, phone number, message or email.
  6. Adjust the generated QR code, e.g. error correction level and screen brightness.

  7. Customize the app, e.g. app initial page, language and color theme etc.

Demo

Simple QR Demo

Languages Supported

  • English (en)
  • Traditional Chinese 正體中文 (zh)
  • Simplified Chinese 简体中文 (zh-CN)
  • German Deutsch (de)
  • French Français (fr)

You are welcomed to help translate the app into more languages (see section)

Support Developer

If you want to support me or my projects, please click me😊

Contribute

  • Star and watch the project.
  • Translate the app into different languages.
  • Open issues for reporting bugs or any new ideas.

Contributors

Thank you the following contributors who have made the app better!

Name GitHub How?
mondstern mondlicht-und-sterne Translate the app into German

How to help translate?

  1. Take a look at this JSON
  2. Download it, rename it to locale.json, e.g. ja.json for Japanese, de.json for German
  3. Change the values of each key.
    • Try to stick to the meaning of the original wordings.
    • Preserve special characters, e.g. <p> <b> \n.
    • Preserve wordings with { }, e.g. {secret}.
    • Preserve wordings with " ", e.g. \"cozmo/jsQR\".
    • DO NOT change the key names.
    • DO NOT change the order.
  4. Email the JSON to me (tomfong.dev@gmail.com) after you finish.

Build the project (Android)

  1. Run npm install to install all dependencies

  2. Run npm run sync and npm run copy:an

  3. In android/capacitor-cordova-android-plugins/src/main/AndroidManifest.xml, add android:exported="true" inside receiver tag.

  4. In android/capacitor-cordova-android-plugins/src/main/java/nl/xservices/plugins/SocialSharing.java, change line 274 to

    final PendingIntent pendingIntent = PendingIntent.getBroadcast(cordova.getActivity().getApplicationContext(), 0, receiverIntent, PendingIntent.FLAG_UPDATE_CURRENT|PendingIntent.FLAG_IMMUTABLE);
    
  5. In android/app/src/main/res/values/styles.xml, change

    <style name="AppTheme.NoActionBarLaunch" parent="AppTheme.NoActionBar">
      <item name="android:background">#00a5aa</item>
    </style>
    

Framework

    Ionic CLI                       : 6.19.0
    Ionic Framework                 : @ionic/angular 6.1.6
    @angular-devkit/build-angular   : 13.3.6
    @angular-devkit/schematics      : 13.3.6
    @angular/cli                    : 13.3.6
    @ionic/angular-toolkit          : 6.1.0

    Capacitor CLI                   : 3.5.1
    @capacitor/android              : 3.5.1
    @capacitor/core                 : 3.5.1
    @capacitor/ios                  : 3.5.1

    Cordova CLI                     : 10.0.0

    Android SDK Tools               : 26.1.1
    NodeJS                          : v16.15.4
    npm                             : 8.8.0

Privacy Policy

Please read the Privacy Policy

License

Please view the LICENSE