This repository has been archived by the owner on Aug 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
420 changed files
with
22,521 additions
and
229,168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# This file is used to override default values used by the Ant build system. | ||
# | ||
# This file must be checked in Version Control Systems, as it is | ||
# integral to the build system of your project. | ||
|
||
# This file is only used by the Ant script. | ||
|
||
# You can use this to override default values such as | ||
# 'source.dir' for the location of your java source folder and | ||
# 'out.dir' for the location of your output folder. | ||
|
||
# You can also use it define how the release builds are signed by declaring | ||
# the following properties: | ||
# 'key.store' for the location of your keystore and | ||
# 'key.alias' for the name of the key to use. | ||
# The password will be asked during the build when you use the 'release' target. | ||
|
||
application-package=com.google.zxing.client.android | ||
external-libs-folder=libs | ||
key.store=../../release.keystore | ||
key.alias=release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<!DOCTYPE HTML> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"/> | ||
<title>Über 1D-Barcodes (Strichcodes)</title> | ||
<link href="../style.css" rel="stylesheet" type="text/css"/> | ||
</head> | ||
<body> | ||
<p>Die altbekannten Strichcodes, wie solche auf Produktverpackungen, werden auch eindimensionale Barcodes genannt. Es gibt einige verbreitete Arten, wie den UPC (Universal Product Code) und den EAN (European Article Number). Die meisten schauen so aus:</p> | ||
<p class="imgcenter"><img src="../images/big-1d.png"/></p> | ||
<p>Diese Strichcodes enthalten eine einmalige Nummer, welche ein Produkt, wie ein Buch oder eine CD, beschreiben. Man kann nach dieser Nummer im Internet suchen, um Preise oder Beurteilungen zu finden.</p> | ||
<p>Wenn man den Code eines Buches einscannt, kann man den Inhalt des Buches nach Wörtern oder Sätzen durchsuchen und alle Seiten finden, in denen dieses Wort vorkam:</p> | ||
<p class="imgcenter"><img src="../images/search-book-contents.jpg"/></p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<!DOCTYPE HTML> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"/> | ||
<title>Über 2D-Barcodes</title> | ||
<link href="../style.css" rel="stylesheet" type="text/css"/> | ||
</head> | ||
<body> | ||
<p>Der <strong>Barcode Scanner</strong> kann auch zweidimensionale Barcodes, wie den QR-Code und den DataMatrix-Code einlesen. Die Barcodes in diesem Beispiel enthalten einen Hyperlink auf die Projekt-Homepage von ZXing:</p> | ||
<p class="imgcenter"> | ||
<img src="../images/big-qr.png"/> | ||
<img src="../images/big-datamatrix.png"/> | ||
</p> | ||
<p>Ein QR-Code kann auch eine Visitenkarte mit Kontaktinformationen wie Telefonnummern und E-Mail-Adressen enthalten. Wird ein solcher Code eingescannt, dann wird eine Auswahl an Aktionen angezeigt:</p> | ||
<p class="imgcenter"><img src="../images/contact-results-screen.jpg"/></p> | ||
<p>Neben URLs und Kontaktdaten können QR-Codes auch folgendes enthalten:</p> | ||
<ul> | ||
<li>Kalendereinträge, die man dem Kalender hinzufügen kann</li> | ||
<li>Telefonnummern, die man anrufen oder abspeichern kann</li> | ||
<li>SMS-Nachrichten, die man verschicken kann</li> | ||
<li>E-Mail-Adressen, denen man eine Nachricht schreiben kann</li> | ||
<li>Geographische Koordinaten, die zu der man die Karte öffnen kann</li> | ||
<li>Einfachen Text, den man lesen oder in die Zwischenablage kopieren kann</li> | ||
</ul> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!DOCTYPE HTML> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"/> | ||
<title>Barcode Scanner-Hilfe</title> | ||
<link href="../style.css" rel="stylesheet" type="text/css"/> | ||
</head> | ||
<body> | ||
<p><strong>Barcode Scanner 4.3.1</strong></p> | ||
<p>Dies ist die offizielle Android App des Open-Source-Projekts ZXing:<br/> | ||
<a href="http://code.google.com/p/zxing">http://code.google.com/p/zxing</a></p> | ||
<p>Der <strong>Barcode Scanner</strong> verwendet die Kamera ihres Handys, um Barcodes zu lesen und Produktinformationen wie Preise und Bewertungen zu suchen.</p> | ||
<p class="imgcenter"><img src="../images/scan-example.png"/></p> | ||
<p>Er liest auch 2D-Barcodes wie den QR-Code und DataMatrix. Diese Barcodes können z.B. Links zu Webseiten enthalten oder Kontaktinformationen wie Telefonnummern und E-Mail-Adressen und vieles mehr.</p> | ||
<ul class="touchable"> | ||
<li><a href="whatsnew.html">Neues in dieser Version</a></li> | ||
<li><a href="scanning.html">Tips fürs scannen</a></li> | ||
<li><a href="about1d.html">Mehr über 1D-Barcodes</a></li> | ||
<li><a href="about2d.html">Mehr über 2D-Barcodes</a></li> | ||
<li><a href="sharing.html">So erstellen Sie QR-Codes</a></li> | ||
</ul> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<!DOCTYPE HTML> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"/> | ||
<title>Tips fürs scannen</title> | ||
<link href="../style.css" rel="stylesheet" type="text/css"/> | ||
</head> | ||
<body> | ||
<p>Der Scanner durchsucht kontinuierlich den rechteckigen Bereich auf dem Bildschirm. Dabei muss der Barcode vollständig im rechteckigen Sucher erscheinen:</p> | ||
<p class="imgcenter"><img src="../images/demo-yes.png" style="padding:5px"/><img src="../images/demo-no.png" style="padding:5px"/></p> | ||
<p>Für 1D-Barcodes, auch Strichcodes genannt, welche sich auf allen Handelsprodukten befinden, benötigt man ein Handy mit Autofokus. Ohne diesen können nur QR-Codes und DataMatrix-Codes eingescannt werden.</p> | ||
<p>Wenn ein Barcode eingelesen wurde, piepst das Handy und es wird das Ergebnis des Scans angezeigt, sowie eine Beschreibung des Barcode-Inhalts, und verschiedene Möglichkeiten wie weiter verfahren werden soll.</p> | ||
<p>Falls das Einscannen nicht richtig funktioniert, versuchen Sie das Handy ruhiger zu halten. Wenn das Bild unscharf ist, vergrößern oder verkleinern Sie den Abstand zum Barcode.</p> | ||
<ul class="touchable"> | ||
<li><a href="about1d.html"> Über 1D-Barcodes </a></li> | ||
<li><a href="about2d.html"> Über 2D-Barcodes </a></li> | ||
</ul> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<!DOCTYPE HTML> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"/> | ||
<title>So erstellen Sie einen QR-Code</title> | ||
<link href="../style.css" rel="stylesheet" type="text/css"/> | ||
</head> | ||
<body> | ||
<p>Der <strong>Barcode Scanner</strong> kann nicht nur QR-Codes einlesen, sondern auch selbst erzeugen und auf dem Bildschirm anzeigen. Diesen QR-Code können Sie dann einem Freund zeigen, der den Code mit seinen Handy einscannen kann.</p> | ||
<p class="imgcenter"><img src="../images/scan-from-phone.png"/></p> | ||
<p>Um diese Funktion zu nutzen, einfach auf dem Hauptbildschirm auf die Menü-Taste drücken, und auf <em>Senden</em> tippen. Dann wählen, ob Sie einen Kontakt, ein Lesezeichen, eine Anwendung oder den Inhalt der Zwischenablage senden wollen und der QR-Code wird automatisch generiert. Wenn Sie fertig sind, drücken Sie die Zurücktaste.</p> | ||
<p>Um QR-Codes auf Ihrem Computer zu erzeugen, testen Sie den ZXing QR Code Generator, er basiert auf dem selben Quelltext wie dieses Programm: <a href="http://zxing.appspot.com/generator/">http://zxing.appspot.com/generator/</a></p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<!DOCTYPE HTML> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"/> | ||
<title>Neues in dieser Version von Barcode Scanner</title> | ||
<link href="../style.css" rel="stylesheet" type="text/css"/> | ||
</head> | ||
<body> | ||
<p>Neu in der Version 4.3.1:</p> | ||
<ul> | ||
<li>Belichtungssteuerung deaktivierbar, wenn diese auf Ihrem Gerät Probleme verursacht</li> | ||
<li>Einige weitere kleine Fehler behoben</li> | ||
</ul> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<!DOCTYPE HTML> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"/> | ||
<title>About 1D barcodes</title> | ||
<link rel="stylesheet" href="../style.css" type="text/css"/> | ||
</head> | ||
<body> | ||
<p>Traditional barcodes, such as those printed on product packaging, are also known as one dimensional barcodes. There are several types commonly used, including UPC and EAN. Most look similar to this:</p> | ||
<p class="imgcenter"><img src="../images/big-1d.png"/></p> | ||
<p>These 1D barcodes contain a unique code which typically describes a product, like a CD or a book. You can look this code up on the internet to find prices, reviews, and more.</p> | ||
<p>If you scan a book, you can also search the contents of the book for a word or phrase, and find all the pages where it appears:</p> | ||
<p class="imgcenter"><img src="../images/search-book-contents.jpg"/></p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<!DOCTYPE HTML> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"/> | ||
<title>About 2D barcodes</title> | ||
<link rel="stylesheet" href="../style.css" type="text/css"/> | ||
</head> | ||
<body> | ||
<p><strong>Barcode Scanner</strong> also understands how to read two dimensional barcodes, like QR Codes and Data Matrix codes. For example, the codes below contain a hyperlink to the ZXing Project home page:</p> | ||
<p class="imgcenter"> | ||
<img src="../images/big-qr.png"/> | ||
<img src="../images/big-datamatrix.png"/> | ||
</p> | ||
<p>You can also represent contact information in a QR Code, and put it on a business card or web site. When you scan it, the results screen provides a choice of actions:</p> | ||
<p class="imgcenter"><img src="../images/contact-results-screen.jpg"/></p> | ||
<p>Besides URLs and contact info, QR Codes can also contain:</p> | ||
<ul> | ||
<li>Calendar events, which you can add to your Calendar</li> | ||
<li>Phone numbers, which you can dial</li> | ||
<li>SMS numbers, which you can text message</li> | ||
<li>Email addresses, which you can email</li> | ||
<li>Geographic coordinates, which you can open in Maps</li> | ||
<li>Plain text, which you can read, then share with a friend</li> | ||
</ul> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!DOCTYPE HTML> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"/> | ||
<title>Barcode Scanner Help</title> | ||
<link rel="stylesheet" href="../style.css" type="text/css"/> | ||
</head> | ||
<body> | ||
<p><strong>Barcode Scanner 4.3.1</strong></p> | ||
<p>The official Android app of the open source ZXing project:<br/> | ||
<a href="http://code.google.com/p/zxing">http://code.google.com/p/zxing</a></p> | ||
<p>Barcode Scanner uses the camera on your phone to read barcodes and look up product information such as prices and reviews.</p> | ||
<p class="imgcenter"><img src="../images/scan-example.png"/></p> | ||
<p>It also reads 2D barcodes such as QR Codes and Data Matrix. These can contain links to web sites, contact information such as phone numbers and email addresses, and more.</p> | ||
<ul class="touchable"> | ||
<li><a href="whatsnew.html">What's new in this version</a></li> | ||
<li><a href="scanning.html">How to scan</a></li> | ||
<li><a href="about1d.html">About 1D barcodes</a></li> | ||
<li><a href="about2d.html">About 2D barcodes</a></li> | ||
<li><a href="sharing.html">How to create QR Codes</a></li> | ||
</ul> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<!DOCTYPE HTML> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"/> | ||
<title>How to scan</title> | ||
<link rel="stylesheet" href="../style.css" type="text/css"/> | ||
</head> | ||
<body> | ||
<p>Barcode Scanner continuously scans a square region shown on your screen -- just line up the phone so the barcode is completely inside the viewfinder rectangle:</p> | ||
<p class="imgcenter"><img src="../images/demo-yes.png" style="padding:5px"/><img src="../images/demo-no.png" style="padding:5px"/></p> | ||
<p>1D barcodes like those found on products require a phone with autofocus. Without it, only QR Codes and Data Matrix codes will be scannable.</p> | ||
<p>When a barcode is read, a beep sound will play and you'll see the results of the scan, a description of what the barcode contains, and options to take action on the contents.</p> | ||
<p>If you're having trouble scanning, make sure to hold the phone steady. If the camera is unable to focus, try moving the phone further or closer from the barcode.</p> | ||
<ul class="touchable"> | ||
<li><a href="about1d.html">About 1D barcodes</a></li> | ||
<li><a href="about2d.html">About 2D barcodes</a></li> | ||
</ul> | ||
</body> | ||
</html> |
Oops, something went wrong.