rpetrich / ProSwitcher

Palm Pre-style application switcher for iPhone OS. Abandoned.
Other
98 stars 20 forks source link

Using DoubleHome as activator + iPod Controls on LockScreen #44

Closed ghost closed 14 years ago

ghost commented 14 years ago

I noticed today, that if i lock the screen, and use the doublehome to bring up iPod controls - this no longer works. if i then unlock, ProSwitcher is showing. I guess the activation method is still calling ProSwitcher..... im thinking libactivator needs to be disabled at lockscreen :)

jtanner

sysrage commented 14 years ago

yep. just confirmed this. not only does ProSwitcher show after unlocking, but the dock is hidden behind the ProSwitcher screen. Probably a LibActivator issue to make it not work on lock screen, but the dock being in the background might be a sign of a ProSwitcher problem that will surface later.

ghost commented 14 years ago

woops, yeah i forget to mention the dock was covered!

I should perhaps also say, im using the Master source, compiled on my own machine, (with rpetrich's help) and libactivator 0.9 from cloudhub.github (rpetrich's). I DONT have the prefloader 1.2b installed as im not a beta tester.

grp commented 14 years ago

libactivator bug -- not in ProSwitcher.

rpetrich commented 14 years ago

Not actually a libactivator bug. Some listeners may want to receive events while SpringBoard is locked, so libactivator has to dispatch them. I will commit a fix for ProSwitcher