This application enables people to look up the areas of cities which are restricted for being used by cars limited by their specific emission profile. The app shows the outline of the low emission zones and Diesel prohibition zones and provides additional information about dates or special regulations such as for vehicles registered abroad. Moreover, users can use the FAQs to read about emission groups, fine particles, stickers for cars or motorbikes, punishments, exception permits and many more. Further, there are several links included pointing to external websites which serve more information to read through.
The map screen of the app shows the outline of the low emission zone and Diesel prohibitions zones
The app is translated into multiple languages:
- Danish (FAQs missing) 🇩🇰
- Dutch 🇳🇱
- English 🇺🇸
- French (FAQs missing) 🇫🇷
- German 🇩🇪
- Polish 🇵🇱
- Portuguese 🇵🇹
- Spanish 🇪🇸
- Swedish 🇸🇪
If you are native speaker of any of these languages feel very much invited to improve or complete the translation. New languages are also welcome - please reach out by creating a new issue.
The application is designed to work both on smartphones and on tablets. Android 5.0 (Lollipop) and newer versions are supported.
Users are welcome to send their feature requests via email or create a new issue in the issue tracker of this project.
Before the app can be built a bunch of values have to be set.
- Google Maps v2 API key
Please make sure to provide two API keys both for the release and the debug build
of the application. The package name of the debug build has the .debug
suffix
to allow parallel installation on one device.
- TraceDroid email address
- Contact email address
These settings can be found in following places:
-
/Umweltzone/src/debug/res/values/config.xml
-
/Umweltzone/src/main/res/values/config.xml
-
/Umweltzone/src/release/res/values/config.xml
-
Google Analytics tracking id
These settings can be found in /Umweltzone/src/main/res/values/analytics.xml
.
In order to build a release version of the app signing information must be provided.
Therefore, put the needed information into a gradle.properties
file. There is an
example included which contains the properties which are referenced in the build configuration.
Please make sure to run tests before submitting contributions. Tests can be executed with the following commands.
$ ./gradlew clean test
Before running integrations tests make sure to connect a device or to start an emulator.
$ ./gradlew clean connectedAndroidTest
- cketti
- daus-salar
- Fredrik Henricsson
- Kevin Esaa
- Larissa Yasin
- Laure Runser
- Peter Vasil
- Pieter Jan Geutjens
- Romero Silva
- rotrot
- Sjors van Mierlo
- Tomasz Skowroński
- Valar Markhulis
The source code is licensed under GPLv3.
This content is licensed, if not stated otherwise, under a Creative Commons Attribution-ShareAlike 3.0 Unported License.