Code Monkey home page Code Monkey logo

qrcode's Introduction

QrCode

Android CI
Scan and create QR Codes with ease.


Android Web
Barcode processors: QR Code generators:

Devices without touchscreen

Mostly based on android.hardware.touchscreen

The scanning behavior is simplified and it will automatically:

  • Copy content to clipboard
  • Open web links
  • Open deeplinks (geo, mail, tel, sms, etc.)

Non-exhaustive list of devices without touch screen support:

  • Google: Glass, Glass Enterprise Edition
  • Vuzix: Bladeยฎ, M300, M300XL
  • Realwear: HMT-1โ„ข, HMT-1Z1โ„ข
  • โ€ฆ

Barcode formats

  • Aztec
  • Codabar
  • Code 39, Code 93, Code 128
  • Data Matrix
  • EAN-8, EAN-13
  • ITF
  • MaxiCode
  • PDF417
  • QR Code
  • UPC-A, UPC-E

Content types

  • Text

    Hello, World!
    
  • WiFi

    WIFI:S:MyWiFi;T:WPA;P:letmein;H:true;;
    
  • Url

    https://example.com
    
  • Phone

    tel:+1234567890
    
  • Sms

    smsto:+1234567890:Hello, World!
    
  • Email

  • GeoPoint

    geo:48.8566,2.3522?q=Earth
    
  • ContactInfo (vCard)

    BEGIN:VCARD
    VERSION:3.0
    N:User
    ORG:Example
    TITLE:Head
    TEL:+1234567890
    URL:https://example.com
    EMAIL:[email protected]
    ADR:Earth
    NOTE:Hello\, World!
    END:VCARD
    
  • ContactInfo (MeCard)

    MECARD:N:User;ORG:Example;TEL:+1234567890;URL:https\://example.com;EMAIL:[email protected];ADR:Earth;NOTE:Hello, World!Head;;
    
  • CalendarEvent

    BEGIN:VEVENT
    SUMMARY:Meeting
    DTSTART:20200101T201400Z
    DTEND:20200101T211400Z
    LOCATION:Earth
    DESCRIPTION:Readme
    END:VEVENT
    

License

Copyright 2019 Simon Marquis

Licensed 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 at

    http://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.

qrcode's People

Contributors

dependabot[bot] avatar github-actions[bot] avatar gradle-update-robot avatar renovate[bot] avatar simonmarquis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

qrcode's Issues

Google Charts' API is deprecated

Generator / Google Charts:

Warning: This API is deprecated. Please use the actively maintained Google Charts API instead. See our deprecation policy for details.

QrCode 1.7.2
Android 13

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/android.yml
  • actions/checkout v3
  • actions/setup-java v3
  • gradle/gradle-build-action v2.4.2@749f47bda3e44aa060e82d7b3ef7e40d953bd629
  • actions/upload-artifact v3
  • actions/upload-artifact v3
  • actions/upload-artifact v3
gradle
gradle.properties
settings.gradle.kts
build.gradle.kts
app/build.gradle.kts
gradle/libs.versions.toml
  • androidx.activity:activity 1.7.2
  • androidx.appcompat:appcompat 1.6.1
  • androidx.browser:browser 1.5.0
  • androidx.camera:camera-camera2 1.2.3
  • androidx.camera:camera-core 1.2.3
  • androidx.camera:camera-extensions 1.2.3
  • androidx.camera:camera-lifecycle 1.2.3
  • androidx.camera:camera-view 1.2.3
  • androidx.constraintlayout:constraintlayout 2.2.0-alpha10
  • androidx.core:core-ktx 1.10.1
  • androidx.arch.core:core-testing 2.2.0
  • androidx.datastore:datastore-preferences 1.0.0
  • androidx.emoji:emoji 1.1.0
  • androidx.fragment:fragment-ktx 1.5.7
  • androidx.lifecycle:lifecycle-livedata-ktx 2.6.1
  • androidx.lifecycle:lifecycle-runtime-ktx 2.6.1
  • androidx.lifecycle:lifecycle-viewmodel-ktx 2.6.1
  • androidx.multidex:multidex 2.0.1
  • androidx.preference:preference-ktx 1.2.0
  • androidx.test:core 1.5.0
  • androidx.test:core-ktx 1.5.0
  • androidx.test.ext:junit 1.1.5
  • androidx.test.ext:junit-ktx 1.1.5
  • androidx.test:runner 1.5.2
  • androidx.transition:transition 1.4.1
  • com.google.zxing:core 3.5.1
  • com.google.gms:google-services 4.3.15
  • com.google.dagger:hilt-android 2.46.1
  • com.google.dagger:hilt-compiler 2.46.1
  • com.google.dagger:hilt-android-gradle-plugin 2.46.1
  • dev.chrisbanes.insetter:insetter 0.6.1
  • junit:junit 4.13.2
  • org.jetbrains.kotlinx:kotlinx-coroutines-android 1.7.1
  • org.jetbrains.kotlinx:kotlinx-coroutines-core 1.7.1
  • org.jetbrains.kotlinx:kotlinx-coroutines-play-services 1.7.1
  • org.jetbrains.kotlinx:kotlinx-coroutines-test 1.7.1
  • com.google.android.material:material 1.8.0
  • io.mockk:mockk 1.13.5
  • com.google.android.gms:play-services-mlkit-barcode-scanning 18.2.0
  • org.robolectric:robolectric 4.10.3
  • com.android.application 8.0.2
  • org.jetbrains.kotlin.android 1.8.21
  • com.android.library 8.0.2
  • com.android.lint 8.0.2
  • com.android.test 8.0.2
  • org.jetbrains.kotlin.jvm 1.8.21
  • org.jetbrains.kotlin.kapt 1.8.21
  • com.google.dagger.hilt.android 2.46.1
  • com.google.gms.google-services 4.3.15
gradle-wrapper
gradle/wrapper/gradle-wrapper.properties
  • gradle 8.1.1

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.