Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/woheller69/spritpreise
A privacy friendly app for gas prices in Germany
https://github.com/woheller69/spritpreise
android
Last synced: 18 days ago
JSON representation
A privacy friendly app for gas prices in Germany
- Host: GitHub
- URL: https://github.com/woheller69/spritpreise
- Owner: woheller69
- License: gpl-3.0
- Created: 2022-03-29T06:31:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T05:01:48.000Z (about 2 months ago)
- Last Synced: 2024-10-15T01:08:03.201Z (30 days ago)
- Topics: android
- Language: Java
- Homepage:
- Size: 18.3 MB
- Stars: 102
- Watchers: 2
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Send a coffee to [email protected]| **RadarWeather** | **Gas Prices** | **Smart Eggtimer** |
|:---:|:---:|:---:|
| [](https://f-droid.org/packages/org.woheller69.weather/)| [](https://f-droid.org/packages/org.woheller69.spritpreise/) | [](https://f-droid.org/packages/org.woheller69.eggtimer/) |
| **Bubble** | **hEARtest** | **GPS Cockpit** |
| [](https://f-droid.org/packages/org.woheller69.level/) | [](https://f-droid.org/packages/org.woheller69.audiometry/) | [](https://f-droid.org/packages/org.woheller69.gpscockpit/) |
| **Audio Analyzer** | **LavSeeker** | **TimeLapseCam** |
| [](https://f-droid.org/packages/org.woheller69.audio_analyzer_for_android/) |[](https://f-droid.org/packages/org.woheller69.lavatories/) | [](https://f-droid.org/packages/org.woheller69.TimeLapseCam/) |
| **Arity** | **Cirrus** | **solXpect** |
| [](https://f-droid.org/packages/org.woheller69.arity/) | [](https://f-droid.org/packages/org.woheller69.omweather/) | [](https://f-droid.org/packages/org.woheller69.solxpect/) |
| **gptAssist** | **dumpSeeker** | **huggingAssist** |
| [](https://f-droid.org/packages/org.woheller69.gptassist/) | [](https://f-droid.org/packages/org.woheller69.dumpseeker/) | [](https://f-droid.org/packages/org.woheller69.hugassist/) |
| **FREE Browser** | **whoBIRD**| |
| [](https://f-droid.org/packages/org.woheller69.browser/) | [](https://f-droid.org/packages/org.woheller69.whobird/) | |# Gas Prices Germany
Gas Prices Germany provides the prices that the petrol stations report to the market transparency office.
You can choose your own locations and get current gas prices.
Clicking on a gas station in the list or on the icon in the widget shows the gas station in an external map application.
You can also allow the app to use GPS. If you do so and have the app widget installed the position will be updated
from time to time and the first tab in the app and the widget will show gas stations for your current location.
(This will overwrite the city in your first tab.)
You can also enter your favourite brands in settings. In this case the list in the app will mark your favourite brands
with a star and the widget will show the closest station of one of these brands if available in the search radius.
You can set your preferred fuel type. In this case it is also possible to sort results by price.The data is provided via the Tankerkönig API under the Creative Commons license “CC BY 4.0” from www.tankerkönig.de.
## License
This app is licensed under the GPLv3, © woheller69.
The app also uses:
- Data is provided via the Tankerkönig API (www.tankerkönig.de) under Creative-Commons-Licence “CC BY 4.0”, Creative Commons licence CC BY-SA 4.0
- The code is based on Privacy Friendly Weather (https://github.com/SecUSo/privacy-friendly-weather), which is published under GPLv3
- Icons from [Google Material Design Icons](https://material.io/resources/icons/) licensed under Apache License Version 2.0
- Material Components for Android (https://github.com/material-components/material-components-android) which is licensed under Apache License Version 2.0
- Android Volley (com.android.volley) (https://github.com/google/volley) which is licensed under Apache License Version 2.0
- AndroidX libraries (https://github.com/androidx/androidx) which is licensed under Apache License Version 2.0
- AutoSuggestTextViewAPICall (https://github.com/Truiton/AutoSuggestTextViewAPICall) which is licensed under Apache License Version 2.0
- Search-as-you-type location search is provided by [Open-Meteo](https://open-meteo.com/), under Attribution 4.0 International (CC BY 4.0)
- osmdroid (https://github.com/osmdroid/osmdroid) licensed under Apache License Version 2.0## Contributing
If you find a bug, please open an issue in the Github repository, assuming one does not already exist.
- Clearly describe the issue including steps to reproduce when it is a bug. In some cases screenshots can be supportive.
- Make sure you mention the Android version and the device you have used when you encountered the issue.
- Make your description as precise as possible.If you know the solution to a bug please report it in the corresponding issue and if possible modify the code and create a pull request.