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

3729 Commits

Author SHA1 Message Date
Mhammad Alloush
5f18cb571d Update MousePadActivity to support doubletap drag
This MR is a continuation of !439 , which changes the default 
behavior of the remote mouse plugin's drag and drop trigger
to be a double-tap to drag, and adds a new SwitchPreference
that toggles between the old (hold to drag) and new behavior.
2024-08-21 18:52:24 +00:00
TPJ Schikhof
ab1b1f7ecc Migrate MediaStoreHelper to Kotlin 2024-08-21 15:06:55 +00:00
l10n daemon script
3f8170eae8 GIT_SILENT made messages (after extraction) 2024-08-20 02:02:39 +00:00
Albert Vaca Cintora
eb6784b626 Release 1.32.1 v1.32.1 2024-08-19 01:08:16 +02:00
Albert Vaca Cintora
1beb8d4581 Bump deps 2024-08-18 23:59:04 +02:00
Albert Vaca Cintora
16067d7523 Fix crash 2024-08-18 23:59:04 +02:00
TPJ Schikhof
dea0bb4e1f Migrate trusted network helper to Kotlin 2024-08-18 21:58:07 +00:00
TPJ Schikhof
c9fb81363d Migrate video urls helper to Kotlin
- Migrated code to Kotlin
- Fixed crash
- Added unit tests
2024-08-18 21:54:42 +00:00
l10n daemon script
35e8ea0c4c GIT_SILENT made messages (after extraction) 2024-08-17 01:44:44 +00:00
l10n daemon script
7c5c7933c9 GIT_SILENT made messages (after extraction) 2024-08-16 01:47:25 +00:00
l10n daemon script
0dfa44aeac GIT_SILENT made messages (after extraction) 2024-08-15 01:51:43 +00:00
l10n daemon script
dd527f661c GIT_SILENT made messages (after extraction) 2024-08-14 01:47:34 +00:00
Qaz Cetelic
ed89fb43ed Migrate safe text checker to Kotlin
Functionality is identical and it passes all unit tests
2024-08-12 12:23:12 +00:00
Albert Vaca Cintora
aed2b64416 Release 1.32.0 v1.32.0 2024-08-10 14:07:49 +02:00
Albert Vaca Cintora
4bdbb8f74a Bump deps 2024-08-10 14:05:00 +02:00
l10n daemon script
155ebf4fb2 GIT_SILENT made messages (after extraction) 2024-08-08 01:49:26 +00:00
Albert Vaca Cintora
46ad0c62ba Fix typo that caused certs to last 9 years instead of 10 2024-08-06 01:20:02 +02:00
ShellWen Chen
df0f2d651c feat(sftp): notify MediaStore on file changes
This commit adds functionality to notify the MediaStore when files are modified via SFTP. This ensures that
 changes made through SFTP are reflected in the Android media library.

Specifically, the MediaStore is notified after file creation, deletion, copying, renaming, and link creation. Additionally, it is notified after closing a file that was opened for writing. This ensures that the MediaStore is kept up-to-date
 with any changes made to files through SFTP.
2024-08-05 18:44:49 +08:00
l10n daemon script
167e2c7176 GIT_SILENT made messages (after extraction) 2024-08-04 01:50:29 +00:00
Albert Vaca Cintora
906326f837 Fix crashes 2024-08-04 00:16:48 +02:00
l10n daemon script
3c9c49fa87 GIT_SILENT made messages (after extraction) 2024-08-03 01:51:09 +00:00
l10n daemon script
24a6beb600 GIT_SILENT made messages (after extraction) 2024-08-02 01:52:00 +00:00
Albert Vaca Cintora
0775a45316 Release 1.32.0 Beta
Only meant for the Play Store (because of the automatic crash reports),
so no fastlane update and no tag.
2024-07-31 12:43:45 +02:00
ShellWen Chen
90dbdee282 chore: disable SSHD logging due to performance degradation and being very noisy even in development 2024-07-31 10:40:00 +00:00
ShellWen Chen
7d28c52c35 fix: now call stop() of sftp server will do nothing when sshd hasn't been initialized 2024-07-31 10:40:00 +00:00
ShellWen Chen
7686e012c3 feat: add custom author description for ShellWen Chen 2024-07-31 10:40:00 +00:00
ShellWen Chen
2cb9666678 fix: remove "set last modified" codes because it will always failed as SAF doesn't allow it. 2024-07-31 10:40:00 +00:00
ShellWen Chen
0ab4e0d1d2 revert: restore codes that have been changed by mistake 2024-07-31 10:40:00 +00:00
ShellWen Chen
30cc95713f chore: add some comments about FixPosixFilePermissionClassVisitorFactory 2024-07-31 10:40:00 +00:00
ShellWen Chen
ae49aa6456 fix: fix logics in newFileChannel() 2024-07-31 10:40:00 +00:00
ShellWen Chen
89454fcba9 fix: add calls to MediaStoreHelper.indexFile() 2024-07-31 10:40:00 +00:00
ShellWen Chen
5a6453729c refactor: rewrite newFileChannel logics 2024-07-31 10:40:00 +00:00
ShellWen Chen
0706ec1a0b refactor: clean up codes 2024-07-31 10:40:00 +00:00
ShellWen Chen
405e828683 refactor: make changes to SimpleSftpServer 2024-07-31 10:40:00 +00:00
ShellWen Chen
34a78e635e pref: reduce reflection calls 2024-07-31 10:40:00 +00:00
ShellWen Chen
c327c15825 chore: remove outdated comment 2024-07-31 10:40:00 +00:00
ShellWen Chen
6d027ae810 chore: add comments to explain why call PathUtils.setUserHomeFolderResolver() 2024-07-31 10:40:00 +00:00
ShellWen Chen
104013c916 fix: make SafFileSystem not closable 2024-07-31 10:40:00 +00:00
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