kraxie

Results 111 comments of kraxie

In my preference xml file I have ``` ``` Which I then load in a PreferenceFragment in an onCreate method.

So I tried playing around with this a little bit more and found a "workaround" for it. Within my preferences fragment, I tried doing ```((AmbilWarnaPreference) getPreferenceScreen().findPreference("color_yellow")).forceSetValue(0xffff00);``` This, as I thought,...

Tried that under the LibsensorsDataProvider_formats function, but it still doesn't work :confused:

Nope, still doesn't work

Accessibility options have unfortunately not been a main focus and is very untested, but thanks for bringing up the issue. I'll see if I can get a screen reader and...

I currently do not have a Windows machine available, so I can't test it with that one specifically, but I'll see what I can do.

@shoogle Very interesting, thank you for sharing! I'll make sure to check it out when time allows for it.

Are you playing from your library or from a playlist? Playing from library is a bit buggy as the Spotify API doesn't properly support it currently, especially if the list...

Even though folders are available in the official client, they aren't available in the API afaik. They could of course still be added, it just wouldn't sync with the official...

I also noted slow performance and high memory usage with a large playlist of mine, although, it only had around 700 tracks. Tried optimizing it a bit, but it didn't...