## Quagga2 Scanner - Reader-Reihenfolge optimiert: CODE128/CODE39 vor EAN - Verhindert Fehlerkennungen bei alphanumerischen Codes (z.B. P20260030) - EAN-Reader haben niedrigere Priorität ## Brother PT-E560BT Android App - Native Kotlin App für Bluetooth-Druck auf Brother PT-E560BT - Intent-Schema: brotherprint://print?barcode=XXX&ref=REF - 90° Rotation für Längs-Druck auf 24mm TZe-Band - Produkt-Referenz (fett), Barcode-Strichen, Barcode-Wert - Erweiterte Error-Handling (SetLabelsizeError, NoCoverError, etc.) - Build: Gradle 9.3.1, Kotlin 2.1.0, Brother SDK v4 ## Bestelllogik - ref_supplier = "Direkt" (ohne Datum) für dauerhafte Direktbestellungen - Pro Lieferant eine durchgängige Direkt-Bestellung statt tägliche neue ## PWA Updates - Service Worker v8.1 - CSS/JS Cache-Invalidierung (?v=81) - localStorage Migration für alte Keys ## Dokumentation - README.md aktualisiert mit Brother-App und PWA-Details - Dateistruktur erweitert um android-app/ - .gitignore für Test-Dateien Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
19 lines
640 B
XML
19 lines
640 B
XML
<lint-module
|
|
format="1"
|
|
dir="/srv/http/dolibarr/custom/handybarcodescanner/android-app/BrotherPrintHelper/app"
|
|
name=":app"
|
|
type="APP"
|
|
maven="BrotherPrintHelper:app:unspecified"
|
|
agpVersion="8.7.2"
|
|
buildFolder="build"
|
|
bootClassPath="/home/data/Android/Sdk/platforms/android-34/android.jar:/home/data/Android/Sdk/build-tools/34.0.0/core-lambda-stubs.jar"
|
|
javaSourceLevel="1.8"
|
|
compileTarget="android-34"
|
|
neverShrinking="true">
|
|
<lintOptions
|
|
abortOnError="true"
|
|
absolutePaths="true"
|
|
checkReleaseBuilds="true"
|
|
explainIssues="true"/>
|
|
<variant name="release"/>
|
|
</lint-module>
|