Commit graph

151 commits

Author SHA1 Message Date
Devin Lin
4a3f855173 REUSE compliance, add check to CI, drop unused components 2021-12-23 16:02:41 +00:00
l10n daemon script
4e56bf2687 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-12-23 01:45:48 +00:00
Devin Lin
6653ad6e54 panel: Refactor panel and implement blue ocean mockups 2021-12-22 23:29:00 +00:00
Aleix Pol
7f9a9ca60c Add a mobile-specific dialog 2021-12-22 15:07:20 +00:00
l10n daemon script
0c8cd94fe8 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-12-15 01:56:58 +00:00
Devin Lin
fefcec06c6 homescreen: Change default favourites apps 2021-12-12 12:05:19 +00:00
Aleix Pol
0cd4f91ec4 Port away from PlasmaComponents 2.0 on most places 2021-10-22 16:34:03 +00:00
Aleix Pol
9a6e70f5c3 LockScreen: Support entering the password from the physical keyboard, without flicking
Always get the focus, if the password changes, ensure we show what's
changing.
2021-10-18 10:43:30 +00:00
Aleix Pol
04e1cc1d58 lockscreen: Support clearing the password with ctrl+backspace 2021-10-18 10:43:30 +00:00
Devin Lin
7df05e09be panel: Rework panel layout, and refactoring 2021-10-12 13:50:36 +00:00
Rodney Dawes
b7cac91ef5 PasswordBar: Use input-dialpad icon when normal keyboard is opened
When the normal keyboard is selected by tapping on the keyboard icon
in the PasswordBar, change the icon to the dialpad icon, to indicate
tapping will return to the numeric entry.
2021-10-08 15:02:26 -04:00
Aleix Pol
8335934aef As an acronym, SIM should be upper-case
It stands for Subscriber Identity Module
2021-09-29 01:01:39 +02:00
Aleix Pol
d238aa3031 Do not show "Sim Locked" when there's no SIM card
Fixes https://invent.kde.org/plasma/plasma-phone-components/-/issues/115
2021-09-29 01:01:39 +02:00
Devin Lin
1330bb6a0b lockscreen: Fix text input not working because of predictive text 2021-09-25 12:57:07 -04:00
Tobias Fella
89dbff8995 Port signal strength indicator to ModemManager 2021-09-15 16:19:47 +00:00
Aleix Pol
4bba6ac402 units -> PlasmaCore.Units 2021-09-13 18:59:35 +02:00
Aleix Pol
fb57087470 Specify some defaults for the LnF 2021-09-02 15:19:51 +02:00
l10n daemon script
27a3d33b91 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-07-20 01:17:33 +00:00
Aleix Pol
d332582328 Port away from the global "theme" object to PlasmaCore.Theme
Like we've done for the rest of Plasma
2021-06-10 16:14:41 +02:00
Devin Lin
b7525e4196 lockscreen: handle all cases for lockscreen keyboard focus 2021-06-07 16:58:23 -04:00
Devin Lin
7921eacaae lockscreen: explicitly tell keyboard to open rather than relying on focus 2021-06-07 16:52:12 -04:00
Devin Lin
19e3840a23 lockscreen: don't make password bar go off the screen if keyboard reports height larger than screen height 2021-06-01 18:32:09 -04:00
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