Albert Vaca Cintora
2190c9cdaa
Missed updated changelog
v1.33.3
2025-04-06 10:32:38 +02:00
Albert Vaca Cintora
864d44cb5b
Release 1.33.3
2025-04-06 10:30:22 +02:00
Albert Vaca Cintora
72e958a891
Allow exporting the logs form the app
2025-04-06 10:24:28 +02:00
Albert Vaca Cintora
d4ab2ca6cf
Bump deps
2025-04-06 10:24:14 +02:00
Albert Vaca Cintora
fd51ec7c14
Fix linter warnings
2025-04-05 00:44:08 +02:00
Albert Vaca Cintora
28070954a6
Regenerate device ID if the stored ID is not valid
2025-04-05 00:05:56 +02:00
Albert Vaca Cintora
e10f2496de
Simplify running git in gradle
2025-04-04 14:06:20 +02:00
Albert Vaca Cintora
95b4c08605
Bump deps
2025-04-04 12:15:11 +02:00
l10n daemon script
51d4de34c4
GIT_SILENT made messages (after extraction)
2025-04-04 02:01:41 +00:00
l10n daemon script
de2001bbe1
GIT_SILENT made messages (after extraction)
2025-03-31 01:55:34 +00:00
Albert Vaca Cintora
9c80cb9a40
Remove old code that used Android IDs as device IDs
2025-03-30 21:01:32 +02:00
Albert Vaca Cintora
0b03a66c37
Generate IDs with only alphanumeric values
...
As per https://invent.kde.org/network/kdeconnect-meta/-/merge_requests/13
2025-03-30 20:59:38 +02:00
l10n daemon script
6d66d69820
GIT_SILENT made messages (after extraction)
2025-03-27 01:58:41 +00:00
Albert Vaca Cintora
c0fc19baaa
Bump version of classindexksp
2025-03-18 12:56:45 +01:00
Albert Vaca Cintora
03ea5eae4c
Fix NPE
2025-03-17 14:03:15 +01:00
l10n daemon script
b373c28cdd
GIT_SILENT made messages (after extraction)
2025-03-16 01:58:31 +00:00
Albert Vaca Cintora
6c8d22b1ed
Release 1.33.2
v1.33.2
2025-03-11 17:17:44 +01:00
Albert Vaca Cintora
69adfbfbc2
Do the kdeconnect handshake in a new thread
...
Some Android versions seem to hang if calling sslSocket.getOutputStream()
from within the HandshakeCompleted callback (maybe because calling it in
on a socket that hasn't finished the SSL handshake is supposed to trigger
the SSL handshake).
BUG: 501241
2025-03-11 17:14:36 +01:00
Albert Vaca Cintora
f80e29538a
Do not use BufferedReader to read from socket
...
Reading the docs, BufferedReader maybe could read and cache more than one
line from the socket, and since we discarded the BufferedReader and
created a new one (up to three times), data could be lost.
2025-03-11 12:44:33 +01:00
l10n daemon script
56dda889d1
GIT_SILENT made messages (after extraction)
2025-03-08 02:05:24 +00:00
Albert Vaca Cintora
0c48f388f4
Release 1.33.1
v1.33.1
2025-03-05 15:53:13 +01:00
Albert Vaca Cintora
3eda9d4ef9
Allow hyphens in device ids
2025-03-05 15:47:14 +01:00
Albert Vaca Cintora
5aa6fae03b
Bump gradle
2025-03-05 15:47:02 +01:00
Albert Vaca Cintora
228a504b90
Bump deps
2025-03-03 14:42:43 +01:00
Albert Vaca Cintora
34c2c311e2
Fix NPE
2025-03-03 14:41:30 +01:00
l10n daemon script
08fcfc863a
GIT_SILENT made messages (after extraction)
2025-03-03 01:58:29 +00:00
l10n daemon script
c550ef4445
GIT_SILENT made messages (after extraction)
2025-03-01 02:08:19 +00:00
l10n daemon script
ec40994d4c
GIT_SILENT made messages (after extraction)
2025-02-27 01:53:23 +00:00
Albert Vaca Cintora
43d4f38765
Fix deprecation warning
2025-02-26 21:32:39 +01:00
Albert Vaca Cintora
fbff23a8c0
Release 1.30.0
v1.33.0
2025-02-26 21:22:17 +01:00
Albert Vaca Cintora
52ff931c4e
Fix build
2025-02-26 21:22:04 +01:00
José Rebelo
0f628d4927
Allow filtering notifications from work profile
...
BUG: 412188
BUG: 422445
2025-02-26 20:08:50 +00:00
Albert Vaca Cintora
737c333a91
Bump deps
2025-02-26 18:21:58 +01:00
Albert Vaca Cintora
e9e406de88
Deprecate packet id field
2025-02-26 11:10:06 +00:00
l10n daemon script
9b2e4bcf56
GIT_SILENT made messages (after extraction)
2025-02-26 01:56:17 +00:00
l10n daemon script
d3daf20c27
GIT_SILENT made messages (after extraction)
2025-02-25 01:55:19 +00:00
l10n daemon script
7de2817274
GIT_SILENT made messages (after extraction)
2025-02-24 10:45:50 +00:00
Albert Vaca Cintora
6121fa04bc
Do not disconnect when there's a version mismatch
...
Just trust the encrypted packet.
2025-02-23 15:50:11 +00:00
Albert Vaca Cintora
bec807fa63
Catch JSONException when unserializing
2025-02-23 15:50:11 +00:00
Albert Vaca Cintora
fe97750e9a
Enforce the protocol doesn't change after the handshake
2025-02-23 15:50:11 +00:00
Albert Vaca Cintora
f8a2d2da03
Fix protocol version comparison
2025-02-23 15:50:11 +00:00
Albert Vaca Cintora
68a0b73e9c
Do not unpair automatically on error, just ignore the connection
2025-02-23 15:50:11 +00:00
Albert Vaca Cintora
7a4fb8b584
Make the verification key change every time in protocol v8
2025-02-23 15:50:11 +00:00
Albert Vaca Cintora
b4ee6e30b1
Also compare protocol version to consider device info needs saving
2025-02-23 15:50:11 +00:00
Albert Vaca Cintora
0560071cfb
Show protocol version in encryption info
2025-02-23 15:50:11 +00:00
Albert Vaca Cintora
4343ad7e01
Do not allow protocol downgrades
2025-02-23 15:50:11 +00:00
Albert Vaca Cintora
0738710747
Remove support for protocol version < 7
2025-02-23 15:50:11 +00:00
Albert Vaca Cintora
9af8fe791b
Protocol version 8: send identity packets encrypted
2025-02-23 15:50:11 +00:00
TPJ Schikhof
a9a99ea7bd
Add PeerTube support to formatUriWithSeek function
2025-02-16 21:43:14 +00:00
l10n daemon script
03c2121d57
GIT_SILENT made messages (after extraction)
2025-02-15 02:15:26 +00:00