Walter Huf

Results 47 issues of Walter Huf

Newer libmicrohttpd versions deprecate MHD_create_response_from_data, and recommend the use of MHD_create_response_from_buffer with more explicit memory handling values. This fixes compiling against libmicrohttpd 0.9.44 on my system.

The Spotify Web API is used by some of the new features, and it would be nifty to add a little bit of memoization to reduce the API call count....

enhancement

Both the [Gmaps](https://googlemaps.github.io/google-maps-services-java/v0.1.3/javadoc/com/google/maps/model/DirectionsStep.html) and [Mapbox](https://docs.mapbox.com/api/navigation/directions/#route-step-object) Directions APIs include a list of turns to follow. It would be handy to show the upcoming turn in the interface.

enhancement

When eventually Google Play Store requires that the app targets API 31, it will run into [restrictions](https://developer.android.com/guide/components/foreground-services#background-start-restrictions) about starting the service in the background. There's a new (dangerous, so needs...

Considering the world-wide reach of BMW and Android (definitely more popular in Europe than USA), this app could always benefit from more translated languages. Anyone who wants to contribute easily...

help wanted
good first issue

There's occasional confusion from users without Spotify Premium, such as Now Playing showing a repeating list of songs #363, only allowing a certain number of skips #328. The Spotify API...

It would be helpful to have a Browse entry to recall the most recent search results, instead of re-entering the query. While this is most useful with Spotify, having the...

Android 10's Notification Assistant can provide Smart Replies, and these might be useful to add to the car's reply window.

enhancement

A UI should be added to allow users to customize the notification behavior for new notifications, mainly which apps should be alerted about,

For example, when DSub is downloading a song, the timer keeps ticking up even though the song hasn't begun playing yet. Perhaps the time should be `--:--` and the progress...

enhancement