Jared Rummler

Results 24 comments of Jared Rummler

Which Oppo device? Are you using ```java DeviceName.getDeviceName() ``` or ```java DeviceName.with(context).request(new DeviceName.Callback() { @Override public void onFinished(DeviceName.DeviceInfo info, Exception error) { .... } }); ```

You can create a PR for this. I am hesitant to do so because I don't know OPPO devices. This is happening because Google doesn't have the correct name matched...

It looks like both `QUBO` and `Xiaomi` have a device with the codename `hermes`. However, I don't see `Redmi Note 2` used as a `market_name` anywhere. Are you sure you...

Are you sure this is related to the library? It isn't using `IconCompatParcelizer`

Confirmed. I will look into this when I get more time. You might want to check out [apk-parser](https://github.com/caoqianli/apk-parser) by caoqianli.

I don't have the time to look into this but PR are welcome.

Please elaborate.

Can you please be more specific in your feature request?

Please paste the full exception. Also, are you using `colorpicker` or `colorpicker-compat`? Thanks.

This would be neat. You could do this by setting the presets yourself. Example: ```java import android.content.SharedPreferences; import android.graphics.Color; import android.os.Bundle; import android.preference.PreferenceManager; import android.support.annotation.ColorInt; import android.support.annotation.Nullable; import android.support.v7.app.AppCompatActivity; import...