2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-30 05:37:43 +00:00

3741 Commits

Author SHA1 Message Date
ShellWen Chen
8df1f04141 fix: make IDEA happy 2024-07-31 10:40:00 +00:00
ShellWen Chen
beab3599bf chore: remove dead codes 2024-07-31 10:40:00 +00:00
ShellWen Chen
819d3ea158 chore: fix a mistake in comment 2024-07-31 10:40:00 +00:00
ShellWen Chen
83fd2440ce chore: remove outdated comment 2024-07-31 10:40:00 +00:00
ShellWen Chen
e13451061f pref: Use Java NIO2 impl on Android >= 8.0 2024-07-31 10:40:00 +00:00
ShellWen Chen
e82c0fea84 fix: fix SAF issues before Android 7.0 (SDK Level < 24) 2024-07-31 10:40:00 +00:00
ShellWen Chen
e391750e0e chore: bump sshd core to 2.13.1 2024-07-31 10:40:00 +00:00
ShellWen Chen
6513bb1320 chore: use default signing and key exchange algorithms 2024-07-31 10:40:00 +00:00
ShellWen Chen
0fb6e25682 feat: add SAF support 2024-07-31 10:40:00 +00:00
ShellWen Chen
7fbfc9df90 fix: remove sshd instance when start second time due to sshd can't be start after stop 2024-07-31 10:40:00 +00:00
ShellWen Chen
cd8237d773 fix: use Apache MINA as IO Service of SSHD Core to fix issues when Android SDK < 26 (Android 8.0)
NIO2 is the default IO Service of SSHD Core. But when Android SDK < 26, NIO2 doesn't exists. So we have to use Apache MINA as IO Service to fix this issue.
2024-07-31 10:40:00 +00:00
ShellWen Chen
aaa750bbc6 chore: replace calls to Collections with backport impls instead when Android SDK < 26 (Android 8.0) 2024-07-31 10:40:00 +00:00
ShellWen Chen
3d54da75cc chore: bump mina core to 2.2.3 2024-07-31 10:40:00 +00:00
ShellWen Chen
358584ba6f chore: bump sshd core to 2.12.1
chore: bump sshd core to `2.10.0`

chore: bump sshd core to `2.8.0`

chore: bump sshd core to `2.6.0`

chore: bump sshd core to `2.4.0`

chore: bump sshd core to `2.3.0`

chore: bump sshd core to `2.2.0`

chore: bump sshd core to `2.1.0`

chore: bump sshd core to `2.0.0`

chore: bump sshd core to `1.7.0`
2024-07-31 10:40:00 +00:00
ShellWen Chen
adfab5f0f3 fix: fix a class type cast error by modify bytecode 2024-07-31 10:40:00 +00:00
ShellWen Chen
e37a519e3a refactor: migrate SSHD Core to 1.0.0. SAF is unavailable now. 2024-07-31 10:40:00 +00:00
ShellWen Chen
6783f0a167 refactor: migrate classes to Kotlin
refactor: migrate `AndroidSshFile` to Kotlin
refactor: migrate `DHG14_256` to Kotlin
refactor: migrate `RootFile` to Kotlin
refactor: migrate `SftpPlugin` to Kotlin
refactor: migrate `SignatureRSASHA256` to Kotlin
refactor: migrate `SimpleSftpServer` to Kotlin
refactor: migrate `StoragePreference` to Kotlin
refactor: migrate `StoragePreferenceDialogFragment` to Kotlin
2024-07-31 10:40:00 +00:00
l10n daemon script
6d78fe749a GIT_SILENT Sync po/docbooks with svn 2024-07-30 02:23:25 +00:00
l10n daemon script
2120c7967e GIT_SILENT Sync po/docbooks with svn 2024-07-29 02:22:45 +00:00
l10n daemon script
de861ce781 GIT_SILENT Add new file (after extraction) 2024-07-29 01:50:25 +00:00
l10n daemon script
e222937736 GIT_SILENT made messages (after extraction) 2024-07-26 01:44:21 +00:00
Krut Patel
e289811097 mpris-receiver: Send album art
Implementation of sending album art from phone to PC.

