aboutsummaryrefslogtreecommitdiff
path: root/src/lock.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: minor fixes + code cleanupLibravatar Keshav Bhatt2023-05-171-23/+28
|
* fix: applock state fixLibravatar Keshav Bhatt2023-01-261-2/+2
| | | | - fixes app reporting locked while not locked
* chore: add moreapps widget in lock screenv4.10.3Libravatar Keshav Bhatt2022-12-191-0/+10
|
* chore: some enhancementsLibravatar Keshav Bhatt2022-08-311-3/+2
| | | | | | - webengine multiprocess - webengine disable sandbox - minor memory usage improvements
* chore: unlock action buttonv4.8.0Libravatar Keshav Bhatt2022-08-271-15/+19
| | | | - use unlock action button instead of pushbutton
* chore(ui): update ui colorLibravatar Keshav Bhatt2022-07-051-8/+21
| | | | | | - update color to match vendor specified one in settings widget - add bottom strip in lock dialog
* chore: set a minimum of 4 digits for the lock code (#56)Libravatar Gianluca Boiano2022-06-271-3/+3
| | | | | | | | * chore: set a minimum of 4 digits for the lock code coming from other applications (i.e. telegram) we expect a 4 digit PIN as minimum requirement * chore: set ui messages on pass code lenght accordingly
* feat: unlock animation plus some cleanupLibravatar Keshav Bhatt2022-06-251-56/+71
|
* feat: app auto lockingLibravatar Keshav Bhatt2022-03-301-1/+0
| | | | - settings to allow app auto locking after set time interval
* chore: unify passowrd echomode in lock widgetLibravatar Keshav Bhatt2022-03-301-7/+10
|
* feat: v4.0 (#35)Libravatar Keshav Bhatt2022-03-301-5/+10
| | | | | | | | | | | | | | | | * add new widgets * feat: version 4.0 - SystemTray: tray icon uses png rather than svg - SystemTray: added settings to lets user change the systemtray icon click behavior(minimize/maximize on right click) - Download: added settiing that lets user set default download directory, avoid asking while saving files - Lock: added setting to let user change current set password for lock screen - Lock: current set password now hidden by default and can be revealed for 5 seconds by pressing view button - Style/Theme: added ability to change widget style on the fly, added default light palatte (prevent breaking of light theme on KDE EVs) - Theme: dark theme update - WebApp: added setting to set zoom factor when window is maximized and fullscreen (gives user ability to set different zoom factor for Normal , Maximized/Fullscreen WindowStates) - Setting: settings UI is more oraganized - WebApp: enable JavaScript execCommand("paste") - WebApp: tested for new WhatsApp Web that lets users use whatsie without requiring the phone connected to internet
* build: migrate to qt 5.15Libravatar Keshav Bhatt2022-02-281-184/+166
|
* fix crash on lock screen setupLibravatar keshavbhatt2021-04-261-2/+2
|
* animate lockLibravatar keshavbhatt2021-04-181-9/+16
|
* use wa_bg imagesLibravatar keshavbhatt2021-04-061-2/+5
|
* lock UI fade in on initLibravatar keshavbhatt2021-04-061-0/+15
|
* improve lock screen classLibravatar keshavbhatt2021-04-061-1/+5
|
* updated lock classLibravatar keshavbhatt2021-04-051-3/+20
|
* added app lock classLibravatar keshavbhatt2021-04-051-0/+172