- Jul 10, 2018
-
-
Guido Gunther authored
Use the same character than in the system prompter.
-
- Jun 14, 2018
-
-
Guido Gunther authored
Safes one keystroke when unlocking with a keyboard attached.
-
- Jun 13, 2018
-
-
Guido Gunther authored
So far we only looked at the overall input time which is too short to enter the PIN reliably. Fixes #14
-
- May 31, 2018
-
-
Guido Gunther authored
For now compare an N digit PIN
-
- May 29, 2018
-
-
Guido Gunther authored
This uses libupower-glib Fixes #11
-
Guido Gunther authored
-
Guido Gunther authored
This makes sure we're starting with a fresh number when switching back to the keypad.
-
Guido Gunther authored
This makes sure the unlock process work keyboard only
-
Guido Gunther authored
Make it simpler to use phosh with a keyboard
-
- May 22, 2018
-
-
Guido Gunther authored
We resize to the correct size in the layer surface's configure event. The current code did not take multiple outputs into account anyway.
-
- May 12, 2018
-
-
Guido Gunther authored
-
Guido Gunther authored
Since the g_signal_emit() is not at the very end of the function one of the listeners might free the lockscreen widget when receiving the "lockscreen-unlock" signal. Hold a reference to prevent being cleaned up before being done.
-
Guido Gunther authored
-
- May 11, 2018
-
-
Guido Gunther authored
This will be moved into an indicator at a later point. Fixes #20
-
- May 02, 2018
-
-
Guido Gunther authored
The lock screen now shows the current time and on upward drag it switches to the lock screen. The lock screen then shows a keypad to unlock the screen. Validating the entered pin will be done in a follow up patch. TODO in future patches: - slide up lock surface when swiping - wiggle pane a little if swipe is too soft - alpha blend out lock screen surface
-
- Mar 30, 2018
-
-
Guido Gunther authored
instead of open coding lots of things
-
- Mar 28, 2018
-
-
Guido Gunther authored
Thanks: Bob Ham
-
- Feb 12, 2018
-
-
Guido Gunther authored
-
- Jan 24, 2018
-
-
Guido Gunther authored
-