teqtic

Results 5 issues of teqtic

AFAIK the GPU undervolt provided by VoltageShift only undervolts the integrated GPU. Anyone know how to undervolt the dedicated GPU when in use on MacOS (Big Sur in my case)?

I need to be able to load the shared prefs before the user unlocks the device for the first time. To do this, all you usually need to do is...

bug

I was seeing some occasional weirdness in my app after migrating over to Harmony. It looks like onSharedPreferenceChanged() does not fire in another process if that process happens to be...

bug

Sometimes I commit multiple preference keys at once. On the receiving listener end in another process, I sometimes need to receive the changes for all of these keys before acting...

enhancement

I'm in a situation where I do NOT want to be notified of a preference change that was just made from the same activity or service where the SharedPreferencesChangeListener is...