sagarambat25 / mylockforandroid

Automatically exported from code.google.com/p/mylockforandroid
0 stars 0 forks source link

Trying to activate the lite mode widget button if myLock is already active causes a failure #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Enable myLock from the regular settings screen or bootup auto-start
2. Place Lite mode widget button on home
3. Press the button then try to lock and unlock the phone

What is the expected output? What do you see instead?
Expect lockscreen to be disabled but because of the conflict between the 
lite and regular mode mediators the lockscreen rules are broken and no more 
lockscreen disables will work. 

The current test build alpha 3 has this issue. If lite is active then 
regular mode is enabled it seems to have no conflict because it auto-stops 
the lite mode correctly. This is planned to be fixed by doing a workaround 
to have the preferences file gain a setting when lite or regular modes are 
active.

Original issue reported on code.google.com by myLockan...@gmail.com on 17 Jan 2010 at 5:58

GoogleCodeExporter commented 8 years ago
the fix in mind is dropping all modes except our custom-locked version because 
it is 
the most efficient and reliable. For "no lockscreen" we will have a subclass 
which 
unlocks only via slider, power key, and keypad buttons. This way end users can 
choose 
which key and if they want a long press or double press to detemine their 
unlock.

Original comment by myLockan...@gmail.com on 23 Jan 2010 at 11:47

GoogleCodeExporter commented 8 years ago
dropped lite mode widget standalone and made widget more connected to the 
regular modes

Original comment by myLockan...@gmail.com on 30 Mar 2010 at 3:52