https://github.com/Umweltzone/roadsigns
A Kotlin library hosting a custom view for road signs.
https://github.com/Umweltzone/roadsigns
android constraintlayout diesel dieselfahrverbote hacktoberfest kotlin library roadsign strassenschild umweltplakette umweltzone zusatzschild
Last synced: 22 days ago
JSON representation
A Kotlin library hosting a custom view for road signs.
- Host: GitHub
- URL: https://github.com/Umweltzone/roadsigns
- Owner: Umweltzone
- License: apache-2.0
- Created: 2019-06-22T08:52:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T20:48:19.000Z (about 2 years ago)
- Last Synced: 2024-11-07T12:45:20.474Z (6 months ago)
- Topics: android, constraintlayout, diesel, dieselfahrverbote, hacktoberfest, kotlin, library, roadsign, strassenschild, umweltplakette, umweltzone, zusatzschild
- Language: Kotlin
- Homepage: https://github.com/Umweltzone/roadsigns
- Size: 466 KB
- Stars: 3
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-list - Umweltzone/roadsigns - A Kotlin library hosting a custom view for road signs. (Kotlin)
README
[](https://app.travis-ci.com/Umweltzone/roadsigns) [](https://github.com/Umweltzone/roadsigns/actions/workflows/build.yaml) [](https://maven-badges.herokuapp.com/maven-central/info.metadude.kotlin.library.roadsigns/roadsigns) [][jitpack-roadsigns] [](http://choosealicense.com/licenses/apache-2.0/)
# Road signs library
A Kotlin library hosting a custom view for road signs.
The demo application allows selecting the different road signs.

## Supported languages
- Danish 🇩🇰
- English 🇺🇸
- French 🇫🇷
- German 🇩🇪
- Polish 🇵🇱
- Portuguese 🇵🇹
- Spanish 🇪🇸
- Swedish 🇸🇪## Gradle build
To deploy the library to your local Maven repository run the following task:
```bash
$ ./gradlew publishToMavenLocal
```Then, to use the library in your project add `mavenLocal()` to
your top level `build.gradle`:```
allprojects {
repositories {
mavenLocal()
mavenCentral()
}
}
```and to your application module `build.gradle`:
```groovy
dependencies {
implementation "info.metadude.kotlin.library.roadsigns:roadsigns:$version"
}
```Alternatively, you can use [JitPack][jitpack-roadsigns] to fetch and
build the sources directly from [this repository][github-roadsigns].## Author
* [Tobias Preuss][tobias-preuss]
## Contributors
* [Fredrik Henricsson](https://github.com/fejd)
* [Lars Næsbye Christensen](https://github.com/larsnaesbye)
* [Natalie Stroud](https://github.com/natastro)
* [Quentin Brault](https://github.com/Tititesouris)
* [Thiago de Oliveira Pires](https://github.com/tdopires)
* [Tomasz Skowroński](https://github.com/hexmind)## License
Copyright 2019-2023 Tobias Preuss
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.[github-roadsigns]: https://github.com/Umweltzone/roadsigns
[jitpack-roadsigns]: https://jitpack.io/#Umweltzone/roadsigns
[tobias-preuss]: https://github.com/johnjohndoe