2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-31 06:05:12 +00:00
Commit Graph

3618 Commits

Author SHA1 Message Date
Albert Vaca Cintora
440f1d4fa3 Filter device name
Following the spec: https://invent.kde.org/network/kdeconnect-meta/-/blob/master/protocol.md?ref_type=heads#kdeconnectidentity
2024-05-19 10:02:28 +00:00
l10n daemon script
e8f7e86b35 GIT_SILENT made messages (after extraction) 2024-05-19 01:47:18 +00:00
Albert Vaca Cintora
343270c793 Shorten pairing key to 8 chars
The previous key was 64 freakin characters long which made it more prone
to being ignored, and thus less secure.
2024-05-18 20:40:54 +00:00
Albert Vaca Cintora
27075e89be Remove unneeded null check 2024-05-17 10:49:19 +02:00
l10n daemon script
768b02c173 GIT_SILENT made messages (after extraction) 2024-05-16 02:07:51 +00:00
Albert Vaca Cintora
ef760a3628 Revert "refactor: migrate DevicePacketQueue to Kotlin Coroutine"
This reverts merge request !431
2024-05-13 21:53:15 +00:00
Albert Vaca Cintora
3e96d5ecd3 Remove leftover mock line 2024-05-13 12:34:19 +02:00
Albert Vaca Cintora
c6dbadce21 Upgrade to Mockito 5, remove PowerMock and update test
PowerMock is no longer maintained and is only compatible with Mockito 3.
However, modern Mockito supports mocking static methods, so PowerMock is
no longer needed (after adjusting the tests a bit).
2024-05-13 12:31:59 +02:00
l10n daemon script
b985aeb18e GIT_SILENT made messages (after extraction) 2024-05-13 01:48:25 +00:00
Albert Vaca Cintora
dc2c2e71df Fix test by removing unused mocks 2024-05-12 22:27:32 +02:00
Albert Vaca Cintora
e1a7b476d1 Migrate DeviceHelper to Kotlin 2024-05-12 22:27:32 +02:00
Albert Vaca Cintora
5dad852ece Bump deps 2024-05-12 22:26:54 +02:00
Albert Vaca Cintora
9ca1495dd3 Fix banner icon 2024-05-12 21:28:31 +02:00
Philip Cohn-Cort
eeeb5678c1 tv: Greatly improve focus behavior on device list 2024-05-12 21:28:06 +02:00
Philip Cohn-Cort
769f054355 tv: Allow launching on TV devices 2024-05-12 21:28:06 +02:00
Philip Cohn-Cort
235c67fd82 tv: Add new banner image for the launcher 2024-05-12 21:28:06 +02:00
Albert Vaca Cintora
862bd43c63 Fix warning 2024-05-12 16:06:38 +02:00
Albert Vaca Cintora
a82b6bbae0 Remove some depreacated calls in EasterEggActivity 2024-05-12 16:03:27 +02:00
Albert Vaca Cintora
2803024046 Bump Gradle version 2024-05-12 15:50:19 +02:00
l10n daemon script
01bc5490f2 GIT_SILENT Sync po/docbooks with svn 2024-05-12 02:38:29 +00:00
l10n daemon script
994a71f7cd GIT_SILENT made messages (after extraction) 2024-05-12 01:56:34 +00:00
l10n daemon script
0eb79e0053 GIT_SILENT made messages (after extraction) 2024-05-09 01:51:50 +00:00
l10n daemon script
00387ca01d GIT_SILENT made messages (after extraction) 2024-05-08 01:52:04 +00:00
l10n daemon script
7dba06cbb6 GIT_SILENT made messages (after extraction) 2024-05-07 01:44:25 +00:00
l10n daemon script
ae60cbbf74 GIT_SILENT Sync po/docbooks with svn 2024-05-06 02:30:22 +00:00
l10n daemon script
0d4951f152 GIT_SILENT made messages (after extraction) 2024-05-05 01:44:14 +00:00
l10n daemon script
5fb87d598e GIT_SILENT Sync po/docbooks with svn 2024-05-04 02:38:12 +00:00
l10n daemon script
b65c1aae8f GIT_SILENT made messages (after extraction) 2024-05-04 01:56:54 +00:00
Albert Vaca Cintora
3d166e6d4b Offer to "continue playing" media on this device after pausing
Based on the MR !249

