Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

A Kotlin library hosting a custom view for road signs.

Awesome Lists containing this project

README

        

[![Travis CI Build Status](https://app.travis-ci.com/Umweltzone/roadsigns.svg?branch=master)](https://app.travis-ci.com/Umweltzone/roadsigns) [![GitHub Actions Build Status](https://github.com/Umweltzone/roadsigns/actions/workflows/build.yaml/badge.svg)](https://github.com/Umweltzone/roadsigns/actions/workflows/build.yaml) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/info.metadude.kotlin.library.roadsigns/roadsigns/badge.svg)](https://maven-badges.herokuapp.com/maven-central/info.metadude.kotlin.library.roadsigns/roadsigns) [![JitPack](https://jitpack.io/v/Umweltzone/roadsigns.svg)][jitpack-roadsigns] [![Apache License](http://img.shields.io/badge/license-Apache%20License%202.0-lightgrey.svg)](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.

![Demo application](gfx/screenshot-demo-app.png)

## 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 at

http://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