Commit graph

129 commits

Author SHA1 Message Date
l10n daemon script
eb0ffaf3be SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2021-05-16 01:24:32 +00:00
Bhushan Shah
51c540c1a7 lockscreen: do not show percentage for signal strength
streamline with what we do in unlocked phone in top panel
2021-05-14 15:01:01 +05:30
Bhushan Shah
4511a2d62f indicators: clean-up useless debug 2021-05-14 15:01:01 +05:30
Bhushan Shah
7bac59549d indicators: do not needlessly scan again
When putting modem in online state it would already make it scan for
operator, we have no need to make it scan for operators again and waste
time for operation takes long time.
2021-05-14 15:01:01 +05:30
Devin Lin
19fe5a1afe Adjust keypad height for vkbd and ensure vkbd is always showing 2021-05-06 12:20:21 -04:00
Devin Lin
38f9e4871d Fix text syncing 2021-05-05 15:48:51 -04:00
Devin Lin
07142481bf Add keyboard option to lockscreen #72 2021-05-05 15:48:51 -04:00
Devin Lin
8852ad01a9 Use loaders in lockscreen to reduce memory usage and improve loading
Also add a small animation to move when swiping up for these loader components
2021-05-05 15:48:06 -04:00
l10n daemon script
daf02cc028 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2021-04-30 01:17:56 +00:00
Samuel Dionne-Riel
ff6141dce7 lockscreen: Accept pin on numpad enter 2021-04-01 16:58:40 -04:00
Devin Lin
e9f5e43970 Tweak lockscreen animation durations to be more fluid 2021-03-17 18:07:31 -04:00
Devin Lin
ba8a8cd9bb Animations for lockscreen keypad text bar 2021-03-17 16:40:44 -04:00
Devin Lin
3f985548e8 Switch DropShadow for RectangularGlow on lockscreen to improve performance
DropShadow requires actually sampling and blurring the source element, while RectangularGlow just creates a generic rectangle without caring about the source element. This greatly improves the speed of everything on the lockscreen, especially notifications (they aren't a laggy mess when you have a ton of them now)
2021-03-17 15:37:58 -04:00
Devin Lin
f1ab00cb3c Make lockscreen keypad consistent with maliit keyboard font weight 2021-03-17 15:13:23 +00:00
Nicolas Fella
21a3bcafe4 Convert license headers to SPDX 2021-03-02 22:45:25 +01:00
Bhushan Shah
95a0592417 Fix the SignalStrength indicator on lockscreen 2021-03-01 11:46:47 +05:30
l10n daemon script
006cb7f865 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2021-02-18 07:54:49 +01:00
Devin Lin
77414b5230 Add lockscreen notification animations, and delegate recycler 2020-12-23 22:09:54 -05:00
Devin Lin
834a4a7108 Fix media controls on lockscreen not working 2020-12-23 22:01:05 -05:00
Han Young
3e1471255a copy files, not import from relative path
to avoid the imported files being removed in the future
2020-12-24 01:38:27 +00:00
l10n daemon script
7c6cabf4a1 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2020-12-20 06:16:31 +01:00
Devin Lin
f9ab2bc9dd Fix lockscreen anchoring to non-existent item, and fix errors 2020-12-05 17:03:33 -05:00
Devin Lin
9505fd2404 Fix lockscreen keypad icons being set to undefined color 2020-12-05 16:54:59 -05:00
Devin Lin
71834751b0 Fix drop shadow of keypad for dark themes 2020-11-21 20:32:39 +00:00
Devin Lin
4200fc9d71 Add text colour to icons in keypad 2020-11-21 20:32:39 +00:00
Devin Lin
1727d88e9a Add colour scheme 2020-11-21 20:32:39 +00:00
Han Young
7dbb9fd46a use system theme for keypad
related: #52
2020-11-21 20:32:39 +00:00
Devin Lin
6f2742d2ac Improve performance of blur on lockscreen 2020-11-21 15:04:36 -05:00
Marco Martin
57df5430d6 ask pin before executing notification actions
only allow a phone call notification to execute actions without
unlocking
for the rest open the pin dialog and execute the action only after
successful authentication
2020-11-20 11:31:20 +00:00
Han Young
7fa7879493 fix #51 2020-11-20 17:58:43 +08:00
Marco Martin
3b3ff0a08e fix notification closing 2020-11-19 09:33:14 +00:00
Marco Martin
894d4a3b72 support for action buttons in notifications 2020-11-19 09:33:14 +00:00
Marco Martin
d2f42085ff don't do ugly cutouts of the notifications 2020-11-17 15:32:41 +01:00
Bhushan Shah
88198bb424 lockscreen: do not bind the shortcuts in lockscreen indicators
Otherwise we have screenlocker occupying the shortcut keys and they do
not work in the shell when we want to use regularly.

If screen is locked, the kglobalaccell will handle the volume keys
automatically by itself and we do not need to handle it in the
lockscreen.
2020-11-17 10:46:03 +05:30
Han Young
a9a8e5cc00 multitouch input support 2020-11-13 15:24:01 +00:00
l10n daemon script
44f04e5c56 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2020-11-08 06:24:01 +01:00
l10n daemon script
4a6fdab931 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2020-11-05 06:37:15 +01:00
Devin Lin
6168813d13 Fix lockscreen keypad getting stuck 2020-10-18 08:57:47 -04:00
Devin Lin
5d99de94fa Fix grace lock with empty password 2020-10-03 17:27:14 -04:00
Devin Lin
01026a223a Add support for grace lock in lockscreen keypad 2020-10-01 12:52:29 +00:00
Devin Lin
dbcbf21072 Fix whitespace 2020-09-28 22:33:30 -04:00
l10n daemon script
c735bf3bcf SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2020-09-20 05:52:17 +02:00
Devin Lin
cd4bf8d7c3 Apply settings 12/24 hour time format to lockscreen and panel time 2020-09-17 12:04:49 -04:00
Han Young
eda8fadb12 slightly larger password font size and add clear function 2020-09-16 15:00:36 +00:00
Devin Lin
46022538ac Implement lockscreen mockups 2020-08-31 01:38:46 +00:00
Marco Martin
f3193f5aef copyright 2020-08-20 15:56:05 +02:00
Marco Martin
aabcc0949f show a close anim 2020-08-20 15:53:02 +02:00
Marco Martin
b690c533d1 new shutdown screen design 2020-08-20 13:04:02 +02:00
Nicolas Fella
953b384cb3 Add missing file 2020-08-04 22:33:50 +02:00
Nicolas Fella
7f4f10a994 Add media controls to lockscreen
Code is mostly copypaste from the desktop lnf.
2020-08-01 21:15:13 +02:00