l10n daemon script
d46a3e49c5
GIT_SILENT made messages (after extraction)
2019-03-29 03:12:00 +01:00
l10n daemon script
9f6a1c70aa
GIT_SILENT made messages (after extraction)
2019-03-27 03:10:41 +01:00
Nicolas Fella
2a61f431d6
Use more runwithplugin
2019-03-27 00:22:41 +01:00
Nicolas Fella
8b5734db43
Use runwithplugin
2019-03-27 00:11:04 +01:00
l10n daemon script
d3beb45b79
GIT_SILENT made messages (after extraction)
2019-03-26 03:08:25 +01:00
l10n daemon script
601cafa84b
GIT_SILENT made messages (after extraction)
2019-03-25 03:11:50 +01:00
Nicolas Fella
210b7b7ed0
Show notification when file cannot be opened because no app is available
2019-03-24 16:43:04 +01:00
Nicolas Fella
5bf0118bf7
Fix file opening
2019-03-24 15:13:00 +01:00
l10n daemon script
c263e996fa
GIT_SILENT made messages (after extraction)
2019-03-24 03:08:54 +01:00
Albert Vaca
8ff45db1f3
Bump version to release
v1.12.6
2019-03-23 21:54:27 +01:00
Erik Duisters
a146767580
Properly handle non-root tree-uri's
2019-03-23 17:57:11 +01:00
l10n daemon script
315d9657dd
GIT_SILENT made messages (after extraction)
2019-03-23 03:16:08 +01:00
Nicolas Fella
5f70db7568
Don't send reply actions
...
They are already handles by another codepath
2019-03-22 18:19:46 +01:00
Nicolas Fella
c2cd60773b
Send notification actions
...
Summary:
Store PendingIntents from notification actions. Send list of notifications to desktop and trigger Intent when matching packet arrives.
CCBUG: 366475
Test Plan: Create test notification, trigger package is received correctly. Whether intent.send() is actually successful is NOT yet tested.
Reviewers: #kde_connect, sredman
Reviewed By: #kde_connect, sredman
Subscribers: sredman, apol, MatMaul, kdeconnect, mtijink, #kde_connect
Tags: #kde_connect
Differential Revision: https://phabricator.kde.org/D12294
2019-03-22 17:07:00 +01:00
Albert Vaca Cintora
ca90b64094
Bump version to release
v1.12.5
2019-03-22 08:38:36 +01:00
Albert Vaca Cintora
7b6d8a4c35
Remove mention to SMS from the description
2019-03-22 08:38:36 +01:00
Simon Redman
b725e81c37
Re-add READ_SMS permission to SMS plugin
...
Previously was bugged: If the SMS plugin was enabled but the Telephony was not, the SMS plugin would not have worked. Good thing nobody noticed! :)
2019-03-21 21:10:22 -06:00
Nicolas Fella
17e9892c80
Fix showing callers number on Pie
2019-03-21 23:13:27 +00:00
Albert Vaca Cintora
a8bc4f24c7
Fix crash on old API
2019-03-21 23:02:04 +01:00
Albert Vaca Cintora
3b82cd44e4
After unbinding, this will prevent other code from using any view
2019-03-21 23:01:55 +01:00
Nicolas Fella
79272a6042
Reenable calllog permission
2019-03-21 22:46:04 +01:00
Simon Redman
12fb67a7aa
Change hard-coded string to use library-provided constant
...
Does this cause problems with older SDKs? I don't think so. (If there are problems, I assume they were already there)
2019-03-21 11:12:43 -06:00
Nicolas Fella
d03520ce70
Fix lost packets after connecting
2019-03-21 16:36:00 +00:00
Andy Holmes
0453728407
SftpPlugin: fix SAF implementation for gvfs/ssh
...
Returning NULL from readSymbolicLink() results in an exception that
closes the SFTP connection for some SSH implementations, notably the one
used by Gvfs (GSConnect).
primitive-ftpd had a similar issue, which was fixed by returning and
empty string instead of NULL.
2019-03-21 08:16:47 -07:00
Albert Vaca Cintora
7dc023385e
Remove directives that aren't needed
...
And changed pickFirst to merge, that concatenates the contents
2019-03-21 09:49:49 +01:00
Albert Vaca
a918f0cfe6
Bump version to release
v1.12.4
2019-03-20 23:12:11 +01:00
Albert Vaca
aada931d6a
Re-enable SMS plugin now that we know the secrets to approval
2019-03-20 23:11:58 +01:00
Albert Vaca
eed77c530b
Revert "Stop using ClassIndex, it seems to be causing problems"
...
This reverts commit 7799f7e817dff8802e2a8e7545472544667d1696.
2019-03-20 22:35:27 +01:00
Albert Vaca
3b7edf2d2f
Merge branch 'master' into play-store
2019-03-20 22:28:53 +01:00
Albert Vaca
37657388c6
Uppercasing some stuff
2019-03-20 22:14:27 +01:00
Albert Vaca
360e4bc1cb
Fix ConcurrentModificationException
...
When onPacketReceived was called at the same time as getSinks, because
getSinks uses .values() and onPacketReceived does .put()
2019-03-20 22:12:53 +01:00
Albert Vaca
b689548aa9
Remove private API usage
2019-03-20 22:07:02 +01:00
Albert Vaca
adac026dfa
Change RunCommand to runWithPlugin
2019-03-20 22:06:45 +01:00
Nicolas Fella
d513a5305a
Show device name in MPRIS notification
2019-03-20 20:50:06 +00:00
Albert Vaca
4d38f9753c
Disable plugin that breaks on Android 4
2019-03-20 09:42:32 +01:00
Albert Vaca
18548fb6df
Added missing "unregister"
2019-03-20 09:36:36 +01:00
l10n daemon script
fd5738aa99
GIT_SILENT made messages (after extraction)
2019-03-20 03:06:17 +01:00
Albert Vaca Cintora
7799f7e817
Stop using ClassIndex, it seems to be causing problems
2019-03-19 22:50:22 +01:00
Albert Vaca
8db8937927
Update version to release (to Play Store only)
2019-03-19 09:03:30 +01:00
Albert Vaca
13e6f2d250
Emergency update to fix Play Store's policy violation
...
- Make TelephonyPlugin only handle calls and not texts
- Disable SMSPlugin.
- Stop using READ_CALL_LOG permission (for contact names)
2019-03-19 09:00:45 +01:00
l10n daemon script
34db7f682f
GIT_SILENT made messages (after extraction)
2019-03-19 03:07:26 +01:00
Nicolas Fella
f7763bf5a9
Request READ_CALL_LOG permission
2019-03-18 01:34:51 +00:00
Nicolas Fella
fb2859c24d
Prompt user to enable remote keyboard
2019-03-17 14:42:16 +00:00
Nicolas Fella
145fa4f009
Remove dead code
2019-03-17 14:41:49 +00:00
l10n daemon script
e7f203ee3a
GIT_SILENT made messages (after extraction)
2019-03-17 03:05:08 +01:00
l10n daemon script
c9feafb982
GIT_SILENT made messages (after extraction)
2019-03-14 03:01:50 +01:00
l10n daemon script
18c344bbc2
GIT_SILENT made messages (after extraction)
2019-03-13 03:10:45 +01:00
l10n daemon script
d73c8e914f
GIT_SILENT made messages (after extraction)
2019-03-12 03:04:33 +01:00
l10n daemon script
86f4803083
GIT_SILENT made messages (after extraction)
2019-03-11 03:06:09 +01:00
l10n daemon script
eb875dceb0
GIT_SILENT made messages (after extraction)
2019-03-10 03:07:44 +01:00