radiobrowser4j

RadioBrowser Java API library

OTHER License

Stars
50

Bot releases are hidden (Show)

radiobrowser4j - Fix for running on Android

Published by sfuhrm almost 4 years ago

Works on Android (fixes #7 ).
Some adjustments are necessary to the packaging options of your app build.gradle:

...

android {
...
    packagingOptions {
        exclude 'META-INF/NOTICE.md'
        exclude 'META-INF/LICENSE.md'
        exclude 'META-INF/NOTICE.markdown'
    }
}

dependencies {
...

    implementation 'de.sfuhrm:radiobrowser4j:2.0.5';
}
radiobrowser4j - Minor maintenance release

Published by sfuhrm almost 4 years ago

Updated dependencies for

  • Jersey REST client library,
  • SLF4j Log4j binding (tests).
radiobrowser4j - Minor maintenance release

Published by sfuhrm almost 4 years ago

Update of dependencies including a minor security issue in JUnit 4.13.

radiobrowser4j - Minor maintenance release

Published by sfuhrm over 4 years ago

  • Minor code improvements
  • Update of dependencies
radiobrowser4j - Full support of new API

Published by sfuhrm over 4 years ago

  • Full support of the new radiobrowser API.
  • There are some small breaking API changes in the code. The new APi behaves different in some ways which made it necessary to change the concept.
  • New EndpointDiscovery to find the API endpoint with the lowest latency.
  • Introduction of the Limit class.
  • Concentration on UUID-based ids.
  • Updates of many dependencies.
radiobrowser4j - New API endpoints

Published by sfuhrm almost 5 years ago

Use new API DNS names.
Update maven plugins / dependencies.

radiobrowser4j - Updated dependencies + JDK 11 build

Published by sfuhrm over 5 years ago

  • Updated multiple dependencies.
  • Updated POM and dependencies to build + test with JDK 11. Target is still Java 8.
radiobrowser4j - Streams and ordering

Published by sfuhrm almost 7 years ago

  • Added stream API calls.
  • Added tags list version to Station.
  • ListParameter for list order control.
  • editStation call in RadioBrowser.
radiobrowser4j - Initial maven release

Published by sfuhrm almost 7 years ago

  • Initial release
Package Rankings
Top 27.7% on Repo1.maven.org
Badges
Extracted from project README
Java CI Java Integration Coverage Maven Central ReleaseDate javadoc License
Related Projects