Tobias Preuss
Tobias Preuss
I would like to use your library with [Retrofit](http://square.github.io/retrofit/). This requires a **converter factory** which is used to introduce the parser to Retrofit. ``` java // Retrofit 2 example with...
I noticed that in [version v0.27.0](https://github.com/ben-manes/gradle-versions-plugin/releases/tag/v0.27.0) the spelling of `-DreportfileName` is not fully camelcase. I suggest to deprecate `-DreportfileName` and introduce `-DreportFileName` as a new task property.
Recently, [IntelliJ introduced autocompletion in commit messages](https://twitter.com/ZacSweers/status/1200262499393773573) for code references. It would be nice to have this in git-gui, too.
I am trying to convert the following **working** JUnit test from Java ... ``` java import android.os.Parcelable; import org.junit.Test; import org.parceler.Parcel; import org.parceler.ParcelPropertyConverter; import org.parceler.Parcels; import java.util.List; import com.example.utils.LowEmissionZoneBuilder; import...
Can you please update your `README.md` to describe by which features or improvements your library differs from [keyboardsurfer/Crouton](https://github.com/keyboardsurfer/Crouton)? /cc @keyboardsurfer
I think it would be nice to add a button to interconvert the departure and arrival locations. This is useful when I am searching for a round trip. After looking...
# Environment - Android version: 12 (API 31) or newer - Branch: `master` # How to reproduce 1. Visit the schedule screen at the first column 2. Try to scroll...
# Preliminaries - The current date matches the selected day. - The current time is within the time range of sessions of the selected day. - On main schedule grid...
# Description :warning: **!!! ATTENTION !!! This change is NOT compatible to UPDATE exiting apps!** :warning: This branch contains the following changes: - Migrate from `id` to `guid`. - Reset...