FelixGail/gplaymusic

Don't use java.awt.Color

Closed this issue · 8 comments

Don't use java.awt.Color

What is the status of this? I love the project however, I am considering forking it and removing the java.awt.Color reference to allow it to run on android

I am currently short on time, but this should be a quick change. I will try to look into this later today.

Is there a good java.awt.Color alternative for android i should use?

I decided to not use the android implementation as adding the whole API as dependency just for the Color class seemed unreasonable.

Ya thats a good point. What is the color deserializer for? Is there no other class that could be used?

The deserializer was necessary when using java.awt.Color. I removed it in the new version

I merged the change into master and it is available with version 0.3.5