woheller69

Results 417 comments of woheller69

you can sort by distance instead of price. Then your favourite station will be on top. Or add it as preferred brand, then it will be marked by a star...

Please try this. The map shows the location of the gas stations. When you click on them you will see brand and prices. The map can be switched off in...

Bugfixes: [app-release.apk.zip](https://github.com/woheller69/spritpreise/files/11313948/app-release.apk.zip)

Another bugfix: list was cut off at bottom [app-release.apk.zip](https://github.com/woheller69/spritpreise/files/11320010/app-release.apk.zip)

better solution: [app-release.apk.zip](https://github.com/woheller69/spritpreise/files/11321162/app-release.apk.zip)

will not implement this. Maybe in future in my other weather app omWeather

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...

Unfortunaly it still sends requests to sentry.io ... > in the F-Droid version tracking seems to be disabled > > gradle: > > ``` > fDroid { > buildConfigField "boolean",...

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

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