l10n daemon script
8be80cae3e
GIT_SILENT made messages (after extraction)
2024-08-29 01:47:24 +00:00
l10n daemon script
d41ed4d911
GIT_SILENT made messages (after extraction)
2024-08-28 01:57:12 +00:00
l10n daemon script
6f783b54a5
GIT_SILENT made messages (after extraction)
2024-08-27 01:50:35 +00:00
l10n daemon script
1f6d1ea544
GIT_SILENT Sync po/docbooks with svn
2024-08-26 02:33:49 +00:00
l10n daemon script
27737c46f2
GIT_SILENT made messages (after extraction)
2024-08-26 02:00:08 +00:00
l10n daemon script
6b99fe7e7c
GIT_SILENT made messages (after extraction)
2024-08-25 01:47:57 +00:00
Adam Liscak
6e59a6241a
Certificate Expiry Hadling After 10 Years
...
Auto reconfiguration of own certificate:
currently:
if kdeconncect loads its certificate and its expired or not effective yet
it generates a new certificate and deletes all remembered devices
(since these will stay unreachable anyways)
previously:
if kdeconncect loads its certificate and its expired or not effective yet
it continues having the same certificate
This brings forth an issue: Other devices would refuse to connect to a device with
an expired or non-effective certificate.
Auto-delete of orphan certificates:
currently:
Devices in kdeconnect's devicelist that have illegal ssl certificates
(expired, not effective yet, empty) get automatically deleted from the
devicelist
previously:
they would just exist forever until the user deletes them
2024-08-24 10:24:34 +00:00
l10n daemon script
7506d32cef
GIT_SILENT made messages (after extraction)
2024-08-24 01:47:48 +00:00
l10n daemon script
c35dc4928c
GIT_SILENT made messages (after extraction)
2024-08-23 01:47:03 +00:00
l10n daemon script
6070276489
GIT_SILENT Sync po/docbooks with svn
2024-08-22 02:30:41 +00:00
l10n daemon script
9685f7e69a
GIT_SILENT made messages (after extraction)
2024-08-22 01:55:16 +00:00
TPJ Schikhof
69495136da
Migrate RandomHelper to Kotlin
2024-08-21 18:55:00 +00:00
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