wewewe718 / QrAndBarcodeScanner

An Android app for scanning QR codes and barcodes
The Unlicense
685 stars 136 forks source link

Data tracking #144

Open jskiiqur opened 2 years ago

jskiiqur commented 2 years ago

Hello there. Why do you need all this data to be collected? Screenshot_20220605-090440_DuckDuckGo Screenshot_20220605-090343_DuckDuckGo

robsmith11 commented 2 years ago

I agree that this is concerning. A QR scanning app has access to possibly sensitive information and shouldn't be "calling home" at all.

ae5960e8-a6fc-491f-b252-898ecf59af95 commented 2 years ago

What is this tracking? I've deleted the app.

brgrvrm commented 2 years ago

The app is really great and functional, but trackers in it are a privacy and security concern. Please remove them.

ae5960e8-a6fc-491f-b252-898ecf59af95 commented 2 years ago

I use Binary Eye now from F-Droid, it's not as good, but it's close enough.

woheller69 commented 1 year ago

in the F-Droid version tracking seems to be disabled

gradle:

fDroid {
            buildConfigField "boolean", "ERROR_REPORTS_ENABLED_BY_DEFAULT", "false"
        }

and F-droid yml: https://gitlab.com/fdroid/fdroiddata/-/blob/master/metadata/com.example.barcodescanner.yml

gradle:
      - fDroid
prebuild: sed -i -e '/io.sentry.android.gradle/d' -e '/^sentry {/,/^}/d' build.gradle
woheller69 commented 1 year ago

Unfortunaly it still sends requests to sentry.io ...

in the F-Droid version tracking seems to be disabled

gradle:

fDroid {
            buildConfigField "boolean", "ERROR_REPORTS_ENABLED_BY_DEFAULT", "false"
        }

and F-droid yml: https://gitlab.com/fdroid/fdroiddata/-/blob/master/metadata/com.example.barcodescanner.yml

gradle:
      - fDroid
prebuild: sed -i -e '/io.sentry.android.gradle/d' -e '/^sentry {/,/^}/d' build.gradle
woheller69 commented 1 year ago

please create an AndroidManifest.xml variant for F-Droid flavor and set

 android:value=""

for Sentry to switch it off See https://gitlab.com/fdroid/fdroiddata/-/issues/2846

VasilisKos commented 1 year ago

Link this fact with the fact that the developer doesn't respond at all to all these reported issues and bugs, and you've got a very suspicious situation...

woheller69 commented 1 year ago

for F-Droid we fixed it by different means :-)