Complementary MR for the PC-side: https://invent.kde.org/network/kdeconnect-kde/-/merge_requests/541

Fixes https://bugs.kde.org/show_bug.cgi?id=422136
2024-07-22 20:51:08 +00:00
l10n daemon script
067a000b2b GIT_SILENT made messages (after extraction) 2024-07-14 01:42:40 +00:00
l10n daemon script
f9d05824a7 GIT_SILENT Sync po/docbooks with svn 2024-07-11 02:17:19 +00:00
l10n daemon script
d753f1eea4 GIT_SILENT Add new file (after extraction) 2024-07-11 01:43:55 +00:00
l10n daemon script
3c81b527eb GIT_SILENT made messages (after extraction) 2024-07-08 01:44:35 +00:00
l10n daemon script
96147bf6df GIT_SILENT made messages (after extraction) 2024-07-07 01:45:40 +00:00
l10n daemon script
8b33ce64a4 GIT_SILENT made messages (after extraction) 2024-07-06 01:47:59 +00:00
l10n daemon script
73fdd4b47e GIT_SILENT Sync po/docbooks with svn 2024-06-27 02:22:33 +00:00
l10n daemon script
680e404d05 GIT_SILENT made messages (after extraction) 2024-06-22 01:53:10 +00:00
l10n daemon script
aae6f1a7e9 GIT_SILENT made messages (after extraction) 2024-06-20 01:49:27 +00:00
Albert Vaca Cintora
5cda1ceb0c
Catch a NPE that I'm not sure how to avoid 2024-06-13 12:50:09 +02:00
Albert Vaca Cintora
7ed4efedc3
Fix SecurityException if the notifications permission was revoked 2024-06-13 12:07:06 +02:00
Midori Kochiya
96ecd620cf Add support for Direct Share targets
As described in https://developer.android.com/training/sharing/direct-share-targets.

This makes connected devices with `SharePlugin` enabled show
up in Android's Sharesheet and can be directly shared to.
2024-06-11 14:01:03 +00:00
Albert Vaca Cintora
f344586fb6
Release 1.31.1 v1.31.1 2024-06-10 15:07:25 +02:00
Albert Vaca Cintora
d9755f8438
Remove support for Android TV launchers
This requires us to publish the app as an App Bundle, however we publish it
as an APK.
2024-06-10 15:04:34 +02:00
Albert Vaca Cintora
659ed25213
Release 1.31.0 2024-06-10 14:55:11 +02:00
Albert Vaca Cintora
ca6ea5cb1a
Simplify for loop 2024-06-10 13:57:20 +02:00
l10n daemon script
4e1e2931e2 GIT_SILENT made messages (after extraction) 2024-06-08 01:49:38 +00:00
Albert Vaca Cintora
711eef97e7
Handle identity packets received because of existing device renames 2024-06-06 08:16:03 +02:00
Albert Vaca Cintora
962dc50617
Added a fixme and stop removing devices 2024-06-06 07:55:04 +02:00
Albert Vaca Cintora
1ecd6b67c2
Bump deps 2024-06-06 07:55:04 +02:00
l10n daemon script
72ad997b53 GIT_SILENT made messages (after extraction) 2024-06-05 02:06:14 +00:00
Albert Vaca Cintora
8352091ffd
Add javadoc for Device fields 2024-06-04 20:30:48 +02:00
Albert Vaca Cintora
1195cf5c4e
Make NetworkPacketWithCallback a data class as per code review 2024-06-04 20:21:20 +02:00
Albert Vaca Cintora
f03c86c4ae
Make null check and (de)initialization atomic 2024-06-04 20:05:58 +02:00
Albert Vaca Cintora
4ae6e50020
Remove DevicePacketQueue, use a IO coroutine to send packets 2024-06-04 19:57:59 +02:00
Albert Vaca Cintora
66ea01ad29
Remove unnecessary testOptions 2024-06-04 19:57:06 +02:00
l10n daemon script
9a8a99a5a7 GIT_SILENT made messages (after extraction) 2024-05-31 01:57:48 +00:00
l10n daemon script
5578f9172b GIT_SILENT Sync po/docbooks with svn 2024-05-29 02:52:15 +00:00