Co-authored-by: Alex Gravenor <blazingkin@gmail.com>
2024-05-02 16:18:33 +02:00
Albert Vaca Cintora
411bcc3960 Added a comment 2024-05-02 12:19:08 +02:00
Albert Vaca Cintora
eb5719d9a2 Improve security of SFTP server against timing attacks
Use a constant time string comparison for password auth.
2024-05-02 10:13:19 +00:00
Albert Vaca Cintora
37246f8575 Fix not loading any plugins when pairing with MacOS 2024-05-02 10:12:13 +00:00
l10n daemon script
6728ca472c GIT_SILENT made messages (after extraction) 2024-05-01 01:41:30 +00:00
l10n daemon script
d19595fc3b GIT_SILENT made messages (after extraction) 2024-04-24 01:55:57 +00:00
l10n daemon script
f3c23c5b8e GIT_SILENT Sync po/docbooks with svn 2024-04-22 02:41:36 +00:00
l10n daemon script
ce4f6ca9ef GIT_SILENT made messages (after extraction) 2024-04-22 01:54:24 +00:00
Rob Emery
f21fe2eb1b Removing accidental newline
Signed-off-by: Rob Emery <git@mintsoft.net>
2024-04-21 21:18:00 +00:00
Rob Emery
105a733028 When we are denied bluetooth, we can switch it off as well so it doesn't try again
Signed-off-by: Rob Emery <git@mintsoft.net>
2024-04-21 21:18:00 +00:00
Rob Emery
9df15bf9ca If the user revokes the "nearby devices" permission from KDEConnect, previously this
would throw a SecurityException and cause the app to crash. It will now ignore this
condition and keep using the other connection methods (i.e. LANProvider). Toggling the
Enable Bluetooth option in the settings will fix the permissions

Signed-off-by: Rob Emery <git@mintsoft.net>
2024-04-21 21:18:00 +00:00
l10n daemon script
d53fcdd546 GIT_SILENT Sync po/docbooks with svn 2024-04-21 02:27:21 +00:00
l10n daemon script
fa125ed0ac GIT_SILENT made messages (after extraction) 2024-04-21 01:43:30 +00:00
l10n daemon script
28ebd94517 GIT_SILENT Sync po/docbooks with svn 2024-04-20 02:29:18 +00:00
l10n daemon script
d0efb70bcf GIT_SILENT made messages (after extraction) 2024-04-20 01:44:45 +00:00
l10n daemon script
5441b0b5d6 GIT_SILENT made messages (after extraction) 2024-04-19 01:46:55 +00:00
l10n daemon script
0a354695cc GIT_SILENT made messages (after extraction) 2024-04-18 01:36:27 +00:00
l10n daemon script
4bbe6c2e55 GIT_SILENT Sync po/docbooks with svn 2024-04-17 02:30:54 +00:00
Vala Zadeh
80106ccb81 Add option to cache URLs shared to unreachable devices 2024-04-16 07:10:42 +00:00
Albert Vaca Cintora
fb327ae35e Fixes from code review 2024-04-15 18:22:26 +02:00
Albert Vaca Cintora
ffa0049c09 Remove colors from theme
We had a mix of specific colors and theme-based Material You colors.
This aims to remove any hardcoded color so the app only uses the colors
from the current theme.
2024-04-15 18:01:54 +02:00
l10n daemon script
afb45416b1 GIT_SILENT Sync po/docbooks with svn 2024-04-15 02:21:17 +00:00