package icon

tagdrop

Decode data URIs in QR codes
It's possible to embed small amount of media (like audioclips or javascript
games) physically on paper as 2d QR barcodes. This is unlike current usage of QR
codes, where it is normally used to just store plaintext or urls or contacts.

1. First objective is to decode data URIs sent in via intent from a scanner like
com.google.zxing.client.android or from a NFC tag reader.

2. Secondary objective, is that for larger files, you want to spread it over
multiple QR codes. So we'll need a way to read all these tags an then join it
together.

Only the first part is done at the moment.

Versions

Although APK downloads are available below to give you the choice, you should be aware that by installing that way you will not receive update notifications and it's a less secure way to download. We recommend that you install the F-Droid client and use that.

Download F-Droid
  • Version 1.3 (4) suggested Added on Sep 01, 2015

    This version requires Android 4.0.3 or newer.

    It is built and signed by F-Droid, and guaranteed to correspond to this source tarball.

    Permissions
    • have full network access
      Allows the app to create network sockets and use custom network protocols. The browser and other applications provide means to send data to the internet, so this permission is not required to send data to the internet.

    Download APK 1 MiB PGP Signature | Build Log

  • Version 1.2 (3) - Added on Aug 31, 2015

    This version requires Android 4.0.3 or newer.

    It is built and signed by F-Droid, and guaranteed to correspond to this source tarball.

    Permissions
    • have full network access
      Allows the app to create network sockets and use custom network protocols. The browser and other applications provide means to send data to the internet, so this permission is not required to send data to the internet.

    Download APK 1 MiB PGP Signature | Build Log

  • Version 1.0 (1) - Added on Aug 28, 2015

    This version requires Android 4.0.3 or newer.

    It is built and signed by F-Droid, and guaranteed to correspond to this source tarball.

    Permissions
    • have full network access
      Allows the app to create network sockets and use custom network protocols. The browser and other applications provide means to send data to the internet, so this permission is not required to send data to the internet.

    Download APK 1.0 MiB PGP Signature | Build Log