-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Questions lost if screen goes off #283
Comments
that is what you get when you daydream when you are not supposed to 2014-09-21 21:49 GMT+01:00 Sébastien Lerique [email protected]:
|
Detecting when screen is going off is done by registering a Broadcast Receiver at runtime: http://www.coderzheaven.com/2011/01/18/detect-when-the-android-screen-goes-off-2/ In that case we set a flag in |
Does this bother anybody else @vincentadam87 @MklBst ? Detecting when the screen is going off turns out to be pretty complicated. So I'm thinking of doing it differently:
That way sequences don't get dismissed if the screen goes off, and the user can switch to something else while answering a probe, but still can't leave for too long if he wants to finish the current probe. |
Sounds good. Sometimes I just turn my screen off mistakenly, and then yeah, I'd like to be able to get back to what I was editing. |
Your screen goes off during a probe because you were distracted. You get the phone back on, questions are gone. No explanation. And you're very surprised.
The text was updated successfully, but these errors were encountered: