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

3201 Commits

Author SHA1 Message Date
l10n daemon script
d68ccd69e0 GIT_SILENT Add new file (after extraction) 2023-06-15 00:46:19 +00:00
l10n daemon script
a9e8050aeb GIT_SILENT made messages (after extraction) 2023-06-15 00:46:10 +00:00
Albert Vaca Cintora
81270f724d Remove reverseConnectionBlackList used to support Android < 4 2023-06-14 18:17:21 +02:00
Albert Vaca Cintora
1ef3d75eb1 Update comments 2023-06-14 18:16:26 +02:00
l10n daemon script
37c8a41778 GIT_SILENT Sync po/docbooks with svn 2023-06-14 01:50:22 +00:00
l10n daemon script
ad9d375299 GIT_SILENT Sync po/docbooks with svn 2023-06-13 01:55:11 +00:00
l10n daemon script
d6647e44b9 GIT_SILENT Add new file (after extraction) 2023-06-13 00:47:22 +00:00
l10n daemon script
1d15cdba27 GIT_SILENT made messages (after extraction) 2023-06-13 00:47:14 +00:00
Albert Vaca Cintora
8438f11ef9 Release 1.26.0 v1.26.0 2023-06-12 20:38:00 +02:00
Albert Vaca Cintora
5b928fa6cd Fix screen turning off while find my phone was ringing 2023-06-12 18:17:36 +00:00
Albert Vaca Cintora
f63214d496 FindMyPhone: use AudioAttributes and WAKE_LOCK
Since we now require API 21, we can use setAudioAttributes instead of
the deprecated setAudioStreamType.

Since we already require WAKE_LOCK for the SMS plugin, we can use it
here to prevent the screen from sleeping.
2023-06-12 18:17:36 +00:00
Albert Vaca Cintora
e326d351a0 Case insensitive compare 2023-06-12 18:14:33 +00:00
Albert Vaca Cintora
0dec7e8a0a Replace DeviceNames library
The version of the library we used stopped working in 2020 when the names
database it tries to download got deleted from the master branch of their
Github repo. There's a newer version, but it seems to have lost the
fetch-from-the-internet functionality (it only bundles a list of names) and
for some reason it crashes when I tested it (I've opened an issue on their
repo). Since Google now provides a CSV with all the Android device names
that exist, I've replaced the library by my own function that downloads the
CSV file (~3MB) in the first run of the app and looks for the name there.
2023-06-12 18:14:33 +00:00
l10n daemon script
7d87ea5918 GIT_SILENT Sync po/docbooks with svn 2023-06-12 02:14:48 +00:00
l10n daemon script
3397fd75b4 GIT_SILENT Add new file (after extraction) 2023-06-12 00:52:58 +00:00
l10n daemon script
26dd530c30 GIT_SILENT made messages (after extraction) 2023-06-12 00:52:49 +00:00
Albert Vaca Cintora
d63f2cfb67 Set socket options before binding to a port and not after
By passing a port the implementation of DatagramSocket already binds to
it, making it fail if the port was already in use even if we did
setReuseAddress because that happened after binding.
2023-06-11 19:15:00 +02:00
l10n daemon script
cfe4559d60 GIT_SILENT Sync po/docbooks with svn 2023-06-11 01:55:04 +00:00
l10n daemon script
39c1ebbd64 GIT_SILENT Add new file (after extraction) 2023-06-11 00:47:08 +00:00
l10n daemon script
377fc68b0d GIT_SILENT made messages (after extraction) 2023-06-11 00:46:58 +00:00
l10n daemon script
e14c34ce8b GIT_SILENT Sync po/docbooks with svn 2023-06-10 01:53:35 +00:00
l10n daemon script
3d2cd73ebb GIT_SILENT Add new file (after extraction) 2023-06-10 00:47:52 +00:00
l10n daemon script
c7dbf5f32c GIT_SILENT made messages (after extraction) 2023-06-10 00:47:42 +00:00
Albert Vaca Cintora
9f753783b6 Remove fastlane translations with wrong language codes 2023-06-09 18:31:15 +02:00
Albert Vaca Cintora
e1c50dd450 Fastlane StaticMessages: use Google's language codes
And only create directories for languages that have a translation.
Otherwise, fastlane crashes trying to upload the translations.

After merging this I will manually delete the "bad" translations in the fastlane directory.
2023-06-09 16:29:36 +00:00
l10n daemon script
24a81d7905 GIT_SILENT Sync po/docbooks with svn 2023-06-09 01:57:13 +00:00
l10n daemon script
c3a08fee8c GIT_SILENT Add new file (after extraction) 2023-06-09 00:47:34 +00:00
l10n daemon script
7a4f7a48e4 GIT_SILENT made messages (after extraction) 2023-06-09 00:47:25 +00:00
Albert Vaca Cintora
e530d7ac94 Remove deprecated "nowPlaying" field 2023-06-08 22:20:05 +00:00
Albert Vaca Cintora
8c98bdcb36 Fix NPE 2023-06-08 23:56:07 +02:00
l10n daemon script
a1fdf63d3f GIT_SILENT Sync po/docbooks with svn 2023-06-08 01:55:04 +00:00
l10n daemon script
e84392bdcf GIT_SILENT Add new file (after extraction) 2023-06-08 00:46:32 +00:00
Albert Vaca Cintora
615fbc5383 Fix NPE 2023-06-07 18:06:30 +02:00
l10n daemon script
269f381db6 GIT_SILENT Add new file (after extraction) 2023-06-07 00:47:28 +00:00
l10n daemon script
ba6ac5ce42 GIT_SILENT made messages (after extraction) 2023-06-07 00:47:19 +00:00
Albert Vaca Cintora
06c1309a78 StaticMessages.sh for fastlane texts
Creates .pot files from txt files in the en-US store metadata and then
does the oposite for po files translated to the respective languages.

This should allow the translation teams to translate the store descriptions.
2023-06-07 00:01:38 +00:00
Albert Vaca Cintora
610c030963 Remove outdated store metadata
We now use fastlane
2023-06-06 23:35:33 +02:00
l10n daemon script
f07e7eeea8 GIT_SILENT made messages (after extraction) 2023-06-06 00:46:26 +00:00
Albert Vaca Cintora
6fc5ae66b8 Add license headers to files missing it 2023-06-05 12:21:15 +02:00
Albert Vaca Cintora
337433000c More logging 2023-06-05 10:36:02 +02:00
Albert Vaca Cintora
79f805caeb Add missing break caught in code review 2023-06-05 10:29:27 +02:00
Albert Vaca Cintora
0d6c252479 Remove loopback link provider left in by mistake 2023-06-05 10:29:27 +02:00
Albert Vaca Cintora
ec7df33170 Add missing cancelTimer 2023-06-05 10:29:27 +02:00
Albert Vaca Cintora
8c1fe000f6 Start the timer before the packet has been sent
Fixes the loopback provider starting the timer after the paring is
already done, causing it to unpair after 30 seconds.
2023-06-05 10:29:27 +02:00
Albert Vaca Cintora
b14df9d09c Fail earlier if we don't have a certificate 2023-06-05 10:29:27 +02:00
Albert Vaca Cintora
a20fb00b7d Have a single PairingHandler for all links 2023-06-05 10:28:45 +02:00
Albert Vaca Cintora
476304d6fb Changes from code review 2023-06-04 18:05:48 +00:00
Albert Vaca Cintora
1ccf15010e Compute total number of packets sent and received by type 2023-06-04 18:05:48 +00:00
Albert Vaca Cintora
8ea82ff053 Add empty device list message 2023-06-04 17:22:34 +00:00
Albert Vaca Cintora
d4076245dd Prettier widget 2023-06-04 17:22:34 +00:00