Results 41 comments of Zhe Lu

I'll try, PA Peek has a different implementation, but I think the Activity can also do that, just a different layout.

Yes, that'll be an option. I'm thinking about how to make the option intuitive, maybe a preview.

I'll try to make the grouping work first. I prefer to publish it on Google Play, but I didn't receive any comment from PA, I'm not sure if I can...

It is a port of Peek, the source code of the original Peek can be found in PA's open source repository. I think you're right, I'm not planning to get...

Currently this is the most common issue with the app, the layout is there but it is not able to wake up the screen. Originally Paranoid uses different methods, which...

The approach is similar, except that in Peek I use WakeLock.acquire(timeout) instead of WakeLock.acquire(). And I only set the timeout to be 1 second, so the wakelock is only used...

Maybe, I'm not sure either. The `WakeLock.acquire(timeout)` also guarantees to release the wake lock after the timeout according to the [documentation](http://developer.android.com/reference/android/os/PowerManager.WakeLock.html#acquire%28long%29). You can try making the timeout a little longer...

No it shouldn't.

I had difficulty reproducing this issue. If the app is open and you turn off the screen, you can use the test notification to do that, right? just click the...

I'll test it without keyguard and see what happens.